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 TypeInterfaceDescriptioninterfaceEnclosing geometric object which locates the resource.interfaceGeographic position of the resource.interfaceDescription 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 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 TypeMethodDescriptionintExtentValidator.dispatch(GeographicExtent object) For each interface implemented by the given object, invokes the correspondingvalidate(…)method defined in this class (if any).