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 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 GeographicBoundingBoxModifier and TypeClassDescriptionclass
Geographic position of the dataset.Fields in org.geotools.metadata.iso.extent declared as GeographicBoundingBoxModifier and TypeFieldDescriptionstatic final 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 GeographicBoundingBoxModifier and TypeMethodDescriptionstatic 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 GeographicBoundingBoxModifier and TypeMethodDescriptionvoid
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 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 GeographicBoundingBox
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 GeographicBoundingBoxModifier and TypeMethodDescriptionstatic String
BoundingBoxes.toString
(GeographicBoundingBox box, String pattern, Locale locale) Returns a string representation of the specified extent using the specified angle pattern and locale.