Uses of Interface
org.geotools.api.metadata.extent.GeographicBoundingBox
Packages that use GeographicBoundingBox
Package
Description
Basic geometry concepts to support referencing and coverage use.
A set of helper classes for image handling in the Geotools implementation;
Do not use!
Extent implementation.
Reference systems implementation.
-
Uses of GeographicBoundingBox in org.geotools.geometry
Constructors in org.geotools.geometry with parameters of type GeographicBoundingBoxModifierConstructorDescriptionConstructs a new envelope with the same data than the specified geographic bounding box. -
Uses of GeographicBoundingBox in org.geotools.image.util
Methods in org.geotools.image.util with parameters of type GeographicBoundingBoxModifier and TypeMethodDescriptionstatic ReferencedEnvelopeImageUtilities.getReferencedEnvelopeFromGeographicBoundingBox(GeographicBoundingBox geographicBBox) Builds aReferencedEnvelopefrom aGeographicBoundingBox. -
Uses of GeographicBoundingBox in org.geotools.metadata.iso.extent
Classes in org.geotools.metadata.iso.extent that implement GeographicBoundingBoxModifier and TypeClassDescriptionclassGeographic position of the dataset.Fields in org.geotools.metadata.iso.extent declared as GeographicBoundingBoxModifier and TypeFieldDescriptionstatic final GeographicBoundingBoxGeographicBoundingBoxImpl.WORLDA bounding box ranging from 180°W to 180°E and 90°S to 90°N.Methods in org.geotools.metadata.iso.extent that return GeographicBoundingBoxModifier and TypeMethodDescriptionstatic GeographicBoundingBoxExtentImpl.getGeographicBoundingBox(Extent extent) Convenience method returning a single geographic bounding box from the specified extent.Methods in org.geotools.metadata.iso.extent with parameters of type GeographicBoundingBoxModifier and TypeMethodDescriptionvoidGeographicBoundingBoxImpl.add(GeographicBoundingBox box) Adds a geographic bounding box to this box.voidGeographicBoundingBoxImpl.intersect(GeographicBoundingBox box) Sets this bounding box to the intersection of this box with the specified one.voidGeographicBoundingBoxImpl.setBounds(GeographicBoundingBox box) Sets the bounding box to the same values than the specified box.static StringGeographicBoundingBoxImpl.toString(GeographicBoundingBox box, String pattern, Locale locale) Returns a string representation of the specified extent using the specified angle pattern and locale.Constructors in org.geotools.metadata.iso.extent with parameters of type GeographicBoundingBoxModifierConstructorDescriptionConstructs a geographic bounding box initialized to the same values than the specified one. -
Uses of GeographicBoundingBox in org.geotools.referencing
Methods in org.geotools.referencing that return GeographicBoundingBoxModifier and TypeMethodDescriptionstatic GeographicBoundingBoxReturns the valid geographic area for the specified coordinate reference system, ornullif unknown. -
Uses of GeographicBoundingBox in org.geotools.referencing.util
Methods in org.geotools.referencing.util with parameters of type GeographicBoundingBoxModifier and TypeMethodDescriptionstatic StringBoundingBoxes.toString(GeographicBoundingBox box, String pattern, Locale locale) Returns a string representation of the specified extent using the specified angle pattern and locale.