Uses of Interface
org.opengis.referencing.datum.VerticalDatum
-
Packages that use VerticalDatum Package Description org.opengis.referencing.crs org.opengis.referencing.datum Geodetic datum (the relationship of a coordinate system to the earth).org.opengis.test Base classes for validators and test suites for all GeoAPI objects.org.opengis.test.referencing Validators and test suites for theorg.opengis.referencing
package. -
-
Uses of VerticalDatum in org.opengis.referencing.crs
Methods in org.opengis.referencing.crs that return VerticalDatum Modifier and Type Method Description VerticalDatum
VerticalCRS. getDatum()
Returns the datum, which must be vertical.Methods in org.opengis.referencing.crs with parameters of type VerticalDatum Modifier and Type Method Description VerticalCRS
CRSFactory. createVerticalCRS(java.util.Map<java.lang.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 VerticalDatum Modifier and Type Method Description VerticalDatum
DatumAuthorityFactory. createVerticalDatum(java.lang.String code)
Creates a vertical datum from a code.VerticalDatum
DatumFactory. createVerticalDatum(java.util.Map<java.lang.String,?> properties, VerticalDatumType type)
Creates a vertical datum from an enumerated type value. -
Uses of VerticalDatum in org.opengis.test
Methods in org.opengis.test with parameters of type VerticalDatum Modifier and Type Method Description void
ValidatorContainer. validate(VerticalDatum object)
Tests the conformance of the given object.static void
Validators. validate(VerticalDatum object)
Tests the conformance of the given object. -
Uses of VerticalDatum in org.opengis.test.referencing
Methods in org.opengis.test.referencing with parameters of type VerticalDatum Modifier and Type Method Description void
DatumValidator. validate(VerticalDatum object)
Validates the given datum.
-