Interface SphericalHarmonicsProvider

    • Method Detail

      • getMaxDegree

        int getMaxDegree()
        Get the maximal supported degree.
        Returns:
        maximal supported degree
      • getMaxOrder

        int getMaxOrder()
        Get the maximal supported order.
        Returns:
        maximal supported order
      • getMu

        double getMu()
        Get the central body attraction coefficient.
        Returns:
        mu (m³/s²)
      • getAe

        double getAe()
        Get the value of the central body reference radius.
        Returns:
        ae (m)
      • getReferenceDate

        AbsoluteDate getReferenceDate()
        Get the reference date for the harmonics.
        Returns:
        reference date for the harmonics
      • getOffset

        double getOffset​(AbsoluteDate date)
        Get the offset from reference date for the harmonics.
        Parameters:
        date - current date
        Returns:
        offset between current date and reference date if there is a reference date, or 0.0 if there are no reference dates (i.e. if getReferenceDate() returns null)