public static interface WeatherSurveying.DataBlock
| Modifier and Type | Method and Description |
|---|---|
Map<String,? extends Number> |
getMeasures()
Returns a mapping of sensor names to their physical measurement
values.
|
Date |
getTimeOfMeasurement()
Returns the date of the measurement.
|
boolean |
isClear()
Returns as a single boolean the overall weather conditions, good
or bad.
|
Date getTimeOfMeasurement()
boolean isClear()