Uses of Class
org.geotools.cs.DatumType.Vertical

Packages that use DatumType.Vertical
org.geotools.cs Coordinate Systems implementation.  
 

Uses of DatumType.Vertical in org.geotools.cs
 

Fields in org.geotools.cs declared as DatumType.Vertical
static DatumType.Vertical DatumType.ORTHOMETRIC
          Deprecated. Replaced by VerticalDatumType.ORTHOMETRIC.
static DatumType.Vertical DatumType.ELLIPSOIDAL
          Deprecated. Replaced by VerticalDatumType.ELLIPSOIDAL.
static DatumType.Vertical DatumType.ALTITUDE_BAROMETRIC
          Deprecated. Replaced by VerticalDatumType.BAROMETRIC.
static DatumType.Vertical DatumType.NORMAL
          Deprecated. A normal height system.
static DatumType.Vertical DatumType.GEOID_MODEL_DERIVED
          Deprecated. Replaced by VerticalDatumType.GEOIDAL.
static DatumType.Vertical DatumType.DEPTH
          Deprecated. Replaced by VerticalDatumType.DEPTH.
static DatumType.Vertical DatumType.Vertical.OTHER
          Deprecated. Unspecified vertical datum type.
 

Methods in org.geotools.cs with parameters of type DatumType.Vertical
 VerticalDatum CoordinateSystemFactory.createVerticalDatum(java.lang.CharSequence name, DatumType.Vertical type)
          Deprecated. Creates a vertical datum from an enumerated type value.
 

Constructors in org.geotools.cs with parameters of type DatumType.Vertical
VerticalDatum(java.lang.CharSequence name, DatumType.Vertical type)
          Deprecated. Creates a vertical datum from an enumerated type value.
 



Copyright © GeoTools. All Rights Reserved.