Uses of Class
org.orekit.propagation.events.ThreeBodiesAngleDetector.BodyOrder

Packages that use ThreeBodiesAngleDetector.BodyOrder
org.orekit.propagation.events This package provides interfaces and classes dealing with events occurring during propagation. 
 

Uses of ThreeBodiesAngleDetector.BodyOrder in org.orekit.propagation.events
 

Methods in org.orekit.propagation.events that return ThreeBodiesAngleDetector.BodyOrder
static ThreeBodiesAngleDetector.BodyOrder ThreeBodiesAngleDetector.BodyOrder.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ThreeBodiesAngleDetector.BodyOrder[] ThreeBodiesAngleDetector.BodyOrder.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.orekit.propagation.events with parameters of type ThreeBodiesAngleDetector.BodyOrder
ThreeBodiesAngleDetector(PVCoordinatesProvider bodyA, PVCoordinatesProvider bodyB, ThreeBodiesAngleDetector.BodyOrder bodyC, double angle)
          Build a new three bodies angle detector with a position among the parameters.
ThreeBodiesAngleDetector(PVCoordinatesProvider bodyA, PVCoordinatesProvider bodyB, ThreeBodiesAngleDetector.BodyOrder bodyC, double angle, double maxCheck, double threshold)
          Build a new three bodies angle detector with complimentary parameters.
ThreeBodiesAngleDetector(PVCoordinatesProvider bodyA, PVCoordinatesProvider bodyB, ThreeBodiesAngleDetector.BodyOrder bodyC, double angle, double maxCheck, double threshold, EventDetector.Action action)
          Build a new three bodies angle detector with complimentary parameters.
ThreeBodiesAngleDetector(PVCoordinatesProvider bodyA, PVCoordinatesProvider bodyB, ThreeBodiesAngleDetector.BodyOrder bodyC, double angle, double maxCheck, double threshold, EventDetector.Action action, boolean remove)
          Build a new three bodies angle detector with complimentary parameters.
 



Copyright © 2016 CNES. All Rights Reserved.