Click or drag to resize

EllipsoidUniversalPolarStereographicToCartographic Method (PoleIndicator, Double, Double)

Converts the location given in terms of Universal Polar Stereographic (UPS) hemisphere, easting, and northing to planetodetic cartographic coordinates.

Namespace:  AGI.Foundation.Geometry.Shapes
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public Cartographic UniversalPolarStereographicToCartographic(
	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.

Return Value

Type: Cartographic
The planetodetic cartographic equivalent of the specified UPS coordinates.
See Also