|
Earth Observation Mission CFI Software Visibility Software User Manual |
|
Output for SwathId::zonevistimeCoverage. More...
Public Attributes | |
| double | zoneArea |
| Computed area of the zone (longitude if segment zone) in km2. | |
| double | totalCoverage |
| Percentage of zone covered by all intervals, i.e. 100% - percentage of zone not covered by any interval. | |
| std::vector< double > | coveragePerInterval |
| Item with index i (0,1,2,...N-1) is the percentage of zone covered by interval i+1 (1,2,...N) only. | |
| std::vector< double > | coverageByNIntervals |
| Item with index i (0,1,2,...N-1) is the percentage of the zone covered by exactly i+1 (1,2,...N) intervals. | |
| std::vector< double > | cumulativeCoverage |
| Item index i (0,1,2,...N-1) is the percentage of zone covered by intervals 1,2...i+1 considered together. | |
Output for SwathId::zonevistimeCoverage.
| std::vector<double> EECFI::ZoneCoverageOut::coverageByNIntervals |
Item with index i (0,1,2,...N-1) is the percentage of the zone covered by exactly i+1 (1,2,...N) intervals.
Referenced by EECFI::SwathId::zoneVisTimeCoverage().
| std::vector<double> EECFI::ZoneCoverageOut::coveragePerInterval |
Item with index i (0,1,2,...N-1) is the percentage of zone covered by interval i+1 (1,2,...N) only.
Referenced by EECFI::SwathId::zoneVisTimeCoverage().
| std::vector<double> EECFI::ZoneCoverageOut::cumulativeCoverage |
Item index i (0,1,2,...N-1) is the percentage of zone covered by intervals 1,2...i+1 considered together.
Referenced by EECFI::SwathId::zoneVisTimeCoverage().
Percentage of zone covered by all intervals, i.e. 100% - percentage of zone not covered by any interval.
Referenced by EECFI::SwathId::zoneVisTimeCoverage().
Computed area of the zone (longitude if segment zone) in km2.
Referenced by EECFI::SwathId::zoneVisTimeCoverage().
1.7.1