Uses of Class
org.orekit.models.earth.GeoMagneticField

Packages that use GeoMagneticField
fr.cnes.sirius.patrius.wrenches   
org.orekit.models.earth This package provides models that simulate certain physical phenomena experienced in the atmosphere of the earth. 
 

Uses of GeoMagneticField in fr.cnes.sirius.patrius.wrenches
 

Constructors in fr.cnes.sirius.patrius.wrenches with parameters of type GeoMagneticField
MagneticWrench(MagneticMomentProvider moment, GeoMagneticField field)
          Constructor
 

Uses of GeoMagneticField in org.orekit.models.earth
 

Methods in org.orekit.models.earth that return GeoMagneticField
static GeoMagneticField GeoMagneticFieldFactory.getField(GeoMagneticFieldFactory.FieldModel type, AbsoluteDate year)
          Get the GeoMagneticField for the given model type and year.
static GeoMagneticField GeoMagneticFieldFactory.getField(GeoMagneticFieldFactory.FieldModel type, double year)
          Get the GeoMagneticField for the given model type and year.
static GeoMagneticField GeoMagneticFieldFactory.getIGRF(AbsoluteDate year)
          Get the IGRF model for the given year.
static GeoMagneticField GeoMagneticFieldFactory.getIGRF(double year)
          Get the IGRF model for the given year.
static GeoMagneticField GeoMagneticFieldFactory.getWMM(AbsoluteDate year)
          Get the WMM model for the given year.
static GeoMagneticField GeoMagneticFieldFactory.getWMM(double year)
          Get the WMM model for the given year.
 GeoMagneticField GeoMagneticField.transformModel(double year)
          Time transform the model coefficients from the base year of the model using secular variation coefficients.
 GeoMagneticField GeoMagneticField.transformModel(GeoMagneticField otherModel, double year)
          Time transform the model coefficients from the base year of the model using a linear interpolation with a second model.
 

Methods in org.orekit.models.earth that return types with arguments of type GeoMagneticField
 Collection<GeoMagneticField> GeoMagneticModelReader.getModels()
          Returns a Collection of the GeoMagneticField models that have been successfully loaded.
 Collection<GeoMagneticField> GeoMagneticDataProvider.getModels()
          Returns a Collection of GeoMagneticField models.
 

Methods in org.orekit.models.earth with parameters of type GeoMagneticField
protected  void GeoMagneticModelReader.add(GeoMagneticField model)
          Add a GeoMagneticField to the models list.
 GeoMagneticField GeoMagneticField.transformModel(GeoMagneticField otherModel, double year)
          Time transform the model coefficients from the base year of the model using a linear interpolation with a second model.
 



Copyright © 2017 CNES. All Rights Reserved.