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

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

Uses of Touches in org.opengis.filter
 

Methods in org.opengis.filter that return Touches
 Touches FilterFactory2.touches(Expression propertyName1, Expression geometry2)
          Checks if the feature's geometry touches, but does not overlap with the geometry held by this object.
 Touches FilterFactory.touches(String propertyName, Geometry geometry)
          Checks if the feature's geometry touches, but does not overlap with the geometry held by this object.
 

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



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