|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectCodeList<VerticalDatumType>
VerticalDatumType
@UML(identifier="CD_VerticalDatumType", specification=ISO_19111) public final class VerticalDatumType
Type of a vertical datum.
Field Summary | |
---|---|
static VerticalDatumType |
BAROMETRIC
Atmospheric pressure is the basis for the definition of the origin of the associated vertical coordinate system axis. |
static VerticalDatumType |
DEPTH
The zero point of the vertical axis is defined by a surface that has meaning for the purpose which the associated vertical measurements are used for. |
static VerticalDatumType |
ELLIPSOIDAL
A vertical datum for ellipsoidal heights that are measured along the normal to the ellipsoid used in the definition of horizontal datum. |
static VerticalDatumType |
GEOIDAL
The zero value of the associated vertical coordinate system axis is defined to approximate a constant potential surface, usually the geoid. |
static VerticalDatumType |
ORTHOMETRIC
A vertical datum for orthometric heights that are measured along the plumb line. |
static VerticalDatumType |
OTHER_SURFACE
In some cases, e.g. oil exploration and production, a geological feature, such as the top or bottom of a geologically identifiable and meaningful subsurface layer, is used as a vertical datum. |
Method Summary | |
---|---|
CodeList[] |
family()
Returns the list of enumerations of the same kind than this enum. |
static VerticalDatumType |
valueOf(String code)
Returns the VerticalDatumType that matches the given string, or returns a new one if none match it. |
static VerticalDatumType[] |
values()
Returns the list of VerticalDatumType s. |
Methods inherited from class CodeList |
---|
compareTo, name, ordinal, readResolve, toString |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
@UML(identifier="other surface", obligation=CONDITIONAL, specification=ISO_19111) public static final VerticalDatumType OTHER_SURFACE
@UML(identifier="geoidal", obligation=CONDITIONAL, specification=ISO_19111) public static final VerticalDatumType GEOIDAL
@UML(identifier="CS_DatumType.CS_VD_Ellipsoidal", obligation=CONDITIONAL, specification=OGC_01009) public static final VerticalDatumType ELLIPSOIDAL
@UML(identifier="depth", obligation=CONDITIONAL, specification=ISO_19111) public static final VerticalDatumType DEPTH
@UML(identifier="barometric", obligation=CONDITIONAL, specification=ISO_19111) public static final VerticalDatumType BAROMETRIC
@UML(identifier="CS_DatumType.CS_VD_Orthometric", obligation=CONDITIONAL, specification=OGC_01009) public static final VerticalDatumType ORTHOMETRIC
Method Detail |
---|
public static VerticalDatumType[] values()
VerticalDatumType
s.
public CodeList[] family()
family
in class CodeList<VerticalDatumType>
public static VerticalDatumType valueOf(String code)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |