|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@XmlElement(value="GMLObjectId") public interface GmlObjectId<O>
Feature and Geometry identifier for GML3 specification.
GML3 constructs are are identified with a String, commonly referred to as a "id".
Method Summary | |
---|---|
String |
getID()
The identifier value, which is a string. |
boolean |
matches(O object)
Evaluates the identifer value against the given GML3 construct. |
Methods inherited from interface Identifier |
---|
toString |
Method Detail |
---|
@XmlElement(value="id") String getID()
getID
in interface Identifier<String,O>
boolean matches(O object)
matches
in interface Identifier<String,O>
feature
- The GML3 construct 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 |