Package org.orekit.models.earth
Interface GeoMagneticFields
- All Known Implementing Classes:
LazyLoadedGeoMagneticFields
public interface GeoMagneticFields
Methods for obtaining geomagnetic fields.
- Since:
- 10.1
- Author:
- Evan Ward, Thomas Neidhart
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetField(GeoMagneticFieldFactory.FieldModel type, double year) Get theGeoMagneticFieldfor the given model type and year.getIGRF(double year) Get the IGRF model for the given year.getWMM(double year) Get the WMM model for the given year.
-
Method Details
-
getField
Get theGeoMagneticFieldfor the given model type and year.- Parameters:
type- the field model typeyear- the decimal year- Returns:
- a
GeoMagneticFieldfor the given year and model - See Also:
-
getIGRF
Get the IGRF model for the given year.- Parameters:
year- the decimal year- Returns:
- a
GeoMagneticFieldfor the given year - See Also:
-
getWMM
Get the WMM model for the given year.- Parameters:
year- the decimal year- Returns:
- a
GeoMagneticFieldfor the given year - See Also:
-