|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.metadata.AbstractMetadata
org.geotools.metadata.ModifiableMetadata
org.geotools.metadata.iso.MetadataEntity
org.geotools.metadata.iso.IdentifierImpl
public class IdentifierImpl
Value uniquely identifying an object within a namespace.
Field Summary |
---|
Fields inherited from class org.geotools.metadata.AbstractMetadata |
---|
LOGGER |
Fields inherited from interface org.opengis.metadata.Identifier |
---|
AUTHORITY_KEY, CODE_KEY |
Constructor Summary | |
---|---|
IdentifierImpl()
Construct an initially empty identifier. |
|
IdentifierImpl(org.opengis.metadata.citation.Citation authority,
java.lang.String code)
Creates an identifier initialized to the given authority and code. |
|
IdentifierImpl(org.opengis.metadata.Identifier source)
Constructs a metadata entity initialized with the values from the specified metadata. |
|
IdentifierImpl(java.lang.String code)
Creates an identifier initialized to the given code. |
Method Summary | |
---|---|
org.opengis.metadata.citation.Citation |
getAuthority()
Organization or party responsible for definition and maintenance of the code. |
java.lang.String |
getCode()
Alphanumeric value identifying an instance in the namespace. |
java.lang.String |
getVersion()
Identifier of the version of the associated code, as specified by the code space or code authority. |
void |
setAuthority(org.opengis.metadata.citation.Citation newValue)
Set the organization or party responsible for definition and maintenance of the code. |
void |
setCode(java.lang.String newValue)
Set the alphanumeric value identifying an instance in the namespace. |
void |
setVersion(java.lang.String newValue)
Set an identifier of the version of the associated code. |
Methods inherited from class org.geotools.metadata.iso.MetadataEntity |
---|
ensureNonNull, getStandard |
Methods inherited from class org.geotools.metadata.ModifiableMetadata |
---|
checkWritePermission, clone, copyCollection, copyList, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, unmodifiable |
Methods inherited from class org.geotools.metadata.AbstractMetadata |
---|
asMap, asTree, equals, getInterface, hashCode, toString |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public IdentifierImpl()
public IdentifierImpl(org.opengis.metadata.Identifier source)
public IdentifierImpl(java.lang.String code)
public IdentifierImpl(org.opengis.metadata.citation.Citation authority, java.lang.String code)
Method Detail |
---|
public java.lang.String getCode()
getCode
in interface org.opengis.metadata.Identifier
public void setCode(java.lang.String newValue)
public java.lang.String getVersion()
null
if not available.public void setVersion(java.lang.String newValue)
public org.opengis.metadata.citation.Citation getAuthority()
getAuthority
in interface org.opengis.metadata.Identifier
null
if not available.public void setAuthority(org.opengis.metadata.citation.Citation newValue)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |