|
Earth Observation Mission CFI Software Pointing Software User Manual for JAVA |
|
Generic target data. More...
Public Member Functions | |
| TargetData () | |
| Empty constructor. | |
| TargetData (long tarNum, final Coord tarVec, final ParDer ztan, final ParDer rang, final ParDer tim, final Coord tarSatVec, final Coord satTarVec) | |
| Constructor with parameters. | |
Public Attributes | |
| long | targetNumber |
| Target number. This value is the one to be used in the call to extra functions. | |
| Coord | tarVector |
| | |
| ParDer | zTan |
| | |
| ParDer | range |
| | |
| ParDer | time |
| | |
| Coord | tarSatVector |
| | |
| Coord | satTarVector |
| | |
Generic target data.
| EECFI.TargetData.TargetData | ( | ) |
Empty constructor.
| EECFI.TargetData.TargetData | ( | long | tarNum, | |
| final Coord | tarVec, | |||
| final ParDer | ztan, | |||
| final ParDer | rang, | |||
| final ParDer | tim, | |||
| final Coord | tarSatVec, | |||
| final Coord | satTarVec | |||
| ) |
Constructor with parameters.
Target number. This value is the one to be used in the call to extra functions.
1.7.1