Uses of Interface
org.orekit.forces.gravity.potential.NormalizedSphericalHarmonicsProvider
Packages that use NormalizedSphericalHarmonicsProvider
Package
Description
This package provides all gravity-related forces.
This package provides classes to read gravity field files and supports several
different formats.
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 NormalizedSphericalHarmonicsProviderModifierConstructorDescriptionHolmesFeatherstoneAttractionModel(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 NormalizedSphericalHarmonicsProviderMethods in org.orekit.forces.gravity.potential that return NormalizedSphericalHarmonicsProviderModifier and TypeMethodDescriptionGravityFieldFactory.getConstantNormalizedProvider(int degree, int order, AbsoluteDate freezingDate) Get the constant gravity field coefficients provider from the first supported file.GravityFields.getConstantNormalizedProvider(int degree, int order, AbsoluteDate freezingDate) Get a constant gravity field normalized coefficients provider frozen at a given epoch.LazyLoadedGravityFields.getConstantNormalizedProvider(int degree, int order, AbsoluteDate freezingDate) Get a constant gravity field normalized coefficients provider frozen at a given epoch.GravityFieldFactory.getNormalizedProvider(double ae, double mu, TideSystem tideSystem, double[][] normalizedC, double[][] normalizedS) Create a time-independentNormalizedSphericalHarmonicsProviderfrom canonical coefficients.GravityFieldFactory.getNormalizedProvider(int degree, int order) Get the gravity field coefficients provider from the first supported file.GravityFieldFactory.getNormalizedProvider(UnnormalizedSphericalHarmonicsProvider unnormalized) Create aNormalizedSphericalHarmonicsProviderfrom anUnnormalizedSphericalHarmonicsProvider.GravityFields.getNormalizedProvider(int degree, int order) Get a gravity field normalized coefficients provider.LazyLoadedGravityFields.getNormalizedProvider(int degree, int order) Get a gravity field normalized coefficients provider.Methods in org.orekit.forces.gravity.potential with parameters of type NormalizedSphericalHarmonicsProviderModifier and TypeMethodDescriptionGravityFieldFactory.getUnnormalizedProvider(NormalizedSphericalHarmonicsProvider normalized) Create anUnnormalizedSphericalHarmonicsProviderfrom aNormalizedSphericalHarmonicsProvider.Constructors in org.orekit.forces.gravity.potential with parameters of type NormalizedSphericalHarmonicsProviderModifierConstructorDescriptionCachedNormalizedSphericalHarmonicsProvider(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 NormalizedSphericalHarmonicsProviderModifierConstructorDescriptionGeoid(NormalizedSphericalHarmonicsProvider geopotential, ReferenceEllipsoid referenceEllipsoid) Creates a geoid from the given geopotential, reference ellipsoid and the assumptions in the comment forGeoid.