@UML(identifier="MD_Keywords", specification=ISO_19115) public interface Keywords
Modifier and Type | Method and Description |
---|---|
Collection<? extends InternationalString> |
getKeywords()
Commonly used word(s) or formalised word(s) or phrase(s) used to describe the subject.
|
Citation |
getThesaurusName()
Name of the formally registered thesaurus or a similar authoritative source of keywords.
|
KeywordType |
getType()
Subject matter used to group similar keywords.
|
@UML(identifier="keyword", obligation=MANDATORY, specification=ISO_19115) Collection<? extends InternationalString> getKeywords()
@UML(identifier="type", obligation=OPTIONAL, specification=ISO_19115) KeywordType getType()
null
.@UML(identifier="thesaurusName", obligation=OPTIONAL, specification=ISO_19115) Citation getThesaurusName()
null
.Copyright © 1996–2019 Geotools. All rights reserved.