Interface AzimuthalGradientProvider

    • Method Detail

      • 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