|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.n52.operation.cropmodeling.AttributeData
org.n52.operation.cropmodeling.WeatherData
org.n52.operation.cropmodeling.GridWeatherData
public class GridWeatherData
Handles data access to grid oriented temperature data. The temperatures are assumed to be equally spaced in time, determined by the time resolution and they start from a specific start time.
Field Summary |
---|
Fields inherited from class org.n52.operation.cropmodeling.WeatherData |
---|
latitude, longitude, outputName, useRealData |
Fields inherited from class org.n52.operation.cropmodeling.AttributeData |
---|
attributes, name |
Constructor Summary | |
---|---|
GridWeatherData()
|
Method Summary | |
---|---|
double[] |
getOutputData()
|
double[] |
getOutputTemperatures()
|
void |
setTemperatures(double[] temperatures,
JulianTime startTime,
double resolution)
set the temperatures and parameters to be used for the input of the interpolation |
Methods inherited from class org.n52.operation.cropmodeling.WeatherData |
---|
getDayWeatherData, getLatitude, getLongitude, isUseRealData, setDayWeatherData, setLatitude, setLongitude, setOutputDataTable, setUseRealData |
Methods inherited from class org.n52.operation.cropmodeling.AttributeData |
---|
getAttributeData, getAttributes, getIndexedAttribute, setAttributeData |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GridWeatherData()
Method Detail |
---|
public void setTemperatures(double[] temperatures, JulianTime startTime, double resolution)
temperatures
- startTime
- resolution
- public double[] getOutputData()
public double[] getOutputTemperatures()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |