DEIMOS
Earth Observation Mission CFI Software
Pointing Software User Manual
for JAVA
ESA

EECFI.TargetListInputInfo Class Reference

Information used to compute the target with target list method. More...

List of all members.

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.

Detailed Description

Information used to compute the target with target list method.


Constructor & Destructor Documentation

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.


Member Data Documentation

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.


Generated on Mon Dec 11 2023 14:48:29 for by doxygen 1.7.1