Uses of Class
org.opengis.metadata.identification.KeywordType
-
Uses of KeywordType in org.opengis.metadata.identification
Modifier and TypeFieldDescriptionstatic final KeywordType
KeywordType.DISCIPLINE
Keyword identifies a branch of instruction or specialized learning.static final KeywordType
KeywordType.PLACE
Keyword identifies a location.static final KeywordType
KeywordType.STRATUM
Keyword identifies the layer(s) of any deposited substance.static final KeywordType
KeywordType.TEMPORAL
Keyword identifies a time period related to the dataset.static final KeywordType
KeywordType.THEME
Keyword identifies a particular subject or topic.Modifier and TypeMethodDescriptionKeywordType.family()
Returns the list of enumerations of the same kind as this enum.Keywords.getType()
Subject matter used to group similar keywords.static KeywordType
Returns the KeywordType that matches the given string, or returns a new one if none match it.static KeywordType[]
KeywordType.values()
Returns the list ofKeywordType
s.