public interface IObservationSeries extends GenericFeature, ISweInputDataStream, ISweOutputDataStream
Interface for a time series of observations. Such a time series contain observations made by a single procedure but can target several features of interest. The procedure can be a homogeneous sensor array.
| Modifier and Type | Method and Description |
|---|---|
Map<String,GenericFeature> |
getFeaturesOfInterest()
Get the list of features of interest of which this
time series contain observations
|
TimeExtent |
getPhenomenonTimeExtent()
Get time extent including phenomenon times of all observation in the series
|
IProcedure |
getProcedure()
Get the procedure that generated observations in this series
|
TimeExtent |
getResultTimeExtent()
Get time extent including result times of all observation in the series
|
void |
setPhenomenonTimeExtent(TimeExtent time)
Set the phenomenon time extent of the whole series
|
void |
setProcedure(IProcedure procedure)
Set the procedure that generated observations in this series
|
void |
setResultTimeExtent(TimeExtent time)
Set the result time extent of the whole series
|
getProperties, getProperty, getProperty, getQName, getType, setProperty, setProperty, setTypegetBoundedBy, getLocation, getLocationProperty, isSetBoundedBy, isSetLocation, setBoundedByAsEnvelope, setLocationaddName, getDescription, getDescriptionReference, getId, getIdentifier, getMetaDataPropertyList, getName, getNameList, getNumNames, getUniqueIdentifier, isSetDescription, isSetDescriptionReference, isSetIdentifier, setDescription, setDescriptionReference, setId, setIdentifier, setName, setUniqueIdentifiergetEncodinggetElementType, getNextDataBlock, getNextElement, getNumElementssetEncodingpushNextDataBlock, setElementTypeTimeExtent getPhenomenonTimeExtent()
void setPhenomenonTimeExtent(TimeExtent time)
time - TimeExtent getResultTimeExtent()
void setResultTimeExtent(TimeExtent time)
time - Map<String,GenericFeature> getFeaturesOfInterest()
IProcedure getProcedure()
void setProcedure(IProcedure procedure)
procedure - Copyright © 2016 VAST Team / Sensia Software LLC. All rights reserved.