- getAstronomy() - Method in class com.moosemorals.weather.types.DailyForecast
-
Sunrise/set, Moonrise/set.
- getCause() - Method in class com.moosemorals.weather.reports.ErrorReport
-
Cause (if from exception).
- getChanceOfFog() - Method in class com.moosemorals.weather.types.HourlyForecast
-
Predicted chance of fog as an integer percent (between 0 and 100).
- getChanceOfFrost() - Method in class com.moosemorals.weather.types.HourlyForecast
-
Predicted chance of frost as an integer percent (between 0 and 100).
- getChanceOfHightemp() - Method in class com.moosemorals.weather.types.HourlyForecast
-
Predicted chance of high temperatures as an integer percent (between 0
and 100).
- getChanceOfOvercast() - Method in class com.moosemorals.weather.types.HourlyForecast
-
Predicted chance of overcast as an integer percent (between 0 and 100).
- getChanceOfRain() - Method in class com.moosemorals.weather.types.HourlyForecast
-
Predicted chance of rain as an integer percent (between 0 and 100).
- getChanceOfRemdry() - Method in class com.moosemorals.weather.types.HourlyForecast
-
Predicted chance of remaining dry as an integer percent (between 0 and
100).
- getChanceofSnow() - Method in class com.moosemorals.weather.types.HourlyForecast
-
Predicted chance of snow as an integer percent (between 0 and 100).
- getChanceOfSunny() - Method in class com.moosemorals.weather.types.HourlyForecast
-
Predicted chance of sunny as an integer percent (between 0 and 100).
- getChanceOfThunder() - Method in class com.moosemorals.weather.types.HourlyForecast
-
Predicted chance of thunder as an integer percent (between 0 and 100).
- getChanceOfWindy() - Method in class com.moosemorals.weather.types.HourlyForecast
-
Predicted chance of wind as an integer percent (between 0 and 100).
- getCloudcover() - Method in class com.moosemorals.weather.types.Current
-
Current cloud cover as an integer percent (between 0 and 100)
- getCloudcover() - Method in class com.moosemorals.weather.types.HourlyForecast
-
Predicted cloud cover as an integer percent (between 0 and 100)
- getCountry() - Method in class com.moosemorals.weather.types.Location
-
Country containing the place.
- getCurrent() - Method in class com.moosemorals.weather.reports.WeatherReport
-
Current weather.
- getDailyForecasts() - Method in class com.moosemorals.weather.reports.WeatherReport
-
Daily forecasts.
- getDate() - Method in class com.moosemorals.weather.reports.WeatherReport
-
Local time of the location, based on server time.
- getDate() - Method in class com.moosemorals.weather.types.DailyForecast
-
Day the forecast is for, with offset time zone.
- getDewPointC() - Method in class com.moosemorals.weather.types.HourlyForecast
-
Predicted dew point, °C.
- getDewPointF() - Method in class com.moosemorals.weather.types.HourlyForecast
-
Predicted dew point, °F.
- getError() - Method in class com.moosemorals.weather.reports.FetchResult
-
Error report.
- getFeelsLikeC() - Method in class com.moosemorals.weather.types.Current
-
Current "Feels Like" or apparent temperature °C.
- getFeelsLikeC() - Method in class com.moosemorals.weather.types.HourlyForecast
-
Predicted "Feels Like" or apparent temperature °C.
- getFeelsLikeF() - Method in class com.moosemorals.weather.types.Current
-
Current "Feels Like" or apparent temperature °F.
- getFeelsLikeF() - Method in class com.moosemorals.weather.types.HourlyForecast
-
Predicted "Feels Like" or apparent temperature °F.
- getHeatIndexC() - Method in class com.moosemorals.weather.types.HourlyForecast
-
Predicted heat index, °C.
- getHeatIndexF() - Method in class com.moosemorals.weather.types.HourlyForecast
-
Predicted heat index, °F.
- getHourlyForecasts() - Method in class com.moosemorals.weather.reports.WeatherReport
-
- getHumidity() - Method in class com.moosemorals.weather.types.Current
-
Current relative humidity as an integer percent (between 0 and 100).
- getHumidity() - Method in class com.moosemorals.weather.types.HourlyForecast
-
Predicted relative humidity as an integer percent (between 0 and 100).
- getIntFromHeader(CloseableHttpResponse, String) - Static method in class com.moosemorals.weather.Util
-
- getLanguage() - Method in class com.moosemorals.weather.reports.WeatherReport
-
Language of report.
- getLatitude() - Method in class com.moosemorals.weather.types.Location
-
Latitude of the place, in decimal degrees.
- getLocation() - Method in class com.moosemorals.weather.reports.FetchResult
-
Location report.
- getLocation() - Method in class com.moosemorals.weather.reports.WeatherReport
-
Where the weather report is for.
- getLocation(XMLStreamReader) - Method in class com.moosemorals.weather.xml.BaseParser
-
- getLocations() - Method in class com.moosemorals.weather.reports.LocationReport
-
- getLongitude() - Method in class com.moosemorals.weather.types.Location
-
Longitude of the place, in decimal degrees.
- getMaxTempC() - Method in class com.moosemorals.weather.types.DailyForecast
-
Predicted maximum daytime air temperature, °C.
- getMaxTempF() - Method in class com.moosemorals.weather.types.DailyForecast
-
Predicted maximum daytime air temperature, °F.
- getMessage() - Method in class com.moosemorals.weather.reports.ErrorReport
-
Human readable explanation of message.
- getMinTempC() - Method in class com.moosemorals.weather.types.DailyForecast
-
Predicted minimum nighttime air temperature, °C.
- getMinTempF() - Method in class com.moosemorals.weather.types.DailyForecast
-
Predicted minimum nighttime air temperature, °C.
- getMoonrise() - Method in class com.moosemorals.weather.types.Astronomy
-
Time of moonrise (with offset time zone).
- getMoonset() - Method in class com.moosemorals.weather.types.Astronomy
-
Time of moonset (with offset time zone).
- getName() - Method in class com.moosemorals.weather.types.Location
-
Name of the place.
- getName() - Method in class com.moosemorals.weather.types.Query
-
Name of the location.
- getObservationTime() - Method in class com.moosemorals.weather.types.Current
-
Time of the observation, UTC.
- getPopulation() - Method in class com.moosemorals.weather.types.Location
-
Population of the place.
- getPrecipMM() - Method in class com.moosemorals.weather.types.Current
-
Current precipitation in mm.
- getPrecipMM() - Method in class com.moosemorals.weather.types.HourlyForecast
-
Predicted precipitation in mm.
- getPressure() - Method in class com.moosemorals.weather.types.Current
-
Current atmospheric pressure in millibar.
- getPressure() - Method in class com.moosemorals.weather.types.HourlyForecast
-
Predicted atmospheric pressure in millibar.
- getQuery() - Method in class com.moosemorals.weather.reports.WeatherReport
-
The search terms used, as reported by the API.
- getRegion() - Method in class com.moosemorals.weather.types.Location
-
Region containing the place.
- getRequestsPerDay() - Method in class com.moosemorals.weather.reports.FetchResult
-
How many requests you have available this day.
- getRequestsPerSecond() - Method in class com.moosemorals.weather.reports.FetchResult
-
How many requests you have available this second.
- getSunrise() - Method in class com.moosemorals.weather.types.Astronomy
-
Time of sunrise (with offset time zone).
- getSunset() - Method in class com.moosemorals.weather.types.Astronomy
-
Time of sunset (with offset time zone).
- getTempC() - Method in class com.moosemorals.weather.types.Current
-
Current air temperature, °C.
- getTempC() - Method in class com.moosemorals.weather.types.HourlyForecast
-
Predicted air temperature, °C.
- getTempF() - Method in class com.moosemorals.weather.types.Current
-
Current air temperature, °F.
- getTempF() - Method in class com.moosemorals.weather.types.HourlyForecast
-
Predicted air temperature, °F.
- getTime() - Method in class com.moosemorals.weather.types.HourlyForecast
-
Hour that the forecast is for, UTC.
- getTimezone() - Method in class com.moosemorals.weather.types.Location
-
Offset from UTC of the place, at the time of the query.
- getType() - Method in class com.moosemorals.weather.reports.ErrorReport
-
Type of error.
- getType() - Method in class com.moosemorals.weather.types.Query
-
Type of the location.
- getUvIndex() - Method in class com.moosemorals.weather.types.DailyForecast
-
Predicted UV Index.
- getVisibility() - Method in class com.moosemorals.weather.types.Current
-
Current visibility in kilometres (between 0 and 10).
- getVisibility() - Method in class com.moosemorals.weather.types.HourlyForecast
-
Predicted visibility in kilometres (between 0 and 10).
- getWeather() - Method in class com.moosemorals.weather.reports.FetchResult
-
Weather report.
- getWeatherCode() - Method in class com.moosemorals.weather.types.Current
-
(Arbitrary) code to describe the current weather.
- getWeatherCode() - Method in class com.moosemorals.weather.types.HourlyForecast
-
(Arbitrary) code to describe the predicted weather.
- getWeatherDesc() - Method in class com.moosemorals.weather.types.Current
-
Human readable string to describe the current leather.
- getWeatherDesc() - Method in class com.moosemorals.weather.types.HourlyForecast
-
Human readable string to describe the predicted leather.
- getWeatherIconUrl() - Method in class com.moosemorals.weather.types.Current
-
URL to an icon for the current weather.
- getWeatherIconUrl() - Method in class com.moosemorals.weather.types.HourlyForecast
-
URL to an icon for the predicted weather.
- getWindChillC() - Method in class com.moosemorals.weather.types.HourlyForecast
-
Predicted wind chill, °C.
- getWindChillF() - Method in class com.moosemorals.weather.types.HourlyForecast
-
Predicted wind chill, °C.
- getWinddir16Point() - Method in class com.moosemorals.weather.types.Current
-
Current wind direction as compass point.
- getWinddir16Point() - Method in class com.moosemorals.weather.types.HourlyForecast
-
Predicted wind direction as compass point.
- getWinddirDegree() - Method in class com.moosemorals.weather.types.Current
-
Current wind direction in degrees from North.
- getWinddirDegree() - Method in class com.moosemorals.weather.types.HourlyForecast
-
Predicted wind direction in degrees from North.
- getWindGustKmph() - Method in class com.moosemorals.weather.types.HourlyForecast
-
Predicted wind gust speeds, kilometres per hour.
- getWindGustMiles() - Method in class com.moosemorals.weather.types.HourlyForecast
-
Predicted wind gust speeds, miles per hour.
- getWindspeedKmph() - Method in class com.moosemorals.weather.types.Current
-
Current wind speed in kilometres per hour.
- getWindspeedKmph() - Method in class com.moosemorals.weather.types.HourlyForecast
-
Current wind speed in kilometres per hour.
- getWindspeedMiles() - Method in class com.moosemorals.weather.types.Current
-
Current wind speed in miles per hour.
- getWindspeedMiles() - Method in class com.moosemorals.weather.types.HourlyForecast
-
Current wind speed in miles per hour.