Package | Description |
---|---|
agi.foundation.navigation.datareaders |
Contains types for reading various navigation-related data file formats.
|
Modifier and Type | Method and Description |
---|---|
RinexObservationSatRecord |
RinexObservationHeader.getDefaultSatellite()
Gets the default satellite property for the RINEX header.
|
RinexObservationSatRecord |
RinexObservationHeader.getSatelliteRecord(int prn)
Get the header record for this satellite.
|
RinexObservationSatRecord |
RinexObservationHeader.getSatelliteRecord(int prn,
boolean returnCopy)
Get the header record for this satellite.
|
Modifier and Type | Method and Description |
---|---|
TimeIntervalCollection1<RinexObservationSatRecord> |
RinexObservation.getRecords(String prn)
Get all of the records for a specific satellite
|
ArrayList<RinexObservationSatRecord> |
RinexObservationRecord.getSatelliteRecords()
Gets the list of satellite records for this record's epoch
|
Constructor and Description |
---|
RinexObservationSatRecord(RinexObservationSatRecord copy)
Initializes a new instance to be a copy of the instance passed in.
|