SphericalHarmonicsProvider
, TideSystemProvider
public interface UnnormalizedSphericalHarmonicsProvider extends SphericalHarmonicsProvider
Un-normalized spherical harmonics coefficients are fine for small degrees. At high
degree and order the un-normalized coefficients are not representable in a
double
. NormalizedSphericalHarmonicsProvider
is recommended for high precision
applications.
GravityFieldFactory
Modifier and Type | Interface | Description |
---|---|---|
static interface |
UnnormalizedSphericalHarmonicsProvider.UnnormalizedSphericalHarmonics |
Un-normalized spherical harmonics coefficients evaluated at a specific instant.
|
Modifier and Type | Method | Description |
---|---|---|
UnnormalizedSphericalHarmonicsProvider.UnnormalizedSphericalHarmonics |
onDate(AbsoluteDate date) |
Get the un-normalized spherical harmonic coefficients at a specific instance in time.
|
getAe, getMaxDegree, getMaxOrder, getMu, getOffset, getReferenceDate
getTideSystem
UnnormalizedSphericalHarmonicsProvider.UnnormalizedSphericalHarmonics onDate(AbsoluteDate date) throws OrekitException
date
- of evaluationdate
.OrekitException
- on errorCopyright © 2002-2018 CS Systèmes d'information. All rights reserved.