Uses of Enum Class
org.orekit.frames.LocalMagneticFieldFrame.LOFBuilderVector
Packages that use LocalMagneticFieldFrame.LOFBuilderVector
Package
Description
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.LOFBuilderVectorModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.LocalMagneticFieldFrame.LOFBuilderVector.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.orekit.frames with parameters of type LocalMagneticFieldFrame.LOFBuilderVectorModifierConstructorDescriptionLocalMagneticFieldFrame(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 chosenvectorFor near-polar orbits, it is suggested to use theorbital momentumto define the local orbital frame.