org.opengis.filter.identity
Interface RecordId

All Superinterfaces:
Identifier

@XmlElement(value="RecordId")
public interface RecordId
extends Identifier

RecordId refered to by CSW-2 specification.

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).

Since:
GeoAPI 2.1
Author:
Jody Garnett, Refractions Research Inc.

Method Summary
 String getID()
          The identifier value, which is a string.
 boolean matches(Object record)
          Evaluates the identifer value against the given record.
 
Methods inherited from interface Identifier
equals, hashCode, toString
 

Method Detail

getID

@XmlElement(value="id")
String getID()
The identifier value, which is a string.

Specified by:
getID in interface Identifier

matches

boolean matches(Object record)
Evaluates the identifer value against the given record.

Specified by:
matches in interface Identifier
Parameters:
record - The recrod construct to be tested.
Returns:
true if a match, otherwise false


Copyright © 1996-2014 Geotools. All Rights Reserved.