EllipsoidGrazingAltitude Method |
Name | Description | |
---|---|---|
GrazingAltitude(Cartesian, Cartesian) |
Provides the nearest distance between the ellipsoid and the line segment
between the initial and final points.
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.
| |
GrazingAltitude(Cartesian, UnitCartesian) |
Provides the nearest distance between the ellipsoid and the line segment
from the provided position and along the indicated direction.
The line segment is considered to be infinite in length but starting at
the provided position. This means that possibly smaller grazing altitudes
along the opposite direction are not reported.
| |
GrazingAltitude(Cartographic, Cartographic) |
Provides the nearest distance between the ellipsoid and the line segment
from the provided location and along the indicated direction.
The line segment is considered to be infinite in length but starting at
the provided location. This means that possibly smaller grazing altitudes
along the opposite direction are not reported.
| |
GrazingAltitude(Cartographic, UnitCartesian) |
Provides the nearest distance between the ellipsoid and the line segment
from the provided location and along the indicated direction.
The line segment is considered to be infinite in length but starting at
the provided location. This means that possibly smaller grazing altitudes
along the opposite direction are not reported.
|