Package org.orekit.files.ilrs
Class CPF.CPFCoordinate
java.lang.Object
org.orekit.utils.PVCoordinates
org.orekit.utils.TimeStampedPVCoordinates
org.orekit.files.ilrs.CPF.CPFCoordinate
- All Implemented Interfaces:
Blendable<PVCoordinates>,TimeShiftable<PVCoordinates>,TimeStamped
- Enclosing class:
CPF
A single record of position and possibility velocity in an SP3 file.
-
Field Summary
Fields inherited from class org.orekit.utils.PVCoordinates
ZERO -
Constructor Summary
ConstructorsConstructorDescriptionCPFCoordinate(AbsoluteDate date, Vector3D position, int leap) Constructor with null velocity vector.CPFCoordinate(AbsoluteDate date, Vector3D position, Vector3D velocity, int leap) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionintgetLeap()Get the leap second flag (= 0 or the value of the new leap second).Methods inherited from class org.orekit.utils.TimeStampedPVCoordinates
getDate, shiftedBy, shiftedBy, toDerivativeStructurePV, toString, toString, toTaylorProvider, toUnivariateDerivative1PV, toUnivariateDerivative2PVMethods inherited from class org.orekit.utils.PVCoordinates
blendArithmeticallyWith, crossProduct, estimateVelocity, getAcceleration, getAngularVelocity, getMomentum, getPosition, getVelocity, negate, normalize, positionShiftedBy, toDerivativeStructureVector, toDerivativeStructureVector, toUnivariateDerivative1Vector, toUnivariateDerivative2VectorMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.orekit.time.TimeStamped
durationFrom
-
Constructor Details
-
CPFCoordinate
Constructor with null velocity vector.- Parameters:
date- date of coordinates validityposition- position vectorleap- leap second flag (= 0 or the value of the new leap second)
-
CPFCoordinate
Constructor.- Parameters:
date- date of coordinates validityposition- position vectorvelocity- velocity vectorleap- leap second flag (= 0 or the value of the new leap second)
-
-
Method Details
-
getLeap
public int getLeap()Get the leap second flag (= 0 or the value of the new leap second).- Returns:
- the leap second flag
-