@XmlElement(value="RecordId") public interface RecordId extends Identifier
Records are identified with a String, commonly referred to as an "id". We are using SimpleFeature to represent a Record at the moment (since our Record does not have a getID() method).
Modifier and Type | Method and Description |
---|---|
String |
getID()
The identifier value, which is a string.
|
boolean |
matches(Object record)
Evaluates the identifer value against the given record.
|
equals, hashCode, toString
@XmlElement(value="id") String getID()
getID
in interface Identifier
boolean matches(Object record)
matches
in interface Identifier
record
- The recrod construct to be tested.true
if a match, otherwise false
Copyright © 1996–2023 Geotools. All rights reserved.