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

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

Uses of Disjoint in org.opengis.filter
 

Methods in org.opengis.filter that return Disjoint
 Disjoint FilterFactory2.disjoint(Expression geometry1, Expression geometry2)
          Checks if the first operand is disjoint from the second.
 Disjoint FilterFactory.disjoint(String propertyName, Geometry geometry)
          Checks if the first operand is disjoint from the second.
 

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



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