Uses of Class
org.orekit.frames.LOFType
-
Packages that use LOFType Package Description org.orekit.attitudes This package provides classes to represent simple attitudes.org.orekit.estimation.sequential The sequential package provides an implementation of a Kalman Filter engine to perform an orbit determination.org.orekit.files.ccsds.definitions This package contains definitions for CCSDS objects (frames, time systems...).org.orekit.forces.maneuvers.propulsion This package provides propulsion models intended to be used with classManeuver
.org.orekit.frames This package provides classes to handle frames and transforms between them.org.orekit.propagation Propagation -
-
Uses of LOFType in org.orekit.attitudes
Constructors in org.orekit.attitudes with parameters of type LOFType Constructor Description LofOffset(Frame inertialFrame, LOFType type)
Create a LOF-aligned attitude.LofOffset(Frame inertialFrame, LOFType type, RotationOrder order, double alpha1, double alpha2, double alpha3)
Creates new instance.TabulatedLofOffset(Frame inertialFrame, LOFType type, List<? extends TimeStampedAngularCoordinates> table, int n, AngularDerivativesFilter filter)
Creates new instance.TabulatedLofOffset(Frame inertialFrame, LOFType type, List<? extends TimeStampedAngularCoordinates> table, int n, AngularDerivativesFilter filter, AbsoluteDate minDate, AbsoluteDate maxDate)
Creates new instance. -
Uses of LOFType in org.orekit.estimation.sequential
Methods in org.orekit.estimation.sequential that return LOFType Modifier and Type Method Description LOFType
UnivariateProcessNoise. getLofType()
Getter for the lofType.Constructors in org.orekit.estimation.sequential with parameters of type LOFType Constructor Description UnivariateProcessNoise(RealMatrix initialCovarianceMatrix, LOFType lofType, PositionAngle positionAngle, UnivariateFunction[] lofCartesianOrbitalParametersEvolution, UnivariateFunction[] propagationParametersEvolution)
Simple constructor.UnivariateProcessNoise(RealMatrix initialCovarianceMatrix, LOFType lofType, PositionAngle positionAngle, UnivariateFunction[] lofCartesianOrbitalParametersEvolution, UnivariateFunction[] propagationParametersEvolution, UnivariateFunction[] measurementsParametersEvolution)
Simple constructor. -
Uses of LOFType in org.orekit.files.ccsds.definitions
Methods in org.orekit.files.ccsds.definitions that return LOFType Modifier and Type Method Description LOFType
OrbitRelativeFrame. getLofType()
Get the type of Local Orbital frame. -
Uses of LOFType in org.orekit.forces.maneuvers.propulsion
Methods in org.orekit.forces.maneuvers.propulsion with parameters of type LOFType Modifier and Type Method Description static ThrustDirectionAndAttitudeProvider
ThrustDirectionAndAttitudeProvider. buildFromDirectionInLOF(LOFType thrustDirectionLofType, ThrustDirectionProvider variableDirectionInFrame, Vector3D thrusterAxisInSatelliteFrame)
Build a ThrustDirectionAndAttitudeProvider by a variable direction in a Local Orbital Frame. -
Uses of LOFType in org.orekit.frames
Methods in org.orekit.frames that return LOFType Modifier and Type Method Description static LOFType
LOFType. valueOf(String name)
Returns the enum constant of this type with the specified name.static LOFType[]
LOFType. 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 LOFType Constructor Description LocalOrbitalFrame(Frame parent, LOFType type, PVCoordinatesProvider provider, String name)
Build a new instance. -
Uses of LOFType in org.orekit.propagation
Methods in org.orekit.propagation that return LOFType Modifier and Type Method Description LOFType
StateCovariance. getLOFType()
Get the covariance LOF type.Methods in org.orekit.propagation with parameters of type LOFType Modifier and Type Method Description StateCovariance
StateCovariance. changeCovarianceFrame(Orbit orbit, LOFType lofOut)
Get the covariance in a given local orbital frame.Constructors in org.orekit.propagation with parameters of type LOFType Constructor Description StateCovariance(RealMatrix orbitalCovariance, AbsoluteDate epoch, LOFType lofType)
Constructor.
-