public static class SP3.SP3Coordinate extends TimeStampedPVCoordinates
ZERO
Constructor and Description |
---|
SP3Coordinate(AbsoluteDate date,
Vector3D position,
double clock)
Create a coordinate with only position.
|
SP3Coordinate(AbsoluteDate date,
Vector3D position,
Vector3D velocity,
double clock,
double clockRate)
Create a coordinate with position and velocity.
|
Modifier and Type | Method and Description |
---|---|
double |
getClockCorrection()
Returns the clock correction value.
|
double |
getClockRateChange()
Returns the clock rate.
|
getDate, interpolate, interpolate, shiftedBy, toString, toString, toTaylorProvider
crossProduct, estimateVelocity, getAcceleration, getAngularVelocity, getMomentum, getPosition, getVelocity, negate, normalize, positionShiftedBy, toDerivativeStructurePV, toDerivativeStructureVector, toUnivariateDerivative1PV, toUnivariateDerivative1Vector, toUnivariateDerivative2PV, toUnivariateDerivative2Vector
public SP3Coordinate(AbsoluteDate date, Vector3D position, double clock)
date
- of validity.position
- of the satellite.clock
- correction in s.public SP3Coordinate(AbsoluteDate date, Vector3D position, Vector3D velocity, double clock, double clockRate)
date
- of validity.position
- of the satellite.velocity
- of the satellite.clock
- correction in s.clockRate
- in s / s.Copyright © 2002-2022 CS GROUP. All rights reserved.