Uses of Interface
org.opengis.referencing.datum.VerticalDatum
Packages that use VerticalDatum
-
Uses of VerticalDatum in org.opengis.referencing.crs
Methods in org.opengis.referencing.crs that return VerticalDatumModifier and TypeMethodDescriptionVerticalCRS.getDatum()
Returns the datum, which must be vertical.Methods in org.opengis.referencing.crs with parameters of type VerticalDatumModifier and TypeMethodDescriptionCRSFactory.createVerticalCRS
(Map<String, ?> properties, VerticalDatum datum, VerticalCS cs) Creates a vertical coordinate reference system. -
Uses of VerticalDatum in org.opengis.referencing.datum
Methods in org.opengis.referencing.datum that return VerticalDatumModifier and TypeMethodDescriptionDatumAuthorityFactory.createVerticalDatum
(String code) Creates a vertical datum from a code.DatumFactory.createVerticalDatum
(Map<String, ?> properties, VerticalDatumType type) Creates a vertical datum from an enumerated type value.