@XmlElement(value="GMLObjectId") public interface GmlObjectId extends Identifier
GML3 constructs are are identified with a String, commonly referred to as a "id".
Modifier and Type | Method and Description |
---|---|
String |
getID()
The identifier value, which is a string.
|
boolean |
matches(Object object)
Evaluates the identifer value against the given object.
|
equals, hashCode, toString
@XmlElement(value="id") String getID()
getID
in interface Identifier
boolean matches(Object object)
matches
in interface Identifier
object
- The construct to be tested.true
if a match, otherwise false
.Copyright © 1996–2023 Geotools. All rights reserved.