|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use KeywordType | |
---|---|
org.geotools.metadata.iso.identification | Identification implementation. |
org.opengis.metadata.identification | Identification information (includes data and service identification). |
Uses of KeywordType in org.geotools.metadata.iso.identification |
---|
Methods in org.geotools.metadata.iso.identification that return KeywordType | |
---|---|
KeywordType |
KeywordsImpl.getType()
Subject matter used to group similar keywords. |
Methods in org.geotools.metadata.iso.identification with parameters of type KeywordType | |
---|---|
void |
KeywordsImpl.setType(KeywordType newValue)
Set the subject matter used to group similar keywords. |
Uses of KeywordType in org.opengis.metadata.identification |
---|
Fields in org.opengis.metadata.identification declared as KeywordType | |
---|---|
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. |
Methods in org.opengis.metadata.identification that return KeywordType | |
---|---|
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(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 of KeywordType s. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |