| Package | Description |
|---|---|
| org.orekit.forces.gravity.potential |
This package provides classes to read gravity field files and supports several
different formats.
|
| Modifier and Type | Method and Description |
|---|---|
static OceanLoadDeformationCoefficients |
GravityFieldFactory.getOceanLoadDeformationCoefficients()
Get the configured ocean load deformation coefficients.
|
static OceanLoadDeformationCoefficients |
OceanLoadDeformationCoefficients.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OceanLoadDeformationCoefficients[] |
OceanLoadDeformationCoefficients.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
GravityFieldFactory.configureOceanLoadDeformationCoefficients(OceanLoadDeformationCoefficients oldc)
Configure ocean load deformation coefficients.
|
| Constructor and Description |
|---|
FESCHatEpsilonReader(String supportedNames,
double scaleCHat,
double scaleEpsilon,
OceanLoadDeformationCoefficients oldc,
Map<Integer,Double> astronomicalAmplitudes)
Simple constructor.
|
Copyright © 2002-2016 CS Systèmes d'information. All rights reserved.