Uses of Enum Class
nwsWeatherApi.Office
-
Uses of Office in nwsWeatherApi
Methods in nwsWeatherApi that return OfficeModifier and TypeMethodDescriptionPoint.office()Returns the WFO responsible for the point.static OfficeReturns the enum constant of this class with the specified name.static Office[]Office.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in nwsWeatherApi with parameters of type OfficeModifierConstructorDescriptionGridpointForecast(Office wfo, int x, int y) Creates a GridpointForecast using the WFO and the X and Y coordinates on the WFO's grid.GridpointForecastHourly(Office wfo, int x, int y) Creates a set of hourly gridpoint forecasts for the given WFO and grid coordinates.