public interface EphemerisFile
Propagator
.
An EphemerisFile
consists of one or more satellites each an ID unique
within the file. The ephemeris for each satellite consists of one or more segments.
Some ephemeris file formats may supply additional information that is not available via this interface. In those cases it is recommended that the parser return a subclass of this interface to provide access to the additional information.
EphemerisFile.SatelliteEphemeris
,
EphemerisFile.EphemerisSegment
Modifier and Type | Interface and Description |
---|---|
static interface |
EphemerisFile.EphemerisSegment
A segment of an ephemeris for a satellite.
|
static interface |
EphemerisFile.SatelliteEphemeris
Contains the information about a single satellite from an
EphemerisFile . |
Modifier and Type | Method and Description |
---|---|
Map<String,? extends EphemerisFile.SatelliteEphemeris> |
getSatellites()
Get the loaded ephemeris for each satellite in the file.
|
Map<String,? extends EphemerisFile.SatelliteEphemeris> getSatellites()
Copyright © 2002-2017 CS Systèmes d'information. All rights reserved.