Uses of Interface
org.opengis.metadata.extent.GeographicExtent
Packages that use GeographicExtent
Package
Description
Geographic, vertical and temporal extents.
The GeoAPI conformance testing framework.
Validators and test suites for the
org.opengis.metadata
package.-
Uses of GeographicExtent in org.opengis.metadata.extent
Subinterfaces of GeographicExtent in org.opengis.metadata.extentModifier and TypeInterfaceDescriptioninterface
Enclosing geometric object which locates the resource.interface
Geographic position of the resource.interface
Description of the geographic area using identifiers.Methods in org.opengis.metadata.extent that return types with arguments of type GeographicExtentModifier and TypeMethodDescriptiondefault Collection
<? extends GeographicExtent> Extent.getGeographicElements()
Provides geographic component of the extent of the referring object.Collection
<? extends GeographicExtent> SpatialTemporalExtent.getSpatialExtent()
The spatial extent components of composite spatial and temporal extent. -
Uses of GeographicExtent in org.opengis.test
Methods in org.opengis.test with parameters of type GeographicExtentModifier and TypeMethodDescriptionfinal void
ValidatorContainer.validate
(GeographicExtent object) Tests the conformance of the given object.static void
Validators.validate
(GeographicExtent object) Tests the conformance of the given object. -
Uses of GeographicExtent in org.opengis.test.metadata
Methods in org.opengis.test.metadata with parameters of type GeographicExtentModifier and TypeMethodDescriptionint
ExtentValidator.dispatch
(GeographicExtent object) For each interface implemented by the given object, invokes the correspondingvalidate(…)
method defined in this class (if any).