Click or drag to resize

EllipsoidSurfaceProjection Method (Cartographic)

Computes the projection of the cartographic position onto the ellipsoid surface.

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 Cartesian SurfaceProjection(
	Cartographic position
)

Parameters

position
Type: AGI.Foundation.CoordinatesCartographic
The planetodetic cartographic position.

Return Value

Type: Cartesian
The cartesian position of the surface projection.
See Also