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 TypeInterfaceDescriptioninterfaceBoundary enclosing the dataset, expressed as the closed set of (x,y) coordinates of the polygon.interfaceGeographic position of the dataset.interfaceDescription 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 voidValidatorContainer.validate(GeographicExtent object) Tests the conformance of the given object.static voidValidators.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 TypeMethodDescriptionvoidExtentValidator.dispatch(GeographicExtent object) Dispatches the given object to one ofvalidatemethods.