|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.bbn.openmap.proj.LineType
LineType constants.
Field Summary | |
static int |
GreatCircle
Great circle lines follow the shortest path between two points on a sphere. |
static int |
Rhumb
Rhumb lines follow a constant bearing. |
static int |
Straight
Straight lines are the easiest and fastest to draw. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final transient int Straight
public static final transient int Rhumb
public static final transient int GreatCircle
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |