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 KeywordTypeKeywordType. DISCIPLINEKeyword identifies a branch of instruction or specialized learning.static KeywordTypeKeywordType. PLACEKeyword identifies a location.static KeywordTypeKeywordType. STRATUMKeyword identifies the layer(s) of any deposited substance.static KeywordTypeKeywordType. TEMPORALKeyword identifies a time period related to the dataset.static KeywordTypeKeywordType. THEMEKeyword 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. VALUESList 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.KeywordTypeKeywords. getType()Subject matter used to group similar keywords.static KeywordTypeKeywordType. 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 ofKeywordTypes.
-