|
Earth Observation Mission CFI Software Pointing Software User Manual for JAVA |
|
Input information for target computation. More...
Public Member Functions | |
| TargetInputInfo () | |
| Empty constructor. | |
| TargetInputInfo (long targetFun, TargetListInputInfo tarInfo) | |
| Constructor with parameters. | |
| TargetInputInfo (TargetInputInfo copy) | |
| Copy constructor. | |
Public Attributes | |
| long | targetFunction |
| It defines the method used to compute the target (TargetListMethodEnum). | |
| TargetListInputInfo | targetListInputInfo |
| Target input if targetFunction is target list inter. | |
Input information for target computation.
| EECFI.TargetInputInfo.TargetInputInfo | ( | ) |
Empty constructor.
| EECFI.TargetInputInfo.TargetInputInfo | ( | long | targetFun, | |
| TargetListInputInfo | tarInfo | |||
| ) |
Constructor with parameters.
| EECFI.TargetInputInfo.TargetInputInfo | ( | TargetInputInfo | copy | ) |
Copy constructor.
It defines the method used to compute the target (TargetListMethodEnum).
Target input if targetFunction is target list inter.
1.7.1