public static enum GeoMagneticFieldFactory.FieldModel extends Enum<GeoMagneticFieldFactory.FieldModel>
Enum Constant and Description |
---|
IGRF
International Geomagnetic Reference Field.
|
WMM
World Magnetic Model.
|
Modifier and Type | Method and Description |
---|---|
static GeoMagneticFieldFactory.FieldModel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GeoMagneticFieldFactory.FieldModel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GeoMagneticFieldFactory.FieldModel WMM
public static final GeoMagneticFieldFactory.FieldModel IGRF
public static GeoMagneticFieldFactory.FieldModel[] values()
for (GeoMagneticFieldFactory.FieldModel c : GeoMagneticFieldFactory.FieldModel.values()) System.out.println(c);
public static GeoMagneticFieldFactory.FieldModel valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2018 CNES. All Rights Reserved.