Uses of Enum Class
nwsWeatherApi.Office

  • Uses of Office in nwsWeatherApi

    Methods in nwsWeatherApi that return Office
    Modifier and Type
    Method
    Description
    Point.office()
    Returns the WFO responsible for the point.
    static Office
    Office.valueOf(String name)
    Returns 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 Office
    Modifier
    Constructor
    Description
     
    GridpointForecast(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.