public class RinexObservationRecord extends Object
Modifier and Type | Method and Description |
---|---|
JulianDate |
getEpoch()
Gets the epoch of this record.
|
boolean |
getIsObservation()
Gets a value indicating whether or not this record is an observation.
|
double |
getReceiverClockOffset()
Gets the receiver clock offset.
|
ArrayList<RinexObservationSatRecord> |
getSatelliteRecords()
Gets the list of satellite records for this record's epoch
|
public final ArrayList<RinexObservationSatRecord> getSatelliteRecords()
@Nonnull public final JulianDate getEpoch()
public final boolean getIsObservation()
public final double getReceiverClockOffset()