|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.n52.operation.cropmodeling.TemporalEnvironmentState
public class TemporalEnvironmentState
| Constructor Summary | |
|---|---|
TemporalEnvironmentState()
|
|
TemporalEnvironmentState(java.lang.String type,
WeatherData weatherData,
int year,
double time)
construct a new object; initalize the temporal fields |
|
TemporalEnvironmentState(java.lang.String type,
WeatherData weatherData,
JulianTime time)
construct a new object; initalize the temporal fields |
|
| Method Summary | |
|---|---|
Radiation |
getCurrentRadiations()
|
Weather |
getCurrentWeather()
|
JulianTime |
getTime()
|
double |
getTimeResolution()
|
static TemporalEnvironmentState |
increment(TemporalEnvironmentState state)
Move the temporal state one day forward |
void |
setTime(JulianTime time)
|
void |
setTimeResolution(double timeResolution)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TemporalEnvironmentState()
public TemporalEnvironmentState(java.lang.String type,
WeatherData weatherData,
JulianTime time)
type - weatherData - time -
public TemporalEnvironmentState(java.lang.String type,
WeatherData weatherData,
int year,
double time)
type - weatherData - year - time - | Method Detail |
|---|
public static TemporalEnvironmentState increment(TemporalEnvironmentState state)
state - temporal state to update
public JulianTime getTime()
public void setTime(JulianTime time)
time - The time to set.public double getTimeResolution()
public void setTimeResolution(double timeResolution)
timeResolution - The timeResolution to set.public Radiation getCurrentRadiations()
public Weather getCurrentWeather()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||