Uses of Class
org.orekit.files.sp3.SP3Coordinate
Packages that use SP3Coordinate
Package
Description
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 SP3CoordinateModifier and TypeFieldDescriptionstatic final SP3CoordinateSP3Coordinate.DUMMYDummy coordinate with all fields set to 0.0.Methods in org.orekit.files.sp3 that return SP3CoordinateModifier and TypeMethodDescriptionprotected SP3CoordinateSP3CoordinateHermiteInterpolator.interpolate(AbstractTimeInterpolator<SP3Coordinate>.InterpolationData interpolationData) Interpolate instance from given interpolation data.Methods in org.orekit.files.sp3 that return types with arguments of type SP3CoordinateModifier and TypeMethodDescriptionSP3Segment.getCoordinates()Get the coordinates for this ephemeris segment inEphemerisFile.EphemerisSegment.getFrame().Methods in org.orekit.files.sp3 with parameters of type SP3CoordinateModifier and TypeMethodDescriptionvoidSP3Ephemeris.addCoordinate(SP3Coordinate coord, double maxGap) Adds a new P/V coordinate.voidSP3Segment.addCoordinate(SP3Coordinate coord) Adds a new P/V coordinate.