Uses of Interface
org.opengis.filter.spatial.BBOX3D

Packages that use BBOX3D
org.geotools.filter   
org.geotools.filter.spatial   
org.opengis.filter Filters features according their properties. 
 

Uses of BBOX3D in org.geotools.filter
 

Methods in org.geotools.filter that return BBOX3D
 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 BBOX3D in org.geotools.filter.spatial
 

Classes in org.geotools.filter.spatial that implement BBOX3D
 class BBOX3DImpl
          A 3D BBOX Filter Implementation Supports filtering with BBOXes that have 3D coordinates including a minimum and maximum for the z-axis.
 

Uses of BBOX3D in org.opengis.filter
 

Methods in org.opengis.filter that return BBOX3D
 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)
           
 



Copyright © 1996-2014 Geotools. All Rights Reserved.