Uses of Class
org.opengis.referencing.datum.VerticalDatumType
Packages that use VerticalDatumType
-
Uses of VerticalDatumType in org.opengis.referencing.datum
Fields in org.opengis.referencing.datum declared as VerticalDatumTypeModifier and TypeFieldDescriptionstatic final VerticalDatumType
VerticalDatumType.BAROMETRIC
Atmospheric pressure is the basis for the definition of the origin of the associated vertical coordinate system axis.static final VerticalDatumType
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 final VerticalDatumType
VerticalDatumType.GEOIDAL
The zero value of the associated vertical coordinate system axis is defined to approximate a constant potential surface, usually the geoid.static final VerticalDatumType
VerticalDatumType.OTHER_SURFACE
In some cases, e.g.Fields in org.opengis.referencing.datum with type parameters of type VerticalDatumTypeModifier and TypeFieldDescriptionprivate static final List
<VerticalDatumType> VerticalDatumType.VALUES
List of all enumerations of this type.Methods in org.opengis.referencing.datum that return VerticalDatumTypeModifier and TypeMethodDescriptionVerticalDatumType.family()
Returns the list of enumerations of the same kind than this enum.VerticalDatum.getVerticalDatumType()
The type of this vertical datum.static VerticalDatumType
Returns the vertical datum type that matches the given string, or returns a new one if none match it.static VerticalDatumType[]
VerticalDatumType.values()
Returns the list ofVerticalDatumType
s.Methods in org.opengis.referencing.datum with parameters of type VerticalDatumTypeModifier and TypeMethodDescriptionDatumFactory.createVerticalDatum
(Map<String, ?> properties, VerticalDatumType type) Creates a vertical datum from an enumerated type value.