|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@UML(identifier="RS_Identifier", specification=ISO_19115) public interface ReferenceIdentifier
Identifier used for reference systems.
Field Summary | |
---|---|
static String |
CODESPACE_KEY
Key for the "codespace" property to be given to the
CRS factory createFoo(…)
methods. |
static String |
VERSION_KEY
Key for the "version" property to be given to the
CRS factory createFoo(…)
methods. |
Fields inherited from interface Identifier |
---|
AUTHORITY_KEY, CODE_KEY |
Method Summary | |
---|---|
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. |
Methods inherited from interface Identifier |
---|
getAuthority, getCode |
Field Detail |
---|
static 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 ValuesMethod Detail |
---|
@UML(identifier="codeSpace", obligation=OPTIONAL, specification=ISO_19115) String getCodeSpace()
@UML(identifier="version", obligation=OPTIONAL, specification=ISO_19115) String getVersion()
getVersion
in interface Identifier
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |