See: Description
Interface | Description |
---|---|
IAzimuthElevationMask |
Given a direction described as an azimuth angle, and a distance in that
direction, this interface provides the maximum elevation angle that
is obscured along the line of sight.
|
IAzimuthElevationMaskService |
Provides an
IAzimuthElevationMask . |
Class | Description |
---|---|
AGIProcessedDataTerrain |
A terrain provider for reading terrain from AGI Processed Data Terrain(PDTT) files.
|
AGIProcessedTerrainWriter |
Converts a
RasterTerrainProvider to an AGI Processed Data Terrain file (PDTT) for use as a TerrainOverlay . |
AGIWorldTerrain |
A terrain provider for reading terrain from AGI World Terrain (HDR) files.
|
AzimuthElevationMask |
An azimuth-elevation mask which defines a region of visibility defined by the horizon.
|
BarycentricTerrainInterpolator |
An interpolator that determines a terrain height by barycentric interpolation over
the triangle containing the point.
|
BilinearTerrainInterpolator |
An interpolator that determines a terrain height by bilinearly interpolating the
four surrounding posts.
|
CompositeTerrainProvider |
A terrain provider that is composed of multiple other terrain providers.
|
DelayedTerrainAzimuthElevationMask |
An azimuth-elevation mask which defines a region of visibility defined by a given
TerrainProvider . |
EarthGravityModel96MeanSeaLevel |
Provides the height of mean sea level (MSL) relative to the World Geodetic System 1984 (WGS84) reference ellipsoid
by using the Earth Gravity Model 1996 (EGM96) worldwide 15 minute binary geoid height data file, WW15MGH.DAC.
|
ElevationMask |
The elevation mask along a particular azimuth ray of an
AzimuthElevationMask . |
ElevationRise |
Describes a rise in obscured elevation angle along a particular azimuth ray of an
AzimuthElevationMask . |
EllipsoidTerrainProvider |
A very simple terrain provider that returns 0.0 whenever asked for a height.
|
FirstPartialsOfHeight |
A set of first order partial derivatives of terrain height with respect to
longitude and latitude.
|
GeodasGriddedTerrain |
A terrain provider for reading the GEODAS gridded data format - GRD98.
|
GeospatialContentServerTerrain |
A terrain provider for reading terrain data from a Geospatial Content Server (GCS).
|
GTOPO30Options |
Options for loading
GTOPO30Terrain . |
GTOPO30Terrain |
A terrain provider for reading terrain from GTOPO30(G30) files.
|
HighestPostTerrainInterpolator |
An interpolator that returns the highest post surrounding a given longitude and latitude.
|
NearestNeighborTerrainInterpolator |
An interpolator that returns the post that is nearest to a given longitude and latitude.
|
NgaDigitalTerrainElevationData |
A terrain provider for reading terrain from National Geospatial-Intelligence Agency (NGA)
Digital Terrain Elevation Data (DTED) files.
|
NgaDigitalTerrainElevationDataCell |
A terrain provider for reading terrain from a single 1 degree x 1 degree cell of a
National Geospatial-Intelligence Agency (NGA) Digital Terrain Elevation Data (DTED) file.
|
QuantizedMeshTerrainCache |
A cache of quantized-mesh terrain tiles.
|
QuantizedMeshTerrainProvider |
A
TerrainProvider which reads data from a quadtree of quantized-mesh terrain tiles. |
QuantizedMeshTerrainTile |
Represents an unpacked quantized-mesh terrain tile.
|
QuantizedMeshTileCoordinateExtent |
Specifies a range of coordinate positions that define a rectangular region in a
tile-based terrain provider.
|
QuantizedMeshTileID |
A data structure that uniquely identifies a quantized-mesh tile.
|
QuantizedMeshTileRange |
A range of tiles in a quantized-mesh tileset.
|
QuantizedMeshTilesetMetadata |
Stores information about a quantized-mesh tileset.
|
RasterTerrainCache |
A cache of raster terrain posts.
|
RasterTerrainIndexExtent |
Specifies a range of post indices defining a rectangular region in a
RasterTerrainProvider . |
RasterTerrainInterpolator |
The base class for classes that can interpolate over raster terrain data.
|
RasterTerrainProvider |
The base class for raster-based terrain providers.
|
SecondPartialsOfHeight |
A set of second order mixed partial derivatives of terrain height with respect to
longitude and latitude.
|
StkTerrainServer |
A terrain provider for reading terrain data from an STK Terrain Server, or any server that provides the
STK Terrain Server Public REST API.
|
TerrainAlongLine |
Contains methods to discover terrain features along a straight line between two points.
|
TerrainAzimuthElevationMask |
Contains methods for creating an azimuth-elevation mask from a
TerrainProvider . |
TerrainCache |
A cache of terrain data.
|
TerrainCacheGroup |
A group of terrain caches.
|
TerrainCacheTimeStamp |
A time stamp used to indicate, in a relative sense, when various terrain
regions were last utilized.
|
TerrainInterpolator<TData> |
The base class for classes that can interpolate over terrain data.
|
TerrainPosts |
A collection of posts read from a
RasterTerrainProvider . |
TerrainPostsDouble |
A collection of posts from a
RasterTerrainProvider where each
post is stored as a double . |
TerrainPostsFloat |
A collection of posts from a
RasterTerrainProvider where each
post is stored as a float . |
TerrainPostsInt16 |
A collection of posts from a
RasterTerrainProvider where each
post is stored as an short . |
TerrainPostsInt32 |
A collection of posts from a
RasterTerrainProvider where each
post is stored as an int . |
TerrainPostsIntMinimum |
A collection of posts from a
RasterTerrainProvider where each
post is stored as either an short or an int . |
TerrainPostsUInt16 |
A collection of posts from a
RasterTerrainProvider where each
post is stored as an ushort . |
TerrainPostsUInt32 |
A collection of posts from a
RasterTerrainProvider where each
post is stored as an long . |
TerrainProvider |
The base class for all terrain providers.
|
TerrainRegion |
A region of terrain.
|
TriangleTerrainInterpolator |
This interpolator takes the four surrounding posts, which form a rectangle, and
creates two triangles.
|
UsgsDigitalElevationModel |
A terrain provider for reading terrain from USGS Digital Elevation Model (DEM) files.
|
Enum | Description |
---|---|
HeightReference |
An enumeration that identifies the reference for the heights returned by
TerrainProvider.getHeight(double, double) . |
RasterTerrainGridCellDiagonal |
Defines the direction of a diagonal across a raster terrain grid cell.
|
TerrainRegionStatus |
Indicates the status of a region of terrain.
|