Uses of Class
org.orekit.frames.LocalMagneticFieldFrame.LOFBuilderVector
-
Packages that use LocalMagneticFieldFrame.LOFBuilderVector Package Description org.orekit.frames This package provides classes to handle frames and transforms between them. -
-
Uses of LocalMagneticFieldFrame.LOFBuilderVector in org.orekit.frames
Methods in org.orekit.frames that return LocalMagneticFieldFrame.LOFBuilderVector Modifier and Type Method Description static LocalMagneticFieldFrame.LOFBuilderVector
LocalMagneticFieldFrame.LOFBuilderVector. valueOf(String name)
Returns the enum constant of this type with the specified name.static LocalMagneticFieldFrame.LOFBuilderVector[]
LocalMagneticFieldFrame.LOFBuilderVector. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.orekit.frames with parameters of type LocalMagneticFieldFrame.LOFBuilderVector Constructor Description LocalMagneticFieldFrame(Frame inertialFrame, GeoMagneticField magneticField, LocalMagneticFieldFrame.LOFBuilderVector lofBuilderVector, Frame bodyFrame)
Constructor with custom definition of the local orbital frame: x: Magnetic field y: Completes orthonormal frame z: Cross product of the magnetic field with chosenvector
For near-polar orbits, it is suggested to use theorbital momentum
to define the local orbital frame.
-