|
Earth Observation Mission CFI Software Pointing Software User Manual for JAVA |
|
Information used to compute the target with target list method. More...
Public Member Functions | |
| TargetListInputInfo () | |
| Empty constructor. | |
| TargetListInputInfo (long inType, double az, double el, long azIdx, long elIdx) | |
| Constructor with parameters. | |
| TargetListInputInfo (TargetListInputInfo copy) | |
| Copy constructor. | |
Public Attributes | |
| long | inputType |
| See AzElTypeEnum. | |
| double | azimuth |
| Azimuth used as input to compute the target. | |
| double | elevation |
| Elevation used as input to compute the target. | |
| long | azimuthIdx |
| Azimuth index in azimuth/elevation grid. | |
| long | elevationIdx |
| Elevation index in azimuth/elevation grid. | |
Information used to compute the target with target list method.
| EECFI.TargetListInputInfo.TargetListInputInfo | ( | ) |
Empty constructor.
| EECFI.TargetListInputInfo.TargetListInputInfo | ( | long | inType, | |
| double | az, | |||
| double | el, | |||
| long | azIdx, | |||
| long | elIdx | |||
| ) |
Constructor with parameters.
| EECFI.TargetListInputInfo.TargetListInputInfo | ( | TargetListInputInfo | copy | ) |
Copy constructor.
Azimuth used as input to compute the target.
Azimuth index in azimuth/elevation grid.
Elevation used as input to compute the target.
Elevation index in azimuth/elevation grid.
See AzElTypeEnum.
1.7.1