Uses of Interface
org.geotools.filter.LikeFilter

Packages that use LikeFilter
org.geotools.filter   
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. 
 

Uses of LikeFilter in org.geotools.filter
 

Classes in org.geotools.filter that implement LikeFilter
 class LikeFilterImpl
          Defines a like filter, which checks to see if an attribute matches a REGEXP.
 

Methods in org.geotools.filter that return LikeFilter
 LikeFilter FilterFactoryImpl.createLikeFilter()
          Creates a Like Filter.
 LikeFilter FilterFactory.createLikeFilter()
          Deprecated. Creates a Like Filter.
 

Methods in org.geotools.filter with parameters of type LikeFilter
 void SQLEncoderPostgis.visit(LikeFilter filter)
           
 void SQLEncoder.visit(LikeFilter filter)
          Deprecated. Writes the SQL for the Like Filter.
 void FilterVisitor.visit(LikeFilter filter)
          Deprecated. Called when accept is called on a Like Filter.
 

Uses of LikeFilter in org.geotools.filter.visitor
 

Methods in org.geotools.filter.visitor with parameters of type LikeFilter
 void WFSBBoxFilterVisitor.visit(LikeFilter filter)
           
 void AbstractFilterVisitor.visit(LikeFilter filter)
          Deprecated. use AbstractFilterVisitor.visit(PropertyIsLike, Object)
 

Uses of LikeFilter in org.geotools.xml.filter
 

Methods in org.geotools.xml.filter with parameters of type LikeFilter
 void FilterEncodingPreProcessor.visit(LikeFilter filter)
           
 



Copyright © 1996-2009 Geotools. All Rights Reserved.