Click or drag to resize

Ellipsoid.UniversalPolarStereographicToCartographic Method (UniversalPolarStereographic)

Converts the location given in terms of Universal Polar Stereographic (UPS) coordinates to planetodetic cartographic coordinates.

Namespace:  AGI.Foundation.Geometry.Shapes
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public Cartographic UniversalPolarStereographicToCartographic(
	UniversalPolarStereographic coordinates
)

Parameters

coordinates
Type: AGI.Foundation.Coordinates.UniversalPolarStereographic
The UPS coordinates to convert.

Return Value

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