public interface YWeatherFeedModule extends YWeatherModule
URI
Modifier and Type | Method and Description |
---|---|
Astronomy |
getAstronomy()
Astronomical information for the location.
|
Atmosphere |
getAtmosphere()
The current atmospheric conditions.
|
Location |
getLocation()
The location the feed is for.
|
Units |
getUnits()
Units that data in the feed is provided in.
|
Wind |
getWind()
Current wind conditions at the location.
|
void |
setAstronomy(Astronomy astronomy)
Astronomical information for the location.
|
void |
setAtmosphere(Atmosphere value)
Sets the current atmopheric condictions.
|
void |
setLocation(Location location)
The location the feed is for.
|
void |
setUnits(Units units)
Units that data in the feed is provided in.
|
void |
setWind(Wind wind)
Current wind conditions at the location.
|
copyFrom, getInterface
Location getLocation()
void setLocation(Location location)
location
- The location the feed is for.Astronomy getAstronomy()
void setAstronomy(Astronomy astronomy)
astronomy
- Astronomical information for the location.Units getUnits()
void setUnits(Units units)
units
- Units that data in the feed is provided in.Wind getWind()
void setWind(Wind wind)
wind
- Current wind conditions at the location.Atmosphere getAtmosphere()
void setAtmosphere(Atmosphere value)
value
- Atmosphere object.Copyright © 2017. All rights reserved.