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
)
Public Shared Function GetUTMLatitudeZoneLetter (
latitude As Double
) As Char
public:
static wchar_t GetUTMLatitudeZoneLetter(
double latitude
)
static member GetUTMLatitudeZoneLetter :
latitude : float -> char
Parameters
- latitude
- Type: SystemDouble
The latitude to find the UTM latitude zone for.
Return Value
Type:
CharThe UTM latitude zone for the given latitude.
See Also