Uses of Interface
org.geotools.api.metadata.extent.GeographicBoundingBox
-
Packages that use GeographicBoundingBox Package Description org.geotools.geometry Basic geometry concepts to support referencing and coverage use.org.geotools.image.util A set of helper classes for image handling in the Geotools implementation; Do not use!org.geotools.metadata.iso.extent Extent implementation.org.geotools.referencing Reference systems implementation.org.geotools.referencing.util -
-
Uses of GeographicBoundingBox in org.geotools.geometry
Constructors in org.geotools.geometry with parameters of type GeographicBoundingBox Constructor Description GeneralBounds(GeographicBoundingBox box)
Constructs 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 GeographicBoundingBox Modifier and Type Method Description static ReferencedEnvelope
ImageUtilities. getReferencedEnvelopeFromGeographicBoundingBox(GeographicBoundingBox geographicBBox)
Builds aReferencedEnvelope
from aGeographicBoundingBox
. -
Uses of GeographicBoundingBox in org.geotools.metadata.iso.extent
Classes in org.geotools.metadata.iso.extent that implement GeographicBoundingBox Modifier and Type Class Description class
GeographicBoundingBoxImpl
Geographic position of the dataset.Fields in org.geotools.metadata.iso.extent declared as GeographicBoundingBox Modifier and Type Field Description static GeographicBoundingBox
GeographicBoundingBoxImpl. WORLD
A bounding box ranging from 180°W to 180°E and 90°S to 90°N.Methods in org.geotools.metadata.iso.extent that return GeographicBoundingBox Modifier and Type Method Description static GeographicBoundingBox
ExtentImpl. 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 GeographicBoundingBox Modifier and Type Method Description void
GeographicBoundingBoxImpl. add(GeographicBoundingBox box)
Adds a geographic bounding box to this box.void
GeographicBoundingBoxImpl. intersect(GeographicBoundingBox box)
Sets this bounding box to the intersection of this box with the specified one.void
GeographicBoundingBoxImpl. setBounds(GeographicBoundingBox box)
Sets the bounding box to the same values than the specified box.static String
GeographicBoundingBoxImpl. 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 GeographicBoundingBox Constructor Description GeographicBoundingBoxImpl(GeographicBoundingBox box)
Constructs 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 GeographicBoundingBox Modifier and Type Method Description static GeographicBoundingBox
CRS. getGeographicBoundingBox(CoordinateReferenceSystem crs)
Returns the valid geographic area for the specified coordinate reference system, ornull
if unknown. -
Uses of GeographicBoundingBox in org.geotools.referencing.util
Methods in org.geotools.referencing.util with parameters of type GeographicBoundingBox Modifier and Type Method Description static String
BoundingBoxes. toString(GeographicBoundingBox box, String pattern, Locale locale)
Returns a string representation of the specified extent using the specified angle pattern and locale.
-