Projection.Utm Method
Returns one of the 120 predefined instances of Universal Transverse Mercator.
Utm(System.Int32 zone, UtmHemisphere hemisphere)
Returns one of the 120 predefined instances of Universal Transverse Mercator.Syntax
public static Projection Utm (
System.Int32 zone,
UtmHemisphere hemisphere
)
Parameters
The zone number, in the range 1 to 60.
The hemisphere (north or south).
Return Value
A predefined instance of a Utm projection.
Remarks
As an alternative to this method, you can use the constructor for the UtmProjection class, but that would give you a new instance of the utm projection (although functionally equivalent to the predefined instance).
Platforms
Windows, Linux, Android