Uses of Class
org.orekit.propagation.events.FieldBetaAngleDetector
Packages that use FieldBetaAngleDetector
Package
Description
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 FieldBetaAngleDetectorModifier and TypeMethodDescriptionprotected FieldBetaAngleDetector<T> FieldBetaAngleDetector.create(FieldEventDetectionSettings<T> detectionSettings, FieldEventHandler<T> newHandler) Build a new instance.FieldBetaAngleDetector.withBetaThreshold(T newBetaAngleThreshold) Create a new instance with the provided beta angle threshold.FieldBetaAngleDetector.withCelestialProvider(FieldPVCoordinatesProvider<T> newProvider) Create a new instance with the provided coordinate provider.FieldBetaAngleDetector.withInertialFrame(Frame newFrame) Create a new instance with the provided inertial frame.