public interface GeoMagneticFields
GeoMagneticFieldFactory,
LazyLoadedGeoMagneticFields| Modifier and Type | Method and Description |
|---|---|
GeoMagneticField |
getField(GeoMagneticFieldFactory.FieldModel type,
double year)
Get the
GeoMagneticField for the given model type and year. |
GeoMagneticField |
getIGRF(double year)
Get the IGRF model for the given year.
|
GeoMagneticField |
getWMM(double year)
Get the WMM model for the given year.
|
GeoMagneticField getField(GeoMagneticFieldFactory.FieldModel type, double year)
GeoMagneticField for the given model type and year.type - the field model typeyear - the decimal yearGeoMagneticField for the given year and modelGeoMagneticField.getDecimalYear(int, int, int)GeoMagneticField getIGRF(double year)
year - the decimal yearGeoMagneticField for the given yearGeoMagneticField.getDecimalYear(int, int, int)GeoMagneticField getWMM(double year)
year - the decimal yearGeoMagneticField for the given yearGeoMagneticField.getDecimalYear(int, int, int)Copyright © 2002-2020 CS GROUP. All rights reserved.