|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GeoMagneticFieldFactory.FieldModel | |
|---|---|
| org.orekit.models.earth | This package provides models that simulate certain physical phenomena experienced in the atmosphere of the earth. |
| Uses of GeoMagneticFieldFactory.FieldModel in org.orekit.models.earth |
|---|
| Methods in org.orekit.models.earth that return GeoMagneticFieldFactory.FieldModel | |
|---|---|
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 | |
|---|---|
static void |
GeoMagneticFieldFactory.addDefaultGeoMagneticModelReader(GeoMagneticFieldFactory.FieldModel type)
Add a default reader for geomagnetic models. |
static void |
GeoMagneticFieldFactory.addGeoMagneticModelReader(GeoMagneticFieldFactory.FieldModel type,
GeoMagneticModelReader reader)
Add a reader for geomagnetic models. |
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||