Class GetWinds

java.lang.Object
org.deltava.dao.jedis.JedisDAO
org.deltava.dao.jedis.GetWinds

public class GetWinds extends JedisDAO
A Data Access Object to load winds aloft data from Jedis.
Since:
5.4
Version:
11.3
Author:
Luke
  • Constructor Details

    • GetWinds

      public GetWinds()
  • Method Details

    • getWinds

      public WindData getWinds(GeospaceLocation loc) throws DAOException
      Retrieves the winds for a particular location.
      Parameters:
      loc - the GeospaceLocation
      Returns:
      the closest WindData data
      Throws:
      DAOException - if a JDBC error occurs