Package nwsWeatherApi
Class GridpointForecastHourly
java.lang.Object
nwsWeatherApi.Forecast
nwsWeatherApi.GridpointForecast
nwsWeatherApi.GridpointForecastHourly
Similar to GridpointForecast, but returns less detailed forecasts for hourly
periods.
- Author:
- cobalt
-
Constructor Summary
ConstructorsConstructorDescriptionGridpointForecastHourly(Office wfo, int x, int y) Creates a set of hourly gridpoint forecasts for the given WFO and grid coordinates. -
Method Summary
Methods inherited from class nwsWeatherApi.GridpointForecast
getPeriodMethods inherited from class nwsWeatherApi.Forecast
getForecast, toString
-
Constructor Details
-
GridpointForecastHourly
Creates a set of hourly gridpoint forecasts for the given WFO and grid coordinates.- Parameters:
wfo-x-y-
-