public class IERS20032010PrecessionNutation extends Object implements PrecessionNutationModel
The computations of this class are very heavy. It should not be used directly but only through
PrecessionNutationInterpolation that will perform a limited number of access to this class.
PrecessionNutationModel,
Serialized Form| Constructor and Description |
|---|
IERS20032010PrecessionNutation(PrecessionNutationConvention convention)
Constructor.
|
IERS20032010PrecessionNutation(PrecessionNutationConvention convention,
boolean nonConstantRotation)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
CIPCoordinates |
getCIPCoordinates(AbsoluteDate date)
Getter for the CIP coordinates at the provided date.
|
FrameConvention |
getOrigin()
Get IERS model origin.
|
boolean |
isDirect()
Return computation type : direct or interpolated.
|
public IERS20032010PrecessionNutation(PrecessionNutationConvention convention)
convention - IERS convention to usepublic IERS20032010PrecessionNutation(PrecessionNutationConvention convention, boolean nonConstantRotation)
convention - IERS convention to usenonConstantRotation - true if derivatives are to be computed, false otherwisepublic boolean isDirect()
isDirect in interface PrecessionNutationModelpublic FrameConvention getOrigin()
getOrigin in interface PrecessionNutationModelpublic CIPCoordinates getCIPCoordinates(AbsoluteDate date)
getCIPCoordinates in interface PrecessionNutationModeldate - Date for the CIP coordinatesCopyright © 2025 CNES. All rights reserved.