Uses of Enum Class
org.orekit.models.earth.GeoMagneticFieldFactory.FieldModel
Packages that use GeoMagneticFieldFactory.FieldModel
Package
Description
This package provides models that simulate certain physical phenomena
of Earth and the near-Earth environment.
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.FieldModelModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static GeoMagneticFieldFactory.FieldModel[]GeoMagneticFieldFactory.FieldModel.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.orekit.models.earth with parameters of type GeoMagneticFieldFactory.FieldModelModifier and TypeMethodDescriptionstatic GeoMagneticFieldGeoMagneticFieldFactory.getField(GeoMagneticFieldFactory.FieldModel type, double year) Get theGeoMagneticFieldfor the given model type and year.GeoMagneticFields.getField(GeoMagneticFieldFactory.FieldModel type, double year) Get theGeoMagneticFieldfor the given model type and year.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.FieldModelModifierConstructorDescriptionMagneticFieldDetector(double maxCheck, double threshold, double limit, GeoMagneticFieldFactory.FieldModel model, BodyShape body, boolean atSeaLevel) Build a detector.MagneticFieldDetector(double maxCheck, double threshold, double limit, GeoMagneticFieldFactory.FieldModel model, BodyShape body, boolean atSeaLevel, DataContext dataContext) Build a detector.MagneticFieldDetector(double limit, GeoMagneticFieldFactory.FieldModel model, BodyShape body) Build a new detector.MagneticFieldDetector(double limit, GeoMagneticFieldFactory.FieldModel model, BodyShape body, boolean atSeaLevel) Build a new detector.protectedMagneticFieldDetector(EventDetectionSettings detectionSettings, EventHandler handler, double limit, GeoMagneticFieldFactory.FieldModel model, BodyShape body, boolean atSeaLevel, DataContext dataContext) Protected constructor with full parameters.