Package | Description |
---|---|
fr.cnes.sirius.patrius.models.earth |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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. |
Copyright © 2020 CNES. All rights reserved.