Uses of Class
org.geotools.cs.DatumType

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

Uses of DatumType in org.geotools.cs
 

Subclasses of DatumType in org.geotools.cs
static class DatumType.Horizontal
          Deprecated. No replacement.
static class DatumType.Local
          Deprecated. No replacement.
static class DatumType.Temporal
          Deprecated. No replacement.
static class DatumType.Vertical
          Deprecated. Replaced by VerticalDatumType
 

Methods in org.geotools.cs that return DatumType
 DatumType TemporalDatum.getDatumType()
          Deprecated. Gets the type of the datum as an enumerated code.
 DatumType LocalDatum.getDatumType()
          Deprecated. Gets the type of the datum as an enumerated code.
 DatumType VerticalDatum.getDatumType()
          Deprecated. Gets the type of the datum as an enumerated code.
 DatumType HorizontalDatum.getDatumType()
          Deprecated. Gets the type of the datum as an enumerated code.
 DatumType Adapters.wrap(org.opengis.cs.CS_DatumType type)
          Deprecated. Returns a datum type for an OpenGIS enumeration.
 DatumType Datum.getDatumType()
          Deprecated. Replaced by DefaultVerticalDatum.getVerticalDatumType() for the vertical case. No replacement for other cases.
static DatumType DatumType.getEnum(int value)
          Deprecated. Returns the enum for the specified value.
static DatumType DatumType.getEnum(java.lang.String name)
          Deprecated. Returns the enum for the specified name.
static DatumType DatumType.getEnum(java.lang.String name, java.util.Locale locale)
          Deprecated. Returns the enum for the specified localized name.
 

Methods in org.geotools.cs with parameters of type DatumType
 org.opengis.cs.CS_DatumType Adapters.export(DatumType type)
          Deprecated. Returns an OpenGIS enumeration for a datum type.
 

Constructors in org.geotools.cs with parameters of type DatumType
Datum(java.lang.CharSequence name, DatumType type)
          Deprecated. Constructs a new datum with the specified name and datum type.
 



Copyright © GeoTools. All Rights Reserved.