Package | Description |
---|---|
agi.foundation.terrain |
Contains types for reading and analyzing terrain data.
|
Modifier and Type | Method and Description |
---|---|
SecondPartialsOfHeight |
RasterTerrainProvider.getSecondPartials(double longitude,
double latitude)
|
SecondPartialsOfHeight |
QuantizedMeshTerrainProvider.getSecondPartials(double longitude,
double latitude)
|
SecondPartialsOfHeight |
NgaDigitalTerrainElevationData.getSecondPartials(double longitude,
double latitude)
|
SecondPartialsOfHeight |
CompositeTerrainProvider.getSecondPartials(double longitude,
double latitude)
|
abstract SecondPartialsOfHeight |
TerrainProvider.getSecondPartials(double longitude,
double latitude)
|
SecondPartialsOfHeight |
EllipsoidTerrainProvider.getSecondPartials(double longitude,
double latitude)
|
SecondPartialsOfHeight |
RasterTerrainProvider.getSecondPartials(double longitude,
double latitude,
RasterTerrainInterpolator interpolator)
|
SecondPartialsOfHeight |
QuantizedMeshTerrainProvider.getSecondPartials(double longitude,
double latitude,
TerrainInterpolator<QuantizedMeshTerrainTile> interpolator)
|
static SecondPartialsOfHeight |
SecondPartialsOfHeight.getUndefined()
Gets a static instance representing values for the partials such that they are undefined (
Double.NaN ). |
static SecondPartialsOfHeight |
SecondPartialsOfHeight.getZero()
Gets a static instance representing values for the partials equal to zero.
|
SecondPartialsOfHeight |
BarycentricTerrainInterpolator.interpolateSecondPartials(QuantizedMeshTerrainTile data,
double longitude,
double latitude) |
abstract SecondPartialsOfHeight |
TerrainInterpolator.interpolateSecondPartials(TData data,
double longitude,
double latitude)
Interpolates the second order (mixed) 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.
|
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) |