Uses of Class
org.opengis.metadata.identification.KeywordType
Packages that use KeywordType
Package
Description
Information to uniquely identify the data or service.
Identification information
(includes data and service identification).
-
Uses of KeywordType in org.apache.sis.metadata.iso.identification
Methods in org.apache.sis.metadata.iso.identification that return KeywordTypeModifier and TypeMethodDescriptionDefaultKeywords.getType()Returns the subject matter used to group similar keywords.Methods in org.apache.sis.metadata.iso.identification with parameters of type KeywordTypeModifier and TypeMethodDescriptionvoidDefaultKeywords.setType(KeywordType newValue) Sets the subject matter used to group similar keywords. -
Uses of KeywordType in org.opengis.metadata.identification
Subclasses with type arguments of type KeywordType in org.opengis.metadata.identificationFields in org.opengis.metadata.identification declared as KeywordTypeModifier and TypeFieldDescriptionstatic final KeywordTypeKeywordType.DISCIPLINEKeyword identifies a branch of instruction or specialized learning.static final KeywordTypeKeywordType.PLACEKeyword identifies a location.static final KeywordTypeKeywordType.STRATUMKeyword identifies the layer(s) of any deposited substance.static final KeywordTypeKeywordType.TEMPORALKeyword identifies a time period related to the dataset.static final KeywordTypeKeywordType.THEMEKeyword identifies a particular subject or topic.Methods in org.opengis.metadata.identification that return KeywordTypeModifier 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 KeywordTypeReturns the KeywordType that matches the given string, or returns a new one if none match it.static KeywordType[]KeywordType.values()Returns the list ofKeywordTypes.