Class ConstantAzimuthalGradientProvider
java.lang.Object
org.orekit.models.earth.troposphere.ConstantAzimuthalGradientProvider
- All Implemented Interfaces:
AzimuthalGradientProvider
Constant provider for
AzimuthalGradientCoefficients and FieldAzimuthalGradientCoefficients.- Since:
- 12.1
- Author:
- Luc Maisonobe
-
Constructor Summary
ConstructorsConstructorDescriptionSimple constructor. -
Method Summary
Modifier and TypeMethodDescription<T extends CalculusFieldElement<T>>
FieldAzimuthalGradientCoefficients<T> getGradientCoefficients(FieldGeodeticPoint<T> location, FieldAbsoluteDate<T> date) Get azimuthal asymmetry gradients.getGradientCoefficients(GeodeticPoint location, AbsoluteDate date) Get azimuthal asymmetry gradients.
-
Constructor Details
-
ConstantAzimuthalGradientProvider
Simple constructor.- Parameters:
a- constant parameters (may be null if no gradients are available)
-
-
Method Details
-
getGradientCoefficients
public AzimuthalGradientCoefficients getGradientCoefficients(GeodeticPoint location, AbsoluteDate date) Get azimuthal asymmetry gradients.- Specified by:
getGradientCoefficientsin interfaceAzimuthalGradientProvider- Parameters:
location- location at which parameters are requesteddate- date at which parameters are requested- Returns:
- azimuthal asymmetry gradients or null if no gradients are available
-
getGradientCoefficients
public <T extends CalculusFieldElement<T>> FieldAzimuthalGradientCoefficients<T> getGradientCoefficients(FieldGeodeticPoint<T> location, FieldAbsoluteDate<T> date) Get azimuthal asymmetry gradients.- Specified by:
getGradientCoefficientsin interfaceAzimuthalGradientProvider- Type Parameters:
T- type of the field elements- Parameters:
location- location at which parameters are requesteddate- date at which parameters are requested- Returns:
- azimuthal asymmetry gradients or null if no gradients are available
-