|
||||||||||
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 Filter |
---|
ALL, NONE |
Fields inherited from interface Filter |
---|
EXCLUDE, INCLUDE |
Fields inherited from interface Filter |
---|
EXCLUDE, INCLUDE |
Method Summary | |
---|---|
void |
addAllFids(Collection fidsToAdd)
Deprecated. Adds a collection of feature IDs to the filter. |
void |
addFid(String fid)
Deprecated. Adds a feature ID to the filter. |
boolean |
contains(SimpleFeature feature)
Deprecated. use org.opengis.filter.Filter#evaluate(Feature) |
String[] |
getFids()
Deprecated. use FeatureId#getIDs() |
void |
removeAllFids(Collection fidsToRemove)
Deprecated. Removes a collection of feature IDs from the filter. |
void |
removeFid(String fid)
Deprecated. Removes a feature ID from the filter. |
Methods inherited from interface Filter |
---|
accept, and, evaluate, getFilterType, not, or |
Methods inherited from interface Filter |
---|
accept, evaluate |
Methods inherited from interface Id |
---|
getIdentifiers, getIDs |
Methods inherited from interface Filter |
---|
accept, evaluate |
Method Detail |
---|
boolean contains(SimpleFeature feature)
org.opengis.filter.Filter#evaluate(Feature)
feature
- Specified feature to examine.
void addFid(String fid)
fid
- A single feature ID.String[] getFids()
FeatureId#getIDs()
void addAllFids(Collection fidsToAdd)
fidsToAdd
- A collection of feature IDs.void removeAllFids(Collection fidsToRemove)
fidsToRemove
- A collection of feature IDs.void removeFid(String fid)
fid
- A single feature ID.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |