|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@XmlElement(value="GMLObjectId") public interface GmlObjectId
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(Object object)
Evaluates the identifer value against the given GML3 construct. |
| Methods inherited from interface Identifier |
|---|
equals, hashCode, toString |
| Method Detail |
|---|
@XmlElement(value="id") String getID()
getID in interface Identifierboolean matches(Object object)
matches in interface Identifierfeature - 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 | |||||||||