public class TimeSeriesSensorDataset extends AbstractSensorDataset implements IStaticLocationDataset, IStaticAltitudeDataset
| Modifier and Type | Field and Description |
|---|---|
private Double |
alt |
private Double |
lat |
private Double |
lng |
| Constructor and Description |
|---|
TimeSeriesSensorDataset(org.n52.sos.ioos.asset.SensorAsset sensor,
Double lng,
Double lat,
Double alt,
Map<org.n52.sos.ogc.gml.time.Time,Map<org.n52.sos.ogc.om.OmObservableProperty,Map<SubSensor,org.n52.sos.ogc.om.values.Value<?>>>> dataValues) |
| Modifier and Type | Method and Description |
|---|---|
Double |
getAlt() |
Double |
getLat() |
Double |
getLng() |
compareTo, getAbstractAssetDatasets, getDataValues, getFeatureType, getPhenomena, getSensor, getSubSensors, getTimespublic Double getLng()
getLng in interface IStaticLocationDatasetpublic Double getLat()
getLat in interface IStaticLocationDatasetpublic Double getAlt()
getAlt in interface IStaticAltitudeDatasetCopyright © 2012-2016 52north.org. All Rights Reserved.