|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SatelliteInformation | |
|---|---|
| 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. |
| Uses of SatelliteInformation in org.orekit.files.general |
|---|
| Methods in org.orekit.files.general that return SatelliteInformation | |
|---|---|
SatelliteInformation |
OrbitFile.getSatellite(String satId)
Get additional information about a satellite. |
| Methods in org.orekit.files.general that return types with arguments of type SatelliteInformation | |
|---|---|
Collection<SatelliteInformation> |
OrbitFile.getSatellites()
Returns a Collection of SatelliteInformation objects for
all satellites contained in this orbit file. |
| Uses of SatelliteInformation in org.orekit.files.sp3 |
|---|
| Methods in org.orekit.files.sp3 that return SatelliteInformation | |
|---|---|
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. |
| Methods in org.orekit.files.sp3 that return types with arguments of type SatelliteInformation | |
|---|---|
Collection<SatelliteInformation> |
SP3File.getSatellites()
Returns a Collection of SatelliteInformation objects for
all satellites contained in this orbit file. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||