com.oopitis.weather.fio
Interface FioData.DataBlock

All Superinterfaces:
FioData.DataPoint, WeatherPropertyMap
Enclosing class:
FioData<T>

public static interface FioData.DataBlock
extends FioData.DataPoint

This is roughly a Data Block object described by forecast.io.


Method Summary
 java.util.List<FioData.DataPoint> getData()
          Gets the list of data point objects.
 
Methods inherited from interface com.oopitis.weather.fio.FioData.DataPoint
get, getProperty, getStandardDeviation
 

Method Detail

getData

java.util.List<FioData.DataPoint> getData()
Gets the list of data point objects.

Returns:
the list of data point objects