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

EECFI.StationRec Class Reference

Class for storing station information. More...

List of all members.

Public Member Functions

 StationRec ()
 Constructor.
 StationRec (final String stationIdentity, final String descript, final String antenn, final String purpos, final String typ, final long maskPt, double[] azim, double[] elevat, final double statLong, final double statLat, final double statAlt, double[] projectLong, double[] projectLat, final long point, final double longitudeMax, final double latitudeMax, final double longitudeMin, final double latitudeMin, final long numMissionList, String[] missNames, double[] misAosEl, double[] misLosEl, String[] misMaskType)
 Constructor with parameters.

Public Attributes

String stationId
 Station id.
String descriptor
 Description.
String antenna
 Antenna.
String purpose
 Purpose.
String type
 Type.
long numMaskPt
 Number of mask Point.
double[] azimuth
 Array of Azimuth.
double[] elevation
 Array of elevations.
double stationLong
 Station longitude.
double stationLat
 Station latitude.
double stationAlt
 Station altitude.
double[] projLong
 Array of proj longitudes.
double[] projLat
 Array of proj latitudes.
long points
 Points.
double longMax
 Maximum longitude of the station zone.
double latMax
 Maximum latitude of the station zone.
double longMin
 Minimum longitude of the station zone.
double latMin
 Minimum latitude of the station zone.
long missionList
 Number of missions.
String[] missionName
 Mission name.
double[] missionAosEl
 AOS Elevation for a specific mission.
double[] missionLosEl
 LOS Elevation for a specific mission.
String[] missionMaskType
 Mask Type for the mission.

Detailed Description

Class for storing station information.


Constructor & Destructor Documentation

EECFI.StationRec.StationRec (  ) 

Constructor.

EECFI.StationRec.StationRec ( final String  stationIdentity,
final String  descript,
final String  antenn,
final String  purpos,
final String  typ,
final long  maskPt,
double[]  azim,
double[]  elevat,
final double  statLong,
final double  statLat,
final double  statAlt,
double[]  projectLong,
double[]  projectLat,
final long  point,
final double  longitudeMax,
final double  latitudeMax,
final double  longitudeMin,
final double  latitudeMin,
final long  numMissionList,
String[]  missNames,
double[]  misAosEl,
double[]  misLosEl,
String[]  misMaskType 
)

Constructor with parameters.


Member Data Documentation

Antenna.

Array of Azimuth.

Description.

Array of elevations.

Maximum latitude of the station zone.

Minimum latitude of the station zone.

Maximum longitude of the station zone.

Minimum longitude of the station zone.

AOS Elevation for a specific mission.

Number of missions.

LOS Elevation for a specific mission.

Mask Type for the mission.

Possible values: AOS_LOS_WITH_MASK, AOS_LOS, MASK_ONLY.

Mission name.

Number of mask Point.

Array of proj latitudes.

Array of proj longitudes.

Purpose.

Station altitude.

Station id.

Station latitude.

Station longitude.

Type.


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