Uses of Class
org.orekit.files.sp3.SP3Coordinate
-
Packages that use SP3Coordinate Package Description org.orekit.files.sp3 This package provides a parser for orbit data stored in SP3 format. -
-
Uses of SP3Coordinate in org.orekit.files.sp3
Fields in org.orekit.files.sp3 declared as SP3Coordinate Modifier and Type Field Description static SP3Coordinate
SP3Coordinate. DUMMY
Dummy coordinate with all fields set to 0.0.Methods in org.orekit.files.sp3 that return SP3Coordinate Modifier and Type Method Description protected SP3Coordinate
SP3CoordinateHermiteInterpolator. interpolate(AbstractTimeInterpolator.InterpolationData interpolationData)
Interpolate instance from given interpolation data.Methods in org.orekit.files.sp3 that return types with arguments of type SP3Coordinate Modifier and Type Method Description List<SP3Coordinate>
SP3Segment. getCoordinates()
Get the coordinates for this ephemeris segment inEphemerisFile.EphemerisSegment.getFrame()
.Methods in org.orekit.files.sp3 with parameters of type SP3Coordinate Modifier and Type Method Description void
SP3Ephemeris. addCoordinate(SP3Coordinate coord, double maxGap)
Adds a new P/V coordinate.void
SP3Segment. addCoordinate(SP3Coordinate coord)
Adds a new P/V coordinate.
-