Package | Description |
---|---|
org.geotools.filter | |
org.geotools.filter.spatial | |
org.geotools.geometry.jts | |
org.opengis.filter |
Filters features according their properties.
|
org.opengis.filter.spatial |
A spatial operator determines whether its geometric arguments satisfy
the stated spatial relationship.
|
Modifier and Type | Method and Description |
---|---|
BBOX3D |
FilterFactoryImpl.bbox(Expression geometry,
BoundingBox3D env) |
BBOX3D |
FilterFactoryImpl.bbox(Expression e,
BoundingBox3D env,
MultiValuedFilter.MatchAction matchAction) |
BBOX3D |
FilterFactoryImpl.bbox(String propertyName,
BoundingBox3D env) |
BBOX3D |
FilterFactoryImpl.bbox(String propertyName,
BoundingBox3D env,
MultiValuedFilter.MatchAction matchAction) |
Modifier and Type | Method and Description |
---|---|
BoundingBox3D |
BBOX3DImpl.getBounds() |
Modifier and Type | Class and Description |
---|---|
class |
ReferencedEnvelope3D
A 3D envelope associated with a coordinate reference
system.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ReferencedEnvelope3D.contains(BoundingBox3D bbox)
Returns
true if the provided bounds are contained by this bounding box. |
void |
ReferencedEnvelope3D.include(BoundingBox3D bbox)
Include the provided bounding box, expanding as necessary.
|
boolean |
ReferencedEnvelope3D.intersects(BoundingBox3D bbox)
Check if this bounding box intersects the provided bounds.
|
void |
ReferencedEnvelope3D.setBounds(BoundingBox3D bbox)
Initialize the bounding box with another bounding box.
|
Constructor and Description |
---|
ReferencedEnvelope3D(BoundingBox3D bbox)
Creates a new envelope from an existing bounding box.
|
Modifier and Type | Method and Description |
---|---|
BBOX3D |
FilterFactory2.bbox(Expression geometry,
BoundingBox3D env)
Checks if the geometry expression overlaps the specified bounding box.
|
BBOX3D |
FilterFactory2.bbox(Expression geometry,
BoundingBox3D env,
MultiValuedFilter.MatchAction matchAction)
Checks if the geometry expression overlaps the specified bounding box.
|
BBOX3D |
FilterFactory.bbox(String propertyName,
BoundingBox3D env) |
BBOX3D |
FilterFactory.bbox(String propertyName,
BoundingBox3D env,
MultiValuedFilter.MatchAction matchAction) |
Modifier and Type | Method and Description |
---|---|
BoundingBox3D |
BBOX3D.getBounds()
Return 3D Bounding Box object representing the bounds of the filter @Return Bounds of Filter
|
Copyright © 1996–2019 Geotools. All rights reserved.