org.orekit.frames.configuration.eop
Class PoleCorrection

java.lang.Object
  extended by org.orekit.frames.configuration.eop.PoleCorrection
All Implemented Interfaces:
Serializable

public class PoleCorrection
extends Object
implements Serializable

Simple container class for pole correction parameters.

This class is a simple container, it does not provide any processing method.

Author:
Luc Maisonobe
See Also:
Serialized Form

Field Summary
static PoleCorrection NULL_CORRECTION
          Null correction (xp = 0, yp = 0).
 
Constructor Summary
PoleCorrection(double xp, double yp)
          Simple constructor.
 
Method Summary
 double getXp()
          Get the xp parameter.
 double getYp()
          Get the yp parameter.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NULL_CORRECTION

public static final PoleCorrection NULL_CORRECTION
Null correction (xp = 0, yp = 0).

Constructor Detail

PoleCorrection

public PoleCorrection(double xp,
                      double yp)
Simple constructor.

Parameters:
xp - xp parameter (radians)
yp - yp parameter (radians)
Method Detail

getXp

public double getXp()
Get the xp parameter.

Returns:
xp parameter

getYp

public double getYp()
Get the yp parameter.

Returns:
yp parameter


Copyright © 2017 CNES. All Rights Reserved.