public class GeoMagneticElements extends Object implements Serializable
Constructor and Description |
---|
GeoMagneticElements(Vector3D bIn)
Construct a new element with the given field vector.
|
Modifier and Type | Method and Description |
---|---|
double |
getDeclination()
Returns the declination of the magnetic field in degrees.
|
Vector3D |
getFieldVector()
Returns the magnetic field vector in the topocentric frame (North=X, East=Y, Nadir=Z) in nTesla.
|
double |
getHorizontalIntensity()
Returns the horizontal intensity of the magnetic field (= norm of the
vector in the plane spanned by the x/y components of the field vector).
|
double |
getInclination()
Returns the inclination of the magnetic field in degrees.
|
double |
getTotalIntensity()
Returns the total intensity of the magnetic field (= norm of the field vector).
|
String |
toString() |
public GeoMagneticElements(Vector3D bIn)
bIn
- the magnetic field vector in the topocentric frame (North=X, East=Y, Nadir=Z)public Vector3D getFieldVector()
public double getInclination()
public double getDeclination()
public double getTotalIntensity()
public double getHorizontalIntensity()
Copyright © 2019 CNES. All Rights Reserved.