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.2.419.0 (24.2.419.0)
Syntax public int LatitudeToIndex(
double latitude
)
Public Function LatitudeToIndex (
latitude As Double
) As Integer
public:
int LatitudeToIndex(
double latitude
)
member LatitudeToIndex :
latitude : float -> int
Parameters
- latitude
- Type: SystemDouble
The latitude in the native units of the terrain provider.
Return Value
Type:
Int32The 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