Package | Description |
---|---|
agi.foundation.navigation.models |
Contains types representing more detailed navigation-related models.
|
Modifier and Type | Class and Description |
---|---|
class |
SaastamoinenTroposphericCorrectionModel
Creates a tropospheric error correction model using the Saastamoinen model.
|
class |
SingleFrequencyIonosphericCorrectionModel
Creates an ionospheric error correction model for single frequency Gps receivers.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
SingleFrequencyIonosphericCorrectionModel.checkForSameDefinition(GpsReceiverErrorModel other)
Checks to determine if another instance has the same definition as this instance and
returns
true if it does. |
protected boolean |
SaastamoinenTroposphericCorrectionModel.checkForSameDefinition(GpsReceiverErrorModel other)
Checks to determine if another instance has the same definition as this instance and
returns
true if it does. |
protected abstract boolean |
GpsReceiverErrorModel.checkForSameDefinition(GpsReceiverErrorModel other)
Checks to determine if another instance has the same definition as this instance and
returns
true if it does. |
Constructor and Description |
---|
GpsReceiverErrorModel(GpsReceiverErrorModel existingInstance,
CopyContext context)
Initializes a new instance as a copy of an existing instance.
|