org.geotools.cs
Class DatumType.Temporal

java.lang.Object
  extended byjavax.media.jai.EnumeratedParameter
      extended byorg.geotools.cs.DatumType
          extended byorg.geotools.cs.DatumType.Temporal
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
DatumType

Deprecated. No replacement.

public static final class DatumType.Temporal
extends DatumType

Temporal datum type.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class org.geotools.cs.DatumType
DatumType.Horizontal, DatumType.Local, DatumType.Temporal, DatumType.Vertical
 
Field Summary
static int MAXIMUM
          Deprecated. Highest possible value for temporal datum types.
static int MINIMUM
          Deprecated. Lowest possible value for temporal datum types.
 
Fields inherited from class org.geotools.cs.DatumType
ALTITUDE_BAROMETRIC, CLASSIC, DEPTH, ELLIPSOIDAL, GEOCENTRIC, GEOID_MODEL_DERIVED, GMT, NORMAL, ORTHOMETRIC, UNKNOW, UTC
 
Methods inherited from class org.geotools.cs.DatumType
equals, getEnum, getEnum, getEnum, getName, getType, hashCode
 
Methods inherited from class javax.media.jai.EnumeratedParameter
getName, getValue, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

MINIMUM

public static final int MINIMUM
Deprecated. 
Lowest possible value for temporal datum types.

Note: Temporal enums are not part of OpenGIS specification. The MINIMUM "constant" may change in the future if OpenGIS defines an equivalent datum type. If this value changes, developers will have to recompile their code.

See Also:
Constant Field Values

MAXIMUM

public static final int MAXIMUM
Deprecated. 
Highest possible value for temporal datum types.

Note: Temporal enums are not part of OpenGIS specification. The MAXIMUM "constant" may change in the future if OpenGIS defines an equivalent datum type. If this value changes, developers will have to recompile their code.

See Also:
Constant Field Values


Copyright © GeoTools. All Rights Reserved.