Click or drag to resize

Ellipsoid.SurfaceProjection 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: 25.1.421.0 (25.1.421.0)
Syntax
public Cartesian SurfaceProjection(
	Cartographic position
)

Parameters

position
Type: AGI.Foundation.Coordinates.Cartographic
The planetodetic cartographic position.

Return Value

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