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

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

Uses of Beyond in org.opengis.filter
 

Methods in org.opengis.filter that return Beyond
 Beyond FilterFactory2.beyond(Expression geometry1, Expression geometry2, double distance, String units)
          Check if all of a geometry is more distant than the given distance from this object's geometry.
 Beyond FilterFactory.beyond(String propertyName, Geometry geometry, double distance, String units)
          Check if all of a feature's geometry is more distant than the given distance from this object's geometry.
 

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



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