|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
ObjectCodeList<E>
SimpleEnumerationType<PathType>
PathType
GlobalPathType
public final class GlobalPathType
The instances of this class represent methods of calculating a path between two locations. The in-between points of the path satisfy two conditions:
| Field Summary | |
|---|---|
static GlobalPathType |
GREAT_CIRCLE_ELLIPSOIDAL
The path that is the shortest distance path over the WGS84 ellipsoid. |
static GlobalPathType |
GREAT_CIRCLE_SPHERICAL
The path that is the shortest distance path over the sphere whose radius is the equatorial radius of the WGS84 ellipsoid. |
static GlobalPathType |
RHUMBLINE_ELLIPSOIDAL
The path that is the path of constant bearing over the WGS84 ellipsoid. |
static GlobalPathType |
RHUMBLINE_SPHERICAL
The path that is the path of constant bearing over the sphere whose radius is the equatorial radius of the WGS84 ellipsoid. |
| Constructor Summary | |
|---|---|
GlobalPathType(String name,
String description)
Creates a new GlobalPathType with the given name. |
|
| Method Summary | |
|---|---|
CodeList[] |
family()
Returns the list of enumerations of the same kind than this enum. |
static PathType[] |
values()
Returns the list of GlobalPathTypes. |
| Methods inherited from class SimpleEnumerationType |
|---|
getDescription, getIcon, getNullIcon, loadIconResource, toString |
| Methods inherited from class CodeList |
|---|
compareTo, name, ordinal, readResolve |
| Methods inherited from class Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final GlobalPathType GREAT_CIRCLE_ELLIPSOIDAL
public static final GlobalPathType GREAT_CIRCLE_SPHERICAL
public static final GlobalPathType RHUMBLINE_ELLIPSOIDAL
public static final GlobalPathType RHUMBLINE_SPHERICAL
| Constructor Detail |
|---|
public GlobalPathType(String name,
String description)
GlobalPathType with the given name.
name - the short name for the enum.description - the description for the enum.| Method Detail |
|---|
public static PathType[] values()
GlobalPathTypes.
public CodeList[] family()
family in class PathType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||