public class GeoMagneticElements extends Object implements Serializable
Constructor and Description |
---|
GeoMagneticElements(org.hipparchus.geometry.euclidean.threed.Vector3D b)
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.
|
org.hipparchus.geometry.euclidean.threed.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(org.hipparchus.geometry.euclidean.threed.Vector3D b)
b
- the magnetic field vectorpublic org.hipparchus.geometry.euclidean.threed.Vector3D getFieldVector()
public double getInclination()
public double getDeclination()
public double getTotalIntensity()
public double getHorizontalIntensity()
Copyright © 2002-2017 CS Systèmes d'information. All rights reserved.