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 BetaAngleDetector
BetaAngleDetector. create(AdaptableInterval newMaxCheck, double newThreshold, int newMaxIter, EventHandler newHandler)
Build a new instance.BetaAngleDetector
BetaAngleDetector. withBetaThreshold(double newBetaAngleThreshold)
Create a new instance with the provided beta angle threshold.BetaAngleDetector
BetaAngleDetector. withCelestialProvider(PVCoordinatesProvider newProvider)
Create a new instance with the provided coordinate provider.BetaAngleDetector
BetaAngleDetector. withInertialFrame(Frame newFrame)
Create a new instance with the provided inertial frame.
-