|
Earth Observation Mission CFI Software Lib Software User Manual for JAVA |
|
Data structure defining a time interval. More...
Public Member Functions | |
| TimeInterval () | |
| Empty Class constructor. | |
| TimeInterval (long ref, double start, double stop) | |
| Class constructor. | |
Public Attributes | |
| long | timeRef |
| Time reference. | |
| double | startTime |
| start time. | |
| double | stopTime |
| stop time. | |
Data structure defining a time interval.
| EECFI.TimeInterval.TimeInterval | ( | ) |
Empty Class constructor.
| EECFI.TimeInterval.TimeInterval | ( | long | ref, | |
| double | start, | |||
| double | stop | |||
| ) |
Class constructor.
| double EECFI.TimeInterval.startTime |
start time.
| double EECFI.TimeInterval.stopTime |
stop time.
Time reference.
1.7.1