Package | Description |
---|---|
agi.foundation.terrain |
Contains types for reading and analyzing terrain data.
|
Modifier and Type | Method and Description |
---|---|
static RasterTerrainGridCellDiagonal |
RasterTerrainGridCellDiagonal.getDefault()
Get the enum constant that is considered to be the default.
|
static RasterTerrainGridCellDiagonal |
RasterTerrainGridCellDiagonal.getFromValue(int value)
Get the enum constant that is associated with the given numeric value.
|
static RasterTerrainGridCellDiagonal |
RasterTerrainGridCellDiagonal.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RasterTerrainGridCellDiagonal[] |
RasterTerrainGridCellDiagonal.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
TriangleTerrainInterpolator(RasterTerrainGridCellDiagonal rasterTerrainGridCellDiagonal)
Initializes a new instance using the specified raster terrain grid cell diagonal.
|