SphericalHarmonicsProvider
, TideSystemProvider
public interface RawSphericalHarmonicsProvider extends SphericalHarmonicsProvider
This interface is intended to be used only as the workhorse for
either NormalizedSphericalHarmonicsProvider
or
SphericalHarmonicsProvider
implementations.
GravityFieldFactory
Modifier and Type | Interface | Description |
---|---|---|
static interface |
RawSphericalHarmonicsProvider.RawSphericalHarmonics |
The raw spherical harmonics at a particular instant.
|
Modifier and Type | Method | 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) throws OrekitException
date
- to evaluate the spherical harmonicsdate
.OrekitException
- on errorCopyright © 2002-2018 CS Systèmes d'information. All rights reserved.