Uses of Interface
org.orekit.forces.gravity.potential.PotentialCoefficientsProvider

Packages that use PotentialCoefficientsProvider
fr.cnes.sirius.patrius.stela.forces.gravity   
org.orekit.forces.gravity.potential This package provides classes to read gravity field files and supports several different formats. 
org.orekit.propagation.analytical   
 

Uses of PotentialCoefficientsProvider in fr.cnes.sirius.patrius.stela.forces.gravity
 

Constructors in fr.cnes.sirius.patrius.stela.forces.gravity with parameters of type PotentialCoefficientsProvider
StelaTesseralAttraction(PotentialCoefficientsProvider provider)
          Constructor.
StelaTesseralAttraction(PotentialCoefficientsProvider provider, int tesseralOrder, int qMax, double step, int nStep)
          Constructor.
StelaZonalAttraction(PotentialCoefficientsProvider provider, int inZonalDegreeMaxPerturbation, boolean inIsJ2SquareComputed, int inZonalDegreeMaxSP, int inZonalDegreeMaxPD, boolean inIsJ2SquareParDerComputed)
          Constructor.
TesseralQuad(PotentialCoefficientsProvider provider, int coefN, int coefM, int coefP, int coefQ, Orbit orbit)
          Constructor.
 

Uses of PotentialCoefficientsProvider in org.orekit.forces.gravity.potential
 

Classes in org.orekit.forces.gravity.potential that implement PotentialCoefficientsProvider
 class EGMFormatReader
          This reader is adapted to the EGM Format.
 class GRGSFormatReader
          Reader for the GRGS gravity field format.
 class ICGEMFormatReader
          Reader for the ICGEM gravity field format.
 class PotentialCoefficientsReader
          This abstract class represents a Gravitational Potential Coefficients file reader.
 class SHMFormatReader
          Reader for the SHM gravity field format.
 

Methods in org.orekit.forces.gravity.potential that return PotentialCoefficientsProvider
static PotentialCoefficientsProvider GravityFieldFactory.getPotentialProvider()
          Get the gravity field coefficients provider from the first supported file.
 

Uses of PotentialCoefficientsProvider in org.orekit.propagation.analytical
 

Constructors in org.orekit.propagation.analytical with parameters of type PotentialCoefficientsProvider
J2DifferentialEffect(Orbit orbit0, Orbit orbit1, boolean applyBefore, PotentialCoefficientsProvider gravityField)
          Simple constructor.
J2DifferentialEffect(SpacecraftState original, AdapterPropagator.DifferentialEffect directEffect, boolean applyBefore, PotentialCoefficientsProvider gravityField)
          Simple constructor.
 



Copyright © 2017 CNES. All Rights Reserved.