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.filterMethods in org.geotools.api.filter with parameters of type BoundingBox3D Modifier and Type Method Description BBOX3DFilterFactory. bbox(String propertyName, BoundingBox3D env)BBOX3DFilterFactory. bbox(String propertyName, BoundingBox3D env, MultiValuedFilter.MatchAction matchAction)BBOX3DFilterFactory. bbox(Expression geometry, BoundingBox3D env)Checks if the geometry expression overlaps the specified bounding box.BBOX3DFilterFactory. 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.spatialMethods in org.geotools.api.filter.spatial that return BoundingBox3D Modifier and Type Method Description BoundingBox3DBBOX3D. getBounds()Return 3D Bounding Box object representing the bounds of the filter @Return Bounds of Filter
- 
Uses of BoundingBox3D in org.geotools.filterMethods in org.geotools.filter with parameters of type BoundingBox3D Modifier and Type Method Description BBOX3DFilterFactoryImpl. bbox(String propertyName, BoundingBox3D env)BBOX3DFilterFactoryImpl. bbox(String propertyName, BoundingBox3D env, MultiValuedFilter.MatchAction matchAction)BBOX3DFilterFactoryImpl. bbox(Expression geometry, BoundingBox3D env)BBOX3DFilterFactoryImpl. bbox(Expression e, BoundingBox3D env, MultiValuedFilter.MatchAction matchAction)
- 
Uses of BoundingBox3D in org.geotools.filter.spatialMethods in org.geotools.filter.spatial that return BoundingBox3D Modifier and Type Method Description BoundingBox3DBBOX3DImpl. getBounds()
- 
Uses of BoundingBox3D in org.geotools.geometry.jtsClasses in org.geotools.geometry.jts that implement BoundingBox3D Modifier and Type Class Description classReferencedEnvelope3DA 3D envelope associated with a coordinate reference system.Methods in org.geotools.geometry.jts with parameters of type BoundingBox3D Modifier and Type Method Description booleanReferencedEnvelope3D. contains(BoundingBox3D bbox)Returnstrueif the provided bounds are contained by this bounding box.voidReferencedEnvelope3D. include(BoundingBox3D bbox)Include the provided bounding box, expanding as necessary.booleanReferencedEnvelope3D. intersects(BoundingBox3D bbox)Check if this bounding box intersects the provided bounds.voidReferencedEnvelope3D. 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.
 
-