DegenerateSurfaceSegment Constructor (Ellipsoid, Cartographic) |
Create a new instance based on the given point with a heading of zero.
Namespace:
AGI.Foundation.RouteDesign.Advanced
Assembly:
AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public DegenerateSurfaceSegment(
Ellipsoid surfaceShape,
Cartographic point
)
Public Sub New (
surfaceShape As Ellipsoid,
point As Cartographic
)
public:
DegenerateSurfaceSegment(
Ellipsoid^ surfaceShape,
Cartographic point
)
new :
surfaceShape : Ellipsoid *
point : Cartographic -> DegenerateSurfaceSegment
Parameters
- surfaceShape
- Type: AGI.Foundation.Geometry.ShapesEllipsoid
The shape of the surface. - point
- Type: AGI.Foundation.CoordinatesCartographic
The position of the segment.
See Also