static GeoMagneticField |
GeoMagneticFieldFactory.getField(GeoMagneticFieldFactory.FieldModel type,
double year) |
|
GeoMagneticField |
GeoMagneticFields.getField(GeoMagneticFieldFactory.FieldModel type,
double year) |
|
GeoMagneticField |
LazyLoadedGeoMagneticFields.getField(GeoMagneticFieldFactory.FieldModel type,
double year) |
|
GeoMagneticField |
PythonGeoMagneticFields.getField(GeoMagneticFieldFactory.FieldModel type,
double year) |
|
static GeoMagneticField |
GeoMagneticFieldFactory.getIGRF(double year) |
Get the IGRF model for the given year.
|
GeoMagneticField |
GeoMagneticFields.getIGRF(double year) |
Get the IGRF model for the given year.
|
GeoMagneticField |
LazyLoadedGeoMagneticFields.getIGRF(double year) |
|
GeoMagneticField |
PythonGeoMagneticFields.getIGRF(double year) |
Get the IGRF model for the given year.
|
static GeoMagneticField |
GeoMagneticFieldFactory.getWMM(double year) |
Get the WMM model for the given year.
|
GeoMagneticField |
GeoMagneticFields.getWMM(double year) |
Get the WMM model for the given year.
|
GeoMagneticField |
LazyLoadedGeoMagneticFields.getWMM(double year) |
|
GeoMagneticField |
PythonGeoMagneticFields.getWMM(double year) |
Get the WMM model for the given year.
|
GeoMagneticField |
GeoMagneticField.transformModel(double year) |
Time transform the model coefficients from the base year of the model
using secular variation coefficients.
|
GeoMagneticField |
GeoMagneticField.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.
|