|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FidFilter | |
---|---|
org.geotools.data.wfs.v1_0_0 | |
org.geotools.filter | |
org.geotools.filter.visitor | |
org.geotools.renderer.shape | |
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(java.lang.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(java.lang.String fid)
Creates a Fid Filter with an initial fid. |
FidFilter |
FilterFactory.createFidFilter(java.lang.String fid)
Deprecated. Creates a Fid Filter with an initial fid. |
Methods in org.geotools.filter with parameters of type FidFilter | |
---|---|
void |
SQLEncoderOracle.visit(FidFilter filter)
DOCUMENT ME! |
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)
|
Uses of FidFilter in org.geotools.renderer.shape |
---|
Methods in org.geotools.renderer.shape with parameters of type FidFilter | |
---|---|
void |
ReplaceGeometryFilter.visit(FidFilter filter)
|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |