public class OEMFile extends ODMFile implements EphemerisFile
Modifier and Type | Class and Description |
---|---|
static class |
OEMFile.CovarianceMatrix
The CovarianceMatrix class represents a covariance matrix and its
metadata: epoch and frame.
|
class |
OEMFile.EphemeridesBlock
The Ephemerides Blocks class contain metadata, the list of ephemerides data
lines and optional covariance matrices (and their metadata).
|
static class |
OEMFile.OemSatelliteEphemeris
OEM ephemeris blocks for a single satellite.
|
EphemerisFile.EphemerisSegment, EphemerisFile.SatelliteEphemeris
Constructor and Description |
---|
OEMFile()
OEMFile constructor.
|
Modifier and Type | Method and Description |
---|---|
List<OEMFile.EphemeridesBlock> |
getEphemeridesBlocks()
Get the list of ephemerides blocks as an unmodifiable list.
|
Map<String,OEMFile.OemSatelliteEphemeris> |
getSatellites()
Get the loaded ephemeris for each satellite in the file.
|
getConventions, getCreationDate, getFormatVersion, getHeaderComment, getMissionReferenceDate, getMuCreated, getMuParsed, getMuSet, getMuUsed, getOriginator, setMuUsed
public List<OEMFile.EphemeridesBlock> getEphemeridesBlocks()
public Map<String,OEMFile.OemSatelliteEphemeris> getSatellites()
EphemerisFile
getSatellites
in interface EphemerisFile
Copyright © 2002-2017 CS Systèmes d'information. All rights reserved.