Package org.geotools.api.metadata
Interface Identifier
-
- All Known Subinterfaces:
ReferenceIdentifier
- All Known Implementing Classes:
IdentifierImpl,NamedIdentifier
public interface IdentifierValue uniquely identifying an object within a namespace.- Since:
- GeoAPI 2.0
- Author:
- Martin Desruisseaux (IRD)
-
-
Field Summary
Fields Modifier and Type Field Description static StringAUTHORITY_KEYstatic StringCODE_KEY
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CitationgetAuthority()Organization or party responsible for definition and maintenance of the code.StringgetCode()Alphanumeric value identifying an instance in the namespace.
-
-
-
Field Detail
-
CODE_KEY
static final String 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:
getCode(), Constant Field Values
-
AUTHORITY_KEY
static final String 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:
getAuthority(), Constant Field Values
-
-
Method Detail
-
getCode
String getCode()
Alphanumeric value identifying an instance in the namespace.- Returns:
- Value identifying an instance in the namespace.
-
-