Uses of Interface
org.opengis.filter.And

Packages that use And
org.geotools.arcsde.filter   
org.geotools.data.complex.filter   
org.geotools.data.jdbc   
org.geotools.filter   
org.geotools.filter.text.commons   
org.geotools.filter.visitor   
org.geotools.xml.filter The package name does not map the prefix name because we feel that this is a better representation. 
org.opengis.filter Filters features according their properties. 
 

Uses of And in org.geotools.arcsde.filter
 

Methods in org.geotools.arcsde.filter with parameters of type And
 Object GeometryEncoderSDE.visit(And filter, Object extraData)
           
 

Uses of And in org.geotools.data.complex.filter
 

Methods in org.geotools.data.complex.filter with parameters of type And
 Object UnmappingFilterVisitor.visit(And filter, Object arg1)
           
 

Uses of And in org.geotools.data.jdbc
 

Methods in org.geotools.data.jdbc with parameters of type And
 Object FilterToSQL.visit(And filter, Object extraData)
          Write the SQL for an And filter
 

Uses of And in org.geotools.filter
 

Classes in org.geotools.filter that implement And
 class AndImpl
          Direct implementation of And filter.
 

Methods in org.geotools.filter that return And
 And FilterFactoryImpl.and(Filter f, Filter g)
           
 And FilterFactoryImpl.and(List filters)
           
 And AndBuilder.build()
          Build an And filter
 

Methods in org.geotools.filter with parameters of type And
 AndBuilder<P> AndBuilder.reset(And filter)
           
 Object FilterTransformer.FilterTranslator.visit(And filter, Object extraData)
           
 Object FilterVisitorFilterWrapper.visit(And filter, Object extraData)
           
 

Uses of And in org.geotools.filter.text.commons
 

Methods in org.geotools.filter.text.commons that return And
 And AbstractFilterBuilder.buildPropertyBetweenDates()
          Create an AND filter with property between dates of period.
 

Uses of And in org.geotools.filter.visitor
 

Methods in org.geotools.filter.visitor with parameters of type And
 Object AbstractFilterVisitor.visit(And filter, Object data)
          Deprecated. Visits elements of filter.getChildren().
 Object DefaultFilterVisitor.visit(And filter, Object data)
           
 Object OperatorNameFilterVisitor.visit(And filter, Object extraData)
           
 Object NullFilterVisitor.visit(And filter, Object data)
           
 Object PostPreProcessFilterSplittingVisitor.visit(And filter, Object notUsed)
          Deprecated.  
 Object AbstractFinderFilterVisitor.visit(And filter, Object data)
           
 Object AbstractSearchFilterVisitor.visit(And filter, Object data)
           
 Object IsSupportedFilterVisitor.visit(And filter, Object extraData)
           
 Object FilterVisitorSupport.visit(And filter, Object extraData)
           
 Object ExtractBoundsFilterVisitor.visit(And filter, Object data)
           
 Object IsFullySupportedFilterVisitor.visit(And filter, Object extraData)
           
 Object SimplifyingFilterVisitor.visit(And filter, Object extraData)
           
 Object DuplicatingFilterVisitor.visit(And filter, Object extraData)
           
 Object CapabilitiesFilterSplitter.visit(And filter, Object notUsed)
           
 

Uses of And in org.geotools.xml.filter
 

Methods in org.geotools.xml.filter with parameters of type And
 Object FilterCompliancePreProcessor.visit(And filter, Object extraData)
           
 

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 © 1996-2014 Geotools. All Rights Reserved.