Package | Description |
---|---|
org.orekit.models.earth |
This package provides models that simulate certain physical phenomena
of Earth and the near-Earth environment.
|
Modifier and Type | Method and Description |
---|---|
GeoMagneticField |
LazyLoadedGeoMagneticFields.getField(GeoMagneticFieldFactory.FieldModel type,
double year) |
static GeoMagneticField |
GeoMagneticFieldFactory.getField(GeoMagneticFieldFactory.FieldModel type,
double year)
Get the
GeoMagneticField for the given model type and year. |
GeoMagneticField |
GeoMagneticFields.getField(GeoMagneticFieldFactory.FieldModel type,
double year)
Get the
GeoMagneticField for the given model type and year. |
GeoMagneticField |
LazyLoadedGeoMagneticFields.getIGRF(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.getWMM(double 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 |
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.
|
Modifier and Type | Method and Description |
---|---|
Collection<GeoMagneticField> |
GeoMagneticModelLoader.getModels()
Returns a
Collection of the GeoMagneticField models that
have been successfully loaded. |
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2002-2022 CS GROUP. All rights reserved.