Uses of Class
org.orekit.utils.DoubleArrayDictionary
-
Packages that use DoubleArrayDictionary Package Description org.orekit.propagation Propagationorg.orekit.propagation.analytical Top level package for analytical propagators.org.orekit.propagation.analytical.tle This package provides classes to read and extrapolate tle's.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 DoubleArrayDictionary in org.orekit.propagation
Methods in org.orekit.propagation that return DoubleArrayDictionary Modifier and Type Method Description DoubleArrayDictionary
SpacecraftState. getAdditionalStatesDerivatives()
Get an unmodifiable map of additional states derivatives.DoubleArrayDictionary
SpacecraftState. getAdditionalStatesValues()
Get an unmodifiable map of additional states.Methods in org.orekit.propagation with parameters of type DoubleArrayDictionary Modifier and Type Method Description protected AbstractMatricesHarvester
AbstractPropagator. createHarvester(String stmName, RealMatrix initialStm, DoubleArrayDictionary initialJacobianColumns)
Create the harvester suitable for propagator.MatricesHarvester
AbstractPropagator. setupMatricesComputation(String stmName, RealMatrix initialStm, DoubleArrayDictionary initialJacobianColumns)
Set up computation of State Transition Matrix and Jacobians matrix with respect to parameters.default MatricesHarvester
Propagator. setupMatricesComputation(String stmName, RealMatrix initialStm, DoubleArrayDictionary initialJacobianColumns)
Set up computation of State Transition Matrix and Jacobians matrix with respect to parameters.Constructors in org.orekit.propagation with parameters of type DoubleArrayDictionary Constructor Description AbstractMatricesHarvester(String stmName, RealMatrix initialStm, DoubleArrayDictionary initialJacobianColumns)
Simple constructor.SpacecraftState(Orbit orbit, double mass, DoubleArrayDictionary additional)
Create a new instance from orbit, mass and additional states.SpacecraftState(Orbit orbit, Attitude attitude, double mass, DoubleArrayDictionary additional)
Build a spacecraft state from orbit, attitude, mass and additional states.SpacecraftState(Orbit orbit, Attitude attitude, double mass, DoubleArrayDictionary additional, DoubleArrayDictionary additionalDot)
Build a spacecraft state from orbit, attitude, mass, additional states and derivatives.SpacecraftState(Orbit orbit, Attitude attitude, DoubleArrayDictionary additional)
Build a spacecraft state from orbit, attitude and additional states.SpacecraftState(Orbit orbit, DoubleArrayDictionary additional)
Build a spacecraft state from orbit and additional states.SpacecraftState(AbsolutePVCoordinates absPva, double mass, DoubleArrayDictionary additional)
Create a new instance from position-velocity-acceleration, mass and additional states.SpacecraftState(AbsolutePVCoordinates absPva, Attitude attitude, double mass, DoubleArrayDictionary additional)
Build a spacecraft state from position-velocity-acceleration, attitude, mass and additional states.SpacecraftState(AbsolutePVCoordinates absPva, Attitude attitude, double mass, DoubleArrayDictionary additional, DoubleArrayDictionary additionalDot)
Build a spacecraft state from position-velocity-acceleration, attitude, mass and additional states and derivatives.SpacecraftState(AbsolutePVCoordinates absPva, Attitude attitude, DoubleArrayDictionary additional)
Build a spacecraft state from position-velocity-acceleration, attitude and additional states.SpacecraftState(AbsolutePVCoordinates absPva, DoubleArrayDictionary additional)
Build a spacecraft state from position-velocity-acceleration and additional states. -
Uses of DoubleArrayDictionary in org.orekit.propagation.analytical
Methods in org.orekit.propagation.analytical with parameters of type DoubleArrayDictionary Modifier and Type Method Description protected AbstractMatricesHarvester
BrouwerLyddanePropagator. createHarvester(String stmName, RealMatrix initialStm, DoubleArrayDictionary initialJacobianColumns)
Create the harvester suitable for propagator.protected AbstractMatricesHarvester
EcksteinHechlerPropagator. createHarvester(String stmName, RealMatrix initialStm, DoubleArrayDictionary initialJacobianColumns)
Create the harvester suitable for propagator.protected AbstractMatricesHarvester
Ephemeris. createHarvester(String stmName, RealMatrix initialStm, DoubleArrayDictionary initialJacobianColumns)
Create the harvester suitable for propagator.protected AbstractMatricesHarvester
KeplerianPropagator. createHarvester(String stmName, RealMatrix initialStm, DoubleArrayDictionary initialJacobianColumns)
Create the harvester suitable for propagator.Constructors in org.orekit.propagation.analytical with parameters of type DoubleArrayDictionary Constructor Description AbstractAnalyticalMatricesHarvester(AbstractAnalyticalPropagator propagator, String stmName, RealMatrix initialStm, DoubleArrayDictionary initialJacobianColumns)
Simple constructor. -
Uses of DoubleArrayDictionary in org.orekit.propagation.analytical.tle
Methods in org.orekit.propagation.analytical.tle with parameters of type DoubleArrayDictionary Modifier and Type Method Description protected AbstractMatricesHarvester
TLEPropagator. createHarvester(String stmName, RealMatrix initialStm, DoubleArrayDictionary initialJacobianColumns)
Create the harvester suitable for propagator. -
Uses of DoubleArrayDictionary in org.orekit.propagation.integration
Constructors in org.orekit.propagation.integration with parameters of type DoubleArrayDictionary Constructor Description IntegratedEphemeris(AbsoluteDate startDate, AbsoluteDate minDate, AbsoluteDate maxDate, StateMapper mapper, PropagationType type, DenseOutputModel model, DoubleArrayDictionary unmanaged, List<AdditionalStateProvider> providers, String[] equations, int[] dimensions)
Creates a new instance of IntegratedEphemeris. -
Uses of DoubleArrayDictionary in org.orekit.propagation.numerical
Methods in org.orekit.propagation.numerical with parameters of type DoubleArrayDictionary Modifier and Type Method Description protected AbstractMatricesHarvester
NumericalPropagator. createHarvester(String stmName, RealMatrix initialStm, DoubleArrayDictionary initialJacobianColumns)
Create the harvester suitable for propagator. -
Uses of DoubleArrayDictionary in org.orekit.propagation.semianalytical.dsst
Methods in org.orekit.propagation.semianalytical.dsst with parameters of type DoubleArrayDictionary Modifier and Type Method Description protected DSSTHarvester
DSSTPropagator. createHarvester(String stmName, RealMatrix initialStm, DoubleArrayDictionary initialJacobianColumns)
Create the harvester suitable for propagator.DSSTHarvester
DSSTPropagator. setupMatricesComputation(String stmName, RealMatrix initialStm, DoubleArrayDictionary initialJacobianColumns)
Set up computation of State Transition Matrix and Jacobians matrix with respect to parameters. -
Uses of DoubleArrayDictionary in org.orekit.utils
Methods in org.orekit.utils that return DoubleArrayDictionary Modifier and Type Method Description DoubleArrayDictionary
DoubleArrayDictionary. unmodifiableView()
Get an unmodifiable view of the dictionary.Methods in org.orekit.utils with parameters of type DoubleArrayDictionary Modifier and Type Method Description void
DoubleArrayDictionary. putAll(DoubleArrayDictionary dictionary)
Put all the entries from another dictionary.Constructors in org.orekit.utils with parameters of type DoubleArrayDictionary Constructor Description DoubleArrayDictionary(DoubleArrayDictionary dictionary)
Constructor from another dictionary.
-