|
||||||||||
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.identification.KeywordsImpl
public class KeywordsImpl
Keywords, their type and reference source.
Field Summary |
---|
Fields inherited from class org.geotools.metadata.AbstractMetadata |
---|
LOGGER |
Constructor Summary | |
---|---|
KeywordsImpl()
Constructs an initially empty keywords. |
|
KeywordsImpl(java.util.Collection<? extends org.opengis.util.InternationalString> keywords)
Creates keywords initialized to the given list. |
|
KeywordsImpl(org.opengis.metadata.identification.Keywords source)
Constructs a metadata entity initialized with the values from the specified metadata. |
Method Summary | |
---|---|
java.util.Collection<org.opengis.util.InternationalString> |
getKeywords()
Commonly used word(s) or formalised word(s) or phrase(s) used to describe the subject. |
org.opengis.metadata.citation.Citation |
getThesaurusName()
Name of the formally registered thesaurus or a similar authoritative source of keywords. |
org.opengis.metadata.identification.KeywordType |
getType()
Subject matter used to group similar keywords. |
void |
setKeywords(java.util.Collection<? extends org.opengis.util.InternationalString> newValues)
Set commonly used word(s) or formalised word(s) or phrase(s) used to describe the subject. |
void |
setThesaurusName(org.opengis.metadata.citation.Citation newValue)
Set the name of the formally registered thesaurus or a similar authoritative source of keywords. |
void |
setType(org.opengis.metadata.identification.KeywordType newValue)
Set the subject matter used to group similar keywords. |
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 KeywordsImpl()
public KeywordsImpl(org.opengis.metadata.identification.Keywords source)
public KeywordsImpl(java.util.Collection<? extends org.opengis.util.InternationalString> keywords)
Method Detail |
---|
public java.util.Collection<org.opengis.util.InternationalString> getKeywords()
getKeywords
in interface org.opengis.metadata.identification.Keywords
public void setKeywords(java.util.Collection<? extends org.opengis.util.InternationalString> newValues)
public org.opengis.metadata.identification.KeywordType getType()
getType
in interface org.opengis.metadata.identification.Keywords
public void setType(org.opengis.metadata.identification.KeywordType newValue)
public org.opengis.metadata.citation.Citation getThesaurusName()
getThesaurusName
in interface org.opengis.metadata.identification.Keywords
public void setThesaurusName(org.opengis.metadata.citation.Citation newValue)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |