EllipsoidGrazingAltitudeLocation Method | 
| Name | Description | |
|---|---|---|
| GrazingAltitudeLocation(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.
              | |
| GrazingAltitudeLocation(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.
              | |
| GrazingAltitudeLocation(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.
              | |
| GrazingAltitudeLocation(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.
              |