DEIMOS
Earth Observation Mission CFI Software
Visibility Software User Manual
for JAVA
ESA

EECFI.AreaOfInterest Class Reference

Class to store the longitude and latitude arrays which describe the area of interest. More...

Inheritance diagram for EECFI.AreaOfInterest:
EECFI.CfiClass

List of all members.

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].

Detailed Description

Class to store the longitude and latitude arrays which describe the area of interest.


Constructor & Destructor Documentation

EECFI.AreaOfInterest.AreaOfInterest (  ) 

Empty Class constructor.

EECFI.AreaOfInterest.AreaOfInterest ( final double[]  longitudesIn,
final double[]  latitudesIn 
)

Parameter constructor.


Member Data Documentation

Rectangle corners latitudes ordered clockwise lat = [min max max min].

Rectangle corners longitudes ordered clockwise lon = [min min max max].


Generated on Mon Dec 11 2023 14:48:33 for by doxygen 1.7.1