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.metadatapackage. -
-
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 voidValidatorContainer. validate(VerticalExtent object)Tests the conformance of the given object.static voidValidators. 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 voidExtentValidator. validate(VerticalExtent object)Validates the vertical extent.
-