Package | Description |
---|---|
org.orekit.files.ccsds |
This package provides a parser for orbit data stored in CCSDS Orbit Data Message format.
|
org.orekit.files.general |
This package provides interfaces for orbit file representations and corresponding parsers.
|
org.orekit.files.sp3 |
This package provides a parser for orbit data stored in SP3 format.
|
Modifier and Type | Method and Description |
---|---|
SatelliteInformation |
OGMFile.getSatellite(String satId)
Get additional information about a satellite.
|
SatelliteInformation |
OEMFile.getSatellite(String satId)
Get additional information about a satellite.
|
Modifier and Type | Method and Description |
---|---|
Collection<SatelliteInformation> |
OGMFile.getSatellites()
Returns a
Collection of SatelliteInformation objects for
all satellites contained in this orbit file. |
Collection<SatelliteInformation> |
OEMFile.getSatellites()
Returns a
Collection of SatelliteInformation objects for
all satellites contained in this orbit file. |
Modifier and Type | Method and Description |
---|---|
SatelliteInformation |
OrbitFile.getSatellite(String satId)
Get additional information about a satellite.
|
Modifier and Type | Method and Description |
---|---|
Collection<SatelliteInformation> |
OrbitFile.getSatellites()
Returns a
Collection of SatelliteInformation objects for
all satellites contained in this orbit file. |
Modifier and Type | Method and Description |
---|---|
SatelliteInformation |
SP3File.getSatellite(int n)
Returns the nth satellite as contained in the SP3 file.
|
SatelliteInformation |
SP3File.getSatellite(String satId)
Get additional information about a satellite.
|
Modifier and Type | Method and Description |
---|---|
Collection<SatelliteInformation> |
SP3File.getSatellites()
Returns a
Collection of SatelliteInformation objects for
all satellites contained in this orbit file. |
Copyright © 2002-2015 CS Systèmes d'information. All rights reserved.