Package | Description |
---|---|
agi.foundation.tirem |
Contains types related to TIREM (Terrain Integrated Rough Earth Model).
|
Modifier and Type | Method and Description |
---|---|
static TiremTerrainProfileComputation |
TiremTerrainProfileComputation.of(TiremTerrainProfileComputation.Function f)
Create a delegate for the given interface.
|
static TiremTerrainProfileComputation |
TiremTerrainProfileComputation.of(TiremTerrainProfileComputation.Function f,
Class<?> targetClass,
String methodName,
Class<?>... methodParameterClasses)
Create a delegate for the given interface.
|
static TiremTerrainProfileComputation |
TiremTerrainProfileComputation.of(TiremTerrainProfileComputation.Function f,
Object targetObject,
String methodName,
Class<?>... methodParameterClasses)
Create a delegate for the given interface.
|