Package com.luciad.util
Class TLcdLineType
java.lang.Object
com.luciad.util.TLcdLineType
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdLineType
A line with linear interpolation between the two points it connects, in cartesian space.static final TLcdLineType
A line that is the shortest path between the two points it connects, on the Earth's surface.static final TLcdLineType
A line along a great circle.static final TLcdLineType
A line that follows constant bearing on the Earth's surface. -
Method Summary
-
Field Details
-
GREATCIRCLE
A line along a great circle. A great circle is the intersection of the Earth's surface, approximated by a sphere, and any plane passing through the center point of that sphere. -
RHUMBLINE
A line that follows constant bearing on the Earth's surface. It crosses all meridians of the earth at the same angle. -
GEODETIC
A line that is the shortest path between the two points it connects, on the Earth's surface. In case the Earth is approximated by a sphere, this is the same as a great circle line. -
CARTESIAN
A line with linear interpolation between the two points it connects, in cartesian space.
-
-
Method Details