Uses of Interface
org.orekit.frames.LOF
Packages that use LOF
Package
Description
This package provides classes to represent simple attitudes.
This package provides classes to handle frames and transforms between them.
Package specific to encounter local orbital frame.
This package provides tools to represent and propagate covariance.
-
Uses of LOF in org.orekit.attitudes
Methods in org.orekit.attitudes that return LOFConstructors in org.orekit.attitudes with parameters of type LOFModifierConstructorDescriptionCreate a LOF-aligned attitude.LofOffset(Frame inertialFrame, LOF lof, RotationOrder order, double alpha1, double alpha2, double alpha3) Creates new instance.TabulatedLofOffset(Frame inertialFrame, LOF lof, List<? extends TimeStampedAngularCoordinates> table, int n, AngularDerivativesFilter filter) Creates new instance.TabulatedLofOffset(Frame inertialFrame, LOF lof, List<? extends TimeStampedAngularCoordinates> table, int n, AngularDerivativesFilter filter, AbsoluteDate minDate, AbsoluteDate maxDate) Creates new instance. -
Uses of LOF in org.orekit.frames
Classes in org.orekit.frames that implement LOFModifier and TypeClassDescriptionclassThis class handles a magnetic field variation attitude provider.enumEnumerate for different types of Local Orbital Frames.Methods in org.orekit.frames with parameters of type LOFModifier and TypeMethodDescriptiondefault <T extends CalculusFieldElement<T>>
FieldRotation<T> LOF.rotationFromLOF(Field<T> field, LOF fromLOF, FieldAbsoluteDate<T> date, FieldPVCoordinates<T> pv) Get the rotation from inputlocal orbital frameto the instance.default RotationLOF.rotationFromLOF(LOF fromLOF, AbsoluteDate date, PVCoordinates pv) Get the rotation from inputlocal orbital frameto the instance.static <T extends CalculusFieldElement<T>>
FieldRotation<T> LOF.rotationFromLOFInToLOFOut(Field<T> field, LOF in, LOF out, FieldAbsoluteDate<T> date, FieldPVCoordinates<T> pv) Get the rotation from input to outputlocal orbital frame.static RotationLOF.rotationFromLOFInToLOFOut(LOF in, LOF out, AbsoluteDate date, PVCoordinates pv) Get the rotation from input to outputlocal orbital frame.default TransformLOF.transformFromLOF(LOF fromLOF, AbsoluteDate date, PVCoordinates pv) Get the rotation from inputlocal orbital frameto the instance.default <T extends CalculusFieldElement<T>>
FieldTransform<T> LOF.transformFromLOF(LOF fromLOF, FieldAbsoluteDate<T> date, FieldPVCoordinates<T> pv) Get the rotation from inputcommonly used local orbital frameto the instance.static TransformLOF.transformFromLOFInToLOFOut(LOF in, LOF out, AbsoluteDate date, PVCoordinates pv) Get the transform from input to outputlocal orbital frame.static <T extends CalculusFieldElement<T>>
FieldTransform<T> LOF.transformFromLOFInToLOFOut(LOF in, LOF out, FieldAbsoluteDate<T> date, FieldPVCoordinates<T> pv) Get the transform from input to outputlocal orbital frame.Constructors in org.orekit.frames with parameters of type LOFModifierConstructorDescriptionLocalOrbitalFrame(Frame parent, LOF lof, PVCoordinatesProvider provider, String name) Build a new instance. -
Uses of LOF in org.orekit.frames.encounter
Subinterfaces of LOF in org.orekit.frames.encounterModifier and TypeInterfaceDescriptioninterfaceInterface for encounter local orbital frame.Classes in org.orekit.frames.encounter that implement LOFModifier and TypeClassDescriptionclassAbstract class for encounter frame between two objects.classDefault encounter local orbital frame.classValsecchi encounter local orbital frame based on Valsecchi formulation from : "Valsecchi, G. -
Uses of LOF in org.orekit.propagation.covariance
Methods in org.orekit.propagation.covariance that return LOFModifier and TypeMethodDescriptionFieldStateCovariance.getLOF()Get the covariance LOF type.StateCovariance.getLOF()Get the covariance LOF type.Methods in org.orekit.propagation.covariance with parameters of type LOFModifier and TypeMethodDescriptionFieldStateCovariance.changeCovarianceFrame(FieldOrbit<T> orbit, LOF lofOut) Get the covariance in a given local orbital frame.StateCovariance.changeCovarianceFrame(Orbit orbit, LOF lofOut) Get the covariance in a given local orbital frame.Constructors in org.orekit.propagation.covariance with parameters of type LOFModifierConstructorDescriptionFieldStateCovariance(FieldMatrix<T> orbitalCovariance, FieldAbsoluteDate<T> epoch, LOF lof) Constructor.StateCovariance(RealMatrix orbitalCovariance, AbsoluteDate epoch, LOF lof) Constructor.