Click or drag to resize

RasterTerrainProvider.IndexToLatitude Method

Gets the latitude, in native units, of the post at a specified index.

Namespace:  AGI.Foundation.Terrain
Assembly:  AGI.Foundation.TerrainReaders (in AGI.Foundation.TerrainReaders.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public double IndexToLatitude(
	int index
)

Parameters

index
Type: System.Int32
The index.

Return Value

Type: Double
The latitude of the post at the index, in native units.
See Also