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

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

Uses of DWithin in org.opengis.filter
 

Methods in org.opengis.filter that return DWithin
 DWithin FilterFactory2.dwithin(Expression geometry1, Expression geometry2, double distance, String units)
          Checks if any part of the first geometry lies within the given distance of the second geometry.
 DWithin FilterFactory.dwithin(String propertyName, Geometry geometry, double distance, String units)
          Checks if any part of the first geometry lies within the given distance of the second geometry.
 

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



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