Package net.opengis.sensorml.v20
Interface Event
- All Superinterfaces:
AbstractSWE
,AbstractSWEIdentifiable
,Serializable
- All Known Implementing Classes:
EventImpl
POJO class for XML type EventType(@http://www.opengis.net/sensorml/2.0).
This is a complex type.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addClassification
(ClassifierList classification) Adds a new classification propertyvoid
addContacts
(ContactList contacts) Adds a new contacts propertyvoid
addDocumentation
(DocumentList documentation) Adds a new documentation propertyvoid
addIdentification
(IdentifierList identification) Adds a new identification propertyvoid
addKeywords
(org.isotc211.v2005.gmd.MDKeywords keywords) Adds a new keywords propertyvoid
addProperty
(DataComponent property) Adds a new property propertyGets the list of classification propertiesGets the configuration propertyGets the list of contacts propertiesGets the definition propertyGets the list of documentation propertiesGets the list of identification propertiesOgcPropertyList<org.isotc211.v2005.gmd.MDKeywords>
Gets the list of keywords propertiesint
Returns number of classification propertiesint
Returns number of contacts propertiesint
Returns number of documentation propertiesint
Returns number of identification propertiesint
Returns number of keywords propertiesint
Returns number of property propertiesGets the list of property propertiesgetTime()
Gets the time propertyboolean
Checks if configuration is setboolean
Checks if definition is setvoid
setConfiguration
(AbstractSettings configuration) Sets the configuration propertyvoid
setDefinition
(String definition) Sets the definition propertyvoid
Sets the timeAsTimeInstant propertyvoid
Sets the timeAsTimePeriod propertyMethods 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
-
getKeywordsList
OgcPropertyList<org.isotc211.v2005.gmd.MDKeywords> getKeywordsList()Gets the list of keywords properties -
getNumKeywords
int getNumKeywords()Returns number of keywords properties -
addKeywords
void addKeywords(org.isotc211.v2005.gmd.MDKeywords keywords) Adds a new keywords property -
getIdentificationList
OgcPropertyList<IdentifierList> getIdentificationList()Gets the list of identification properties -
getNumIdentifications
int getNumIdentifications()Returns number of identification properties -
addIdentification
Adds a new identification property -
getClassificationList
OgcPropertyList<ClassifierList> getClassificationList()Gets the list of classification properties -
getNumClassifications
int getNumClassifications()Returns number of classification properties -
addClassification
Adds a new classification property -
getContactsList
OgcPropertyList<ContactList> getContactsList()Gets the list of contacts properties -
getNumContacts
int getNumContacts()Returns number of contacts properties -
addContacts
Adds a new contacts property -
getDocumentationList
OgcPropertyList<DocumentList> getDocumentationList()Gets the list of documentation properties -
getNumDocumentations
int getNumDocumentations()Returns number of documentation properties -
addDocumentation
Adds a new documentation property -
getTime
AbstractTimeGeometricPrimitive getTime()Gets the time property -
setTimeAsTimePeriod
Sets the timeAsTimePeriod property -
setTimeAsTimeInstant
Sets the timeAsTimeInstant property -
getPropertyList
OgcPropertyList<DataComponent> getPropertyList()Gets the list of property properties -
getNumPropertys
int getNumPropertys()Returns number of property properties -
addProperty
Adds a new property property -
getConfiguration
AbstractSettings getConfiguration()Gets the configuration property -
isSetConfiguration
boolean isSetConfiguration()Checks if configuration is set -
setConfiguration
Sets the configuration property -
getDefinition
String getDefinition()Gets the definition property -
isSetDefinition
boolean isSetDefinition()Checks if definition is set -
setDefinition
Sets the definition property
-