Package org.orekit.files.sinex
Class Sinex
- java.lang.Object
-
- org.orekit.files.sinex.AbstractSinex
-
- org.orekit.files.sinex.Sinex
-
public class Sinex extends AbstractSinex
Container for Solution INdependent EXchange (SINEX) files.- Since:
- 13.0
- Author:
- Bryan Cazabonne, Luc Maisonobe
-
-
Constructor Summary
Constructors Constructor Description Sinex(TimeScales timeScales, AbsoluteDate creationDate, AbsoluteDate startDate, AbsoluteDate endDate, Map<String,Station> stations, Map<AbsoluteDate,SinexEopEntry> eop)
Simple constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EopHistoryLoader
getEopLoader(ITRFVersion itrfVersion)
Get the parsed EOP data.Map<String,Station>
getStations()
Get the parsed station data.-
Methods inherited from class org.orekit.files.sinex.AbstractSinex
getCreationDate, getFileEpochEndTime, getFileEpochStartTime, getTimeScales
-
-
-
-
Constructor Detail
-
Sinex
public Sinex(TimeScales timeScales, AbsoluteDate creationDate, AbsoluteDate startDate, AbsoluteDate endDate, Map<String,Station> stations, Map<AbsoluteDate,SinexEopEntry> eop)
Simple constructor.- Parameters:
timeScales
- time scalescreationDate
- SINEX file creation datestartDate
- start time of the data used in the Sinex solutionendDate
- end time of the data used in the Sinex solutionstations
- station dataeop
- Earth Orientation Parameters data
-
-
Method Detail
-
getStations
public Map<String,Station> getStations()
Get the parsed station data.- Returns:
- unmodifiable view of parsed station data
-
getEopLoader
public EopHistoryLoader getEopLoader(ITRFVersion itrfVersion)
Get the parsed EOP data.- Parameters:
itrfVersion
- ITRF version corresponding to the entries- Returns:
- loader for EOP data
-
-