|
Earth Observation Mission CFI Software Pointing Software User Manual for JAVA |
|
Instrument input data. More...
Public Member Functions | |
| InstrumentData () | |
| Empty constructor. | |
| InstrumentData (long typ, AzimuthElevationList azElList, AzimuthElevationStrip azElStrip, AzimuthElevationGrid azElGrid, double freq) | |
| Constructor with parameters. | |
Public Attributes | |
| long | type |
| See AzElTypeEnum. | |
| AzimuthElevationList | azimuthElevationList |
| List of azimuth and elevation points. | |
| AzimuthElevationStrip | azimuthElevationStrip |
| Strip of points with fixed azimuth. | |
| AzimuthElevationGrid | azimuthElevationGrid |
| Grid of azimuth/elevation points. | |
| double | signalFrequency |
| Frequency of signal. | |
Instrument input data.
| EECFI.InstrumentData.InstrumentData | ( | ) |
Empty constructor.
| EECFI.InstrumentData.InstrumentData | ( | long | typ, | |
| AzimuthElevationList | azElList, | |||
| AzimuthElevationStrip | azElStrip, | |||
| AzimuthElevationGrid | azElGrid, | |||
| double | freq | |||
| ) |
Constructor with parameters.
Grid of azimuth/elevation points.
List of azimuth and elevation points.
Strip of points with fixed azimuth.
Frequency of signal.
See AzElTypeEnum.
1.7.1