Package | Description |
---|---|
agi.foundation.terrain |
Contains types for reading and analyzing terrain data.
|
Modifier and Type | Method and Description |
---|---|
QuantizedMeshTileCoordinateExtent |
QuantizedMeshTerrainProvider.extentToCoordinateExtent(int level,
CartographicExtent extent)
Gets a
QuantizedMeshTileCoordinateExtent which contains a given CartographicExtent . |
static QuantizedMeshTileCoordinateExtent |
QuantizedMeshTileCoordinateExtent.getOutsideExtent()
Gets a static instance representing extents that are completely outside the bounding
extent of the provider.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
QuantizedMeshTileCoordinateExtent.equals(QuantizedMeshTileCoordinateExtent left,
QuantizedMeshTileCoordinateExtent right)
Returns
true if the two instances are exactly equal. |
boolean |
QuantizedMeshTileCoordinateExtent.equalsType(QuantizedMeshTileCoordinateExtent other)
Indicates whether another instance of this type is exactly equal to this instance.
|
static boolean |
QuantizedMeshTileCoordinateExtent.notEquals(QuantizedMeshTileCoordinateExtent left,
QuantizedMeshTileCoordinateExtent right)
Returns
true if the two instances are not exactly equal. |