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 | 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 | Description |
---|---|---|
static GeoMagneticField |
GeoMagneticFieldFactory.getField(GeoMagneticFieldFactory.FieldModel type,
double year) |
Get the
GeoMagneticField for the given model type and year. |
Copyright © 2002-2019 CS Systèmes d'information. All rights reserved.