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.2.419.0 (24.2.419.0)
Syntax public EllipsoidTerrainProvider(
Ellipsoid shape,
ReferenceFrame shapeFixedFrame
)
Public Sub New (
shape As Ellipsoid,
shapeFixedFrame As ReferenceFrame
)
public:
EllipsoidTerrainProvider(
Ellipsoid^ shape,
ReferenceFrame^ shapeFixedFrame
)
new :
shape : Ellipsoid *
shapeFixedFrame : ReferenceFrame -> EllipsoidTerrainProvider
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