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: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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 -> EllipsoidTerrainProviderParameters
- 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