|
Earth Observation Mission CFI Software Pointing Software User Manual for JAVA |
|
Grid of azimuth/elevation points. More...
Public Member Functions | |
| AzimuthElevationGrid () | |
| Empty constructor. | |
| AzimuthElevationGrid (double minAz, double maxAz, double stepAz, double minEl, double maxEl, double stepEl) | |
| Constructor with parameters. | |
| AzimuthElevationGrid (AzimuthElevationGrid azElGrid) | |
| Copy constructor. | |
Grid of azimuth/elevation points.
| EECFI.AzimuthElevationGrid.AzimuthElevationGrid | ( | ) |
Empty constructor.
| EECFI.AzimuthElevationGrid.AzimuthElevationGrid | ( | double | minAz, | |
| double | maxAz, | |||
| double | stepAz, | |||
| double | minEl, | |||
| double | maxEl, | |||
| double | stepEl | |||
| ) |
Constructor with parameters.
| EECFI.AzimuthElevationGrid.AzimuthElevationGrid | ( | AzimuthElevationGrid | azElGrid | ) |
Copy constructor.
1.7.1