Uses of Class
org.opengis.metadata.identification.KeywordType
-
Packages that use KeywordType Package Description org.opengis.metadata.identification Identification information (includes data and service identification). -
-
Uses of KeywordType in org.opengis.metadata.identification
Fields in org.opengis.metadata.identification declared as KeywordType Modifier and Type Field Description static KeywordType
KeywordType. DISCIPLINE
Keyword identifies a branch of instruction or specialized learning.static KeywordType
KeywordType. PLACE
Keyword identifies a location.static KeywordType
KeywordType. STRATUM
Keyword identifies the layer(s) of any deposited substance.static KeywordType
KeywordType. TEMPORAL
Keyword identifies a time period related to the dataset.static KeywordType
KeywordType. THEME
Keyword identifies a particular subject or topic.Fields in org.opengis.metadata.identification with type parameters of type KeywordType Modifier and Type Field Description private static java.util.List<KeywordType>
KeywordType. VALUES
List of all enumerations of this type.Methods in org.opengis.metadata.identification that return KeywordType Modifier and Type Method Description KeywordType[]
KeywordType. family()
Returns the list of enumerations of the same kind than this enum.KeywordType
Keywords. getType()
Subject matter used to group similar keywords.static KeywordType
KeywordType. valueOf(java.lang.String code)
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.
-