Interface RecordId

  • All Superinterfaces:
    Identifier

    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 Detail

      • getID

        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