Uses of Class
org.orekit.orbits.PositionAngle
-
Packages that use PositionAngle Package Description org.orekit.estimation.sequential org.orekit.files.ccsds This package provides a parser for orbit data stored in CCSDS Orbit Data Message format.org.orekit.forces.maneuvers This package provides models of simple maneuvers.org.orekit.orbits This package provides classes to represent orbits.org.orekit.propagation.conversion This package provides tools to convert a given propagator or a set ofSpacecraftStateinto another propagator.org.orekit.propagation.events This package provides interfaces and classes dealing with events occurring during propagation.org.orekit.propagation.integration Utilities for integration-based propagators (both numerical and semi-analytical).org.orekit.propagation.numerical Top level package for numerical propagators.org.orekit.propagation.semianalytical.dsst This package provides an implementation of the Draper Semi-analytical Satellite Theory (DSST).org.orekit.utils This package provides useful objects. -
-
Uses of PositionAngle in org.orekit.estimation.sequential
Methods in org.orekit.estimation.sequential that return PositionAngle Modifier and Type Method Description PositionAngleUnivariateProcessNoise. getPositionAngle()Getter for the positionAngle.Constructors in org.orekit.estimation.sequential with parameters of type PositionAngle Constructor Description UnivariateProcessNoise(org.hipparchus.linear.RealMatrix initialCovarianceMatrix, LOFType lofType, PositionAngle positionAngle, org.hipparchus.analysis.UnivariateFunction[] lofCartesianOrbitalParametersEvolution, org.hipparchus.analysis.UnivariateFunction[] propagationParametersEvolution)Simple constructor. -
Uses of PositionAngle in org.orekit.files.ccsds
Methods in org.orekit.files.ccsds that return PositionAngle Modifier and Type Method Description PositionAngleOGMFile. getAnomalyType()Get the type of anomaly (true or mean). -
Uses of PositionAngle in org.orekit.forces.maneuvers
Methods in org.orekit.forces.maneuvers with parameters of type PositionAngle Modifier and Type Method Description voidSmallManeuverAnalyticalModel. getJacobian(Orbit orbit1, PositionAngle positionAngle, double[][] jacobian)Compute the Jacobian of the orbit with respect to maneuver parameters. -
Uses of PositionAngle in org.orekit.orbits
Methods in org.orekit.orbits that return PositionAngle Modifier and Type Method Description static PositionAnglePositionAngle. valueOf(String name)Returns the enum constant of this type with the specified name.static PositionAngle[]PositionAngle. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.orekit.orbits with parameters of type PositionAngle Modifier and Type Method Description voidCartesianOrbit. addKeplerContribution(PositionAngle type, double gm, double[] pDot)Add the contribution of the Keplerian motion to parameters derivativesvoidCircularOrbit. addKeplerContribution(PositionAngle type, double gm, double[] pDot)Add the contribution of the Keplerian motion to parameters derivativesvoidEquinoctialOrbit. addKeplerContribution(PositionAngle type, double gm, double[] pDot)Add the contribution of the Keplerian motion to parameters derivativesvoidFieldCartesianOrbit. addKeplerContribution(PositionAngle type, double gm, T[] pDot)Add the contribution of the Keplerian motion to parameters derivativesvoidFieldCircularOrbit. addKeplerContribution(PositionAngle type, double gm, T[] pDot)Add the contribution of the Keplerian motion to parameters derivativesvoidFieldEquinoctialOrbit. addKeplerContribution(PositionAngle type, double gm, T[] pDot)Add the contribution of the Keplerian motion to parameters derivativesvoidFieldKeplerianOrbit. addKeplerContribution(PositionAngle type, double gm, T[] pDot)Add the contribution of the Keplerian motion to parameters derivativesabstract voidFieldOrbit. addKeplerContribution(PositionAngle type, double gm, T[] pDot)Add the contribution of the Keplerian motion to parameters derivativesvoidKeplerianOrbit. addKeplerContribution(PositionAngle type, double gm, double[] pDot)Add the contribution of the Keplerian motion to parameters derivativesabstract voidOrbit. addKeplerContribution(PositionAngle type, double gm, double[] pDot)Add the contribution of the Keplerian motion to parameters derivativesdoubleCircularOrbit. getAlpha(PositionAngle type)Get the latitude argument.TFieldCircularOrbit. getAlpha(PositionAngle type)Get the latitude argument.doubleCircularOrbit. getAlphaDot(PositionAngle type)Get the latitude argument derivative.TFieldCircularOrbit. getAlphaDot(PositionAngle type)Get the latitude argument derivative.TFieldKeplerianOrbit. getAnomaly(PositionAngle type)Get the anomaly.doubleKeplerianOrbit. getAnomaly(PositionAngle type)Get the anomaly.TFieldKeplerianOrbit. getAnomalyDot(PositionAngle type)Get the anomaly derivative.doubleKeplerianOrbit. getAnomalyDot(PositionAngle type)Get the anomaly derivative.abstract ParameterDriversListOrbitType. getDrivers(double dP, Orbit orbit, PositionAngle type)Get parameters drivers initialized from a reference orbit.voidFieldOrbit. getJacobianWrtCartesian(PositionAngle type, T[][] jacobian)Compute the Jacobian of the orbital parameters with respect to the Cartesian parameters.voidOrbit. getJacobianWrtCartesian(PositionAngle type, double[][] jacobian)Compute the Jacobian of the orbital parameters with respect to the Cartesian parameters.voidFieldOrbit. getJacobianWrtParameters(PositionAngle type, T[][] jacobian)Compute the Jacobian of the Cartesian parameters with respect to the orbital parameters.voidOrbit. getJacobianWrtParameters(PositionAngle type, double[][] jacobian)Compute the Jacobian of the Cartesian parameters with respect to the orbital parameters.doubleEquinoctialOrbit. getL(PositionAngle type)Get the longitude argument.TFieldEquinoctialOrbit. getL(PositionAngle type)Get the longitude argument.doubleEquinoctialOrbit. getLDot(PositionAngle type)Get the longitude argument derivative.TFieldEquinoctialOrbit. getLDot(PositionAngle type)Get the longitude argument derivative.abstract OrbitOrbitType. mapArrayToOrbit(double[] array, double[] arrayDot, PositionAngle type, AbsoluteDate date, double mu, Frame frame)Convert state array to orbital parameters.abstract <T extends org.hipparchus.RealFieldElement<T>>
FieldOrbit<T>OrbitType. mapArrayToOrbit(T[] array, T[] arrayDot, PositionAngle type, FieldAbsoluteDate<T> date, double mu, Frame frame)Convert state array to orbital parameters.abstract <T extends org.hipparchus.RealFieldElement<T>>
voidOrbitType. mapOrbitToArray(FieldOrbit<T> orbit, PositionAngle type, T[] stateVector, T[] stateVectorDot)Convert orbit to state array.abstract voidOrbitType. mapOrbitToArray(Orbit orbit, PositionAngle type, double[] stateVector, double[] stateVectorDot)Convert orbit to state array.Constructors in org.orekit.orbits with parameters of type PositionAngle Constructor Description CircularOrbit(double a, double ex, double ey, double i, double raan, double alpha, double aDot, double exDot, double eyDot, double iDot, double raanDot, double alphaDot, PositionAngle type, Frame frame, AbsoluteDate date, double mu)Creates a new instance.CircularOrbit(double a, double ex, double ey, double i, double raan, double alpha, PositionAngle type, Frame frame, AbsoluteDate date, double mu)Creates a new instance.EquinoctialOrbit(double a, double ex, double ey, double hx, double hy, double l, double aDot, double exDot, double eyDot, double hxDot, double hyDot, double lDot, PositionAngle type, Frame frame, AbsoluteDate date, double mu)Creates a new instance.EquinoctialOrbit(double a, double ex, double ey, double hx, double hy, double l, PositionAngle type, Frame frame, AbsoluteDate date, double mu)Creates a new instance.FieldCircularOrbit(T a, T ex, T ey, T i, T raan, T alpha, PositionAngle type, Frame frame, FieldAbsoluteDate<T> date, double mu)Creates a new instance.FieldCircularOrbit(T a, T ex, T ey, T i, T raan, T alpha, T aDot, T exDot, T eyDot, T iDot, T raanDot, T alphaDot, PositionAngle type, Frame frame, FieldAbsoluteDate<T> date, double mu)Creates a new instance.FieldEquinoctialOrbit(T a, T ex, T ey, T hx, T hy, T l, PositionAngle type, Frame frame, FieldAbsoluteDate<T> date, double mu)Creates a new instance.FieldEquinoctialOrbit(T a, T ex, T ey, T hx, T hy, T l, T aDot, T exDot, T eyDot, T hxDot, T hyDot, T lDot, PositionAngle type, Frame frame, FieldAbsoluteDate<T> date, double mu)Creates a new instance.FieldKeplerianOrbit(T a, T e, T i, T pa, T raan, T anomaly, PositionAngle type, Frame frame, FieldAbsoluteDate<T> date, double mu)Creates a new instance.FieldKeplerianOrbit(T a, T e, T i, T pa, T raan, T anomaly, T aDot, T eDot, T iDot, T paDot, T raanDot, T anomalyDot, PositionAngle type, Frame frame, FieldAbsoluteDate<T> date, double mu)Creates a new instance.KeplerianOrbit(double a, double e, double i, double pa, double raan, double anomaly, double aDot, double eDot, double iDot, double paDot, double raanDot, double anomalyDot, PositionAngle type, Frame frame, AbsoluteDate date, double mu)Creates a new instance.KeplerianOrbit(double a, double e, double i, double pa, double raan, double anomaly, PositionAngle type, Frame frame, AbsoluteDate date, double mu)Creates a new instance. -
Uses of PositionAngle in org.orekit.propagation.conversion
Methods in org.orekit.propagation.conversion that return PositionAngle Modifier and Type Method Description PositionAngleAbstractPropagatorBuilder. getPositionAngle()Get the position angle type expected for the 6 first parameters inPropagatorBuilder.buildPropagator(double[]).PositionAnglePropagatorBuilder. getPositionAngle()Get the position angle type expected for the 6 first parameters inPropagatorBuilder.buildPropagator(double[]).Constructors in org.orekit.propagation.conversion with parameters of type PositionAngle Constructor Description AbstractPropagatorBuilder(Orbit templateOrbit, PositionAngle positionAngle, double positionScale, boolean addDriverForCentralAttraction)Build a new instance.EcksteinHechlerPropagatorBuilder(Orbit templateOrbit, double referenceRadius, double mu, TideSystem tideSystem, double c20, double c30, double c40, double c50, double c60, OrbitType orbitType, PositionAngle positionAngle, double positionScale)Build a new instance.EcksteinHechlerPropagatorBuilder(Orbit templateOrbit, UnnormalizedSphericalHarmonicsProvider provider, PositionAngle positionAngle, double positionScale)Build a new instance.KeplerianPropagatorBuilder(Orbit templateOrbit, PositionAngle positionAngle, double positionScale)Build a new instance.NumericalPropagatorBuilder(Orbit referenceOrbit, ODEIntegratorBuilder builder, PositionAngle positionAngle, double positionScale)Build a new instance.TLEPropagatorBuilder(TLE templateTLE, PositionAngle positionAngle, double positionScale)Build a new instance. -
Uses of PositionAngle in org.orekit.propagation.events
Methods in org.orekit.propagation.events that return PositionAngle Modifier and Type Method Description PositionAnglePositionAngleDetector. getPositionAngle()Get the type of position angle.Constructors in org.orekit.propagation.events with parameters of type PositionAngle Constructor Description PositionAngleDetector(double maxCheck, double threshold, OrbitType orbitType, PositionAngle positionAngle, double angle)Build a detector.PositionAngleDetector(OrbitType orbitType, PositionAngle positionAngle, double angle)Build a new detector. -
Uses of PositionAngle in org.orekit.propagation.integration
Methods in org.orekit.propagation.integration that return PositionAngle Modifier and Type Method Description protected PositionAngleAbstractIntegratedPropagator. getPositionAngleType()Get propagation parameter type.protected PositionAngleFieldAbstractIntegratedPropagator. getPositionAngleType()Get propagation parameter type.PositionAngleFieldStateMapper. getPositionAngleType()Get propagation parameter type.PositionAngleStateMapper. getPositionAngleType()Get propagation parameter type.Methods in org.orekit.propagation.integration with parameters of type PositionAngle Modifier and Type Method Description protected abstract StateMapperAbstractIntegratedPropagator. createMapper(AbsoluteDate referenceDate, double mu, OrbitType orbitType, PositionAngle positionAngleType, AttitudeProvider attitudeProvider, Frame frame)Create a mapper between raw double components and spacecraft state.protected abstract FieldStateMapper<T>FieldAbstractIntegratedPropagator. createMapper(FieldAbsoluteDate<T> referenceDate, double mu, OrbitType orbitType, PositionAngle positionAngleType, AttitudeProvider attitudeProvider, Frame frame)Create a mapper between raw double components and spacecraft state.protected voidAbstractIntegratedPropagator. setPositionAngleType(PositionAngle positionAngleType)Set position angle type.protected voidFieldAbstractIntegratedPropagator. setPositionAngleType(PositionAngle positionAngleType)Set position angle type.Constructors in org.orekit.propagation.integration with parameters of type PositionAngle Constructor Description FieldStateMapper(FieldAbsoluteDate<T> referenceDate, double mu, OrbitType orbitType, PositionAngle positionAngleType, AttitudeProvider attitudeProvider, Frame frame)Simple constructor.StateMapper(AbsoluteDate referenceDate, double mu, OrbitType orbitType, PositionAngle positionAngleType, AttitudeProvider attitudeProvider, Frame frame)Simple constructor. -
Uses of PositionAngle in org.orekit.propagation.numerical
Methods in org.orekit.propagation.numerical that return PositionAngle Modifier and Type Method Description PositionAngleFieldNumericalPropagator. getPositionAngleType()Get propagation parameter type.PositionAngleNumericalPropagator. getPositionAngleType()Get propagation parameter type.Methods in org.orekit.propagation.numerical with parameters of type PositionAngle Modifier and Type Method Description protected FieldStateMapper<T>FieldNumericalPropagator. createMapper(FieldAbsoluteDate<T> referenceDate, double mu, OrbitType orbitType, PositionAngle positionAngleType, AttitudeProvider attitudeProvider, Frame frame)Create a mapper between raw double components and spacecraft state.protected StateMapperNumericalPropagator. createMapper(AbsoluteDate referenceDate, double mu, OrbitType orbitType, PositionAngle positionAngleType, AttitudeProvider attitudeProvider, Frame frame)Create a mapper between raw double components and spacecraft state.voidFieldNumericalPropagator. setPositionAngleType(PositionAngle positionAngleType)Set position angle type.voidNumericalPropagator. setPositionAngleType(PositionAngle positionAngleType)Set position angle type. -
Uses of PositionAngle in org.orekit.propagation.semianalytical.dsst
Methods in org.orekit.propagation.semianalytical.dsst with parameters of type PositionAngle Modifier and Type Method Description protected StateMapperDSSTPropagator. createMapper(AbsoluteDate referenceDate, double mu, OrbitType ignoredOrbitType, PositionAngle ignoredPositionAngleType, AttitudeProvider attitudeProvider, Frame frame)Create a mapper between raw double components and spacecraft state. -
Uses of PositionAngle in org.orekit.utils
Methods in org.orekit.utils with parameters of type PositionAngle Modifier and Type Method Description static StateJacobianDifferentiation. differentiate(StateFunction function, int dimension, AttitudeProvider provider, OrbitType orbitType, PositionAngle positionAngle, double dP, int nbPoints)Differentiate a vector function using finite differences.
-