public class CagipsDataAccessor extends Object
Constructor and Description |
---|
CagipsDataAccessor(ArrayList<OneTauDataDescriptor> taus) |
Modifier and Type | Method and Description |
---|---|
double |
getAirTemperature(double lat,
double lon,
double height) |
double |
getPressure(double lat,
double lon,
double height) |
double |
getWindX(double lat,
double lon,
double height) |
double |
getWindY(double lat,
double lon,
double height) |
double |
getWindZ(double lat,
double lon,
double height) |
public CagipsDataAccessor(ArrayList<OneTauDataDescriptor> taus)
public double getAirTemperature(double lat, double lon, double height) throws Exception
Exception
public double getWindX(double lat, double lon, double height) throws Exception
Exception
public double getWindY(double lat, double lon, double height) throws Exception
Exception
public double getWindZ(double lat, double lon, double height) throws Exception
Exception