|
Earth Observation Mission CFI Software DataHandling Software User Manual for JAVA |
|
Class for containing Swath definition data. More...
Public Member Functions | |
| SdfRec () | |
| Constructor. | |
| SdfRec (final String swathDesc, final String swathIdentification, final long swathAlgo, final long numRec, final long refracMode, final double freq, final long numP, final Vector< SwathGeometry > geom, final Asar as, final AttitudeModel satNomAtt, final AttitudeModel satAtt, final AttitudeModel instrAtt) | |
| Constructor with parameters. | |
Public Attributes | |
| String | swathDescription |
| Swath description. | |
| String | swathId |
| Swath id or file type. | |
| long | swathRecType |
| Algorithm to be used in calculations (AlgorithmEnum). | |
| long | numSwathRec |
| Number of swath records to write in a single OEF. | |
| long | refractionMode |
| Refraction mode (TargetRayEnum). | |
| double | frequency |
| Frequency (Hz). | |
| long | numPoints |
| Number of points in the instantaneous swath. | |
| Vector< SwathGeometry > | swathGeom |
| Swath geometry. | |
| Asar | asar |
| ASAR parameters. | |
| AttitudeModel | satNomAttitude |
| Attitude data for satellite nominal attitude. | |
| AttitudeModel | satAttitude |
| Attitude data for satellite attribute. | |
| AttitudeModel | instrAttitude |
| Attitude data for intrument attitude. | |
Class for containing Swath definition data.
| EECFI.SdfRec.SdfRec | ( | ) |
Constructor.
| EECFI.SdfRec.SdfRec | ( | final String | swathDesc, | |
| final String | swathIdentification, | |||
| final long | swathAlgo, | |||
| final long | numRec, | |||
| final long | refracMode, | |||
| final double | freq, | |||
| final long | numP, | |||
| final Vector< SwathGeometry > | geom, | |||
| final Asar | as, | |||
| final AttitudeModel | satNomAtt, | |||
| final AttitudeModel | satAtt, | |||
| final AttitudeModel | instrAtt | |||
| ) |
Constructor with parameters.
ASAR parameters.
| double EECFI.SdfRec.frequency |
Frequency (Hz).
Attitude data for intrument attitude.
Number of points in the instantaneous swath.
Number of swath records to write in a single OEF.
Refraction mode (TargetRayEnum).
Attitude data for satellite attribute.
Attitude data for satellite nominal attitude.
Swath description.
| Vector<SwathGeometry> EECFI.SdfRec.swathGeom |
Swath geometry.
| String EECFI.SdfRec.swathId |
Swath id or file type.
Algorithm to be used in calculations (AlgorithmEnum).
1.7.1