Package org.orekit.files.sp3
Class SP3File.SP3Coordinate
- java.lang.Object
-
- org.orekit.utils.PVCoordinates
-
- org.orekit.utils.TimeStampedPVCoordinates
-
- org.orekit.files.sp3.SP3File.SP3Coordinate
-
- All Implemented Interfaces:
Serializable
,TimeShiftable<PVCoordinates>
,TimeStamped
- Enclosing class:
- SP3File
public static class SP3File.SP3Coordinate extends TimeStampedPVCoordinates
A single record of position clock and possibly derivatives in an SP3 file.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.orekit.utils.PVCoordinates
ZERO
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getClockCorrection()
Returns the clock correction value.double
getClockRateChange()
Returns the clock rate.-
Methods inherited from class org.orekit.utils.TimeStampedPVCoordinates
getDate, interpolate, interpolate, shiftedBy, toString, toTaylorProvider
-
Methods inherited from class org.orekit.utils.PVCoordinates
crossProduct, estimateVelocity, getAcceleration, getAngularVelocity, getMomentum, getPosition, getVelocity, negate, normalize, toDerivativeStructurePV, toDerivativeStructureVector
-
-