Click or drag to resize

EllipsoidTerrainProvider Constructor (Ellipsoid, ReferenceFrame)

Initializes a new instance with the specified shape and fixed frame.

Namespace:  AGI.Foundation.Terrain
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public EllipsoidTerrainProvider(
	Ellipsoid shape,
	ReferenceFrame shapeFixedFrame
)

Parameters

shape
Type: AGI.Foundation.Geometry.ShapesEllipsoid
The ellipsoid shape in which the longitude, latitude, and altitude are specified.
shapeFixedFrame
Type: AGI.Foundation.GeometryReferenceFrame
The reference frame fixed to the ellipsoid.
See Also