Package | Description |
---|---|
org.orekit.files.ilrs |
This package provides parsers for laser ranging data stored in CDR and CPF formats.
|
Modifier and Type | Method and Description |
---|---|
List<CPF.CPFCoordinate> |
CPF.CPFEphemeris.getCoordinates()
Get the coordinates for this ephemeris segment in
EphemerisFile.EphemerisSegment.getFrame() . |
List<CPF.CPFCoordinate> |
CPF.CPFEphemeris.getEphemeridesDataLines()
Get the list of Ephemerides data lines.
|
Modifier and Type | Method and Description |
---|---|
void |
CPF.addSatelliteCoordinate(CPF.CPFCoordinate coord)
Deprecated.
as of 11.0.1, replaced by
CPF.addSatelliteCoordinate(String, CPFCoordinate) |
void |
CPF.addSatelliteCoordinate(String id,
CPF.CPFCoordinate coord)
Add a new P/V coordinates to the satellite.
|
Modifier and Type | Method and Description |
---|---|
void |
CPF.addSatelliteCoordinates(String id,
List<CPF.CPFCoordinate> coord)
Adds a set of P/V coordinates to the satellite.
|
Copyright © 2002-2022 CS GROUP. All rights reserved.