Skip navigation links
A C D F G H I L M N O P S T U V W 

A

apparentTemperature() - Method in class com.github.dvdme.ForecastIOLib.FIODataPoint
The apparent temperature at the given time using the units defined in the class ForecastIO.
apparentTemperatureMax() - Method in class com.github.dvdme.ForecastIOLib.FIODataPoint
The maximum apparent temperature expected for a given day the units defined in the class ForecastIO.
apparentTemperatureMaxTime() - Method in class com.github.dvdme.ForecastIOLib.FIODataPoint
The time at which the apparent maximum temperature is expected to occur.
apparentTemperatureMin() - Method in class com.github.dvdme.ForecastIOLib.FIODataPoint
The minimum apparent temperature expected for a given day the units defined in the class ForecastIO.
apparentTemperatureMinTime() - Method in class com.github.dvdme.ForecastIOLib.FIODataPoint
The time at with the minimum apparent temperature is expected to occur.
availableFlags() - Method in class com.github.dvdme.ForecastIOLib.FIOFlags
Returns an array with the available flags in the report.

C

cloudCover() - Method in class com.github.dvdme.ForecastIOLib.FIODataPoint
A numerical value between 0 and 1 (inclusive) representing the percentage of sky occluded by clouds.
cloudCoverError() - Method in class com.github.dvdme.ForecastIOLib.FIODataPoint
A numerical the percentage of sky occluded by clouds error.
com.github.dvdme.ForecastIOLib - package com.github.dvdme.ForecastIOLib
 

D

darkskyStations() - Method in class com.github.dvdme.ForecastIOLib.FIOFlags
Returns an array with the available darksky stations For more information refer to the API Docs: https://developer.forecast.io
darkskyUnavailable() - Method in class com.github.dvdme.ForecastIOLib.FIOFlags
Returns an array with the unavailable darksky stations For more information refer to the API Docs: https://developer.forecast.io
datablockSize() - Method in class com.github.dvdme.ForecastIOLib.FIODataBlock
Returns the size of this data block which corresponds to the number of data points present
datapoint(int) - Method in class com.github.dvdme.ForecastIOLib.FIODataBlock
Returns a data point from the this data block For more information refer to the API Docs: https://developer.forecast.io
datapointStations() - Method in class com.github.dvdme.ForecastIOLib.FIOFlags
Returns an array with the data point stations For more information refer to the API Docs: https://developer.forecast.io
days() - Method in class com.github.dvdme.ForecastIOLib.FIODaily
Returns the days in the daily report
dewPoint() - Method in class com.github.dvdme.ForecastIOLib.FIODataPoint
The dew point for a given time with the units defined in the class ForecastIO.
dewPointError() - Method in class com.github.dvdme.ForecastIOLib.FIODataPoint
The dew point error for a given time with the units defined in the class ForecastIO.

F

FIOAlerts - Class in com.github.dvdme.ForecastIOLib
 
FIOAlerts(ForecastIO) - Constructor for class com.github.dvdme.ForecastIOLib.FIOAlerts
 
FIOCurrently - Class in com.github.dvdme.ForecastIOLib
 
FIOCurrently(ForecastIO) - Constructor for class com.github.dvdme.ForecastIOLib.FIOCurrently
 
FIODaily - Class in com.github.dvdme.ForecastIOLib
 
FIODaily(ForecastIO) - Constructor for class com.github.dvdme.ForecastIOLib.FIODaily
 
FIODataBlock - Class in com.github.dvdme.ForecastIOLib
 
FIODataBlock() - Constructor for class com.github.dvdme.ForecastIOLib.FIODataBlock
 
FIODataBlock(JsonObject) - Constructor for class com.github.dvdme.ForecastIOLib.FIODataBlock
 
FIODataPoint - Class in com.github.dvdme.ForecastIOLib
 
FIODataPoint() - Constructor for class com.github.dvdme.ForecastIOLib.FIODataPoint
 
FIODataPoint(JsonObject) - Constructor for class com.github.dvdme.ForecastIOLib.FIODataPoint
 
FIOFlags - Class in com.github.dvdme.ForecastIOLib
 
FIOFlags(ForecastIO) - Constructor for class com.github.dvdme.ForecastIOLib.FIOFlags
 
FIOHourly - Class in com.github.dvdme.ForecastIOLib
 
FIOHourly(ForecastIO) - Constructor for class com.github.dvdme.ForecastIOLib.FIOHourly
 
FIOLibTest - Class in com.github.dvdme.ForecastIOLib
 
FIOLibTest() - Constructor for class com.github.dvdme.ForecastIOLib.FIOLibTest
 
FIOMinutely - Class in com.github.dvdme.ForecastIOLib
 
FIOMinutely(ForecastIO) - Constructor for class com.github.dvdme.ForecastIOLib.FIOMinutely
 
ForecastIO - Class in com.github.dvdme.ForecastIOLib
 
ForecastIO(String) - Constructor for class com.github.dvdme.ForecastIOLib.ForecastIO
 
ForecastIO(String, String, String) - Constructor for class com.github.dvdme.ForecastIOLib.ForecastIO
 
ForecastIO(String, String, String, String, String) - Constructor for class com.github.dvdme.ForecastIOLib.ForecastIO
 

G

get() - Method in class com.github.dvdme.ForecastIOLib.FIOCurrently
Returns the data point from the currently report
getAlert(int) - Method in class com.github.dvdme.ForecastIOLib.FIOAlerts
Returns a string with all the alert information.
getAlertDescription(int) - Method in class com.github.dvdme.ForecastIOLib.FIOAlerts
Returns the description for the alert.
getAlertExpireTime(int) - Method in class com.github.dvdme.ForecastIOLib.FIOAlerts
Returns the expiration time for the alert.
getAlerts() - Method in class com.github.dvdme.ForecastIOLib.ForecastIO
Returns the alerts data
getAlertTime(int) - Method in class com.github.dvdme.ForecastIOLib.FIOAlerts
Returns the time for the alert.
getAlertTitle(int) - Method in class com.github.dvdme.ForecastIOLib.FIOAlerts
Returns the title for the alert.
getAlertURI(int) - Method in class com.github.dvdme.ForecastIOLib.FIOAlerts
Returns the uri for the alert.
getByKey(String) - Method in class com.github.dvdme.ForecastIOLib.FIODataPoint
Return the data point field with the corresponding key
getCurrently() - Method in class com.github.dvdme.ForecastIOLib.ForecastIO
Returns the currently data point
getDaily() - Method in class com.github.dvdme.ForecastIOLib.ForecastIO
Returns the daily data block
getDay(int) - Method in class com.github.dvdme.ForecastIOLib.FIODaily
Returns the data point for the given day in the daily report
getExcludeURL() - Method in class com.github.dvdme.ForecastIOLib.ForecastIO
Returns the excluded fields that are setted for the request.
getFields() - Method in class com.github.dvdme.ForecastIOLib.FIODataPoint
Returns a String with all the Forecast.io field's available in this data point.
getFieldsArray() - Method in class com.github.dvdme.ForecastIOLib.FIODataPoint
Returns a String array with all the Forecast.io fields available in this data point.
getFlags() - Method in class com.github.dvdme.ForecastIOLib.ForecastIO
Returns the flags data
getForecast(String, String) - Method in class com.github.dvdme.ForecastIOLib.ForecastIO
Gets the forecast reports for the given coordinates with the set options
getForecast(String) - Method in class com.github.dvdme.ForecastIOLib.ForecastIO
Parses the forecast reports for the given coordinates with the set options Useful to use with an external http library
getForecast(JsonObject) - Method in class com.github.dvdme.ForecastIOLib.ForecastIO
Parses the forecast reports for the given coordinates with the setted options Useful to use with an external http library Hint: The getForecast(String http_response) could be more useful since it receives the raw response String instead of the JsonObect.
getHeaderCache_Control() - Method in class com.github.dvdme.ForecastIOLib.ForecastIO
Returns the Cache-Control response header value
getHeaderExpires() - Method in class com.github.dvdme.ForecastIOLib.ForecastIO
Returns the Expires response header value
getHeaderX_Forecast_API_Calls() - Method in class com.github.dvdme.ForecastIOLib.ForecastIO
Returns the X-Forecast-API-Calls response header value
This is the number os API calls made today from one given API Key.
getHeaderX_Response_Time() - Method in class com.github.dvdme.ForecastIOLib.ForecastIO
Returns the X-Response-Time response header value
getHour(int) - Method in class com.github.dvdme.ForecastIOLib.FIOHourly
Returns the data point for the given day in the hourly report
getHourly() - Method in class com.github.dvdme.ForecastIOLib.ForecastIO
Returns the hourly data block
getLang() - Method in class com.github.dvdme.ForecastIOLib.ForecastIO
Returns the language that are set in the request.
getLatitude() - Method in class com.github.dvdme.ForecastIOLib.ForecastIO
Returns the latitude that is setted for the request.
getLongitude() - Method in class com.github.dvdme.ForecastIOLib.ForecastIO
Returns the longitude that is setted for the request.
getMinute(int) - Method in class com.github.dvdme.ForecastIOLib.FIOMinutely
Returns the data point for the given minute in the minutely report
getMinutely() - Method in class com.github.dvdme.ForecastIOLib.ForecastIO
Returns the minutely data block
getRawResponse() - Method in class com.github.dvdme.ForecastIOLib.ForecastIO
Returns the raw JSON response
getTime() - Method in class com.github.dvdme.ForecastIOLib.ForecastIO
Returns the time that is setted for the request.
getTimezone() - Method in class com.github.dvdme.ForecastIOLib.FIODataBlock
Returns the timezone that is setted.
getTimezone() - Method in class com.github.dvdme.ForecastIOLib.FIODataPoint
Allows to get the timezone in use
getTimezone() - Method in class com.github.dvdme.ForecastIOLib.ForecastIO
Returns the timezone that is setted.
getUnits() - Method in class com.github.dvdme.ForecastIOLib.ForecastIO
Returns the units that are set in the request.
getUrl(String, String) - Method in class com.github.dvdme.ForecastIOLib.ForecastIO
Returns the url that is created by internal UrlBuilder method.

H

hasAlerts() - Method in class com.github.dvdme.ForecastIOLib.ForecastIO
Checks if there is any flags data available
hasCurrently() - Method in class com.github.dvdme.ForecastIOLib.ForecastIO
Checks if there is any currently data available
hasDaily() - Method in class com.github.dvdme.ForecastIOLib.ForecastIO
Checks if there is any daily data available
hasFlags() - Method in class com.github.dvdme.ForecastIOLib.ForecastIO
Checks if there is any flags data available
hasHourly() - Method in class com.github.dvdme.ForecastIOLib.ForecastIO
Checks if there is any hourly data available
hasMinutely() - Method in class com.github.dvdme.ForecastIOLib.ForecastIO
Checks if there is any minutely data available
hours() - Method in class com.github.dvdme.ForecastIOLib.FIOHourly
Returns the hours in the hourly report
humidity() - Method in class com.github.dvdme.ForecastIOLib.FIODataPoint
A numerical value representing the relative humidity error.
humidityError() - Method in class com.github.dvdme.ForecastIOLib.FIODataPoint
A numerical value between 0 and 1 (inclusive) representing the relative humidity.

I

icon() - Method in class com.github.dvdme.ForecastIOLib.FIODataBlock
Returns the icon for the given data block For more information refer to the API Docs: https://developer.forecast.io
icon() - Method in class com.github.dvdme.ForecastIOLib.FIODataPoint
Returns a machine-readable text summary of the data point, suitable for selecting an icon for display.
isdStations() - Method in class com.github.dvdme.ForecastIOLib.FIOFlags
Returns an array with the isd stations For more information refer to the API Docs: https://developer.forecast.io
isExtend() - Method in class com.github.dvdme.ForecastIOLib.ForecastIO
Returns if the hourly report should be extended in the request.

L

lampStations() - Method in class com.github.dvdme.ForecastIOLib.FIOFlags
Returns an array with the lamp stations For more information refer to the API Docs: https://developer.forecast.io
LANG_BOSNIAN - Static variable in class com.github.dvdme.ForecastIOLib.ForecastIO
 
LANG_DUTCH - Static variable in class com.github.dvdme.ForecastIOLib.ForecastIO
 
LANG_ENGLISH - Static variable in class com.github.dvdme.ForecastIOLib.ForecastIO
 
LANG_FRENCH - Static variable in class com.github.dvdme.ForecastIOLib.ForecastIO
 
LANG_GERMAN - Static variable in class com.github.dvdme.ForecastIOLib.ForecastIO
 
LANG_ITALIAN - Static variable in class com.github.dvdme.ForecastIOLib.ForecastIO
 
LANG_POLISH - Static variable in class com.github.dvdme.ForecastIOLib.ForecastIO
 
LANG_PORTUGUESE - Static variable in class com.github.dvdme.ForecastIOLib.ForecastIO
 
LANG_SPANISH - Static variable in class com.github.dvdme.ForecastIOLib.ForecastIO
 
LANG_TETUM - Static variable in class com.github.dvdme.ForecastIOLib.ForecastIO
 
LANG_X_PG_LATIN - Static variable in class com.github.dvdme.ForecastIOLib.ForecastIO
 

M

main(String[]) - Static method in class com.github.dvdme.ForecastIOLib.FIOLibTest
 
metarStations() - Method in class com.github.dvdme.ForecastIOLib.FIOFlags
Returns an array with the metar stations For more information refer to the API Docs: https://developer.forecast.io
metnoLicenses() - Method in class com.github.dvdme.ForecastIOLib.FIOFlags
Returns an array with the metno licenses For more information refer to the API Docs: https://developer.forecast.io
minutes() - Method in class com.github.dvdme.ForecastIOLib.FIOMinutely
Returns the minutes in the minutely report

N

nearestStormBearing() - Method in class com.github.dvdme.ForecastIOLib.FIODataPoint
Nesrest Storm Bearing For more information refer to the API Docs: https://developer.forecast.io
nearestStormDistance() - Method in class com.github.dvdme.ForecastIOLib.FIODataPoint
Nesrest Storm Distance For more information refer to the API Docs: https://developer.forecast.io
NumberOfAlerts() - Method in class com.github.dvdme.ForecastIOLib.FIOAlerts
Returns the number os alerts in the reply.

O

offset() - Method in class com.github.dvdme.ForecastIOLib.ForecastIO
Returns the offset as a String with '+' or '-' sign.
offsetValue() - Method in class com.github.dvdme.ForecastIOLib.ForecastIO
Returns the timezone offset in an integer For more information refer to the API Docs: https://developer.forecast.io
ozone() - Method in class com.github.dvdme.ForecastIOLib.FIODataPoint
A numerical value representing the columnar density of total atmospheric ozone at the given time in Dobson units.

P

precipAccumulation() - Method in class com.github.dvdme.ForecastIOLib.FIODataPoint
The amount of snow fall accumulation expected to occur on the given day.
precipIntensity() - Method in class com.github.dvdme.ForecastIOLib.FIODataPoint
A numerical value representing the average expected intensity.
precipIntensityMax() - Method in class com.github.dvdme.ForecastIOLib.FIODataPoint
A numerical values representing the maximum expected intensity of precipitation.
precipIntensityMaxTime() - Method in class com.github.dvdme.ForecastIOLib.FIODataPoint
A numerical values representing the time at which the maximum expected intensity of precipitation occurs.
precipProbability() - Method in class com.github.dvdme.ForecastIOLib.FIODataPoint
A numerical value between 0 and 1 (inclusive) representing the probability of precipitation occuring at the given time.
precipType() - Method in class com.github.dvdme.ForecastIOLib.FIODataPoint
A string representing the type of precipitation occurring at the given time.
pressure() - Method in class com.github.dvdme.ForecastIOLib.FIODataPoint
A numerical value with the sea level pressure with the units defined in the class ForecastIO.
pressureError() - Method in class com.github.dvdme.ForecastIOLib.FIODataPoint
A numerical value with the sea level pressure error with the units defined in the class ForecastIO.

S

setExcludeURL(String) - Method in class com.github.dvdme.ForecastIOLib.ForecastIO
Sets the fields to be excluded in the request.
Format should be as follows:
[field1,field2,fieldN] with no spaces For more information refer to the API Docs: https://developer.forecast.io
setExtend(boolean) - Method in class com.github.dvdme.ForecastIOLib.ForecastIO
Sets if the hourly report should be extended in the request.
setLang(String) - Method in class com.github.dvdme.ForecastIOLib.ForecastIO
Sets the language to be passed in the request.
setTime(String) - Method in class com.github.dvdme.ForecastIOLib.ForecastIO
Sets the time for the request.
setTimezone(String) - Method in class com.github.dvdme.ForecastIOLib.FIODataBlock
Allows to set the timezone.
setTimezone(String) - Method in class com.github.dvdme.ForecastIOLib.FIODataPoint
Allows to set the timezone.
setUnits(String) - Method in class com.github.dvdme.ForecastIOLib.ForecastIO
Sets the units to be passed in the request.
sources() - Method in class com.github.dvdme.ForecastIOLib.FIOFlags
Returns an array with the sources For more information refer to the API Docs: https://developer.forecast.io
summary() - Method in class com.github.dvdme.ForecastIOLib.FIODataBlock
Returns the summary for the given data block For more information refer to the API Docs: https://developer.forecast.io
summary() - Method in class com.github.dvdme.ForecastIOLib.FIODataPoint
Returns a human-readable text summary of the data point.
sunriseTime() - Method in class com.github.dvdme.ForecastIOLib.FIODataPoint
Returns the sunset time for the given day.
sunsetTime() - Method in class com.github.dvdme.ForecastIOLib.FIODataPoint
Returns the sunrise time for the given day.

T

temperature() - Method in class com.github.dvdme.ForecastIOLib.FIODataPoint
The temperature at the given time using the units defined in the class ForecastIO.
temperatureError() - Method in class com.github.dvdme.ForecastIOLib.FIODataPoint
The temperature error at the given time using the units defined in the class ForecastIO.
temperatureMax() - Method in class com.github.dvdme.ForecastIOLib.FIODataPoint
The maximum temperature expected for a given day the units defined in the class ForecastIO.
temperatureMaxError() - Method in class com.github.dvdme.ForecastIOLib.FIODataPoint
The maximum temperature error expected for a given day the units defined in the class ForecastIO.
temperatureMaxTime() - Method in class com.github.dvdme.ForecastIOLib.FIODataPoint
The time at which the maximum temperature is expected to occur.
temperatureMin() - Method in class com.github.dvdme.ForecastIOLib.FIODataPoint
The minimum temperature expected for a given day the units defined in the class ForecastIO.
temperatureMinError() - Method in class com.github.dvdme.ForecastIOLib.FIODataPoint
The minimum temperature error expected for a given day the units defined in the class ForecastIO.
temperatureMinTime() - Method in class com.github.dvdme.ForecastIOLib.FIODataPoint
The time at with the minimum temperature is expected to occur.
time() - Method in class com.github.dvdme.ForecastIOLib.FIODataPoint
Returns the time at which this data point occurs.

U

units() - Method in class com.github.dvdme.ForecastIOLib.FIOFlags
Returns a String with the units in use For more information refer to the API Docs: https://developer.forecast.io
UNITS_AUTO - Static variable in class com.github.dvdme.ForecastIOLib.ForecastIO
 
UNITS_CA - Static variable in class com.github.dvdme.ForecastIOLib.ForecastIO
 
UNITS_SI - Static variable in class com.github.dvdme.ForecastIOLib.ForecastIO
 
UNITS_UK - Static variable in class com.github.dvdme.ForecastIOLib.ForecastIO
 
UNITS_US - Static variable in class com.github.dvdme.ForecastIOLib.ForecastIO
 
update() - Method in class com.github.dvdme.ForecastIOLib.ForecastIO
Does another query to the API and updates the data This only updates the data in ForecastIO class

V

visibility() - Method in class com.github.dvdme.ForecastIOLib.FIODataPoint
A numerical value with the average visibility with the units defined in the class ForecastIO.
visibilityError() - Method in class com.github.dvdme.ForecastIOLib.FIODataPoint
A numerical value with the visibility error with the units defined in the class ForecastIO.

W

windBearing() - Method in class com.github.dvdme.ForecastIOLib.FIODataPoint
The wind direction for a given time in degrees.
windBearingError() - Method in class com.github.dvdme.ForecastIOLib.FIODataPoint
The wind direction error for a given time in degrees.
windSpeed() - Method in class com.github.dvdme.ForecastIOLib.FIODataPoint
The wind speed for a given time with the units defined in the class ForecastIO.
windSpeedError() - Method in class com.github.dvdme.ForecastIOLib.FIODataPoint
The wind speed error for a given time with the units defined in the class ForecastIO.
A C D F G H I L M N O P S T U V W 
Skip navigation links

Copyright © 2014. All rights reserved.