Uses of Class
org.opengis.referencing.datum.VerticalDatumType
Packages that use VerticalDatumType
Package
Description
Relationship of a
CoordinateSystem (an abstract mathematical entity) to the earth or other system.Creates Coordinate Reference System (CRS) objects from given properties or authority codes.
Geodetic datum (the relationship of a
coordinate system to the earth).
-
Uses of VerticalDatumType in org.apache.sis.referencing.datum
Methods in org.apache.sis.referencing.datum that return VerticalDatumTypeModifier and TypeMethodDescriptionDefaultVerticalDatum.getVerticalDatumType()Returns the type of this vertical datum.Constructors in org.apache.sis.referencing.datum with parameters of type VerticalDatumTypeModifierConstructorDescriptionDefaultVerticalDatum(Map<String, ?> properties, VerticalDatumType type) Creates a vertical datum from the given properties.Dynamic(Map<String, ?> properties, VerticalDatumType type, Temporal epoch) Creates a dynamic reference frame from the given properties. -
Uses of VerticalDatumType in org.apache.sis.referencing.factory
Methods in org.apache.sis.referencing.factory with parameters of type VerticalDatumTypeModifier and TypeMethodDescriptionGeodeticObjectFactory.createVerticalDatum(Map<String, ?> properties, VerticalDatumType type) Creates a vertical datum from an enumerated type value.GeodeticObjectFactory.createVerticalDatum(Map<String, ?> properties, VerticalDatumType type, Temporal epoch) Creates a dynamic vertical datum from an enumerated type value and a frame reference epoch. -
Uses of VerticalDatumType in org.opengis.referencing.datum
Subclasses with type arguments of type VerticalDatumType in org.opengis.referencing.datumFields in org.opengis.referencing.datum declared as VerticalDatumTypeModifier and TypeFieldDescriptionstatic final VerticalDatumTypeVerticalDatumType.BAROMETRICAtmospheric pressure is the basis for the definition of the origin of the associated vertical coordinate system axis.static final 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 final VerticalDatumTypeVerticalDatumType.GEOIDALThe zero value of the associated vertical coordinate system axis is defined to approximate a constant potential surface, usually the geoid.static final VerticalDatumTypeVerticalDatumType.OTHER_SURFACEIn 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.Methods in org.opengis.referencing.datum that return VerticalDatumTypeModifier and TypeMethodDescriptionVerticalDatumType.family()Returns the list of enumerations of the same kind as this enum.VerticalDatum.getVerticalDatumType()The type of this vertical datum.static VerticalDatumTypeReturns 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 VerticalDatumTypeModifier and TypeMethodDescriptionDatumFactory.createVerticalDatum(Map<String, ?> properties, VerticalDatumType type) Creates a vertical datum from an enumerated type value.