PointCartographic Constructor (CentralBody, Cartographic) |
Initializes a new instance on the specified central body and at the specified location.
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public PointCartographic(
CentralBody centralBody,
Cartographic location
)
Public Sub New (
centralBody As CentralBody,
location As Cartographic
)
public:
PointCartographic(
CentralBody^ centralBody,
Cartographic location
)
new :
centralBody : CentralBody *
location : Cartographic -> PointCartographic
Parameters
- centralBody
- Type: AGI.Foundation.CelestialCentralBody
The central body to which the point is attached. - location
- Type: AGI.Foundation.CoordinatesCartographic
The planetodetic location of the point on the central body,
relative to the central body's Shape.
See Also