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.
GravityFields
Modifier and Type | Interface and Description |
---|---|
static interface |
UnnormalizedSphericalHarmonicsProvider.UnnormalizedSphericalHarmonics
Un-normalized spherical harmonics coefficients evaluated at a specific instant.
|
Modifier and Type | Method and 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)
date
- of evaluation (may be null if model is not time-dependent)date
.Copyright © 2002-2022 CS GROUP. All rights reserved.