|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GeographicBoundingBox | |
---|---|
org.geotools.geometry | org.geotools.geometry.Geometry implementation. |
org.geotools.metadata.iso.extent | Extent implementation. |
org.geotools.referencing | Reference systems implementation. |
Uses of GeographicBoundingBox in org.geotools.geometry |
---|
Constructors in org.geotools.geometry with parameters of type GeographicBoundingBox | |
---|---|
GeneralEnvelope(GeographicBoundingBox box)
Constructs a new envelope with the same data than the specified geographic bounding box. |
Uses of GeographicBoundingBox in org.geotools.metadata.iso.extent |
---|
Classes in org.geotools.metadata.iso.extent that implement GeographicBoundingBox | |
---|---|
class |
GeographicBoundingBoxImpl
Geographic position of the dataset. |
Fields in org.geotools.metadata.iso.extent declared as GeographicBoundingBox | |
---|---|
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 | |
---|---|
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 | |
---|---|
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 | |
---|---|
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 | |
---|---|
static GeographicBoundingBox |
CRS.getGeographicBoundingBox(CoordinateReferenceSystem crs)
Returns the valid geographic area for the specified coordinate reference system, or null if unknown. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |