Package org.geotools.api.metadata
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 Details
-
CODE_KEY
Key for the"code"
property to be given to the CRS factorycreateFoo(…)
methods. This is used for setting the value to be returned bygetCode()
.- See Also:
-
AUTHORITY_KEY
Key for the"authority"
property to be given to the CRS factorycreateFoo(…)
methods. This is used for setting the value to be returned bygetAuthority()
.- See Also:
-
-
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.
-