Package | Description |
---|---|
agi.foundation.terrain |
Contains types for reading and analyzing terrain data.
|
Modifier and Type | Field and Description |
---|---|
static GTOPO30Options |
GTOPO30Options.NONE
No special options are used to load the terrain data.
|
static GTOPO30Options |
GTOPO30Options.STRICTLY_HONOR_UPPER_LEFT
Uses the upper-left coordinates described in the ULXMAP and ULYMAP fields in the terrain format,
rather than rounding the tile coordinates to whole degrees.
|
Modifier and Type | Method and Description |
---|---|
GTOPO30Options |
GTOPO30Options.add(GTOPO30Options other)
Add the specified value to the current set and return the result.
|
static GTOPO30Options |
GTOPO30Options.getDefault()
Get the value that is considered to be the default.
|
static GTOPO30Options |
GTOPO30Options.getFromValue(int value)
Get the set of values that are associated with the given numeric value.
|
static GTOPO30Options |
GTOPO30Options.of(GTOPO30Options... enums)
Create a new value built by combining the specified values.
|
GTOPO30Options |
GTOPO30Options.remove(GTOPO30Options other)
Remove the specified value from the current set and return the result.
|
static GTOPO30Options[] |
GTOPO30Options.values()
Returns an array containing the constants of this enum type, in the order they're declared.
|
Modifier and Type | Method and Description |
---|---|
GTOPO30Options |
GTOPO30Options.add(GTOPO30Options other)
Add the specified value to the current set and return the result.
|
boolean |
GTOPO30Options.contains(GTOPO30Options other)
Determines whether the specified value is present in the current set.
|
static GTOPO30Options |
GTOPO30Options.of(GTOPO30Options... enums)
Create a new value built by combining the specified values.
|
GTOPO30Options |
GTOPO30Options.remove(GTOPO30Options other)
Remove the specified value from the current set and return the result.
|
Constructor and Description |
---|
GTOPO30Terrain(String fileName,
TerrainCacheGroup cacheGroup,
GTOPO30Options options)
Initializes a new instance using the specified GTOPO30 HDR filename and
TerrainCacheGroup . |