Uses of Interface
org.opengis.metadata.extent.GeographicExtent
-
Packages that use GeographicExtent 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 GeographicExtent in org.opengis.metadata.extent
Subinterfaces of GeographicExtent in org.opengis.metadata.extent Modifier and Type Interface Description interface
BoundingPolygon
Boundary enclosing the dataset, expressed as the closed set of (x,y) coordinates of the polygon.interface
GeographicBoundingBox
Geographic position of the dataset.interface
GeographicDescription
Description of the geographic area using identifiers.Methods in org.opengis.metadata.extent that return types with arguments of type GeographicExtent Modifier and Type Method Description java.util.Collection<? extends GeographicExtent>
Extent. getGeographicElements()
Provides geographic component of the extent of the referring objectjava.util.Collection<? 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 GeographicExtent Modifier and Type Method Description 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 GeographicExtent Modifier and Type Method Description void
ExtentValidator. dispatch(GeographicExtent object)
Dispatches the given object to one ofvalidate
methods.
-