Modifier and Type | Method and Description |
---|---|
TimeStampedPVCoordinates |
NadirPointing.getTargetPV(PVCoordinatesProvider pvProv,
AbsoluteDate date,
Frame frame)
Compute the target point position/velocity in specified frame.
|
protected TimeStampedPVCoordinates |
AbstractGroundPointing.getTargetPV(PVCoordinatesProvider pvProv,
AbsoluteDate date,
Frame frame)
Compute the target point position/velocity in specified frame.
|
protected TimeStampedPVCoordinates |
AbstractGroundPointingWrapper.getTargetPV(PVCoordinatesProvider pvProv,
AbsoluteDate date,
Frame frame)
Compute the target point position/velocity in specified frame.
|
Modifier and Type | Method and Description |
---|---|
TimeStampedPVCoordinates |
Transform.transformPVCoordinates(TimeStampedPVCoordinates pv)
Transform
TimeStampedPVCoordinates including kinematic effects. |
Modifier and Type | Method and Description |
---|---|
TimeStampedPVCoordinates |
Transform.transformPVCoordinates(TimeStampedPVCoordinates pv)
Transform
TimeStampedPVCoordinates including kinematic effects. |
Modifier and Type | Method and Description |
---|---|
static TimeStampedPVCoordinates |
TimeStampedPVCoordinates.interpolate(AbsoluteDate date,
CartesianDerivativesFilter filter,
Collection<TimeStampedPVCoordinates> sample)
Interpolate position-velocity.
|
TimeStampedPVCoordinates |
TimeStampedPVCoordinates.shiftedBy(double dt)
Get a time-shifted state.
|
Modifier and Type | Method and Description |
---|---|
static Function<AbsoluteDate,TimeStampedPVCoordinates> |
TimeStampedPVCoordinates.buildInterpolationFunction(TimeStampedPVCoordinates[] samples,
int indexInf,
int indexSup,
CartesianDerivativesFilter filter,
boolean computeAcceleration)
Build an interpolation function for the
TimeStampedPVCoordinates . |
Modifier and Type | Method and Description |
---|---|
static Function<AbsoluteDate,TimeStampedPVCoordinates> |
TimeStampedPVCoordinates.buildInterpolationFunction(TimeStampedPVCoordinates[] samples,
int indexInf,
int indexSup,
CartesianDerivativesFilter filter,
boolean computeAcceleration)
Build an interpolation function for the
TimeStampedPVCoordinates . |
Modifier and Type | Method and Description |
---|---|
static TimeStampedPVCoordinates |
TimeStampedPVCoordinates.interpolate(AbsoluteDate date,
CartesianDerivativesFilter filter,
Collection<TimeStampedPVCoordinates> sample)
Interpolate position-velocity.
|
Modifier and Type | Method and Description |
---|---|
TimeStampedPVCoordinates |
PVEphemeris.getFirstTimeStampedPVCoordinates()
Getter for the first time-stamped PVCoordinates.
|
TimeStampedPVCoordinates |
PVEphemeris.getLastTimeStampedPVCoordinates()
Getter for the last time-stamped PVCoordinates.
|
TimeStampedPVCoordinates[] |
PVEphemeris.getTimeStampedPVCoordinates(boolean copy)
Getter for the time-stamped PVCoordinates array.
|
Constructor and Description |
---|
PVEphemeris(List<TimeStampedPVCoordinates> pvts,
int order,
Frame frame,
double mu,
CartesianDerivativesFilter filter)
Standard constructor.
|
PVEphemeris(List<TimeStampedPVCoordinates> pvts,
int order,
Frame frame,
double mu,
CartesianDerivativesFilter filter,
AttitudeProvider attitudeProvider)
Standard constructor.
|
PVEphemeris(List<TimeStampedPVCoordinates> pvts,
int order,
Frame frame,
double mu,
CartesianDerivativesFilter filter,
AttitudeProvider attitudeProvider,
boolean acceptOutOfOptimalRange)
Standard constructor.
|
PVEphemeris(List<TimeStampedPVCoordinates> pvts,
int order,
Frame frame,
double mu,
CartesianDerivativesFilter filter,
AttitudeProvider attitudeProvider,
boolean acceptOutOfOptimalRange,
int cacheSize)
Standard constructor.
|
PVEphemeris(List<TimeStampedPVCoordinates> pvts,
int order,
Frame frame,
double mu,
CartesianDerivativesFilter filter,
AttitudeProvider attitudeProvider,
boolean acceptOutOfOptimalRange,
int cacheSize,
boolean computeAcceleration)
Full constructor.
|
Modifier and Type | Method and Description |
---|---|
TimeStampedPVCoordinates |
AngularCoordinates.applyTo(TimeStampedPVCoordinates pv)
Apply the rotation to a pv coordinates.
|
Modifier and Type | Method and Description |
---|---|
TimeStampedPVCoordinates |
AngularCoordinates.applyTo(TimeStampedPVCoordinates pv)
Apply the rotation to a pv coordinates.
|
Copyright © 2023 CNES. All rights reserved.