public static class CPF.CPFCoordinate extends TimeStampedPVCoordinates
ZERO
Constructor and Description |
---|
CPFCoordinate(AbsoluteDate date,
Vector3D position,
int leap)
Constructor with null velocity vector.
|
CPFCoordinate(AbsoluteDate date,
Vector3D position,
Vector3D velocity,
int leap)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
getLeap()
Get the leap second flag (= 0 or the value of the new leap second).
|
getDate, interpolate, interpolate, shiftedBy, toString, toString, toTaylorProvider
crossProduct, estimateVelocity, getAcceleration, getAngularVelocity, getMomentum, getPosition, getVelocity, negate, normalize, toDerivativeStructurePV, toDerivativeStructureVector, toUnivariateDerivative1PV, toUnivariateDerivative1Vector, toUnivariateDerivative2PV, toUnivariateDerivative2Vector
public CPFCoordinate(AbsoluteDate date, Vector3D position, int leap)
date
- date of coordinates validityposition
- position vectorleap
- leap second flag (= 0 or the value of the new leap second)public CPFCoordinate(AbsoluteDate date, Vector3D position, Vector3D velocity, int leap)
date
- date of coordinates validityposition
- position vectorvelocity
- velocity vectorleap
- leap second flag (= 0 or the value of the new leap second)Copyright © 2002-2022 CS GROUP. All rights reserved.