Uses of Class
org.orekit.propagation.integration.StateMapper
Packages that use StateMapper
Package
Description
Utilities for integration-based propagators (both numerical and semi-analytical).
Top level package for numerical propagators.
This package provides an implementation of the Draper Semi-analytical
Satellite Theory (DSST).
-
Uses of StateMapper in org.orekit.propagation.integration
Methods in org.orekit.propagation.integration that return StateMapperModifier and TypeMethodDescriptionprotected abstract StateMapperAbstractIntegratedPropagator.createMapper(AbsoluteDate referenceDate, double mu, OrbitType orbitType, PositionAngleType positionAngleType, AttitudeProvider attitudeProvider, Frame frame) Create a mapper between raw double components and spacecraft state. /** Simple constructor.Constructors in org.orekit.propagation.integration with parameters of type StateMapperModifierConstructorDescriptionIntegratedEphemeris(AbsoluteDate startDate, AbsoluteDate minDate, AbsoluteDate maxDate, StateMapper mapper, AttitudeProvider attitudeProvider, PropagationType type, DenseOutputModel model, DataDictionary unmanaged, List<AdditionalDataProvider<?>> providers, String[] equations, int[] dimensions) Creates a new instance of IntegratedEphemeris. -
Uses of StateMapper in org.orekit.propagation.numerical
Methods in org.orekit.propagation.numerical that return StateMapperModifier and TypeMethodDescriptionprotected StateMapperGLONASSNumericalPropagator.createMapper(AbsoluteDate referenceDate, double mu, OrbitType orbitType, PositionAngleType positionAngleType, AttitudeProvider attitudeProvider, Frame frame) protected StateMapperNumericalPropagator.createMapper(AbsoluteDate referenceDate, double mu, OrbitType orbitType, PositionAngleType positionAngleType, AttitudeProvider attitudeProvider, Frame frame) Create a mapper between raw double components and spacecraft state. /** Simple constructor. -
Uses of StateMapper in org.orekit.propagation.semianalytical.dsst
Methods in org.orekit.propagation.semianalytical.dsst that return StateMapperModifier and TypeMethodDescriptionprotected StateMapperDSSTPropagator.createMapper(AbsoluteDate referenceDate, double mu, OrbitType ignoredOrbitType, PositionAngleType ignoredPositionAngleType, AttitudeProvider attitudeProvider, Frame frame) Create a mapper between raw double components and spacecraft state. /** Simple constructor.