|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opengis.cs.CS_DatumType
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 OGC to coordinate the addition of new interoperable codes.
Field Summary | |
static int |
CS_HD_Classic
These datums, such as ED50, NAD27 and NAD83, have been designed to support horizontal positions on the ellipsoid as opposed to positions in 3-D space. |
static int |
CS_HD_Geocentric
A geocentric datum is a "satellite age" modern geodetic datum mainly of global extent, such as WGS84 (used in GPS), PZ90 (used in GLONASS) and ITRF. |
static int |
CS_HD_Max
Highest possible value for horizontal datum types. |
static int |
CS_HD_Min
Lowest possible value for horizontal datum types. |
static int |
CS_HD_Other
Unspecified horizontal datum type. |
static int |
CS_LD_Max
Highest possible value for local datum types. |
static int |
CS_LD_Min
Lowest possible value for local datum types. |
static int |
CS_VD_AltitudeBarometric
The vertical datum of altitudes or heights in the atmosphere. |
static int |
CS_VD_Depth
This attribute is used to support the set of datums generated for hydrographic engineering projects where depth measurements below sea level are needed. |
static int |
CS_VD_Ellipsoidal
A vertical datum for ellipsoidal heights that are measured along the normal to the ellipsoid used in the definition of horizontal datum. |
static int |
CS_VD_GeoidModelDerived
A vertical datum of geoid model derived heights, also called GPS-derived heights. |
static int |
CS_VD_Max
Highest possible value for vertical datum types. |
static int |
CS_VD_Min
Lowest possible value for vertical datum types. |
static int |
CS_VD_Normal
A normal height system. |
static int |
CS_VD_Orthometric
A vertical datum for orthometric heights that are measured along the plumb line. |
static int |
CS_VD_Other
Unspecified vertical datum type. |
private static long |
serialVersionUID
Use serialVersionUID from first
draft for interoperability with CSS 1.00. |
int |
value
The enum value. |
Constructor Summary | |
CS_DatumType()
Construct an empty enum value. |
|
CS_DatumType(int value)
Construct a new enum value. |
Method Summary | |
boolean |
equals(java.lang.Object object)
Compares the specified object with this enum for equality. |
int |
hashCode()
Returns the enum value. |
java.lang.String |
toString()
Returns a string représentation of this enum. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
private static final long serialVersionUID
serialVersionUID
from first
draft for interoperability with CSS 1.00.
public static final int CS_HD_Min
public static final int CS_HD_Other
public static final int CS_HD_Classic
public static final int CS_HD_Geocentric
public static final int CS_HD_Max
public static final int CS_VD_Min
public static final int CS_VD_Other
public static final int CS_VD_Orthometric
public static final int CS_VD_Ellipsoidal
public static final int CS_VD_AltitudeBarometric
public static final int CS_VD_Normal
public static final int CS_VD_GeoidModelDerived
public static final int CS_VD_Depth
public static final int CS_VD_Max
public static final int CS_LD_Min
public static final int CS_LD_Max
public int value
Constructor Detail |
public CS_DatumType()
value
.
public CS_DatumType(int value)
Method Detail |
public int hashCode()
public boolean equals(java.lang.Object object)
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |