Uses of Class
org.orekit.data.BodiesElements

Packages that use BodiesElements
org.orekit.data This package provide base classes for exploring the configured data directory tree and read external data that can be used by the library. 
 

Uses of BodiesElements in org.orekit.data
 

Methods in org.orekit.data with parameters of type BodiesElements
protected abstract  double SeriesTerm.argument(BodiesElements elements)
          Compute the argument for the current date.
 double SeriesTerm.value(BodiesElements elements)
          Compute the value of the term for the current date.
 double[] SeriesTerm.value(BodiesElements elements, BodiesElements elementsP)
          Compute the value of the term for the current date and its first time derivative.
 double PoissonSeries.value(double t, BodiesElements elements)
          Compute the value of the development for the current date.
 double[] PoissonSeries.value(double t, BodiesElements elements, BodiesElements elementsP)
          Compute the value of the development for the current date and its first time derivative.
 



Copyright © 2017 CNES. All Rights Reserved.