|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BoundingBox | |
|---|---|
| org.opengis.feature | Representation a features on a map. |
| org.opengis.filter | Filters features according their properties. |
| org.opengis.geometry | Root package for geometries. |
| Uses of BoundingBox in org.opengis.feature |
|---|
| Methods in org.opengis.feature that return BoundingBox | |
|---|---|
BoundingBox |
GeometryAttribute.getBounds()
The bounds of the attribute. |
BoundingBox |
Feature.getBounds()
The bounds of this Feature, if available. |
| Methods in org.opengis.feature with parameters of type BoundingBox | |
|---|---|
void |
GeometryAttribute.setBounds(BoundingBox bounds)
Sets the bounds of the geometry. |
| Uses of BoundingBox in org.opengis.filter |
|---|
| Methods in org.opengis.filter with parameters of type BoundingBox | |
|---|---|
BBOX |
FilterFactory2.bbox(Expression geometry,
BoundingBox bounds)
Checks if the bounding box of the feature's geometry overlaps the indicated bounds. |
| Uses of BoundingBox in org.opengis.geometry |
|---|
| Methods in org.opengis.geometry that return BoundingBox | |
|---|---|
BoundingBox |
BoundingBox.toBounds(CoordinateReferenceSystem targetCRS)
Transforms this box to the specified CRS and returns a new bounding box for the transformed shape. |
| Methods in org.opengis.geometry with parameters of type BoundingBox | |
|---|---|
boolean |
BoundingBox.contains(BoundingBox bounds)
Returns true if the provided bounds are contained by this bounding box. |
void |
BoundingBox.include(BoundingBox bounds)
Includes the provided bounding box, expanding as necesary. |
boolean |
BoundingBox.intersects(BoundingBox bounds)
Returns true if the interior of this bounds intersects the interior
of the provided bounds. |
void |
BoundingBox.setBounds(BoundingBox bounds)
Sets this bounding box to be the same as the specified box. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||