|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.geotools.metadata.iso.MetadataEntity
org.geotools.metadata.iso.identification.KeywordsImpl
Keywords, their type and reference source.
| Field Summary |
| Fields inherited from class org.geotools.metadata.iso.MetadataEntity |
LOGGER |
| Constructor Summary | |
KeywordsImpl()
Constructs an initially empty keywords. |
|
KeywordsImpl(java.util.Collection keywords)
|
|
| Method Summary | |
boolean |
equals(java.lang.Object object)
Compare this keywords with the specified object for equality. |
protected void |
freeze()
Declare this metadata and all its attributes as unmodifiable. |
java.util.Collection |
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. |
int |
hashCode()
Returns a hash code value for this object. |
void |
setKeywords(java.util.Collection 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. |
java.lang.String |
toString()
Returns a string representation of this object. |
| Methods inherited from class org.geotools.metadata.iso.MetadataEntity |
appendLineSeparator, checkWritePermission, copyCollection, isModifiable, nonNullCollection, unmodifiable, unmodifiable |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public KeywordsImpl()
public KeywordsImpl(java.util.Collection keywords)
| Method Detail |
public java.util.Collection getKeywords()
getKeywords in interface org.opengis.metadata.identification.Keywordspublic void setKeywords(java.util.Collection newValues)
public org.opengis.metadata.identification.KeywordType getType()
getType in interface org.opengis.metadata.identification.Keywordspublic void setType(org.opengis.metadata.identification.KeywordType newValue)
public org.opengis.metadata.citation.Citation getThesaurusName()
getThesaurusName in interface org.opengis.metadata.identification.Keywordspublic void setThesaurusName(org.opengis.metadata.citation.Citation newValue)
protected void freeze()
freeze in class MetadataEntitypublic boolean equals(java.lang.Object object)
public int hashCode()
public java.lang.String toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||