public class TLcdLineType
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static TLcdLineType |
CARTESIAN
A line with linear interpolation between the two points it connects, in cartesian space.
|
static TLcdLineType |
GEODETIC
A line that is the shortest path between the two points it connects, on the Earth's surface.
|
static TLcdLineType |
GREATCIRCLE
A line along a great circle.
|
static TLcdLineType |
RHUMBLINE
A line that follows constant bearing on the Earth's surface.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public static final TLcdLineType GREATCIRCLE
public static final TLcdLineType RHUMBLINE
public static final TLcdLineType GEODETIC
public static final TLcdLineType CARTESIAN