|
Earth Observation Mission CFI Software Orbit Software User Manual for JAVA |
|
Public Member Functions | |
| OrbTime () | |
| Empty Class constructor. | |
| OrbTime (long typeIn, long timeR, double timeIn, long orbitNumIn, long secIn, long msecIn) | |
| Parameter class constructor. | |
| OrbTime (OrbTime vis) | |
| Copy constructor. | |
Public Attributes | |
| long | type |
| XVTimeTypeEnum. | |
| long | timeRef |
| TimeRefOrbitEnum. | |
| double | time |
| Time. | |
| long | orbitNum |
| Absolute orbit number. | |
| long | sec |
| Seconds after ANX. | |
| long | msec |
| Microseconds after ANX. | |
Time container.
| EECFI.OrbTime.OrbTime | ( | ) |
Empty Class constructor.
| EECFI.OrbTime.OrbTime | ( | long | typeIn, | |
| long | timeR, | |||
| double | timeIn, | |||
| long | orbitNumIn, | |||
| long | secIn, | |||
| long | msecIn | |||
| ) |
Parameter class constructor.
| EECFI.OrbTime.OrbTime | ( | OrbTime | vis | ) |
Copy constructor.
| long EECFI.OrbTime.msec |
Microseconds after ANX.
Absolute orbit number.
| long EECFI.OrbTime.sec |
Seconds after ANX.
| double EECFI.OrbTime.time |
Time.
TimeRefOrbitEnum.
| long EECFI.OrbTime.type |
XVTimeTypeEnum.
1.7.1