Package | Description |
---|---|
agi.foundation.terrain |
Contains types for reading and analyzing terrain data.
|
Modifier and Type | Method and Description |
---|---|
RasterTerrainIndexExtent |
RasterTerrainProvider.cartographicExtentToIndexExtent(double westLongitude,
double southLatitude,
double eastLongitude,
double northLatitude)
Gets the post indices corresponding to a given cartographic extent.
|
RasterTerrainIndexExtent |
RasterTerrainCache.getCacheRegionContainingPoint(double longitude,
double latitude)
Gets the extents of the cache region that contains a specified longitude and latitude.
|
RasterTerrainIndexExtent |
TerrainPosts.getIndexExtent()
Gets the extent of indices of this instance in the overall terrain provider.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
RasterTerrainIndexExtent.equals(RasterTerrainIndexExtent left,
RasterTerrainIndexExtent right)
Returns
true if the two instances are exactly equal. |
boolean |
RasterTerrainIndexExtent.equalsType(RasterTerrainIndexExtent other)
Indicates whether another instance of this type is exactly equal to this instance.
|
TerrainPosts |
UsgsDigitalElevationModel.getPosts(RasterTerrainIndexExtent extent)
Gets the posts over a specified area by reading them from the terrain data source.
|
abstract TerrainPosts |
RasterTerrainProvider.getPosts(RasterTerrainIndexExtent extent)
Gets the posts over a specified area by reading them from the terrain data source.
|
TerrainPosts |
NgaDigitalTerrainElevationDataCell.getPosts(RasterTerrainIndexExtent extent)
Gets the posts over a specified area by reading them from the terrain data source.
|
TerrainPosts |
GTOPO30Terrain.getPosts(RasterTerrainIndexExtent extent)
Gets the posts over a specified area by reading them from the terrain data source.
|
TerrainPosts |
GeodasGriddedTerrain.getPosts(RasterTerrainIndexExtent extent)
Gets the posts over a specified area by reading them from the terrain data source.
|
TerrainPosts |
EarthGravityModel96MeanSeaLevel.getPosts(RasterTerrainIndexExtent extent)
Gets the posts over a specified area by reading them from the terrain data source.
|
TerrainPosts |
AGIWorldTerrain.getPosts(RasterTerrainIndexExtent extent)
Gets the posts over a specified area by reading them from the terrain data source.
|
TerrainPosts |
AGIProcessedDataTerrain.getPosts(RasterTerrainIndexExtent extent)
Returns the altitude values for the input boundary.
|
static boolean |
RasterTerrainIndexExtent.notEquals(RasterTerrainIndexExtent left,
RasterTerrainIndexExtent right)
Returns
true if the two instances are not exactly equal. |
Constructor and Description |
---|
TerrainPosts(RasterTerrainProvider provider,
RasterTerrainIndexExtent indexExtent)
Initializes a new instance.
|
TerrainPostsDouble(RasterTerrainProvider provider,
RasterTerrainIndexExtent indexExtent,
double voidValue)
Initializes a new instance.
|
TerrainPostsFloat(RasterTerrainProvider provider,
RasterTerrainIndexExtent indexExtent,
float voidValue)
Initializes a new instance.
|
TerrainPostsInt16(RasterTerrainProvider provider,
RasterTerrainIndexExtent indexExtent,
short voidValue)
Initializes a new instance.
|
TerrainPostsInt32(RasterTerrainProvider provider,
RasterTerrainIndexExtent indexExtent,
int voidValue)
Initializes a new instance.
|
TerrainPostsIntMinimum(RasterTerrainProvider provider,
RasterTerrainIndexExtent indexExtent,
int voidValue)
Initializes a new instance.
|
TerrainPostsUInt16(RasterTerrainProvider provider,
RasterTerrainIndexExtent indexExtent,
int voidValue)
Initializes a new instance.
|
TerrainPostsUInt32(RasterTerrainProvider provider,
RasterTerrainIndexExtent indexExtent,
long voidValue)
Initializes a new instance.
|