Uses of Interface
org.opengis.metadata.extent.VerticalExtent
Packages that use VerticalExtent
Package
Description
Geographic, vertical and temporal extents.
The GeoAPI conformance testing framework.
Validators and test suites for the
org.opengis.metadata
package.-
Uses of VerticalExtent in org.opengis.metadata.extent
Methods in org.opengis.metadata.extent that return VerticalExtentModifier and TypeMethodDescriptiondefault VerticalExtent
SpatialTemporalExtent.getVerticalExtent()
The vertical extent component.Methods in org.opengis.metadata.extent that return types with arguments of type VerticalExtentModifier and TypeMethodDescriptiondefault 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 VerticalExtentModifier and TypeMethodDescriptionfinal 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 VerticalExtentModifier and TypeMethodDescriptionvoid
ExtentValidator.validate
(VerticalExtent object) Validates the vertical extent.