Click or drag to resize

UniversalTransverseMercator Constructor

Initializes a set of UniversalTransverseMercator coordinates from the provided values.

Namespace:  AGI.Foundation.Coordinates
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public UniversalTransverseMercator(
	int zone,
	PoleIndicator hemisphere,
	double easting,
	double northing
)

Parameters

zone
Type: SystemInt32
The longitude zone indicator.
hemisphere
Type: AGI.Foundation.CoordinatesPoleIndicator
The hemisphere indicator.
easting
Type: SystemDouble
The eastward distance of the location into the zone.
northing
Type: SystemDouble
The northward distance of the location into the zone.
See Also