public static class TDMFile.Observation extends Object
It is not an Orekit object yet.
It is a simple container holding:
- a keyword, the type of the observation;
- a timetag, the epoch of the observation;
- a measurement, the value of the observation.
Keyword
Modifier and Type | Method and Description |
---|---|
AbsoluteDate |
getEpoch()
Getter for the epoch.
|
String |
getKeyword()
Getter for the keyword.
|
double |
getMeasurement()
Getter for the measurement.
|
void |
setEpoch(AbsoluteDate epoch)
Setter for the epoch.
|
void |
setKeyword(String keyword)
Setter for the keyword.
|
void |
setMeasurement(double measurement)
Setter for the measurement.
|
public String getKeyword()
public void setKeyword(String keyword)
keyword
- the keyword to setpublic AbsoluteDate getEpoch()
public void setEpoch(AbsoluteDate epoch)
epoch
- the epoch to setpublic double getMeasurement()
public void setMeasurement(double measurement)
measurement
- the measurement to setCopyright © 2002-2017 CS Systèmes d'information. All rights reserved.