|
Earth Observation Mission CFI Software Orbit Software User Manual for JAVA |
|
This class contains a time instant given as a relative orbit number plus the time elapsed since the ANX. More...
Public Member Functions | |
| RelANXTime () | |
| Class constructor. | |
| RelANXTime (long orbitIn, long cycleIn, long secondsIn, long microsecIn) | |
| Class constructor. | |
| RelANXTime (final OrbitId orbitIdIn, long orbitIn, long cycleIn, long secondsIn, long microsecIn) throws CfiError | |
| Class constructor with parameters using OrbitId. | |
| RelANXTime (final RelANXTime at) throws CfiError | |
| Copy class constructor. | |
| native ANXTime | toAbsolute () throws CfiError |
| Returns the absolute orbit corresponding to the RelANXTime object.. | |
| native void | fromAbsolute (final ANXTime anxTime) throws CfiError |
| Set the RelANXTime object from an input ANXTime object. | |
| void | copy (final RelANXTime t) throws CfiError |
| Copy operator. | |
Public Attributes | |
| long | orbit |
| Relative orbit number. | |
| long | cycle |
| Cycle number. | |
| long | seconds |
| Seconds since the ANX. | |
| long | microseconds |
| Microseconds. | |
This class contains a time instant given as a relative orbit number plus the time elapsed since the ANX.
| EECFI.RelANXTime.RelANXTime | ( | ) |
Class constructor.
If no OrbitId is provided in constructor, the object can only be used as data container.
| EECFI.RelANXTime::RelANXTime | ( | long | orbitIn, | |
| long | cycleIn, | |||
| long | secondsIn, | |||
| long | microsecIn | |||
| ) |
Class constructor.
If no OrbitId is provided in constructor, the object can only be used as data container.
| orbitIn | Relative orbit. | |
| cycleIn | Cycle of orbit.. | |
| secondsIn | Seconds. | |
| microsecIn | Microseconds. |
| EECFI.RelANXTime::RelANXTime | ( | final OrbitId | orbitIdIn, | |
| long | orbitIn, | |||
| long | cycleIn, | |||
| long | secondsIn, | |||
| long | microsecIn | |||
| ) | throws CfiError |
Class constructor with parameters using OrbitId.
| orbitIdIn | Orbit Id. | |
| orbitIn | Relative orbit. | |
| cycleIn | Cycle of orbit. | |
| secondsIn | Seconds. | |
| microsecIn | Microseconds. |
| EECFI.RelANXTime::RelANXTime | ( | final RelANXTime | rt | ) | throws CfiError |
Copy class constructor.
| rt | Object to be copied.. |
| void EECFI.RelANXTime::copy | ( | final RelANXTime | t | ) | throws CfiError |
Copy operator.
| t | RelANXTime object we want to copy values into this one. |
Set the RelANXTime object from an input ANXTime object.
| anxTime | ANXTime object with absolute values. |
Returns the absolute orbit corresponding to the RelANXTime object..
Cycle number.
Microseconds.
Relative orbit number.
Seconds since the ANX.
1.7.1