public class AzoulayModelFactory extends AbstractMeteoBasedCorrectionFactory<AzoulayModel>
Azoulay model.AbstractMeteoBasedCorrectionFactory.MeteoBasedKey| Constructor and Description |
|---|
AzoulayModelFactory()
Azoulay model factory constructor.
|
AzoulayModelFactory(boolean isGeometricElevation)
Azoulay model factory constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected AzoulayModel |
buildMeteoBasedCorrection(AbstractMeteoBasedCorrectionFactory.MeteoBasedKey key)
Return the meteorologically based correction model provided by the factory.
|
getCorrectionModelpublic AzoulayModelFactory()
By default, the correction due to the troposphere is computed from the geometric value of the elevation, to get the apparent elevation value.
public AzoulayModelFactory(boolean isGeometricElevation)
isGeometricElevation - True if the correction due to the troposphere is computed from the geometric value of the elevation, to
get the apparent elevation value; false if the correction is computed from the apparent value of the
elevation (the measure), to get the geometric value.protected AzoulayModel buildMeteoBasedCorrection(AbstractMeteoBasedCorrectionFactory.MeteoBasedKey key)
buildMeteoBasedCorrection in class AbstractMeteoBasedCorrectionFactory<AzoulayModel>key - Key containing the required information to initialize the correction modelCopyright © 2024 CNES. All rights reserved.