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

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

Uses of Crosses in org.opengis.filter
 

Methods in org.opengis.filter that return Crosses
 Crosses FilterFactory2.crosses(Expression geometry1, Expression geometry2)
          Checks if the first geometric operand crosses the second.
 Crosses FilterFactory.crosses(String propertyName, Geometry geometry)
          Checks if the first geometric operand crosses the second.
 

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



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