Package org.orekit.files.sinex
Class AbstractSinex
- java.lang.Object
-
- org.orekit.files.sinex.AbstractSinex
-
-
Constructor Summary
Constructors Constructor Description AbstractSinex(TimeScales timeScales, AbsoluteDate creationDate, AbsoluteDate startDate, AbsoluteDate endDate)
Simple constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AbsoluteDate
getCreationDate()
Get the creation date of the parsed SINEX file.AbsoluteDate
getFileEpochEndTime()
Get the file epoch end time.AbsoluteDate
getFileEpochStartTime()
Get the file epoch start time.TimeScales
getTimeScales()
Get the time scales.
-
-
-
Constructor Detail
-
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 Detail
-
getTimeScales
public TimeScales getTimeScales()
Get the time scales.- Returns:
- time scales
-
getCreationDate
public AbsoluteDate getCreationDate()
Get the creation date of the parsed SINEX file.- Returns:
- SINEX file creation date as an AbsoluteDate
-
getFileEpochStartTime
public AbsoluteDate getFileEpochStartTime()
Get the file epoch start time.- Returns:
- the file epoch start time
-
getFileEpochEndTime
public AbsoluteDate getFileEpochEndTime()
Get the file epoch end time.- Returns:
- the file epoch end time
-
-