|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Id
A filter that passes only the Identifiers listed.
This application of this filter for Features is well established:
You can check what kind of Identifiers are supported using:
idCapabilities.hasFID() == true; // for FeatureId
idCapabilities.hasEID() == true; // no idea ...
| Field Summary |
|---|
| Fields inherited from interface Filter |
|---|
EXCLUDE, INCLUDE |
| Method Summary | |
|---|---|
Set<Identifier> |
getIdentifiers()
Returns the set of identifiers used by this filter. |
Set<Object> |
getIDs()
Set of IDs representing the Identifiers used by this filter. |
| Methods inherited from interface Filter |
|---|
accept, evaluate |
| Method Detail |
|---|
Set<Object> getIDs()
Set<Identifier> getIdentifiers()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||