Package org.orekit.files.sinex
Class AbstractSinex
java.lang.Object
org.orekit.files.sinex.AbstractSinex
Base container for Solution INdependent EXchange (SINEX) files.
- Since:
- 13.0
- Author:
- Bryan Cazabonne, Luc Maisonobe
-
Constructor Summary
ConstructorsConstructorDescriptionAbstractSinex(TimeScales timeScales, AbsoluteDate creationDate, AbsoluteDate startDate, AbsoluteDate endDate) Simple constructor. -
Method Summary
Modifier and TypeMethodDescriptionGet the creation date of the parsed SINEX file.Get the file epoch end time.Get the file epoch start time.Get the time scales.
-
Constructor Details
-
AbstractSinex
public AbstractSinex(TimeScales timeScales, AbsoluteDate creationDate, AbsoluteDate startDate, AbsoluteDate endDate) 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 solution
-
-
Method Details
-
getTimeScales
Get the time scales.- Returns:
- time scales
-
getCreationDate
Get the creation date of the parsed SINEX file.- Returns:
- SINEX file creation date as an AbsoluteDate
-
getFileEpochStartTime
Get the file epoch start time.- Returns:
- the file epoch start time
-
getFileEpochEndTime
Get the file epoch end time.- Returns:
- the file epoch end time
-