|
Earth Observation Mission CFI Software Visibility Software User Manual for JAVA |
|
Output for SwathId.zonevistimeCoverage. More...
Public Member Functions | |
| ZoneCoverageOut () | |
| Empty Class constructor. | |
| ZoneCoverageOut (double zoneA, double totalCov, double[] covPerTime, double[] covByNInt, double[] cumulCov) | |
| Class constructor with parameters. | |
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. | |
| 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. | |
| 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. | |
| 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.
| EECFI.ZoneCoverageOut.ZoneCoverageOut | ( | ) |
Empty Class constructor.
| EECFI.ZoneCoverageOut.ZoneCoverageOut | ( | double | zoneA, | |
| double | totalCov, | |||
| double[] | covPerTime, | |||
| double[] | covByNInt, | |||
| double[] | cumulCov | |||
| ) |
Class constructor with parameters.
Item with index i (0,1,2,...N-1) is the percentage of the zone covered by exactly i+1 (1,2,...N) intervals.
Item with index i (0,1,2,...N-1) is the percentage of zone covered by interval i+1 (1,2,...N) only.
| 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.
Percentage of zone covered by all intervals, i.e. 100% - percentage of zone not covered by any interval.
Computed area of the zone (longitude if segment zone) in km2.
1.7.1