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 classCachedNormalizedSphericalHarmonicsProviderCaching wrapper forNormalizedSphericalHarmonicsProvider.Methods in org.orekit.forces.gravity.potential that return NormalizedSphericalHarmonicsProvider Modifier and Type Method Description static NormalizedSphericalHarmonicsProviderGravityFieldFactory. getConstantNormalizedProvider(int degree, int order, AbsoluteDate freezingDate)Get the constant gravity field coefficients provider from the first supported file.NormalizedSphericalHarmonicsProviderGravityFields. getConstantNormalizedProvider(int degree, int order, AbsoluteDate freezingDate)Get a constant gravity field normalized coefficients provider frozen at a given epoch.NormalizedSphericalHarmonicsProviderLazyLoadedGravityFields. getConstantNormalizedProvider(int degree, int order, AbsoluteDate freezingDate)Get a constant gravity field normalized coefficients provider frozen at a given epoch.static NormalizedSphericalHarmonicsProviderGravityFieldFactory. getNormalizedProvider(double ae, double mu, TideSystem tideSystem, double[][] normalizedC, double[][] normalizedS)Create a time-independentNormalizedSphericalHarmonicsProviderfrom canonical coefficients.static NormalizedSphericalHarmonicsProviderGravityFieldFactory. getNormalizedProvider(int degree, int order)Get the gravity field coefficients provider from the first supported file.static NormalizedSphericalHarmonicsProviderGravityFieldFactory. getNormalizedProvider(UnnormalizedSphericalHarmonicsProvider unnormalized)Create aNormalizedSphericalHarmonicsProviderfrom anUnnormalizedSphericalHarmonicsProvider.NormalizedSphericalHarmonicsProviderGravityFields. getNormalizedProvider(int degree, int order)Get a gravity field normalized coefficients provider.NormalizedSphericalHarmonicsProviderLazyLoadedGravityFields. 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 UnnormalizedSphericalHarmonicsProviderGravityFieldFactory. getUnnormalizedProvider(NormalizedSphericalHarmonicsProvider normalized)Create anUnnormalizedSphericalHarmonicsProviderfrom 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.
-