org.geotools.cs
Class DatumType.Local

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

Deprecated. No replacement.

public static final class DatumType.Local
extends DatumType

Local datum type.

See Also:
CS_DatumType, 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 local datum types.
static int MINIMUM
          Deprecated. Lowest possible value for local 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 local datum types.

See Also:
CS_DatumType.CS_LD_Min, Constant Field Values

MAXIMUM

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

See Also:
CS_DatumType.CS_LD_Max, Constant Field Values


Copyright © GeoTools. All Rights Reserved.