Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Agi.foundation.terrain Classes and Interfaces - 43 results found.
NameDescriptionTypePackageFramework
AGIProcessedDataTerrainA terrain provider for reading terrain from AGI Processed Data Terrain(PDTT) files.Classagi.foundation.terrainAGI ( Analytical Graphics )
AGIProcessedTerrainWriterConverts a RasterTerrainProvider to an AGI Processed Data Terrain file (PDTT) for use as a TerrainOverlay.Classagi.foundation.terrainAGI ( Analytical Graphics )
AGIWorldTerrainA terrain provider for reading terrain from AGI World Terrain (HDR) files.Classagi.foundation.terrainAGI ( Analytical Graphics )
AzimuthElevationMaskAn azimuth-elevation mask which defines a region of visibility defined by the horizon.Classagi.foundation.terrainAGI ( Analytical Graphics )
BilinearTerrainInterpolatorAn interpolator that determines a terrain height by bilinearly interpolating the four surrounding posts.Classagi.foundation.terrainAGI ( Analytical Graphics )
CompositeTerrainProviderA terrain provider that is composed of multiple other terrain providers.Classagi.foundation.terrainAGI ( Analytical Graphics )
DelayedTerrainAzimuthElevationMaskAn azimuth-elevation mask which defines a region of visibility defined by a given TerrainProvider.Classagi.foundation.terrainAGI ( Analytical Graphics )
EarthGravityModel96MeanSeaLevelProvides 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.Classagi.foundation.terrainAGI ( Analytical Graphics )
ElevationMaskThe elevation mask along a particular azimuth ray of an AzimuthElevationMask.Classagi.foundation.terrainAGI ( Analytical Graphics )
ElevationRiseDescribes a rise in obscured elevation angle along a particular azimuth ray of an AzimuthElevationMask.Classagi.foundation.terrainAGI ( Analytical Graphics )
EllipsoidTerrainProviderA very simple terrain provider that returns 0.Classagi.foundation.terrainAGI ( Analytical Graphics )
FirstPartialsOfHeightA set of first order partial derivatives of terrain height with respect to longitude and latitude.Classagi.foundation.terrainAGI ( Analytical Graphics )
GeodasGriddedTerrainA terrain provider for reading the GEODAS gridded data format - GRD98.Classagi.foundation.terrainAGI ( Analytical Graphics )
GTOPO30OptionsOptions for loading GTOPO30Terrain.Classagi.foundation.terrainAGI ( Analytical Graphics )
GTOPO30TerrainA terrain provider for reading terrain from GTOPO30(G30) files.Classagi.foundation.terrainAGI ( Analytical Graphics )
HeightReferenceenum HeightReferenceAn enumeration that identifies the reference for the heights returned byClassagi.foundation.terrainAGI ( Analytical Graphics )
HighestPostTerrainInterpolatorAn interpolator that returns the highest post surrounding a given longitude and latitude.Classagi.foundation.terrainAGI ( Analytical Graphics )
IAzimuthElevationMaskGiven a direction described as an azimuth angle, and a distance in that direction, this interface provides the maximum elevation angle thatInterfaceagi.foundation.terrainAGI ( Analytical Graphics )
IAzimuthElevationMaskServiceInterfaceagi.foundation.terrainAGI ( Analytical Graphics )
NearestNeighborTerrainInterpolatorAn interpolator that returns the post that is nearest to a given longitude and latitude.Classagi.foundation.terrainAGI ( Analytical Graphics )
NgaDigitalTerrainElevationDataA terrain provider for reading terrain from National Geospatial-Intelligence Agency (NGA) Digital Terrain Elevation Data (DTED) files.Classagi.foundation.terrainAGI ( Analytical Graphics )
NgaDigitalTerrainElevationDataCellA 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.Classagi.foundation.terrainAGI ( Analytical Graphics )
RasterTerrainCacheA cache of raster terrain posts.Classagi.foundation.terrainAGI ( Analytical Graphics )
RasterTerrainGridCellDiagonalenum RasterTerrainGridCellDiagonalDefines the direction of a diagonal across a raster terrain grid cell.Classagi.foundation.terrainAGI ( Analytical Graphics )
RasterTerrainIndexExtentSpecifies a range of post indices defining a rectangular region in a RasterTerrainProvider.Classagi.foundation.terrainAGI ( Analytical Graphics )
RasterTerrainInterpolatorThe base class for classes that can interpolate over raster terrain data.Classagi.foundation.terrainAGI ( Analytical Graphics )
RasterTerrainProviderThe base class for raster-based terrain providers.Classagi.foundation.terrainAGI ( Analytical Graphics )
SecondPartialsOfHeightA set of second order mixed partial derivatives of terrain height with respect to longitude and latitude.Classagi.foundation.terrainAGI ( Analytical Graphics )
TerrainAlongLineContains methods to discover terrain features along a straight line between two points.Classagi.foundation.terrainAGI ( Analytical Graphics )
TerrainAzimuthElevationMaskContains methods for creating an azimuth-elevation mask from a TerrainProvider.Classagi.foundation.terrainAGI ( Analytical Graphics )
TerrainCacheA cache of terrain data.Classagi.foundation.terrainAGI ( Analytical Graphics )
TerrainCacheGroupA group of terrain caches.Classagi.foundation.terrainAGI ( Analytical Graphics )
TerrainCacheTimeStampA time stamp used to indicate, in a relative sense, when various terrain regions were last utilized.Classagi.foundation.terrainAGI ( Analytical Graphics )
TerrainPostsA collection of posts read from a RasterTerrainProvider.Classagi.foundation.terrainAGI ( Analytical Graphics )
TerrainPostsFloatA collection of posts from a RasterTerrainProvider where each post is stored as a float This class is used by terrain providers who represent the heights of terrain using floating point numbers as opposed toClassagi.foundation.terrainAGI ( Analytical Graphics )
TerrainPostsInt16A collection of posts from a RasterTerrainProvider where each post is stored as an short.Classagi.foundation.terrainAGI ( Analytical Graphics )
TerrainPostsInt32A collection of posts from a RasterTerrainProvider where each post is stored as an int.Classagi.foundation.terrainAGI ( Analytical Graphics )
TerrainPostsIntMinimumA collection of posts from a RasterTerrainProvider where each post is stored as either an Short or an Integer.Classagi.foundation.terrainAGI ( Analytical Graphics )
TerrainProviderThe base class for all terrain providers.Classagi.foundation.terrainAGI ( Analytical Graphics )
TerrainRegionA region of terrain.Classagi.foundation.terrainAGI ( Analytical Graphics )
TerrainRegionStatusenum TerrainRegionStatusIndicates the status of a region of terrain.Classagi.foundation.terrainAGI ( Analytical Graphics )
TriangleTerrainInterpolatorThis interpolator takes the four surrounding posts, which form a rectangle, and creates two triangles.Classagi.foundation.terrainAGI ( Analytical Graphics )
UsgsDigitalElevationModelA terrain provider for reading terrain from USGS Digital Elevation Model (DEM) files.Classagi.foundation.terrainAGI ( Analytical Graphics )