Package | Description |
---|---|
org.orekit.forces.gravity |
This package provides all gravity-related forces.
|
org.orekit.forces.gravity.potential |
This package provides classes to read gravity field files and supports several
different formats.
|
org.orekit.models.earth |
This package provides models that simulate certain physical phenomena
of Earth and the near-Earth environment.
|
Constructor | Description |
---|---|
HolmesFeatherstoneAttractionModel(Frame centralBodyFrame,
NormalizedSphericalHarmonicsProvider provider) |
Creates a new instance.
|
Modifier and Type | Class | Description |
---|---|---|
class |
CachedNormalizedSphericalHarmonicsProvider |
Caching wrapper for
NormalizedSphericalHarmonicsProvider . |
Modifier and Type | Method | Description |
---|---|---|
static NormalizedSphericalHarmonicsProvider |
GravityFieldFactory.getConstantNormalizedProvider(int degree,
int order) |
Get the constant gravity field coefficients provider from the first supported file.
|
static NormalizedSphericalHarmonicsProvider |
GravityFieldFactory.getNormalizedProvider(double ae,
double mu,
TideSystem tideSystem,
double[][] normalizedC,
double[][] normalizedS) |
Create a time-independent
NormalizedSphericalHarmonicsProvider from canonical coefficients. |
static NormalizedSphericalHarmonicsProvider |
GravityFieldFactory.getNormalizedProvider(int degree,
int order) |
Get the gravity field coefficients provider from the first supported file.
|
static NormalizedSphericalHarmonicsProvider |
GravityFieldFactory.getNormalizedProvider(UnnormalizedSphericalHarmonicsProvider unnormalized) |
Create a
NormalizedSphericalHarmonicsProvider from an UnnormalizedSphericalHarmonicsProvider . |
Modifier and Type | Method | Description |
---|---|---|
static UnnormalizedSphericalHarmonicsProvider |
GravityFieldFactory.getUnnormalizedProvider(NormalizedSphericalHarmonicsProvider normalized) |
Create an
UnnormalizedSphericalHarmonicsProvider from a NormalizedSphericalHarmonicsProvider . |
Constructor | Description |
---|---|
CachedNormalizedSphericalHarmonicsProvider(NormalizedSphericalHarmonicsProvider rawProvider,
double step,
int nbPoints,
int maxSlots,
double maxSpan,
double newSlotInterval) |
Simple constructor.
|
Constructor | Description |
---|---|
Geoid(NormalizedSphericalHarmonicsProvider geopotential,
ReferenceEllipsoid referenceEllipsoid) |
Creates a geoid from the given geopotential, reference ellipsoid and the
assumptions in the comment for
Geoid . |
Copyright © 2002-2019 CS Systèmes d'information. All rights reserved.