|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@XmlElement(value="FeatureId") public interface FeatureId
Feature identifier. Features are identified as strings.
Method Summary | |
---|---|
String |
getID()
The identifier value, which is a string. |
boolean |
matches(Feature feature)
Evaluates the identifer value against the given feature. |
Methods inherited from interface Identifier |
---|
toString |
Method Detail |
---|
@XmlElement(value="fid") String getID()
getID
in interface Identifier<String,Feature>
boolean matches(Feature feature)
matches
in interface Identifier<String,Feature>
feature
- The feature to be tested.
true
if a match, otherwise false
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |