Serializable
public class GeoMagneticElements extends Object implements Serializable
Constructor | Description |
---|---|
GeoMagneticElements(Vector3D b) |
Construct a new element with the given field vector.
|
Modifier and Type | Method | Description |
---|---|---|
double |
getDeclination() |
Returns the declination of the magnetic field in degrees.
|
Vector3D |
getFieldVector() |
Returns the magnetic field vector 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 b)
b
- the magnetic field vectorpublic Vector3D getFieldVector()
public double getInclination()
public double getDeclination()
public double getTotalIntensity()
public double getHorizontalIntensity()
Copyright © 2002-2018 CS Systèmes d'information. All rights reserved.