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.2.419.0 (24.2.419.0)
Syntax public RasterTerrainIndexExtent GetCacheRegionContainingPoint(
double longitude,
double latitude
)
Public Function GetCacheRegionContainingPoint (
longitude As Double,
latitude As Double
) As RasterTerrainIndexExtent
public:
RasterTerrainIndexExtent GetCacheRegionContainingPoint(
double longitude,
double latitude
)
member GetCacheRegionContainingPoint :
longitude : float *
latitude : float -> RasterTerrainIndexExtent
Parameters
- longitude
- Type: SystemDouble
The longitude of interest. - latitude
- Type: SystemDouble
The latitude of interest.
Return Value
Type:
RasterTerrainIndexExtentThe extent.
See Also