- All Superinterfaces:
Identifier
@UML(identifier="RS_Identifier",
specification=ISO_19115)
public interface ReferenceIdentifier
extends Identifier
Identifier used for reference systems.
- Since:
- 2.1
-
Field Summary
Fields inherited from interface Identifier
AUTHORITY_KEY, CODE_KEY
-
Method Summary
Modifier and TypeMethodDescriptionName or identifier of the person or organization responsible for namespace.Version identifier for the namespace, as specified by the code authority.Methods inherited from interface Identifier
getAuthority, getCode
-
Field Details
-
CODESPACE_KEY
Key for the"codespace"
property to be given to the CRS factorycreateFoo(…)
methods. This is used for setting the value to be returned bygetCodeSpace()
.- See Also:
-
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:
-
-
Method Details
-
getCodeSpace
Name or identifier of the person or organization responsible for namespace.- Returns:
- The identifier code space.
-
getVersion
Version identifier for the namespace, as specified by the code authority. When appropriate, the edition is identified by the effective date, coded using ISO 8601 date format.- Returns:
- The version for the namespace (for example the version of the underlying EPSG database).
-