Uses of Interface
org.opengis.metadata.extent.VerticalExtent
-
Packages that use VerticalExtent Package Description org.opengis.metadata.extent Extent information.org.opengis.test Base classes for validators and test suites for all GeoAPI objects.org.opengis.test.metadata Validators and test suites for theorg.opengis.metadata
package. -
-
Uses of VerticalExtent in org.opengis.metadata.extent
Methods in org.opengis.metadata.extent that return types with arguments of type VerticalExtent Modifier and Type Method Description java.util.Collection<? extends VerticalExtent>
Extent. getVerticalElements()
Provides vertical component of the extent of the referring object -
Uses of VerticalExtent in org.opengis.test
Methods in org.opengis.test with parameters of type VerticalExtent Modifier and Type Method Description void
ValidatorContainer. validate(VerticalExtent object)
Tests the conformance of the given object.static void
Validators. validate(VerticalExtent object)
Tests the conformance of the given object. -
Uses of VerticalExtent in org.opengis.test.metadata
Methods in org.opengis.test.metadata with parameters of type VerticalExtent Modifier and Type Method Description void
ExtentValidator. validate(VerticalExtent object)
Validates the vertical extent.
-