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(double version, 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.doubleGet the version number.
-
Constructor Details
-
AbstractSinex
public AbstractSinex(double version, TimeScales timeScales, AbsoluteDate creationDate, AbsoluteDate startDate, AbsoluteDate endDate) Simple constructor.- Parameters:
version- version numbertimeScales- 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- Since:
- 14.0
-
-
Method Details
-
getVersion
public double getVersion()Get the version number.- Returns:
- version number
- Since:
- 14.0
-
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
-