| |
|
| org.blojsom.plugin.weather.beans.WeatherInformation
All known Subclasses: org.blojsom.plugin.weather.beans.NWSInformation,
WeatherInformation | public interface WeatherInformation (Code) | | WeatherInformation
author: Mark Lussier version: $Id: WeatherInformation.java,v 1.2 2007/01/17 02:35:15 czarneckid Exp $ since: blojsom 3.0 |
getCelcius | String getCelcius()(Code) | | Get the current temperate as Celcius
A String containing the current temperature as Celcius |
getFahrenheit | String getFahrenheit()(Code) | | Get the current temperature as Farenheit
A String containing the current temperature in Farenheit |
getHistoryUrl | String getHistoryUrl()(Code) | | Get the URL containing a link to weather history information
URL for weather history information |
getLocation | String getLocation()(Code) | | Get the Location of the Weather Station
The Weather Station name as a String |
getProviderUrl | String getProviderUrl()(Code) | | Gets the URL required to fetch this resource
The resource location as a String |
getStationCode | String getStationCode()(Code) | | Get the Station Id
The Station Id as a String |
getValueForTag | String getValueForTag(String tag)(Code) | | Get the value for a given tag from the parsed XML weather information
Parameters: tag - Tag to retrieve Value of tag or null if the tag is not present since: blojsom 2.24 |
getVisibility | String getVisibility()(Code) | | Get the current Visibility
The current visbility as a String |
getWind | String getWind()(Code) | | Get the current Wind conditions
The current wind conditions as a String |
parseDocument | void parseDocument(Document document)(Code) | | Parse an XML document containing weather related information
Parameters: document - XML document with weather information |
|
|
|