|
Earth Observation Mission CFI Software Visibility Software User Manual for JAVA |
|
Class to store the longitude and latitude arrays which describe the area of interest. More...
Public Member Functions | |
| AreaOfInterest () | |
| Empty Class constructor. | |
| AreaOfInterest (final double[] longitudesIn, final double[] latitudesIn) | |
| Parameter constructor. | |
Public Attributes | |
| double[] | swathLongitudes |
| Rectangle corners longitudes ordered clockwise lon = [min min max max]. | |
| double[] | swathLatitudes |
| Rectangle corners latitudes ordered clockwise lat = [min max max min]. | |
Class to store the longitude and latitude arrays which describe the area of interest.
| EECFI.AreaOfInterest.AreaOfInterest | ( | ) |
Empty Class constructor.
| EECFI.AreaOfInterest.AreaOfInterest | ( | final double[] | longitudesIn, | |
| final double[] | latitudesIn | |||
| ) |
Parameter constructor.
| double [] EECFI.AreaOfInterest.swathLatitudes |
Rectangle corners latitudes ordered clockwise lat = [min max max min].
| double [] EECFI.AreaOfInterest.swathLongitudes |
Rectangle corners longitudes ordered clockwise lon = [min min max max].
1.7.1