Uses of Class
org.orekit.propagation.events.BetaAngleDetector
-
Packages that use BetaAngleDetector Package Description org.orekit.propagation.events This package provides interfaces and classes dealing with events occurring during propagation. -
-
Uses of BetaAngleDetector in org.orekit.propagation.events
Methods in org.orekit.propagation.events that return BetaAngleDetector Modifier and Type Method Description protected BetaAngleDetectorBetaAngleDetector. create(EventDetectionSettings detectionSettings, EventHandler newHandler)Build a new instance.BetaAngleDetectorBetaAngleDetector. withBetaThreshold(double newBetaAngleThreshold)Create a new instance with the provided beta angle threshold.BetaAngleDetectorBetaAngleDetector. withCelestialProvider(PVCoordinatesProvider newProvider)Create a new instance with the provided coordinate provider.BetaAngleDetectorBetaAngleDetector. withInertialFrame(Frame newFrame)Create a new instance with the provided inertial frame.
-