public class DataCollection<T> extends Object
| Constructor and Description |
|---|
DataCollection() |
| Modifier and Type | Method and Description |
|---|---|
void |
addAll(DataCollection<T> seriesCollection) |
void |
addNewSeries(String reference,
T series) |
Map<String,T> |
getAllSeries()
Returns all series mapped by series id.
|
T |
getSeries(String seriesId) |
Object |
getSeriesOutput()
Returns all series as simple collection.
|
void |
setAllSeries(HashMap<String,T> series) |
public void addAll(DataCollection<T> seriesCollection)
public Map<String,T> getAllSeries()
public Object getSeriesOutput()
Returns all series as simple collection. This method is intended only for output serialization.
Note: Depending on the actual series data type no reference
can be made to the concrete series anymore! Use
getAllSeries() if you need to keep reference.
Copyright © 2013–2017 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.