Uses of Class
org.orekit.models.earth.GeoMagneticField
-
Packages that use GeoMagneticField Package Description org.orekit.models.earth This package provides models that simulate certain physical phenomena of Earth and the near-Earth environment. -
-
Uses of GeoMagneticField in org.orekit.models.earth
Methods in org.orekit.models.earth that return GeoMagneticField Modifier and Type Method Description static GeoMagneticFieldGeoMagneticFieldFactory. getField(GeoMagneticFieldFactory.FieldModel type, double year)Get theGeoMagneticFieldfor the given model type and year.static GeoMagneticFieldGeoMagneticFieldFactory. getIGRF(double year)Get the IGRF model for the given year.static GeoMagneticFieldGeoMagneticFieldFactory. getWMM(double year)Get the WMM model for the given year.GeoMagneticFieldGeoMagneticField. transformModel(double year)Time transform the model coefficients from the base year of the model using secular variation coefficients.GeoMagneticFieldGeoMagneticField. 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 Modifier and Type Method Description Collection<GeoMagneticField>GeoMagneticModelLoader. getModels()Returns aCollectionof theGeoMagneticFieldmodels that have been successfully loaded.Methods in org.orekit.models.earth with parameters of type GeoMagneticField Modifier and Type Method Description GeoMagneticFieldGeoMagneticField. 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.
-