|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.ObjectEnumeratedParameter
org.deegree_impl.model.cs.DatumType
org.deegree_impl.model.cs.DatumType.Horizontal
Horizontal datum type.
CS_DatumType,
Serialized Form| Nested Class Summary |
| Nested classes inherited from class org.deegree_impl.model.cs.DatumType |
DatumType.Horizontal, DatumType.Local, DatumType.Temporal, DatumType.Vertical |
| Field Summary | |
static int |
MAXIMUM
Highest possible value for horizontal datum types. |
static int |
MINIMUM
Lowest possible value for horizontal datum types. |
static DatumType.Horizontal |
OTHER
Unspecified horizontal datum type. |
private static long |
serialVersionUID
Serial number for interoperability with different versions. |
| Fields inherited from class org.deegree_impl.model.cs.DatumType |
ALTITUDE_BAROMETRIC, CLASSIC, DEPTH, ELLIPSOIDAL, GEOCENTRIC, GEOID_MODEL_DERIVED, GMT, NORMAL, ORTHOMETRIC, UTC |
| Constructor Summary | |
private |
DatumType.Horizontal(java.lang.String name,
int value,
int key)
Construct a new enum with the specified value. |
| Method Summary | |
(package private) int |
getMaximum()
Get the maximum value. |
(package private) int |
getMinimum()
Get the minimum value. |
(package private) int |
getTypeKey()
Return the type key. |
(package private) boolean |
isCompatibleOrientation(AxisOrientation orientation)
Returns true if the specified orientation is compatible
with this datum type. |
| Methods inherited from class org.deegree_impl.model.cs.DatumType |
getEnum, getName, getType |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private static final long serialVersionUID
public static final int MINIMUM
CS_DatumType.CS_HD_Min,
Constant Field Valuespublic static final int MAXIMUM
CS_DatumType.CS_HD_Max,
Constant Field Valuespublic static final DatumType.Horizontal OTHER
CS_DatumType.CS_HD_Other| Constructor Detail |
private DatumType.Horizontal(java.lang.String name,
int value,
int key)
| Method Detail |
boolean isCompatibleOrientation(AxisOrientation orientation)
true if the specified orientation is compatible
with this datum type. Compatible orientations are NORTH, SOUTH, EAST
and WEST.
isCompatibleOrientation in class DatumTypefinal int getMinimum()
getMinimum in class DatumTypefinal int getMaximum()
getMaximum in class DatumTypefinal int getTypeKey()
getTypeKey in class DatumType
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||