EllipsoidGrazingAltitudeLocation Method (Cartographic, Cartographic) |
Provides the point on the line segment between the initial and final points
which is nearest to the ellipsoid.
The line segment is considered to be finite in length.
This means that possibly closer points which are not between the
initial and final points are not reported.
Namespace:
AGI.Foundation.Geometry.Shapes
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public Cartographic GrazingAltitudeLocation(
Cartographic initial,
Cartographic final
)
Public Function GrazingAltitudeLocation (
initial As Cartographic,
final As Cartographic
) As Cartographic
public:
Cartographic GrazingAltitudeLocation(
Cartographic initial,
Cartographic final
)
member GrazingAltitudeLocation :
initial : Cartographic *
final : Cartographic -> Cartographic
Parameters
- initial
- Type: AGI.Foundation.CoordinatesCartographic
The initial planetodetic point of the line segment. - final
- Type: AGI.Foundation.CoordinatesCartographic
The final planetodetic point of the line segment.
Return Value
Type:
CartographicThe nearest planetodetic point on the line segment.
Remarks If the line segment passes through the ellipsoid then the height of the returned
Cartographic will be
a negative value representing the maximum depth required to reach the surface.
See Also