|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.orekit.models.earth.GeoMagneticElements
public class GeoMagneticElements
Contains the elements to represent a magnetic field at a single point.
| Constructor Summary | |
|---|---|
GeoMagneticElements(Vector3D b)
Construct a new element with the given field vector. |
|
| Method Summary | |
|---|---|
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()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public GeoMagneticElements(Vector3D b)
b - the magnetic field vector in the topocentric frame (North=X, East=Y, Nadir=Z)| Method Detail |
|---|
public Vector3D getFieldVector()
public double getInclination()
public double getDeclination()
public double getTotalIntensity()
public double getHorizontalIntensity()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||