public interface Event
extends net.opengis.swe.v20.AbstractSWEIdentifiable
| Modifier and Type | Method and Description |
|---|---|
void |
addClassification(ClassifierList classification)
Adds a new classification property
|
void |
addContacts(ContactList contacts)
Adds a new contacts property
|
void |
addDocumentation(DocumentList documentation)
Adds a new documentation property
|
void |
addIdentification(IdentifierList identification)
Adds a new identification property
|
void |
addKeywords(MDKeywords keywords)
Adds a new keywords property
|
void |
addProperty(net.opengis.swe.v20.DataComponent property)
Adds a new property property
|
net.opengis.OgcPropertyList<ClassifierList> |
getClassificationList()
Gets the list of classification properties
|
AbstractSettings |
getConfiguration()
Gets the configuration property
|
net.opengis.OgcPropertyList<ContactList> |
getContactsList()
Gets the list of contacts properties
|
String |
getDefinition()
Gets the definition property
|
net.opengis.OgcPropertyList<DocumentList> |
getDocumentationList()
Gets the list of documentation properties
|
net.opengis.OgcPropertyList<IdentifierList> |
getIdentificationList()
Gets the list of identification properties
|
net.opengis.OgcPropertyList<MDKeywords> |
getKeywordsList()
Gets the list of keywords properties
|
int |
getNumClassifications()
Returns number of classification properties
|
int |
getNumContacts()
Returns number of contacts properties
|
int |
getNumDocumentations()
Returns number of documentation properties
|
int |
getNumIdentifications()
Returns number of identification properties
|
int |
getNumKeywords()
Returns number of keywords properties
|
int |
getNumPropertys()
Returns number of property properties
|
net.opengis.OgcPropertyList<net.opengis.swe.v20.DataComponent> |
getPropertyList()
Gets the list of property properties
|
AbstractTimeGeometricPrimitive |
getTime()
Gets the time property
|
boolean |
isSetConfiguration()
Checks if configuration is set
|
boolean |
isSetDefinition()
Checks if definition is set
|
void |
setConfiguration(AbstractSettings configuration)
Sets the configuration property
|
void |
setDefinition(String definition)
Sets the definition property
|
void |
setTimeAsTimeInstant(TimeInstant time)
Sets the timeAsTimeInstant property
|
void |
setTimeAsTimePeriod(TimePeriod time)
Sets the timeAsTimePeriod property
|
net.opengis.OgcPropertyList<MDKeywords> getKeywordsList()
int getNumKeywords()
void addKeywords(MDKeywords keywords)
net.opengis.OgcPropertyList<IdentifierList> getIdentificationList()
int getNumIdentifications()
void addIdentification(IdentifierList identification)
net.opengis.OgcPropertyList<ClassifierList> getClassificationList()
int getNumClassifications()
void addClassification(ClassifierList classification)
net.opengis.OgcPropertyList<ContactList> getContactsList()
int getNumContacts()
void addContacts(ContactList contacts)
net.opengis.OgcPropertyList<DocumentList> getDocumentationList()
int getNumDocumentations()
void addDocumentation(DocumentList documentation)
AbstractTimeGeometricPrimitive getTime()
void setTimeAsTimePeriod(TimePeriod time)
void setTimeAsTimeInstant(TimeInstant time)
net.opengis.OgcPropertyList<net.opengis.swe.v20.DataComponent> getPropertyList()
int getNumPropertys()
void addProperty(net.opengis.swe.v20.DataComponent property)
AbstractSettings getConfiguration()
boolean isSetConfiguration()
void setConfiguration(AbstractSettings configuration)
String getDefinition()
boolean isSetDefinition()
void setDefinition(String definition)
Copyright © 2016 VAST Team / Sensia Software LLC. All rights reserved.