Uses of Interface
org.opengis.filter.And

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

Uses of And in org.opengis.filter
 

Methods in org.opengis.filter that return And
 And FilterFactory.and(Filter f, Filter g)
          AND filter between two filters.
 And FilterFactory.and(List<Filter> f)
          AND filter between a list of filters.
 

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



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