Class GetWinds
java.lang.Object
org.deltava.dao.jedis.JedisDAO
org.deltava.dao.jedis.GetWinds
A Data Access Object to load winds aloft data from Jedis.
- Since:
- 5.4
- Version:
- 11.3
- Author:
- Luke
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetWinds
(GeospaceLocation loc) Retrieves the winds for a particular location.
-
Constructor Details
-
GetWinds
public GetWinds()
-
-
Method Details
-
getWinds
Retrieves the winds for a particular location.- Parameters:
loc
- the GeospaceLocation- Returns:
- the closest WindData data
- Throws:
DAOException
- if a JDBC error occurs
-