Click or drag to resize
UTMRefGetUTMLatitudeZoneLetter Method
doogal.co.uk Home



Work out the UTM latitude zone from the latitude.

Namespace:  DotNetCoords
Assembly:  DotNetCoords (in DotNetCoords.dll) Version: 1.0.0.22 (1.0.0.22)
Syntax
public static char GetUTMLatitudeZoneLetter(
	double latitude
)

Parameters

latitude
Type: SystemDouble
The latitude to find the UTM latitude zone for.

Return Value

Type: Char
The UTM latitude zone for the given latitude.
See Also