|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
FeatureId
public interface FidFilter
Defines a feature ID filter, which holds a list of feature IDs. This filter stores a series of feature IDs, which are used to distinguish features uniquely.
Field Summary |
---|
Fields inherited from interface org.geotools.filter.Filter |
---|
ALL, NONE |
Fields inherited from interface org.geotools.filter.FilterType |
---|
BETWEEN, COMPARE_EQUALS, COMPARE_GREATER_THAN, COMPARE_GREATER_THAN_EQUAL, COMPARE_LESS_THAN, COMPARE_LESS_THAN_EQUAL, COMPARE_NOT_EQUALS, FID, GEOMETRY_BBOX, GEOMETRY_BEYOND, GEOMETRY_CONTAINS, GEOMETRY_CROSSES, GEOMETRY_DISJOINT, GEOMETRY_DWITHIN, GEOMETRY_EQUALS, GEOMETRY_INTERSECTS, GEOMETRY_OVERLAPS, GEOMETRY_TOUCHES, GEOMETRY_WITHIN, LIKE, LOGIC_AND, LOGIC_NOT, LOGIC_OR, NULL |
Fields inherited from interface org.opengis.filter.Filter |
---|
EXCLUDE, INCLUDE |
Method Summary | |
---|---|
void |
addAllFids(java.util.Collection fidsToAdd)
Deprecated. Adds a collection of feature IDs to the filter. |
void |
addFid(java.lang.String fid)
Deprecated. Adds a feature ID to the filter. |
boolean |
contains(org.opengis.feature.simple.SimpleFeature feature)
Deprecated. use org.opengis.filter.Filter#evaluate(Feature) |
java.lang.String[] |
getFids()
Deprecated. use FeatureId#getIDs() |
void |
removeAllFids(java.util.Collection fidsToRemove)
Deprecated. Removes a collection of feature IDs from the filter. |
void |
removeFid(java.lang.String fid)
Deprecated. Removes a feature ID from the filter. |
Methods inherited from interface org.geotools.filter.Filter |
---|
accept, and, evaluate, getFilterType, not, or |
Methods inherited from interface org.opengis.filter.Id |
---|
getIdentifiers, getIDs |
Methods inherited from interface org.opengis.filter.Filter |
---|
accept, evaluate |
Method Detail |
---|
boolean contains(org.opengis.feature.simple.SimpleFeature feature)
org.opengis.filter.Filter#evaluate(Feature)
feature
- Specified feature to examine.
void addFid(java.lang.String fid)
fid
- A single feature ID.java.lang.String[] getFids()
FeatureId#getIDs()
void addAllFids(java.util.Collection fidsToAdd)
fidsToAdd
- A collection of feature IDs.void removeAllFids(java.util.Collection fidsToRemove)
fidsToRemove
- A collection of feature IDs.void removeFid(java.lang.String fid)
fid
- A single feature ID.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |