Interface AzimuthalGradientProvider
- All Known Implementing Classes:
AbstractGlobalPressureTemperature,ConstantAzimuthalGradientProvider,GlobalPressureTemperature2,GlobalPressureTemperature2w,GlobalPressureTemperature3
public interface AzimuthalGradientProvider
Provider for
AzimuthalGradientCoefficients and FieldAzimuthalGradientCoefficients.- Since:
- 12.1
- Author:
- Luc Maisonobe
-
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.
-
Method Details
-
getGradientCoefficients
Get azimuthal asymmetry gradients.- 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
<T extends CalculusFieldElement<T>> FieldAzimuthalGradientCoefficients<T> getGradientCoefficients(FieldGeodeticPoint<T> location, FieldAbsoluteDate<T> date) Get azimuthal asymmetry gradients.- 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
-