Package net.opengis.sensorml.v20
Interface KeywordList
- All Superinterfaces:
AbstractMetadataList
,AbstractSWE
,AbstractSWEIdentifiable
,Serializable
- All Known Implementing Classes:
KeywordListImpl
POJO class for XML type KeywordListType(@http://www.opengis.net/sensorml/2.0).
This is a complex type.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addKeyword
(String keyword) Adds a new keyword propertyGets the codeSpace URIGets the list of keyword propertiesint
Returns number of keyword propertiesboolean
Checks if codeSpace is setvoid
setCodeSpace
(String codeSpace) Sets the codeSpace URIMethods inherited from interface net.opengis.sensorml.v20.AbstractMetadataList
getDefinition, isSetDefinition, setDefinition
Methods inherited from interface net.opengis.swe.v20.AbstractSWE
addExtension, getExtensionList, getId, getNumExtensions, isSetId, setId
Methods inherited from interface net.opengis.swe.v20.AbstractSWEIdentifiable
getDescription, getIdentifier, getLabel, isSetDescription, isSetIdentifier, isSetLabel, setDescription, setIdentifier, setLabel
-
Method Details
-
getCodeSpace
String getCodeSpace()Gets the codeSpace URI -
isSetCodeSpace
boolean isSetCodeSpace()Checks if codeSpace is set -
setCodeSpace
Sets the codeSpace URI -
getKeywordList
Gets the list of keyword properties -
getNumKeywords
int getNumKeywords()Returns number of keyword properties -
addKeyword
Adds a new keyword property
-