|
Earth Observation Mission CFI Software Lib Software User Manual for JAVA |
|
Base class for EnvisatObt objects. More...
Public Member Functions | |
| EnvisatObt (double time0, long obt0[], long period0) | |
| Class constructor (empty constructor). | |
| EnvisatObt (double time0, long obt0[], long period0, long obt[]) | |
| Class constructor. | |
| void | setObt (Time time) throws CfiError |
| set On-Board Time from a time in processing format. | |
| Time | getTime () throws CfiError |
| Get UTC time from an OBT time. | |
Public Attributes | |
| double | time0 |
| Reference time. | |
| long | obt0 [] |
| Reference OBT. | |
| long | period0 |
| Period. | |
| long | obt [] |
| OBT value. | |
Base class for EnvisatObt objects.
| EECFI.EnvisatObt::EnvisatObt | ( | double | time0, | |
| long | obt0[], | |||
| long | period0 | |||
| ) |
Class constructor (empty constructor).
| time0 | Reference time. | |
| obt0 | Reference OBT. | |
| period0 | period. |
| EECFI.EnvisatObt::EnvisatObt | ( | double | time0, | |
| long | obt0[], | |||
| long | period0, | |||
| long | obt[] | |||
| ) |
Class constructor.
| time0 | Reference time. | |
| obt0 | Reference OBT. | |
| period0 | Period. | |
| obt | OBT value. |
set On-Board Time from a time in processing format.
| time | input Time. |
Implements EECFI.ObtTime.
| long EECFI.EnvisatObt.obt[] |
OBT value.
| long EECFI.EnvisatObt.obt0[] |
Reference OBT.
Period.
| double EECFI.EnvisatObt.time0 |
Reference time.
1.7.1