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 and Description |
---|
HolmesFeatherstoneAttractionModel(Frame centralBodyFrame,
NormalizedSphericalHarmonicsProvider provider)
Creates a new instance.
|
Modifier and Type | Class and Description |
---|---|
class |
CachedNormalizedSphericalHarmonicsProvider
Caching wrapper for
NormalizedSphericalHarmonicsProvider . |
Modifier and Type | Method and Description |
---|---|
NormalizedSphericalHarmonicsProvider |
LazyLoadedGravityFields.getConstantNormalizedProvider(int degree,
int order)
Get a constant gravity field normalized coefficients provider.
|
static NormalizedSphericalHarmonicsProvider |
GravityFieldFactory.getConstantNormalizedProvider(int degree,
int order)
Get the constant gravity field coefficients provider from the first supported file.
|
NormalizedSphericalHarmonicsProvider |
GravityFields.getConstantNormalizedProvider(int degree,
int order)
Get a constant gravity field normalized coefficients provider.
|
static NormalizedSphericalHarmonicsProvider |
GravityFieldFactory.getNormalizedProvider(double ae,
double mu,
TideSystem tideSystem,
double[][] normalizedC,
double[][] normalizedS)
Create a time-independent
NormalizedSphericalHarmonicsProvider from canonical coefficients. |
NormalizedSphericalHarmonicsProvider |
LazyLoadedGravityFields.getNormalizedProvider(int degree,
int order)
Get a gravity field normalized coefficients provider.
|
static NormalizedSphericalHarmonicsProvider |
GravityFieldFactory.getNormalizedProvider(int degree,
int order)
Get the gravity field coefficients provider from the first supported file.
|
NormalizedSphericalHarmonicsProvider |
GravityFields.getNormalizedProvider(int degree,
int order)
Get a gravity field normalized coefficients provider.
|
static NormalizedSphericalHarmonicsProvider |
GravityFieldFactory.getNormalizedProvider(UnnormalizedSphericalHarmonicsProvider unnormalized)
Create a
NormalizedSphericalHarmonicsProvider from an UnnormalizedSphericalHarmonicsProvider . |
Modifier and Type | Method and Description |
---|---|
static UnnormalizedSphericalHarmonicsProvider |
GravityFieldFactory.getUnnormalizedProvider(NormalizedSphericalHarmonicsProvider normalized)
Create an
UnnormalizedSphericalHarmonicsProvider from a NormalizedSphericalHarmonicsProvider . |
Constructor and Description |
---|
CachedNormalizedSphericalHarmonicsProvider(NormalizedSphericalHarmonicsProvider rawProvider,
double step,
int nbPoints,
int maxSlots,
double maxSpan,
double newSlotInterval)
Simple constructor.
|
Constructor and 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-2022 CS GROUP. All rights reserved.