|
|||||||||||
| 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.Temporal
Temporal datum type.
| 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 temporal datum types. |
static int |
MINIMUM
Lowest possible value for temporal datum types. |
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.Temporal(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
MINIMUM "constant" may change in the future
if OpenGIS defines an equivalent datum type. If this value
change, developpers will have to recompile their code.
public static final int MAXIMUM
MAXIMUM "constant" may change in the future
if OpenGIS defines an equivalent datum type. If this value
change, developpers will have to recompile their code.
| Constructor Detail |
private DatumType.Temporal(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 FUTURE and PAST.
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 | ||||||||||