Package | Description |
---|---|
agi.foundation.terrain |
Contains types for reading and analyzing terrain data.
|
Modifier and Type | Method and Description |
---|---|
static HeightReference |
HeightReference.getDefault()
Get the enum constant that is considered to be the default.
|
static HeightReference |
HeightReference.getFromValue(int value)
Get the enum constant that is associated with the given numeric value.
|
HeightReference |
TerrainProvider.getHeightReference()
Gets an enumeration indicating whether the heights returned by the
TerrainProvider.getHeight(double, double) method
are relative to the Shape (get / set ) or to the ReferenceSurface (get / set ). |
static HeightReference |
HeightReference.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HeightReference[] |
HeightReference.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected void |
TerrainProvider.setHeightReference(HeightReference value)
Sets an enumeration indicating whether the heights returned by the
TerrainProvider.getHeight(double, double) method
are relative to the Shape (get / set ) or to the ReferenceSurface (get / set ). |