Interface YWeatherFeedModule

    • Method Detail

      • getLocation

        Location getLocation()
        The location the feed is for.
        Returns:
        The location the feed is for.
      • setLocation

        void setLocation​(Location location)
        The location the feed is for.
        Parameters:
        location - The location the feed is for.
      • getAstronomy

        Astronomy getAstronomy()
        Astronomical information for the location.
        Returns:
        Astronomical information for the location.
      • setAstronomy

        void setAstronomy​(Astronomy astronomy)
        Astronomical information for the location.
        Parameters:
        astronomy - Astronomical information for the location.
      • getUnits

        Units getUnits()
        Units that data in the feed is provided in.
        Returns:
        Units that data in the feed is provided in.
      • setUnits

        void setUnits​(Units units)
        Units that data in the feed is provided in.
        Parameters:
        units - Units that data in the feed is provided in.
      • getWind

        Wind getWind()
        Current wind conditions at the location.
        Returns:
        Current wind conditions at the location.
      • setWind

        void setWind​(Wind wind)
        Current wind conditions at the location.
        Parameters:
        wind - Current wind conditions at the location.
      • getAtmosphere

        Atmosphere getAtmosphere()
        The current atmospheric conditions.
        Returns:
        Atmosphere object.
      • setAtmosphere

        void setAtmosphere​(Atmosphere value)
        Sets the current atmopheric condictions.
        Parameters:
        value - Atmosphere object.