public interface UnnormalizedSphericalHarmonicsProvider extends SphericalHarmonicsProvider
对于小阶次,未归一化的球谐系数是可以接受的。在高阶次时,未归一化系数无法用 double
表示。NormalizedSphericalHarmonicsProvider
推荐用于高精度应用。
GravityFields
Modifier and Type | Interface and Description |
---|---|
static interface |
UnnormalizedSphericalHarmonicsProvider.UnnormalizedSphericalHarmonics
在特定时刻评估的未归一化球谐系数。
|
Modifier and Type | Method and Description |
---|---|
UnnormalizedSphericalHarmonicsProvider.UnnormalizedSphericalHarmonics |
onDate(AbsoluteDate date)
获取特定时间点的未归一化球谐系数。
|
getAe, getMaxDegree, getMaxOrder, getMu, getReferenceDate
getTideSystem
UnnormalizedSphericalHarmonicsProvider.UnnormalizedSphericalHarmonics onDate(AbsoluteDate date)
date
- 评估的日期(如果模型不依赖时间,则可以为null)
date
上的未归一化系数。
Copyright © 2002-2023 CS GROUP. All rights reserved.