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

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

Uses of DatumType.Horizontal in org.geotools.cs
 

Fields in org.geotools.cs declared as DatumType.Horizontal
static DatumType.Horizontal DatumType.CLASSIC
          Deprecated. No replacement, since this is a horizontal datum type.
static DatumType.Horizontal DatumType.GEOCENTRIC
          Deprecated. No replacement, since this is a horizontal datum type.
static DatumType.Horizontal DatumType.Horizontal.OTHER
          Deprecated. Unspecified horizontal datum type.
 

Methods in org.geotools.cs with parameters of type DatumType.Horizontal
 HorizontalDatum CoordinateSystemFactory.createHorizontalDatum(java.lang.CharSequence name, DatumType.Horizontal type, Ellipsoid ellipsoid, WGS84ConversionInfo toWGS84)
          Deprecated. Creates horizontal datum from ellipsoid and Bursa-Wolf parameters.
 

Constructors in org.geotools.cs with parameters of type DatumType.Horizontal
HorizontalDatum(java.lang.CharSequence name, DatumType.Horizontal type, Ellipsoid ellipsoid, WGS84ConversionInfo toWGS84)
          Deprecated. Creates horizontal datum from ellipsoid and Bursa-Wolf parameters.
 



Copyright © GeoTools. All Rights Reserved.