org.opengis.metadata
Interface Identifier
-
@UML(identifier="MD_Identifier", specification=ISO_19115) public interface Identifier
Value uniquely identifying an object within a namespace.- Since:
- GeoAPI 2.0
-
-
Field Summary
Fields Modifier and Type Field and Description static java.lang.StringAUTHORITY_KEYstatic java.lang.StringCODE_KEYstatic java.lang.StringVERSION_KEY
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description CitationgetAuthority()Organization or party responsible for definition and maintenance of the code.java.lang.StringgetCode()Alphanumeric value identifying an instance in the namespace.java.lang.StringgetVersion()Identifier of the version of the associated code, as specified by the code authority.
-
-
-
Field Detail
-
CODE_KEY
static final java.lang.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 java.lang.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
-
VERSION_KEY
static final java.lang.String VERSION_KEY
Key for the"version"property to be given to the CRS factorycreateFoo(…)methods. This is used for setting the value to be returned bygetVersion().- See Also:
getVersion(), Constant Field Values
-
-
Method Detail
-
getCode
@UML(identifier="code", obligation=MANDATORY, specification=ISO_19115) java.lang.String getCode()
Alphanumeric value identifying an instance in the namespace.
-
getAuthority
@UML(identifier="authority", obligation=OPTIONAL, specification=ISO_19115) Citation getAuthority()
Organization or party responsible for definition and maintenance of the code.
-
getVersion
@Extension java.lang.String getVersion()
Identifier of the version of the associated code, as specified by the code authority. This version is included only when the code uses versions. When appropriate, the edition is identified by the effective date, coded using ISO 8601 date format.
-
-
DataMelt 3.0 © DataMelt by jWork.ORG