|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjme3tools.navigation.GCSailing
public class GCSailing
A utility class to package up a great circle sailing.
Constructor Summary | |
---|---|
GCSailing(int[] pCourses,
float[] pDistancesNM)
|
Method Summary | |
---|---|
int[] |
getCourses()
|
float[] |
getDistancesNM()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GCSailing(int[] pCourses, float[] pDistancesNM)
Method Detail |
---|
public int[] getCourses()
public float[] getDistancesNM()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |