Click or drag to resize

UniversalPolarStereographic Constructor

Initializes a set of UniversalPolarStereographic 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 UniversalPolarStereographic(
	PoleIndicator hemisphere,
	double easting,
	double northing
)

Parameters

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