Interface AzimuthalGradientProvider

All Known Implementing Classes:
AbstractGlobalPressureTemperature, ConstantAzimuthalGradientProvider, GlobalPressureTemperature2, GlobalPressureTemperature2w, GlobalPressureTemperature3

public interface AzimuthalGradientProvider
Since:
12.1
Author:
Luc Maisonobe
  • Method Details

    • getGradientCoefficients

      AzimuthalGradientCoefficients getGradientCoefficients(GeodeticPoint location, AbsoluteDate date)
      Get azimuthal asymmetry gradients.
      Parameters:
      location - location at which parameters are requested
      date - 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 requested
      date - date at which parameters are requested
      Returns:
      azimuthal asymmetry gradients or null if no gradients are available