Click or drag to resize

RasterTerrainCache.GetCacheRegionContainingPoint 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.3.420.0 (24.3.420.0)
Syntax
public RasterTerrainIndexExtent GetCacheRegionContainingPoint(
	double longitude,
	double latitude
)

Parameters

longitude
Type: System.Double
The longitude of interest.
latitude
Type: System.Double
The latitude of interest.

Return Value

Type: RasterTerrainIndexExtent
The extent.
See Also