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

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

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

Methods in org.orekit.propagation.events that return ExtremaThreeBodiesAngleDetector.BodyOrder
static ExtremaThreeBodiesAngleDetector.BodyOrder ExtremaThreeBodiesAngleDetector.BodyOrder.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ExtremaThreeBodiesAngleDetector.BodyOrder[] ExtremaThreeBodiesAngleDetector.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 ExtremaThreeBodiesAngleDetector.BodyOrder
ExtremaThreeBodiesAngleDetector(PVCoordinatesProvider bodyA, PVCoordinatesProvider bodyB, ExtremaThreeBodiesAngleDetector.BodyOrder bodyC, double maxCheck, double threshold, EventDetector.Action actionMin, EventDetector.Action actionMax)
          Constructor for the min and max three bodies angle detector with specified action for both minimum and maximum.
ExtremaThreeBodiesAngleDetector(PVCoordinatesProvider bodyA, PVCoordinatesProvider bodyB, ExtremaThreeBodiesAngleDetector.BodyOrder bodyC, double maxCheck, double threshold, EventDetector.Action actionMin, EventDetector.Action actionMax, boolean removeMin, boolean removeMax)
           Constructor for the min and max three bodies angle detector with specified action for both minimum and maximum.
ExtremaThreeBodiesAngleDetector(PVCoordinatesProvider bodyA, PVCoordinatesProvider bodyB, ExtremaThreeBodiesAngleDetector.BodyOrder bodyC, int extremumType)
           Simple constructor for the min and max three bodies angle detector.
ExtremaThreeBodiesAngleDetector(PVCoordinatesProvider bodyA, PVCoordinatesProvider bodyB, ExtremaThreeBodiesAngleDetector.BodyOrder bodyC, int extremumType, double maxCheck, double threshold)
           Constructor for the min and max three bodies angle detector with defined maximum check and convergence threshold.
ExtremaThreeBodiesAngleDetector(PVCoordinatesProvider bodyA, PVCoordinatesProvider bodyB, ExtremaThreeBodiesAngleDetector.BodyOrder bodyC, int extremumType, double maxCheck, double threshold, EventDetector.Action action)
           Constructor for the min and max three bodies angle detector with specified action when extrema is detected.
ExtremaThreeBodiesAngleDetector(PVCoordinatesProvider bodyA, PVCoordinatesProvider bodyB, ExtremaThreeBodiesAngleDetector.BodyOrder bodyC, int extremumType, double maxCheck, double threshold, EventDetector.Action action, boolean remove)
           Constructor for the min and max three bodies angle detector with specified action when extrema is detected.
 



Copyright © 2017 CNES. All Rights Reserved.