Uses of Interface
org.opengis.referencing.crs.VerticalCRS
-
Packages that use VerticalCRS Package Description org.opengis.metadata.extent Extent information.org.opengis.referencing.crs 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.referencingpackage. -
-
Uses of VerticalCRS in org.opengis.metadata.extent
Methods in org.opengis.metadata.extent that return VerticalCRS Modifier and Type Method Description VerticalCRSVerticalExtent. 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 VerticalCRS Modifier and Type Method Description VerticalCRSCRSAuthorityFactory. createVerticalCRS(java.lang.String code)Create a vertical coordinate reference system from a code.VerticalCRSCRSFactory. createVerticalCRS(java.util.Map<java.lang.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 VerticalCRS Modifier and Type Method Description voidValidatorContainer. validate(VerticalCRS object)Validates the given coordinate reference system.static voidValidators. 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 VerticalCRS Modifier and Type Method Description voidCRSValidator. validate(VerticalCRS object)Validates the given coordinate reference system.
-