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 FormConstructor and Description |
---|
IERS20032010PrecessionNutation(PrecessionNutationConvention convention)
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 boolean isDirect()
isDirect
in interface PrecessionNutationModel
public FrameConvention getOrigin()
getOrigin
in interface PrecessionNutationModel
public CIPCoordinates getCIPCoordinates(AbsoluteDate date)
getCIPCoordinates
in interface PrecessionNutationModel
date
- Date for the CIP coordinatesCopyright © 2023 CNES. All rights reserved.