@UML(identifier="RS_Identifier", specification=ISO_19115) public interface ReferenceIdentifier extends Identifier
| Modifier and Type | Field and Description | 
|---|---|
| static String | CODESPACE_KEY | 
| static String | VERSION_KEY | 
AUTHORITY_KEY, CODE_KEY| Modifier and Type | Method and Description | 
|---|---|
| String | getCodeSpace()Name or identifier of the person or organization responsible for namespace. | 
| String | getVersion()Version identifier for the namespace, as specified by the code authority. | 
getAuthority, getCodestatic final String CODESPACE_KEY
"codespace" property to be given to the CRS factory createFoo(…) methods.
 This is used for setting the value to be returned by getCodeSpace().getCodeSpace(), 
Constant Field Valuesstatic final String VERSION_KEY
"version" property to be given to the CRS factory createFoo(…) methods.
 This is used for setting the value to be returned by getVersion().getVersion(), 
Constant Field Values@UML(identifier="codeSpace", obligation=OPTIONAL, specification=ISO_19115) String getCodeSpace()
@UML(identifier="version", obligation=OPTIONAL, specification=ISO_19115) String getVersion()
Copyright © 1996–2019 Geotools. All rights reserved.