public class SP3aHeaderRecord extends Object
SP3aEphemeris| Constructor and Description |
|---|
SP3aHeaderRecord()
Initializes a new instance of the SP3-a Ephemeris File Header.
|
| Modifier and Type | Method and Description |
|---|---|
ArrayList<Integer> |
getAccuracies()
Gets the orbital accuracy exponent as listed in the header of the SP3-a file.
|
String |
getAgency()
Gets the generating agency from Line 1.
|
String |
getComment()
Gets the comment lines from the header of the SP3-a file.
|
String |
getCoordinateSystem()
Gets the coordinate system from Line 1.
|
String |
getDataUsedDescriptor()
Gets the Data Used Descriptor from Line 1.
|
double |
getEpochInterval()
Gets the epoch interval from Line 2.
|
int |
getNumberOfEpochs()
Gets the number of epochs listed in this file from Line 1.
|
int |
getNumberOfSats()
Gets the number of satellites contained in this file from Line 3.
|
String |
getOrbitType()
Gets the orbit type from Line 1.
|
String |
getPositionVelocityFlag()
Gets the Position/Velocity Flag from Line 1.
|
ArrayList<Integer> |
getPseudoRandomNumbers()
Gets the satellite identifiers as listed in the header of the SP3-a file.
|
JulianDate |
getStartEpoch()
Gets the Start epoch from Line 1.
|
GlobalPositioningSystemDate |
getStartEpochGps()
Gets the start epoch in GPS time format from Line 2.
|
double |
getStartFractionalDay()
Gets the start epoch fractional day from Line 2.
|
int |
getStartModifiedJulianDate()
Gets the start epoch modified Julian date from Line 2.
|
String |
getVersion()
Gets the version of this file from Line 1.
|
public SP3aHeaderRecord()
public final String getVersion()
public final String getPositionVelocityFlag()
@Nonnull public final JulianDate getStartEpoch()
public final int getNumberOfEpochs()
public final String getDataUsedDescriptor()
public final String getCoordinateSystem()
public final String getOrbitType()
public final String getAgency()
@Nonnull public final GlobalPositioningSystemDate getStartEpochGps()
public final double getEpochInterval()
public final int getStartModifiedJulianDate()
public final double getStartFractionalDay()
public final int getNumberOfSats()
@Nonnull public final ArrayList<Integer> getPseudoRandomNumbers()
@Nonnull public final ArrayList<Integer> getAccuracies()
PseudoRandomNumbers (get).public final String getComment()