Interface UnnormalizedSphericalHarmonicsProvider.UnnormalizedSphericalHarmonics

All Superinterfaces:
TimeStamped
Enclosing interface:
UnnormalizedSphericalHarmonicsProvider

public static interface UnnormalizedSphericalHarmonicsProvider.UnnormalizedSphericalHarmonics extends TimeStamped
Un-normalized spherical harmonics coefficients evaluated at a specific instant.
Since:
6.1
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    getUnnormalizedCnm(int n, int m)
    Get a spherical harmonic cosine coefficient.
    double
    getUnnormalizedSnm(int n, int m)
    Get a spherical harmonic sine coefficient.

    Methods inherited from interface org.orekit.time.TimeStamped

    durationFrom, getDate
  • Method Details

    • getUnnormalizedCnm

      double getUnnormalizedCnm(int n, int m)
      Get a spherical harmonic cosine coefficient.
      Parameters:
      n - degree of the coefficient
      m - order of the coefficient
      Returns:
      un-normalized coefficient Cnm
    • getUnnormalizedSnm

      double getUnnormalizedSnm(int n, int m)
      Get a spherical harmonic sine coefficient.
      Parameters:
      n - degree of the coefficient
      m - order of the coefficient
      Returns:
      un-normalized coefficient Snm