| Package | Description |
|---|---|
| com.github.fedy2.weather | |
| com.github.fedy2.weather.data |
| Modifier and Type | Method and Description |
|---|---|
Channel |
YahooWeatherService.getForecast(String woeid,
DegreeUnit unit)
Gets the Weather RSS feed.
|
| Modifier and Type | Method and Description |
|---|---|
List<Channel> |
YahooWeatherService.LimitDeclaration.all()
Returns all the results with no limits.
|
List<Channel> |
YahooWeatherService.LimitDeclaration.first(int count)
Limits results to first
count Channels. |
List<Channel> |
YahooWeatherService.LimitDeclaration.last(int count)
Limits results to last
count Channels. |
| Modifier and Type | Method and Description |
|---|---|
List<Channel> |
Rss.getChannels()
Returns the channel.
|
Copyright © 2016. All rights reserved.