Uses of Interface
org.geotools.api.geometry.BoundingBox3D
-
Packages that use BoundingBox3D Package Description org.geotools.api.filter Filters features according their properties.org.geotools.api.filter.spatial org.geotools.filter org.geotools.filter.spatial org.geotools.geometry.jts -
-
Uses of BoundingBox3D in org.geotools.api.filter
Methods in org.geotools.api.filter with parameters of type BoundingBox3D Modifier and Type Method Description BBOX3D
FilterFactory. bbox(String propertyName, BoundingBox3D env)
BBOX3D
FilterFactory. bbox(String propertyName, BoundingBox3D env, MultiValuedFilter.MatchAction matchAction)
BBOX3D
FilterFactory. bbox(Expression geometry, BoundingBox3D env)
Checks if the geometry expression overlaps the specified bounding box.BBOX3D
FilterFactory. bbox(Expression geometry, BoundingBox3D env, MultiValuedFilter.MatchAction matchAction)
Checks if the geometry expression overlaps the specified bounding box. -
Uses of BoundingBox3D in org.geotools.api.filter.spatial
Methods in org.geotools.api.filter.spatial that return BoundingBox3D Modifier and Type Method Description BoundingBox3D
BBOX3D. getBounds()
Return 3D Bounding Box object representing the bounds of the filter @Return Bounds of Filter -
Uses of BoundingBox3D in org.geotools.filter
Methods in org.geotools.filter with parameters of type BoundingBox3D Modifier and Type Method Description BBOX3D
FilterFactoryImpl. bbox(String propertyName, BoundingBox3D env)
BBOX3D
FilterFactoryImpl. bbox(String propertyName, BoundingBox3D env, MultiValuedFilter.MatchAction matchAction)
BBOX3D
FilterFactoryImpl. bbox(Expression geometry, BoundingBox3D env)
BBOX3D
FilterFactoryImpl. bbox(Expression e, BoundingBox3D env, MultiValuedFilter.MatchAction matchAction)
-
Uses of BoundingBox3D in org.geotools.filter.spatial
Methods in org.geotools.filter.spatial that return BoundingBox3D Modifier and Type Method Description BoundingBox3D
BBOX3DImpl. getBounds()
-
Uses of BoundingBox3D in org.geotools.geometry.jts
Classes in org.geotools.geometry.jts that implement BoundingBox3D Modifier and Type Class Description class
ReferencedEnvelope3D
A 3D envelope associated with a coordinate reference system.Methods in org.geotools.geometry.jts with parameters of type BoundingBox3D Modifier and Type Method Description boolean
ReferencedEnvelope3D. contains(BoundingBox3D bbox)
Returnstrue
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.Constructors in org.geotools.geometry.jts with parameters of type BoundingBox3D Constructor Description ReferencedEnvelope3D(BoundingBox3D bbox)
Creates a new envelope from an existing bounding box.
-