|
Earth Observation Mission CFI Software Lib Software User Manual for JAVA |
|
Data structure defining an orbit interval. More...
Public Member Functions | |
| OrbitInterval () | |
| Empty Class constructor. | |
| OrbitInterval (long start, long stop) | |
| Class constructor. | |
Public Attributes | |
| long | startOrbit |
| Validity start orbit. | |
| long | stopOrbit |
| Validity stop orbit. | |
Data structure defining an orbit interval.
| EECFI.OrbitInterval.OrbitInterval | ( | ) |
Empty Class constructor.
| EECFI.OrbitInterval.OrbitInterval | ( | long | start, | |
| long | stop | |||
| ) |
Class constructor.
Validity start orbit.
Validity stop orbit.
1.7.1