public class TabulatedProvider extends Object implements AttitudeProvider
Instances of this class are guaranteed to be immutable.
TabulatedLofOffset,
Serialized Form| Constructor and Description |
|---|
TabulatedProvider(Frame referenceFrame,
List<TimeStampedAngularCoordinates> table,
int n,
AngularDerivativesFilter filter)
Creates new instance.
|
| Modifier and Type | Method and Description |
|---|---|
Attitude |
getAttitude(PVCoordinatesProvider pvProv,
AbsoluteDate date,
Frame frame)
Compute the attitude corresponding to an orbital state.
|
public TabulatedProvider(Frame referenceFrame, List<TimeStampedAngularCoordinates> table, int n, AngularDerivativesFilter filter)
referenceFrame - reference frame for tabulated attitudestable - tabulated attitudesn - number of attitude to use for interpolationfilter - filter for derivatives from the sample to use in interpolationpublic Attitude getAttitude(PVCoordinatesProvider pvProv, AbsoluteDate date, Frame frame) throws OrekitException
getAttitude in interface AttitudeProviderpvProv - local position-velocity provider around current datedate - current dateframe - reference frame from which attitude is computedOrekitException - if attitude cannot be computedCopyright © 2002-2016 CS Systèmes d'information. All rights reserved.