org.geotools.cs
Class DatumType.Horizontal

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

Deprecated. No replacement.

public static final class DatumType.Horizontal
extends DatumType

Horizontal 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 horizontal datum types.
static int MINIMUM
          Deprecated. Lowest possible value for horizontal datum types.
static DatumType.Horizontal OTHER
          Deprecated. Unspecified horizontal datum type.
 
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 horizontal datum types.

See Also:
CS_DatumType.CS_HD_Min, Constant Field Values

MAXIMUM

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

See Also:
CS_DatumType.CS_HD_Max, Constant Field Values

OTHER

public static final DatumType.Horizontal OTHER
Deprecated. 
Unspecified horizontal datum type. Horizontal datums with this type should never supply a conversion to WGS84 using Bursa Wolf parameters.

See Also:
CS_DatumType.CS_HD_Other


Copyright © GeoTools. All Rights Reserved.