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. -
-
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.
-