|
Earth Observation Mission CFI Software DataHandling Software User Manual for JAVA |
|
Harmonic data. More...
Public Member Functions | |
| HarmonicData () | |
| Constructor. | |
| HarmonicData (Vector< Long > harmonicTypPitch, Vector< Long > harmonicTypRoll, Vector< Long > harmonicTypYaw, Vector< Double > harmonicCoefPitch, Vector< Double > harmonicCoefRoll, Vector< Double > harmonicCoefYaw) | |
| Constructor with parameters. | |
Public Attributes | |
| Vector< Long > | harmonicTypePitch |
| Harmonic type pitch. | |
| Vector< Long > | harmonicTypeRoll |
| Harmonic type roll. | |
| Vector< Long > | harmonicTypeYaw |
| Harmonic type yaw. | |
| Vector< Double > | harmonicCoeffPitch |
| Harmonic coefficient pitch. | |
| Vector< Double > | harmonicCoeffRoll |
| Harmonic coefficient roll. | |
| Vector< Double > | harmonicCoeffYaw |
| Harmonic coefficient yaw. | |
Harmonic data.
| EECFI.HarmonicData.HarmonicData | ( | ) |
Constructor.
| EECFI.HarmonicData.HarmonicData | ( | Vector< Long > | harmonicTypPitch, | |
| Vector< Long > | harmonicTypRoll, | |||
| Vector< Long > | harmonicTypYaw, | |||
| Vector< Double > | harmonicCoefPitch, | |||
| Vector< Double > | harmonicCoefRoll, | |||
| Vector< Double > | harmonicCoefYaw | |||
| ) |
Constructor with parameters.
| Vector<Double> EECFI.HarmonicData.harmonicCoeffPitch |
Harmonic coefficient pitch.
| Vector<Double> EECFI.HarmonicData.harmonicCoeffRoll |
Harmonic coefficient roll.
| Vector<Double> EECFI.HarmonicData.harmonicCoeffYaw |
Harmonic coefficient yaw.
| Vector<Long> EECFI.HarmonicData.harmonicTypePitch |
Harmonic type pitch.
| Vector<Long> EECFI.HarmonicData.harmonicTypeRoll |
Harmonic type roll.
| Vector<Long> EECFI.HarmonicData.harmonicTypeYaw |
Harmonic type yaw.
1.7.1