|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BoundingBox | |
|---|---|
| org.opengis.feature | Representation a features on a map. |
| org.opengis.feature.simple | |
| 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 |
Feature.getBounds()
The bounds of this Feature, if available. |
BoundingBox |
GeometryAttribute.getBounds()
The bounds of this geometry. |
| Methods in org.opengis.feature with parameters of type BoundingBox | |
|---|---|
void |
GeometryAttribute.setBounds(BoundingBox bounds)
Although this is tipically a derrived quantity of the contents, this value is often available in precomputed form from data providers. |
| Uses of BoundingBox in org.opengis.feature.simple |
|---|
| Methods in org.opengis.feature.simple that return BoundingBox | |
|---|---|
BoundingBox |
BoundingBoxAttribute.getBoundingBox()
Java 1.4 type safe access to getValue |
BoundingBox |
BoundingBoxAttribute.getValue()
|
| Methods in org.opengis.feature.simple with parameters of type BoundingBox | |
|---|---|
void |
BoundingBoxAttribute.setBoundingBox(BoundingBox newValue)
Java 1.4 type safe access to setValue |
void |
BoundingBoxAttribute.setValue(BoundingBox newValue)
|
| 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)
Include 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 | |||||||||