Uses of Interface
org.opengis.referencing.crs.VerticalCRS
Package
Description
Geographic, vertical and temporal extents.
Reference systems by coordinates.
The GeoAPI conformance testing framework.
Validators and test suites for the
org.opengis.referencing
package.-
Uses of VerticalCRS in org.opengis.metadata.extent
Modifier 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
Modifier and TypeMethodDescriptiondefault VerticalCRS
CRSAuthorityFactory.createVerticalCRS
(String code) Returns a vertical coordinate reference system from a code.default VerticalCRS
CRSFactory.createVerticalCRS
(Map<String, ?> properties, VerticalDatum datum, VerticalCS cs) Creates a vertical CRS from a reference frame.default VerticalCRS
CRSFactory.createVerticalCRS
(Map<String, ?> properties, VerticalDatum datum, DatumEnsemble<VerticalDatum> datumEnsemble, VerticalCS cs) Creates a vertical CRS from a reference frame or datum ensemble. -
Uses of VerticalCRS in org.opengis.test
Modifier 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
Modifier and TypeMethodDescriptionPseudoEpsgFactory.createVerticalCRS
(String code) The default implementation throwsNoSuchAuthorityCodeException
unconditionally.Modifier and TypeMethodDescriptionvoid
CRSValidator.validate
(VerticalCRS object) Validates the given coordinate reference system.