Click or drag to resize

RasterTerrainCacheGetCacheRegionContainingPoint Method

Gets the extents of the cache region that contains a specified longitude and latitude.

Namespace:  AGI.Foundation.Terrain
Assembly:  AGI.Foundation.TerrainReaders (in AGI.Foundation.TerrainReaders.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public RasterTerrainIndexExtent GetCacheRegionContainingPoint(
	double longitude,
	double latitude
)

Parameters

longitude
Type: SystemDouble
The longitude of interest.
latitude
Type: SystemDouble
The latitude of interest.

Return Value

Type: RasterTerrainIndexExtent
The extent.
See Also