public static class CPF.CPFCoordinate extends TimeStampedPVCoordinates
ZERO
Constructor and Description |
---|
CPFCoordinate(AbsoluteDate date, org.hipparchus.geometry.euclidean.threed.Vector3D position, int leap)
带有空速度向量的构造函数。
|
CPFCoordinate(AbsoluteDate date, org.hipparchus.geometry.euclidean.threed.Vector3D position, org.hipparchus.geometry.euclidean.threed.Vector3D velocity, int leap)
构造函数。
|
Modifier and Type | Method and Description |
---|---|
int |
getLeap()
获取闰秒标志(= 0或新闰秒的值)。
|
getDate, shiftedBy, toString, toString, toTaylorProvider
blendArithmeticallyWith, crossProduct, estimateVelocity, getAcceleration, getAngularVelocity, getMomentum, getPosition, getVelocity, negate, normalize, positionShiftedBy, toDerivativeStructurePV, toDerivativeStructureVector, toUnivariateDerivative1PV, toUnivariateDerivative1Vector, toUnivariateDerivative2PV, toUnivariateDerivative2Vector
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
durationFrom
public CPFCoordinate(AbsoluteDate date, org.hipparchus.geometry.euclidean.threed.Vector3D position, int leap)
date
- 坐标有效日期
position
- 位置向量
leap
- 闰秒标志(= 0或新闰秒的值)
public CPFCoordinate(AbsoluteDate date, org.hipparchus.geometry.euclidean.threed.Vector3D position, org.hipparchus.geometry.euclidean.threed.Vector3D velocity, int leap)
date
- 坐标有效日期
position
- 位置向量
velocity
- 速度向量
leap
- 闰秒标志(= 0或新闰秒的值)
Copyright © 2002-2023 CS GROUP. All rights reserved.