Crs.Wgs84Utm Method
Returns a Crs using WGS84 and a UtmProjection specified by zone and hemisphere.
Wgs84Utm(System.Int32 zone, UtmHemisphere hemisphere)
Returns a Crs using WGS84 and a UtmProjection specified by zone and hemisphere.Syntax
public static Crs Wgs84Utm (
System.Int32 zone,
UtmHemisphere hemisphere
)
Parameters
The Utm zone number, 1 - 60.
The hemisphere, either North or South.
Return Value
A Crs based on WGS84 and Utm.
Remarks
The authority property of the result will be "epsg". The authorityCode property will be 32600 + zone for the North hemisphere, and 32700 + zone for the South hemisphere.
Platforms
Windows, Linux, Android