Class GetFAWeather
java.lang.Object
org.deltava.dao.http.DAO
org.deltava.dao.http.FlightAwareDAO
org.deltava.dao.http.GetFAWeather
Loads weather data from FlightAware.
- Since:
- 2.2
- Version:
- 11.1
- Author:
- Luke
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget
(WeatherDataBean.Type t, AirportLocation loc) Loads a weather data bean.getMETAR
(AirportLocation loc) Gets the METAR for a particular airport.getTAF
(AirportLocation loc) Gets the TAF for a particular airport.Methods inherited from class org.deltava.dao.http.FlightAwareDAO
buildURL, init, setKey, setMaxResults
Methods inherited from class org.deltava.dao.http.DAO
getCompression, getHeaderField, getIn, getOut, getResponseCode, reset, setAuthentication, setCompression, setConnectTimeout, setMethod, setReadTimeout, setRequestHeader, setReturnErrorStream
-
Constructor Details
-
GetFAWeather
public GetFAWeather()
-
-
Method Details