Uses of Package
org.orekit.propagation.analytical.twod

Packages that use org.orekit.propagation.analytical.twod
org.orekit.propagation.analytical.twod   
 

Classes in org.orekit.propagation.analytical.twod used by org.orekit.propagation.analytical.twod
AbstractDateIntervalFunction
          Abstract class for piecewise function of date.
Analytical2DOrbitModel
          This class represents an analytical 2D orbit model, it is made of 6 parameter models, one per adapted circular parameter.
Analytical2DParameterModel
          This class represents an analytical 2D orbital parameter model.
DateIntervalLinearFunction
          This class represents a piecewise linear function of date.
The function is defined by an initial condition x0 at a date t[0] and all first derivatives xDot[i] on intervals [t[i],t[i+1]].
DateIntervalParabolicFunction
          This class represents a piecewise 2nd order polynomial function of date.
The function is defined by an initial condition (x0, xDot0) at a date t[0] and all second derivatives xDotDot[i] on intervals [t[i],t[i+1]].
DatePolynomialFunction
          This class represents a polynomial function of date.
UnivariateDateFunction
          This handles univariate functions.
 



Copyright © 2017 CNES. All Rights Reserved.