Click or drag to resize

TerrainPostsLatitudeToIndex Method

Gets the index of the post at or immediately to the south of the specified 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 int LatitudeToIndex(
	double latitude
)

Parameters

latitude
Type: SystemDouble
The latitude in the native units of the terrain provider.

Return Value

Type: Int32
The index of the post at or immediately to the south of the specified latitude. 0 refers to the southern-most post stored by this instance.
See Also