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

Packages that use BBOX
org.opengis.filter Filters features according their properties. 
 

Uses of BBOX in org.opengis.filter
 

Methods in org.opengis.filter that return BBOX
 BBOX FilterFactory2.bbox(Expression geometry, BoundingBox bounds)
          Checks if the bounding box of the feature's geometry overlaps the indicated bounds.
 BBOX FilterFactory2.bbox(Expression geometry, double minx, double miny, double maxx, double maxy, String srs)
          Checks if the geometry expression overlaps the specified bounding box.
 BBOX FilterFactory.bbox(String propertyName, double minx, double miny, double maxx, double maxy, String srs)
          Checks if the bounding box of the feature's geometry overlaps the indicated bounds.
 

Methods in org.opengis.filter with parameters of type BBOX
 Object FilterVisitor.visit(BBOX filter, Object extraData)
           
 



Copyright © 1994-2008 Open Geospatial Consortium. All Rights Reserved.