Package | Description |
---|---|
agi.foundation.navigation |
Contains types useful in modeling navigation processes which utilize the Global Positioning System (GPS).
|
agi.foundation.navigation.datareaders |
Contains types for reading various navigation-related data file formats.
|
Modifier and Type | Method and Description |
---|---|
TimeIntervalCollection1<SatelliteOutageDetails> |
IGpsSatelliteOutageService.getOutageIntervals()
Gets the intervals when this GPS satellite is unavailable or unhealthy.
|
TimeIntervalCollection1<SatelliteOutageDetails> |
GpsSatelliteExtension.getOutageIntervals()
Gets the intervals when this GPS satellite is unavailable or unhealthy.
|
Modifier and Type | Method and Description |
---|---|
void |
GpsSatelliteExtension.setOutageIntervals(TimeIntervalCollection1<SatelliteOutageDetails> value)
Sets the intervals when this GPS satellite is unavailable or unhealthy.
|
Modifier and Type | Method and Description |
---|---|
SatelliteOutageDetails |
SatelliteOutage.getDetails()
Gets additional details about this outage.
|