| Package | Description |
|---|---|
| agi.foundation.terrain |
Contains types for reading and analyzing terrain data.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TerrainPostsDouble
A collection of posts from a
RasterTerrainProvider where each
post is stored as a double. |
class |
TerrainPostsFloat
A collection of posts from a
RasterTerrainProvider where each
post is stored as a float. |
class |
TerrainPostsInt16
A collection of posts from a
RasterTerrainProvider where each
post is stored as an short. |
class |
TerrainPostsInt32
A collection of posts from a
RasterTerrainProvider where each
post is stored as an int. |
class |
TerrainPostsIntMinimum
A collection of posts from a
RasterTerrainProvider where each
post is stored as either an short or an int. |
class |
TerrainPostsUInt16
A collection of posts from a
RasterTerrainProvider where each
post is stored as an ushort. |
class |
TerrainPostsUInt32
A collection of posts from a
RasterTerrainProvider where each
post is stored as an long. |
| Modifier and Type | Method and Description |
|---|---|
TerrainPosts |
RasterTerrainCache.getPosts(double longitude,
double latitude)
Gets the collection of posts containing a specified longitude and latitude.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
FirstPartialsOfHeight |
TriangleTerrainInterpolator.interpolateFirstPartials(TerrainPosts data,
double longitude,
double latitude) |
FirstPartialsOfHeight |
NearestNeighborTerrainInterpolator.interpolateFirstPartials(TerrainPosts data,
double longitude,
double latitude) |
FirstPartialsOfHeight |
HighestPostTerrainInterpolator.interpolateFirstPartials(TerrainPosts data,
double longitude,
double latitude) |
FirstPartialsOfHeight |
BilinearTerrainInterpolator.interpolateFirstPartials(TerrainPosts data,
double longitude,
double latitude) |
double |
TriangleTerrainInterpolator.interpolateHeight(TerrainPosts data,
double longitude,
double latitude) |
double |
NearestNeighborTerrainInterpolator.interpolateHeight(TerrainPosts data,
double longitude,
double latitude) |
double |
HighestPostTerrainInterpolator.interpolateHeight(TerrainPosts data,
double longitude,
double latitude) |
double |
BilinearTerrainInterpolator.interpolateHeight(TerrainPosts data,
double longitude,
double latitude) |
SecondPartialsOfHeight |
TriangleTerrainInterpolator.interpolateSecondPartials(TerrainPosts data,
double longitude,
double latitude) |
SecondPartialsOfHeight |
NearestNeighborTerrainInterpolator.interpolateSecondPartials(TerrainPosts data,
double longitude,
double latitude) |
SecondPartialsOfHeight |
HighestPostTerrainInterpolator.interpolateSecondPartials(TerrainPosts data,
double longitude,
double latitude) |
SecondPartialsOfHeight |
BilinearTerrainInterpolator.interpolateSecondPartials(TerrainPosts data,
double longitude,
double latitude) |