Uses of Interface
org.opengis.metadata.extent.GeographicBoundingBox
Packages that use GeographicBoundingBox
Package
Description
Access to examples of GeoAPI implementations.
The GeoAPI conformance testing framework.
Validators and test suites for the
org.opengis.metadata package.-
Uses of GeographicBoundingBox in org.opengis.example
Methods in org.opengis.example that return GeographicBoundingBoxModifier and TypeMethodDescriptionstatic GeographicBoundingBoxSimpleFactories.createGeographicBoundingBox(RectangularShape bounds) Creates a geographic bounding box from the specified rectangular area. -
Uses of GeographicBoundingBox in org.opengis.test
Methods in org.opengis.test with parameters of type GeographicBoundingBoxModifier and TypeMethodDescriptionfinal voidValidatorContainer.validate(GeographicBoundingBox object) Tests the conformance of the given object.static voidValidators.validate(GeographicBoundingBox object) Tests the conformance of the given object. -
Uses of GeographicBoundingBox in org.opengis.test.metadata
Methods in org.opengis.test.metadata with parameters of type GeographicBoundingBoxModifier and TypeMethodDescriptionvoidExtentValidator.validate(GeographicBoundingBox object) Validates the geographic bounding box.