public interface Event extends 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(org.isotc211.v2005.gmd.MDKeywords keywords)
Adds a new keywords property
|
void |
addProperty(DataComponent property)
Adds a new property property
|
OgcPropertyList<ClassifierList> |
getClassificationList()
Gets the list of classification properties
|
AbstractSettings |
getConfiguration()
Gets the configuration property
|
OgcPropertyList<ContactList> |
getContactsList()
Gets the list of contacts properties
|
java.lang.String |
getDefinition()
Gets the definition property
|
OgcPropertyList<DocumentList> |
getDocumentationList()
Gets the list of documentation properties
|
OgcPropertyList<IdentifierList> |
getIdentificationList()
Gets the list of identification properties
|
OgcPropertyList<org.isotc211.v2005.gmd.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
|
OgcPropertyList<DataComponent> |
getPropertyList()
Gets the list of property properties
|
net.opengis.gml.v32.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(java.lang.String definition)
Sets the definition property
|
void |
setTimeAsTimeInstant(net.opengis.gml.v32.TimeInstant time)
Sets the timeAsTimeInstant property
|
void |
setTimeAsTimePeriod(net.opengis.gml.v32.TimePeriod time)
Sets the timeAsTimePeriod property
|
getDescription, getIdentifier, getLabel, isSetDescription, isSetIdentifier, isSetLabel, setDescription, setIdentifier, setLabel
addExtension, getExtensionList, getId, getNumExtensions, isSetId, setId
OgcPropertyList<org.isotc211.v2005.gmd.MDKeywords> getKeywordsList()
int getNumKeywords()
void addKeywords(org.isotc211.v2005.gmd.MDKeywords keywords)
OgcPropertyList<IdentifierList> getIdentificationList()
int getNumIdentifications()
void addIdentification(IdentifierList identification)
OgcPropertyList<ClassifierList> getClassificationList()
int getNumClassifications()
void addClassification(ClassifierList classification)
OgcPropertyList<ContactList> getContactsList()
int getNumContacts()
void addContacts(ContactList contacts)
OgcPropertyList<DocumentList> getDocumentationList()
int getNumDocumentations()
void addDocumentation(DocumentList documentation)
net.opengis.gml.v32.AbstractTimeGeometricPrimitive getTime()
void setTimeAsTimePeriod(net.opengis.gml.v32.TimePeriod time)
void setTimeAsTimeInstant(net.opengis.gml.v32.TimeInstant time)
OgcPropertyList<DataComponent> getPropertyList()
int getNumPropertys()
void addProperty(DataComponent property)
AbstractSettings getConfiguration()
boolean isSetConfiguration()
void setConfiguration(AbstractSettings configuration)
java.lang.String getDefinition()
boolean isSetDefinition()
void setDefinition(java.lang.String definition)