Interface Identifier

All Known Subinterfaces:
ReferenceIdentifier
All Known Implementing Classes:
IdentifierImpl, NamedIdentifier

public interface Identifier
Value uniquely identifying an object within a namespace.
Since:
GeoAPI 2.0
Author:
Martin Desruisseaux (IRD)
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Key for the "authority" property to be given to the CRS factory createFoo(…) methods.
    static final String
    Key for the "code" property to be given to the CRS factory createFoo(…) methods.
  • Method Summary

    Modifier and Type
    Method
    Description
    Organization or party responsible for definition and maintenance of the code.
    Alphanumeric value identifying an instance in the namespace.
  • Field Details

  • Method Details

    • getCode

      String getCode()
      Alphanumeric value identifying an instance in the namespace.
      Returns:
      Value identifying an instance in the namespace.
    • getAuthority

      Citation getAuthority()
      Organization or party responsible for definition and maintenance of the code.
      Returns:
      Party responsible for definition and maintenance of the code.