@UML(identifier="MD_Identifier", specification=ISO_19115) public interface Identifier
Modifier and Type | Field and Description |
---|---|
static String |
AUTHORITY_KEY
|
static String |
CODE_KEY
|
Modifier and Type | Method and Description |
---|---|
Citation |
getAuthority()
Organization or party responsible for definition and maintenance of the code.
|
String |
getCode()
Alphanumeric value identifying an instance in the namespace.
|
static final String CODE_KEY
"code"
property to be given to the CRS factory createFoo(…)
methods.
This is used for setting the value to be returned by getCode()
.getCode()
,
Constant Field Valuesstatic final String AUTHORITY_KEY
"authority"
property to be given to the CRS factory createFoo(…)
methods.
This is used for setting the value to be returned by getAuthority()
.getAuthority()
,
Constant Field Values@UML(identifier="code", obligation=MANDATORY, specification=ISO_19115) String getCode()
@UML(identifier="authority", obligation=OPTIONAL, specification=ISO_19115) Citation getAuthority()
Copyright © 1996–2019 Geotools. All rights reserved.