Uses of Class
org.orekit.models.earth.GeoMagneticFieldFactory.FieldModel
-
Packages that use GeoMagneticFieldFactory.FieldModel Package Description org.orekit.models.earth This package provides models that simulate certain physical phenomena of Earth and the near-Earth environment.org.orekit.propagation.events This package provides interfaces and classes dealing with events occurring during propagation. -
-
Uses of GeoMagneticFieldFactory.FieldModel in org.orekit.models.earth
Methods in org.orekit.models.earth that return GeoMagneticFieldFactory.FieldModel Modifier and Type Method Description static GeoMagneticFieldFactory.FieldModel
GeoMagneticFieldFactory.FieldModel. valueOf(String name)
Returns the enum constant of this type with the specified name.static GeoMagneticFieldFactory.FieldModel[]
GeoMagneticFieldFactory.FieldModel. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.orekit.models.earth with parameters of type GeoMagneticFieldFactory.FieldModel Modifier and Type Method Description static GeoMagneticField
GeoMagneticFieldFactory. getField(GeoMagneticFieldFactory.FieldModel type, double year)
Get theGeoMagneticField
for the given model type and year.GeoMagneticField
GeoMagneticFields. getField(GeoMagneticFieldFactory.FieldModel type, double year)
Get theGeoMagneticField
for the given model type and year.GeoMagneticField
LazyLoadedGeoMagneticFields. getField(GeoMagneticFieldFactory.FieldModel type, double year)
-
Uses of GeoMagneticFieldFactory.FieldModel in org.orekit.propagation.events
Constructors in org.orekit.propagation.events with parameters of type GeoMagneticFieldFactory.FieldModel Constructor Description MagneticFieldDetector(double maxCheck, double threshold, double limit, GeoMagneticFieldFactory.FieldModel model, OneAxisEllipsoid body, boolean atSeaLevel)
Build a detector.MagneticFieldDetector(double maxCheck, double threshold, double limit, GeoMagneticFieldFactory.FieldModel model, OneAxisEllipsoid body, boolean atSeaLevel, DataContext dataContext)
Build a detector.MagneticFieldDetector(double limit, GeoMagneticFieldFactory.FieldModel model, OneAxisEllipsoid body)
Build a new detector.MagneticFieldDetector(double limit, GeoMagneticFieldFactory.FieldModel model, OneAxisEllipsoid body, boolean atSeaLevel)
Build a new detector.MagneticFieldDetector(AdaptableInterval maxCheck, double threshold, int maxIter, EventHandler handler, double limit, GeoMagneticFieldFactory.FieldModel model, OneAxisEllipsoid body, boolean atSeaLevel, DataContext dataContext)
Protected constructor with full parameters.
-