|
Earth Observation Mission CFI Software DataHandling Software User Manual for JAVA |
|
Class for storing station information. More...
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. | |
Class for storing station information.
| 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.
| String EECFI.StationRec.antenna |
Antenna.
| double [] EECFI.StationRec.azimuth |
Array of Azimuth.
| String EECFI.StationRec.descriptor |
Description.
| double [] EECFI.StationRec.elevation |
Array of elevations.
| double EECFI.StationRec.latMax |
Maximum latitude of the station zone.
| double EECFI.StationRec.latMin |
Minimum latitude of the station zone.
| double EECFI.StationRec.longMax |
Maximum longitude of the station zone.
| double EECFI.StationRec.longMin |
Minimum longitude of the station zone.
| double [] EECFI.StationRec.missionAosEl |
AOS Elevation for a specific mission.
Number of missions.
| double [] EECFI.StationRec.missionLosEl |
LOS Elevation for a specific mission.
| String [] EECFI.StationRec.missionMaskType |
Mask Type for the mission.
Possible values: AOS_LOS_WITH_MASK, AOS_LOS, MASK_ONLY.
| String [] EECFI.StationRec.missionName |
Mission name.
Number of mask Point.
Points.
| double [] EECFI.StationRec.projLat |
Array of proj latitudes.
| double [] EECFI.StationRec.projLong |
Array of proj longitudes.
| String EECFI.StationRec.purpose |
Purpose.
| double EECFI.StationRec.stationAlt |
Station altitude.
| String EECFI.StationRec.stationId |
Station id.
| double EECFI.StationRec.stationLat |
Station latitude.
| double EECFI.StationRec.stationLong |
Station longitude.
| String EECFI.StationRec.type |
Type.
1.7.1