Uses of Interface
org.opengis.metadata.extent.GeographicExtent
Packages that use GeographicExtent
Package
Description
Extent information.
Base classes for validators and test suites for all GeoAPI objects.
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
Boundary enclosing the dataset, expressed as the closed set of (x,y) coordinates of the polygon.interface
Geographic position of the dataset.interface
Description of the geographic area using identifiers.Methods in org.opengis.metadata.extent that return types with arguments of type GeographicExtentModifier and TypeMethodDescriptionCollection
<? extends GeographicExtent> Extent.getGeographicElements()
Provides geographic component of the extent of the referring objectCollection
<? extends GeographicExtent> SpatialTemporalExtent.getSpatialExtent()
Returns the spatial extent component 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 TypeMethodDescriptionvoid
ExtentValidator.dispatch
(GeographicExtent object) Dispatches the given object to one ofvalidate
methods.