Click or drag to resize

EllipsoidGrazingAltitudeLocation Method

Overload List
  NameDescription
Public methodGrazingAltitudeLocation(Cartesian, Cartesian)
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.
Public methodGrazingAltitudeLocation(Cartesian, UnitCartesian)
Provides the point on the line segment from the provided position and along the indicated direction which is nearest to the ellipsoid. The line segment is considered to be infinite in length but starting at the provided position. This means that possibly closer points in the opposite direction are not reported.
Public methodGrazingAltitudeLocation(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.
Public methodGrazingAltitudeLocation(Cartographic, UnitCartesian)
Provides the point on the line segment from the provided location and along the indicated direction which is nearest to the ellipsoid. The line segment is considered to be infinite in length but starting at the provided location. This means that possibly closer points in the opposite direction are not reported.
Top
See Also