Click or drag to resize

EllipsoidCartographicToUniversalPolarStereographic Method (Cartographic)

Converts the location given in terms of planetodetic cartographic coordinates to Universal Polar Stereographic (UPS) 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 UniversalPolarStereographic CartographicToUniversalPolarStereographic(
	Cartographic coordinates
)

Parameters

coordinates
Type: AGI.Foundation.CoordinatesCartographic
The planetodetic cartographic coordinates to convert.

Return Value

Type: UniversalPolarStereographic
The UPS equivalent of the specified planetodetic cartographic coordinates.
Remarks
The planetodetic cartographic coordinates must be in a fixed reference frame centered on the center of mass of this ellipsoid.
See Also