Uses of Class
org.opengis.referencing.datum.VerticalDatumType
-
Packages that use VerticalDatumType Package Description org.opengis.referencing.datum Geodetic datum (the relationship of a coordinate system to the earth). -
-
Uses of VerticalDatumType in org.opengis.referencing.datum
Fields in org.opengis.referencing.datum declared as VerticalDatumType Modifier and Type Field Description static VerticalDatumTypeVerticalDatumType. BAROMETRICAtmospheric pressure is the basis for the definition of the origin of the associated vertical coordinate system axis.static VerticalDatumTypeVerticalDatumType. DEPTHThe 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 VerticalDatumTypeVerticalDatumType. GEOIDALThe zero value of the associated vertical coordinate system axis is defined to approximate a constant potential surface, usually the geoid.static VerticalDatumTypeVerticalDatumType. OTHER_SURFACEIn some cases, e.g.Fields in org.opengis.referencing.datum with type parameters of type VerticalDatumType Modifier and Type Field Description private static java.util.List<VerticalDatumType>VerticalDatumType. VALUESList of all enumerations of this type.Methods in org.opengis.referencing.datum that return VerticalDatumType Modifier and Type Method Description VerticalDatumType[]VerticalDatumType. family()Returns the list of enumerations of the same kind than this enum.VerticalDatumTypeVerticalDatum. getVerticalDatumType()The type of this vertical datum.static VerticalDatumTypeVerticalDatumType. valueOf(java.lang.String code)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 ofVerticalDatumTypes.Methods in org.opengis.referencing.datum with parameters of type VerticalDatumType Modifier and Type Method Description VerticalDatumDatumFactory. createVerticalDatum(java.util.Map<java.lang.String,?> properties, VerticalDatumType type)Creates a vertical datum from an enumerated type value.
-