Uses of Interface
org.geotools.filter.FidFilter

Packages that use FidFilter
org.geotools.data.wfs.v1_0_0   
org.geotools.filter   
org.geotools.filter.visitor   
org.geotools.renderer.lite A simple renderer implementation. 
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.data.wfs.v1_0_0
 

Fields in org.geotools.data.wfs.v1_0_0 declared as FidFilter
protected  FidFilter LockResult.notSupported
           
protected  FidFilter LockResult.supported
           
 

Methods in org.geotools.data.wfs.v1_0_0 that return FidFilter
 FidFilter LockResult.getNotSupported()
          DOCUMENT ME!
 FidFilter LockResult.getSupported()
          DOCUMENT ME!
 

Constructors in org.geotools.data.wfs.v1_0_0 with parameters of type FidFilter
LockResult(String lockId, FidFilter supported, FidFilter notSupported)
           
 

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 WFSBBoxFilterVisitor.visit(FidFilter filter)
           
 void AbstractFilterVisitor.visit(FidFilter filter)
          Deprecated. use AbstractFilterVisitor.visit(Id, Object)
 

Uses of FidFilter in org.geotools.renderer.lite
 

Methods in org.geotools.renderer.lite with parameters of type FidFilter
 void FIDFilterFinder.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-2009 Geotools. All Rights Reserved.