Uses of Interface
org.orekit.parameter.IJacobiansParameterizable

Packages that use IJacobiansParameterizable
fr.cnes.sirius.patrius.forces   
fr.cnes.sirius.patrius.forces.radiation   
org.orekit.forces.drag   
org.orekit.forces.gravity   
org.orekit.forces.gravity.tides   
org.orekit.forces.gravity.variations   
org.orekit.forces.maneuvers This package provides models of simple maneuvers. 
org.orekit.forces.radiation   
org.orekit.forces.relativistic   
org.orekit.parameter   
org.orekit.propagation.numerical   
 

Uses of IJacobiansParameterizable in fr.cnes.sirius.patrius.forces
 

Classes in fr.cnes.sirius.patrius.forces that implement IJacobiansParameterizable
 class ConstantThrustManeuver
          This class implements a simple maneuver with constant thrust.
 class EmpiricalForce
          This class implements the empirical force.
 class VariableThrustManeuver
          This class implements a maneuver using variable thrust and ISP.
 

Uses of IJacobiansParameterizable in fr.cnes.sirius.patrius.forces.radiation
 

Classes in fr.cnes.sirius.patrius.forces.radiation that implement IJacobiansParameterizable
 class PatriusSolarRadiationPressure
          Solar radiation pressure force model with spheroids.
 

Uses of IJacobiansParameterizable in org.orekit.forces.drag
 

Classes in org.orekit.forces.drag that implement IJacobiansParameterizable
 class DragForce
          Atmospheric drag force model.
 

Uses of IJacobiansParameterizable in org.orekit.forces.gravity
 

Classes in org.orekit.forces.gravity that implement IJacobiansParameterizable
 class BalminoAttractionModel
          Computation of central body attraction with normalized coefficients and Helmholtz Polynomials.
 class CunninghamAttractionModel
          This class represents the gravitational field of a celestial body.
 class NewtonianAttraction
          Force model for Newtonian central body attraction.
 class ThirdBodyAttraction
          Third body attraction force model.
 

Uses of IJacobiansParameterizable in org.orekit.forces.gravity.tides
 

Classes in org.orekit.forces.gravity.tides that implement IJacobiansParameterizable
 class AbstractTides
           Common handling of ForceModel methods for tides models.
 class OceanTides
          This class implements the perturbating force due to ocean tides.
 class TerrestrialTides
          This class implements the perturbating force due to terrestrial tides (deformation due to third body attraction on an aneslatic crust, ellipticity correction, frequency correction).
 

Uses of IJacobiansParameterizable in org.orekit.forces.gravity.variations
 

Classes in org.orekit.forces.gravity.variations that implement IJacobiansParameterizable
 class VariablePotentialAttractionModel
          This class represents a variable gravity field.
 

Uses of IJacobiansParameterizable in org.orekit.forces.maneuvers
 

Classes in org.orekit.forces.maneuvers that implement IJacobiansParameterizable
 class ConstantThrustError
          This class is a model of the error of a simple maneuver with constant thrust.
 

Uses of IJacobiansParameterizable in org.orekit.forces.radiation
 

Classes in org.orekit.forces.radiation that implement IJacobiansParameterizable
 class RediffusedRadiationPressure
           Class that represents a rediffused radiative force.
 class SolarRadiationPressure
          Solar radiation pressure force model.
 

Uses of IJacobiansParameterizable in org.orekit.forces.relativistic
 

Classes in org.orekit.forces.relativistic that implement IJacobiansParameterizable
 class CoriolisRelativisticEffect
          Computation of the relativistic Coriolis effect (Einstein-de-Sitter effect) - IERS2003 standard (applies to Earth only).
 class LenseThirringRelativisticEffect
          Computation of the relativistic Lense-Thirring effect - IERS2003 standard (applies to Earth only).
 class SchwarzschildRelativisticEffect
          Computation of the relativistic Schwarzschild effect.
 

Uses of IJacobiansParameterizable in org.orekit.parameter
 

Classes in org.orekit.parameter that implement IJacobiansParameterizable
 class JacobiansParameterizable
           Abstract class to define generic function of IJacobiansParameterizable.
 

Uses of IJacobiansParameterizable in org.orekit.propagation.numerical
 

Classes in org.orekit.propagation.numerical that implement IJacobiansParameterizable
 class Jacobianizer
          Class enabling basic ForceModel instances to be used when processing spacecraft state partial derivatives.
 

Methods in org.orekit.propagation.numerical that return IJacobiansParameterizable
 IJacobiansParameterizable ParameterConfiguration.getProvider()
          Get the povider handling this parameter.
 

Methods in org.orekit.propagation.numerical with parameters of type IJacobiansParameterizable
 void ParameterConfiguration.setProvider(IJacobiansParameterizable provider)
          Set the povider handling this parameter.
 



Copyright © 2017 CNES. All Rights Reserved.