Package | Description |
---|---|
agi.foundation.terrain |
Contains types for reading and analyzing terrain data.
|
Modifier and Type | Method and Description |
---|---|
static TerrainRegionStatus |
TerrainRegionStatus.getDefault()
Get the enum constant that is considered to be the default.
|
static TerrainRegionStatus |
TerrainRegionStatus.getFromValue(int value)
Get the enum constant that is associated with the given numeric value.
|
TerrainRegionStatus |
TerrainRegion.getStatus()
Gets the current status of this region.
|
static TerrainRegionStatus |
TerrainRegionStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TerrainRegionStatus[] |
TerrainRegionStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
TerrainRegion.setStatus(TerrainRegionStatus value)
Sets the current status of this region.
|