|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.media.jai.EnumeratedParameter org.geotools.cs.DatumType
VerticalDatumType
for the vertical case. No replacement for other cases.
Type of the datum expressed as an enumerated value. The enumeration is split into ranges which indicate the datum's type. The value should be one of the predefined values, or within the range for local types. This will allow the OpenGIS Consortium to coordinate the addition of new interoperable codes.
CS_DatumType
,
Serialized FormNested Class Summary | |
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 |
Field Summary | |
static DatumType.Vertical |
ALTITUDE_BAROMETRIC
Deprecated. Replaced by VerticalDatumType.BAROMETRIC . |
static DatumType.Horizontal |
CLASSIC
Deprecated. No replacement, since this is a horizontal datum type. |
static DatumType.Vertical |
DEPTH
Deprecated. Replaced by VerticalDatumType.DEPTH . |
static DatumType.Vertical |
ELLIPSOIDAL
Deprecated. Replaced by VerticalDatumType.ELLIPSOIDAL . |
static DatumType.Horizontal |
GEOCENTRIC
Deprecated. No replacement, since this is a horizontal datum type. |
static DatumType.Vertical |
GEOID_MODEL_DERIVED
Deprecated. Replaced by VerticalDatumType.GEOIDAL . |
static DatumType.Temporal |
GMT
Deprecated. A temporal datum for Greenwich Mean Time (GMT). |
static DatumType.Vertical |
NORMAL
Deprecated. A normal height system. |
static DatumType.Vertical |
ORTHOMETRIC
Deprecated. Replaced by VerticalDatumType.ORTHOMETRIC . |
static DatumType.Local |
UNKNOW
Deprecated. A local datum for unknow coordinate system. |
static DatumType.Temporal |
UTC
Deprecated. A temporal datum for Universal Time (UTC). |
Method Summary | |
boolean |
equals(java.lang.Object obj)
Deprecated. Compare this DatumType with the specified object for
equality. |
static DatumType |
getEnum(int value)
Deprecated. Returns the enum for the specified value. |
static DatumType |
getEnum(java.lang.String name)
Deprecated. Returns the enum for the specified name. |
static DatumType |
getEnum(java.lang.String name,
java.util.Locale locale)
Deprecated. Returns the enum for the specified localized name. |
java.lang.String |
getName(java.util.Locale locale)
Deprecated. Returns this enum's name in the specified locale. |
java.lang.String |
getType(java.util.Locale locale)
Deprecated. Returns the type name in the specified locale. |
int |
hashCode()
Deprecated. Returns the enum value as a hash code. |
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 |
public static final DatumType.Horizontal CLASSIC
CS_DatumType.CS_HD_Classic
public static final DatumType.Horizontal GEOCENTRIC
CS_DatumType.CS_HD_Geocentric
public static final DatumType.Vertical ORTHOMETRIC
VerticalDatumType.ORTHOMETRIC
.
CS_DatumType.CS_VD_Orthometric
public static final DatumType.Vertical ELLIPSOIDAL
VerticalDatumType.ELLIPSOIDAL
.
CS_DatumType.CS_VD_Ellipsoidal
public static final DatumType.Vertical ALTITUDE_BAROMETRIC
VerticalDatumType.BAROMETRIC
.
CS_DatumType.CS_VD_AltitudeBarometric
public static final DatumType.Vertical NORMAL
CS_DatumType.CS_VD_Normal
public static final DatumType.Vertical GEOID_MODEL_DERIVED
VerticalDatumType.GEOIDAL
.
CS_DatumType.CS_VD_GeoidModelDerived
public static final DatumType.Vertical DEPTH
VerticalDatumType.DEPTH
.
CS_DatumType.CS_VD_Depth
public static final DatumType.Temporal UTC
public static final DatumType.Temporal GMT
public static final DatumType.Local UNKNOW
LocalDatum.UNKNOW
,
LocalCoordinateSystem.CARTESIAN
,
LocalCoordinateSystem.PROMISCUOUS
Method Detail |
public static DatumType getEnum(int value)
value
- The enum value.
public static DatumType getEnum(java.lang.String name)
name
- One of the constant values (GEOCENTRIC
, ELLIPSOIDAL
, etc.)
java.util.NoSuchElementException
- if there is no enum for the specified name.public static DatumType getEnum(java.lang.String name, java.util.Locale locale)
name
- The localized name (e.g. "G?ocentrique", "Ellipso?dal", etc.)locale
- The locale, or null
for the default locale.
java.util.NoSuchElementException
- if there is no enum for the specified name.public java.lang.String getType(java.util.Locale locale)
public java.lang.String getName(java.util.Locale locale)
locale
- The locale, or null
for the default locale.
public int hashCode()
public boolean equals(java.lang.Object obj)
DatumType
with the specified object for
equality. Two datum types are equals if, and only if, they are of
the same class and have the same enum value.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |