Package | Description |
---|---|
agi.foundation.terrain |
Contains types for reading and analyzing terrain data.
|
Modifier and Type | Method and Description |
---|---|
FirstPartialsOfHeight |
RasterTerrainProvider.getFirstPartials(double longitude,
double latitude)
|
FirstPartialsOfHeight |
QuantizedMeshTerrainProvider.getFirstPartials(double longitude,
double latitude)
|
FirstPartialsOfHeight |
NgaDigitalTerrainElevationData.getFirstPartials(double longitude,
double latitude)
|
FirstPartialsOfHeight |
CompositeTerrainProvider.getFirstPartials(double longitude,
double latitude)
|
abstract FirstPartialsOfHeight |
TerrainProvider.getFirstPartials(double longitude,
double latitude)
|
FirstPartialsOfHeight |
EllipsoidTerrainProvider.getFirstPartials(double longitude,
double latitude)
|
FirstPartialsOfHeight |
RasterTerrainProvider.getFirstPartials(double longitude,
double latitude,
RasterTerrainInterpolator interpolator)
|
FirstPartialsOfHeight |
QuantizedMeshTerrainProvider.getFirstPartials(double longitude,
double latitude,
TerrainInterpolator<QuantizedMeshTerrainTile> interpolator)
|
static FirstPartialsOfHeight |
FirstPartialsOfHeight.getUndefined()
Gets a static instance representing values for the partials such that they are undefined (
Double.NaN ). |
static FirstPartialsOfHeight |
FirstPartialsOfHeight.getZero()
Gets a static instance representing values for the partials equal to zero.
|
FirstPartialsOfHeight |
BarycentricTerrainInterpolator.interpolateFirstPartials(QuantizedMeshTerrainTile data,
double longitude,
double latitude) |
abstract FirstPartialsOfHeight |
TerrainInterpolator.interpolateFirstPartials(TData data,
double longitude,
double latitude)
Interpolates the first order partial derivatives of terrain height with respect to longitude and latitude and
returns the value at the specified location based on the given terrain data.
|
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) |