Uses of Class
org.orekit.propagation.events.FieldBetaAngleDetector
-
Packages that use FieldBetaAngleDetector Package Description org.orekit.propagation.events This package provides interfaces and classes dealing with events occurring during propagation. -
-
Uses of FieldBetaAngleDetector in org.orekit.propagation.events
Methods in org.orekit.propagation.events that return FieldBetaAngleDetector Modifier and Type Method Description protected FieldBetaAngleDetector<T>
FieldBetaAngleDetector. create(FieldAdaptableInterval<T> newMaxCheck, T newThreshold, int newMaxIter, FieldEventHandler<T> newHandler)
Build a new instance.FieldBetaAngleDetector<T>
FieldBetaAngleDetector. withBetaThreshold(T newBetaAngleThreshold)
Create a new instance with the provided beta angle threshold.FieldBetaAngleDetector<T>
FieldBetaAngleDetector. withCelestialProvider(FieldPVCoordinatesProvider<T> newProvider)
Create a new instance with the provided coordinate provider.FieldBetaAngleDetector<T>
FieldBetaAngleDetector. withInertialFrame(Frame newFrame)
Create a new instance with the provided inertial frame.
-