Work out the UTM latitude zone from the latitude.

Namespace:  DotNetCoords
Assembly:  DotNetCoords (in DotNetCoords.dll) Version: 1.0.0.9 (1.0.0.9)

Collapse imageSyntax

C#
public static char GetUTMLatitudeZoneLetter(
	double latitude
)
Visual Basic (Declaration)
Public Shared Function GetUTMLatitudeZoneLetter ( _
	latitude As Double _
) As Char
Visual C++
public:
static wchar_t GetUTMLatitudeZoneLetter(
	double latitude
)

Parameters

latitude
Type: System..::.Double
The latitude to find the UTM latitude zone for.

Return Value

The UTM latitude zone for the given latitude.

Collapse imageSee Also