|
Earth Observation Mission CFI Software DataHandling Software User Manual for JAVA |
|
Polar motion parameters. More...
Public Member Functions | |
| PolarMotionParams () | |
| Constructor. | |
| PolarMotionParams (double x1, double y1) | |
| Constructor with parameters. | |
| PolarMotionParams (PolarMotionParams pm) | |
| Copy constructor. | |
Public Attributes | |
| double | x |
| x-axis is in the direction of the IERS Reference Meridian (IRM). | |
| double | y |
| y-axis is in the direction 90 degrees West longitude | |
Polar motion parameters.
| EECFI.PolarMotionParams.PolarMotionParams | ( | ) |
Constructor.
| EECFI.PolarMotionParams.PolarMotionParams | ( | double | x1, | |
| double | y1 | |||
| ) |
Constructor with parameters.
| EECFI.PolarMotionParams.PolarMotionParams | ( | PolarMotionParams | pm | ) |
Copy constructor.
| double EECFI.PolarMotionParams.x |
x-axis is in the direction of the IERS Reference Meridian (IRM).
| double EECFI.PolarMotionParams.y |
y-axis is in the direction 90 degrees West longitude
1.7.1