Uses of Interface
org.opengis.geometry.BoundingBox3D

Packages that use BoundingBox3D
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. 
 

Uses of BoundingBox3D in org.geotools.filter
 

Methods in org.geotools.filter with parameters of type BoundingBox3D
 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)
           
 

Uses of BoundingBox3D in org.geotools.filter.spatial
 

Methods in org.geotools.filter.spatial that return BoundingBox3D
 BoundingBox3D BBOX3DImpl.getBounds()
           
 

Uses of BoundingBox3D in org.geotools.geometry.jts
 

Classes in org.geotools.geometry.jts that implement BoundingBox3D
 class ReferencedEnvelope3D
          A 3D envelope associated with a coordinate reference system.
 

Methods in org.geotools.geometry.jts with parameters of type BoundingBox3D
 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.
 

Constructors in org.geotools.geometry.jts with parameters of type BoundingBox3D
ReferencedEnvelope3D(BoundingBox3D bbox)
          Creates a new envelope from an existing bounding box.
 

Uses of BoundingBox3D in org.opengis.filter
 

Methods in org.opengis.filter with parameters of type BoundingBox3D
 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)
           
 

Uses of BoundingBox3D in org.opengis.filter.spatial
 

Methods in org.opengis.filter.spatial that return BoundingBox3D
 BoundingBox3D BBOX3D.getBounds()
          Return 3D Bounding Box object representing the bounds of the filter
 



Copyright © 1996-2014 Geotools. All Rights Reserved.