public interface RawSphericalHarmonicsProvider extends SphericalHarmonicsProvider
This interface is intended to be used only as the workhorse for
either NormalizedSphericalHarmonicsProvider
or
SphericalHarmonicsProvider
implementations.
GravityFields
Modifier and Type | Interface and Description |
---|---|
static interface |
RawSphericalHarmonicsProvider.RawSphericalHarmonics
The raw spherical harmonics at a particular instant.
|
Modifier and Type | Method and Description |
---|---|
RawSphericalHarmonicsProvider.RawSphericalHarmonics |
onDate(AbsoluteDate date)
Get the raw spherical harmonic coefficients on a specific date.
|
getAe, getMaxDegree, getMaxOrder, getMu, getOffset, getReferenceDate
getTideSystem
RawSphericalHarmonicsProvider.RawSphericalHarmonics onDate(AbsoluteDate date)
date
- to evaluate the spherical harmonicsdate
.Copyright © 2002-2022 CS GROUP. All rights reserved.