Uses of Interface
org.opengis.referencing.crs.VerticalCRS
Packages that use VerticalCRS
Package
Description
Extent information.
Base classes for validators and test suites for all GeoAPI objects.
Validators and test suites for the
org.opengis.referencing
package.-
Uses of VerticalCRS in org.opengis.metadata.extent
Methods in org.opengis.metadata.extent that return VerticalCRSModifier and TypeMethodDescriptionVerticalExtent.getVerticalCRS()
Provides information about the vertical coordinate reference system to which the maximum and minimum elevation values are measured. -
Uses of VerticalCRS in org.opengis.referencing.crs
Methods in org.opengis.referencing.crs that return VerticalCRSModifier and TypeMethodDescriptionCRSAuthorityFactory.createVerticalCRS
(String code) Create a vertical coordinate reference system from a code.CRSFactory.createVerticalCRS
(Map<String, ?> properties, VerticalDatum datum, VerticalCS cs) Creates a vertical coordinate reference system. -
Uses of VerticalCRS in org.opengis.test
Methods in org.opengis.test with parameters of type VerticalCRSModifier and TypeMethodDescriptionfinal void
ValidatorContainer.validate
(VerticalCRS object) Validates the given coordinate reference system.static void
Validators.validate
(VerticalCRS object) Validates the given coordinate reference system. -
Uses of VerticalCRS in org.opengis.test.referencing
Methods in org.opengis.test.referencing with parameters of type VerticalCRSModifier and TypeMethodDescriptionvoid
CRSValidator.validate
(VerticalCRS object) Validates the given coordinate reference system.