Click or drag to resize

EllipsoidCartographicToUniversalPolarStereographic Method (Double, Double)

Converts the location given in terms of planetodetic longitude and latitude 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(
	double longitude,
	double latitude
)

Parameters

longitude
Type: SystemDouble
The planetodetic longitude in radians.
latitude
Type: SystemDouble
The planetodetic latitude in radians.

Return Value

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