Uses of Interface
org.orekit.forces.gravity.potential.NormalizedSphericalHarmonicsProvider
-
Packages that use NormalizedSphericalHarmonicsProvider 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. -
-
Uses of NormalizedSphericalHarmonicsProvider in org.orekit.forces.gravity
Constructors in org.orekit.forces.gravity with parameters of type NormalizedSphericalHarmonicsProvider Constructor Description HolmesFeatherstoneAttractionModel(Frame centralBodyFrame, NormalizedSphericalHarmonicsProvider provider)
Creates a new instance. -
Uses of NormalizedSphericalHarmonicsProvider in org.orekit.forces.gravity.potential
Classes in org.orekit.forces.gravity.potential that implement NormalizedSphericalHarmonicsProvider Modifier and Type Class Description class
CachedNormalizedSphericalHarmonicsProvider
Caching wrapper forNormalizedSphericalHarmonicsProvider
.Methods in org.orekit.forces.gravity.potential that return NormalizedSphericalHarmonicsProvider Modifier and Type Method Description static NormalizedSphericalHarmonicsProvider
GravityFieldFactory. getConstantNormalizedProvider(int degree, int order, AbsoluteDate freezingDate)
Get the constant gravity field coefficients provider from the first supported file.NormalizedSphericalHarmonicsProvider
GravityFields. getConstantNormalizedProvider(int degree, int order, AbsoluteDate freezingDate)
Get a constant gravity field normalized coefficients provider frozen at a given epoch.NormalizedSphericalHarmonicsProvider
LazyLoadedGravityFields. getConstantNormalizedProvider(int degree, int order, AbsoluteDate freezingDate)
Get a constant gravity field normalized coefficients provider frozen at a given epoch.static NormalizedSphericalHarmonicsProvider
GravityFieldFactory. getNormalizedProvider(double ae, double mu, TideSystem tideSystem, double[][] normalizedC, double[][] normalizedS)
Create a time-independentNormalizedSphericalHarmonicsProvider
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 aNormalizedSphericalHarmonicsProvider
from anUnnormalizedSphericalHarmonicsProvider
.NormalizedSphericalHarmonicsProvider
GravityFields. getNormalizedProvider(int degree, int order)
Get a gravity field normalized coefficients provider.NormalizedSphericalHarmonicsProvider
LazyLoadedGravityFields. getNormalizedProvider(int degree, int order)
Get a gravity field normalized coefficients provider.Methods in org.orekit.forces.gravity.potential with parameters of type NormalizedSphericalHarmonicsProvider Modifier and Type Method Description static UnnormalizedSphericalHarmonicsProvider
GravityFieldFactory. getUnnormalizedProvider(NormalizedSphericalHarmonicsProvider normalized)
Create anUnnormalizedSphericalHarmonicsProvider
from aNormalizedSphericalHarmonicsProvider
.Constructors in org.orekit.forces.gravity.potential with parameters of type NormalizedSphericalHarmonicsProvider Constructor Description CachedNormalizedSphericalHarmonicsProvider(NormalizedSphericalHarmonicsProvider rawProvider, double step, int nbPoints, int maxSlots, double maxSpan, double newSlotInterval)
Simple constructor. -
Uses of NormalizedSphericalHarmonicsProvider in org.orekit.models.earth
Constructors in org.orekit.models.earth with parameters of type NormalizedSphericalHarmonicsProvider Constructor Description Geoid(NormalizedSphericalHarmonicsProvider geopotential, ReferenceEllipsoid referenceEllipsoid)
Creates a geoid from the given geopotential, reference ellipsoid and the assumptions in the comment forGeoid
.
-