| Package | Description | 
|---|---|
| org.geotools.geometry | org.geotools.geometry.Geometry implementation. | 
| 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 | 
| Constructor and Description | 
|---|
| GeneralEnvelope(GeographicBoundingBox box)Constructs a new envelope with the same data than the specified geographic bounding box. | 
| Modifier and Type | Method and Description | 
|---|---|
| static ReferencedEnvelope | ImageUtilities. getReferencedEnvelopeFromGeographicBoundingBox(GeographicBoundingBox geographicBBox)Builds a  ReferencedEnvelopefrom aGeographicBoundingBox. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | GeographicBoundingBoxImplGeographic position of the dataset. | 
| Modifier and Type | Field and Description | 
|---|---|
| static GeographicBoundingBox | GeographicBoundingBoxImpl. WORLDA bounding box ranging from 180°W to 180°E and 90°S to 90°N. | 
| Modifier and Type | Method and Description | 
|---|---|
| static GeographicBoundingBox | ExtentImpl. getGeographicBoundingBox(Extent extent)Convenience method returning a single geographic bounding box from the specified extent. | 
| Modifier and Type | Method and 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. | 
| Constructor and Description | 
|---|
| GeographicBoundingBoxImpl(GeographicBoundingBox box)Constructs a geographic bounding box initialized to the same values than the specified one. | 
| Modifier and Type | Method and Description | 
|---|---|
| static GeographicBoundingBox | CRS. getGeographicBoundingBox(CoordinateReferenceSystem crs)Returns the valid geographic area for the specified coordinate reference system, or  nullif unknown. | 
| Modifier and Type | Method and 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. | 
Copyright © 1996–2019 Geotools. All rights reserved.