public class FIOFlags extends Object
| Constructor and Description |
|---|
FIOFlags(ForecastIO fio) |
| Modifier and Type | Method and Description |
|---|---|
String[] |
availableFlags()
Returns an array with the available flags in the report.
|
String[] |
darkskyStations()
Returns an array with the available darksky stations
For more information refer to the API Docs:
https://developer.forecast.io
|
String[] |
darkskyUnavailable()
Returns an array with the unavailable darksky stations
For more information refer to the API Docs:
https://developer.forecast.io
|
String[] |
datapointStations()
Returns an array with the data point stations
For more information refer to the API Docs:
https://developer.forecast.io
|
String[] |
isdStations()
Returns an array with the isd stations
For more information refer to the API Docs:
https://developer.forecast.io
|
String[] |
lampStations()
Returns an array with the lamp stations
For more information refer to the API Docs:
https://developer.forecast.io
|
String[] |
metarStations()
Returns an array with the metar stations
For more information refer to the API Docs:
https://developer.forecast.io
|
String[] |
metnoLicenses()
Returns an array with the metno licenses
For more information refer to the API Docs:
https://developer.forecast.io
|
String[] |
sources()
Returns an array with the sources
For more information refer to the API Docs:
https://developer.forecast.io
|
String |
units()
Returns a String with the units in use
For more information refer to the API Docs:
https://developer.forecast.io
|
public FIOFlags(ForecastIO fio)
public String[] availableFlags()
public String[] darkskyUnavailable()
public String[] darkskyStations()
public String[] datapointStations()
public String[] isdStations()
public String[] lampStations()
public String[] metarStations()
public String[] metnoLicenses()
public String[] sources()
public String units()
Copyright © 2014. All rights reserved.