Uses of Interface
org.geotools.api.geometry.BoundingBox3D
Packages that use BoundingBox3D
-
Uses of BoundingBox3D in org.geotools.api.filter
Methods in org.geotools.api.filter with parameters of type BoundingBox3DModifier and TypeMethodDescriptionFilterFactory.bbox
(String propertyName, BoundingBox3D env) FilterFactory.bbox
(String propertyName, BoundingBox3D env, MultiValuedFilter.MatchAction matchAction) FilterFactory.bbox
(Expression geometry, BoundingBox3D env) Checks if the geometry expression overlaps the specified bounding box.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 BoundingBox3DModifier and TypeMethodDescriptionBBOX3D.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 BoundingBox3DModifier and TypeMethodDescriptionFilterFactoryImpl.bbox
(String propertyName, BoundingBox3D env) FilterFactoryImpl.bbox
(String propertyName, BoundingBox3D env, MultiValuedFilter.MatchAction matchAction) FilterFactoryImpl.bbox
(Expression geometry, BoundingBox3D env) 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 -
Uses of BoundingBox3D in org.geotools.geometry.jts
Classes in org.geotools.geometry.jts that implement BoundingBox3DModifier and TypeClassDescriptionclass
A 3D envelope associated with a coordinate reference system.Methods in org.geotools.geometry.jts with parameters of type BoundingBox3DModifier and TypeMethodDescriptionboolean
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 BoundingBox3DModifierConstructorDescriptionCreates a new envelope from an existing bounding box.