Package | Description |
---|---|
org.orekit.files.sp3 |
This package provides a parser for orbit data stored in SP3 format.
|
Modifier and Type | Field and Description |
---|---|
static SP3Coordinate |
SP3Coordinate.DUMMY
Dummy coordinate with all fields set to 0.0.
|
Modifier and Type | Method and Description |
---|---|
protected SP3Coordinate |
SP3CoordinateHermiteInterpolator.interpolate(AbstractTimeInterpolator.InterpolationData interpolationData)
Interpolate instance from given interpolation data.
|
Modifier and Type | Method and Description |
---|---|
List<SP3Coordinate> |
SP3Segment.getCoordinates()
Get the coordinates for this ephemeris segment in
EphemerisFile.EphemerisSegment.getFrame() . |
Modifier and Type | Method and Description |
---|---|
void |
SP3Segment.addCoordinate(SP3Coordinate coord)
Adds a new P/V coordinate.
|
void |
SP3Ephemeris.addCoordinate(SP3Coordinate coord,
double maxGap)
Adds a new P/V coordinate.
|
Copyright © 2002-2023 CS GROUP. All rights reserved.