public interface GravityFields
GravityFieldFactory
Modifier and Type | Method and Description |
---|---|
NormalizedSphericalHarmonicsProvider |
getConstantNormalizedProvider(int degree,
int order)
Get a constant gravity field normalized coefficients provider.
|
UnnormalizedSphericalHarmonicsProvider |
getConstantUnnormalizedProvider(int degree,
int order)
Get a constant gravity field unnormalized coefficients provider.
|
NormalizedSphericalHarmonicsProvider |
getNormalizedProvider(int degree,
int order)
Get a gravity field normalized coefficients provider.
|
List<OceanTidesWave> |
getOceanTidesWaves(int degree,
int order)
Get the ocean tides waves.
|
UnnormalizedSphericalHarmonicsProvider |
getUnnormalizedProvider(int degree,
int order)
Get a gravity field unnormalized coefficients provider.
|
NormalizedSphericalHarmonicsProvider getConstantNormalizedProvider(int degree, int order)
degree
- maximal degreeorder
- maximal ordergetNormalizedProvider(int, int)
NormalizedSphericalHarmonicsProvider getNormalizedProvider(int degree, int order)
degree
- maximal degreeorder
- maximal ordergetConstantNormalizedProvider(int, int)
UnnormalizedSphericalHarmonicsProvider getConstantUnnormalizedProvider(int degree, int order)
degree
- maximal degreeorder
- maximal ordergetUnnormalizedProvider(int, int)
UnnormalizedSphericalHarmonicsProvider getUnnormalizedProvider(int degree, int order)
degree
- maximal degreeorder
- maximal ordergetConstantUnnormalizedProvider(int, int)
List<OceanTidesWave> getOceanTidesWaves(int degree, int order)
WARNING: as of 2013-11-17, there seem to be an inconsistency when loading one or the other file, for wave Sa (Doodson number 56.554) and P1 (Doodson number 163.555). The sign of the coefficients are different. We think the problem lies in the input files from IERS and not in the conversion (which works for all other waves), but cannot be sure. For this reason, ocean tides are still considered experimental at this date.
degree
- maximal degreeorder
- maximal orderCopyright © 2002-2022 CS GROUP. All rights reserved.