|
Earth Observation Mission CFI Software Orbit Software User Manual for JAVA |
|
This class contains a time interval given by a start RelANXTime and a stop RelANXTime. More...
Public Member Functions | |
| RelTimeSegment () | |
| Class constructor. | |
| RelTimeSegment (final RelANXTime relAnx0, final RelANXTime relAnx1) throws CfiError | |
| Class constructor with parameters. | |
| TimeSegment | toAbsolute () throws CfiError |
| Get a TimeSegment with absolute values from this object. | |
| void | fromAbsolute (final TimeSegment timeSeg) throws CfiError |
| Set the RelTimeSegment object from an input TimeSegment object. | |
Public Attributes | |
| RelANXTime | start |
| Segment start ANX time. | |
| RelANXTime | stop |
| Segment stop ANX time. | |
This class contains a time interval given by a start RelANXTime and a stop RelANXTime.
| EECFI.RelTimeSegment.RelTimeSegment | ( | ) |
Class constructor.
| EECFI.RelTimeSegment.RelTimeSegment | ( | final RelANXTime | relAnx0, | |
| final RelANXTime | relAnx1 | |||
| ) | throws CfiError |
Class constructor with parameters.
| relAnx0 | Segment start ANX time. | |
| relAnx1 | Segment stop ANX time. |
| void EECFI.RelTimeSegment.fromAbsolute | ( | final TimeSegment | timeSeg | ) | throws CfiError |
Set the RelTimeSegment object from an input TimeSegment object.
| timeSeg | TimeSegment with absolute values. |
| TimeSegment EECFI.RelTimeSegment.toAbsolute | ( | ) | throws CfiError |
Get a TimeSegment with absolute values from this object.
Segment start ANX time.
Segment stop ANX time.
1.7.1