Uses of Interface
org.geotools.filter.FidFilter

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

Classes in org.geotools.filter that implement FidFilter
 class FidFilterImpl
          Defines a ID filter, which holds a list of IDs ( usually feature id;s ).
 

Methods in org.geotools.filter that return FidFilter
 FidFilter FilterFactoryImpl.createFidFilter()
          Creates a new Fid Filter with no initial fids.
 FidFilter FilterFactory.createFidFilter()
          Deprecated. Creates a new Fid Filter with no initial fids.
 FidFilter FilterFactoryImpl.createFidFilter(String fid)
          Creates a Fid Filter with an initial fid.
 FidFilter FilterFactory.createFidFilter(String fid)
          Deprecated. Creates a Fid Filter with an initial fid.
 

Methods in org.geotools.filter with parameters of type FidFilter
 void SQLEncoder.visit(FidFilter filter)
          Deprecated. Encodes an FidFilter.
 void FilterVisitor.visit(FidFilter filter)
          Deprecated. Called when accept is called on a Fid Filter.
 

Uses of FidFilter in org.geotools.filter.visitor
 

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

Uses of FidFilter in org.geotools.xml.filter
 

Methods in org.geotools.xml.filter that return FidFilter
 FidFilter FilterEncodingPreProcessor.getFidFilter()
          Gets the fid filter that contains all the fids.
 

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



Copyright © 1996-2014 Geotools. All Rights Reserved.