Uses of Interface
org.orekit.propagation.events.functions.EventFunction
-
Packages that use EventFunction Package Description org.orekit.attitudes This package provides classes to represent simple attitudes.org.orekit.control.indirect.adjoint.cost This package provides routines to model the control cost in adjoint equations as in the Pontryagin Maximum Principle.org.orekit.propagation.events This package provides interfaces and classes dealing with events occurring during propagation.org.orekit.propagation.events.functions This package provides built-in implementations ofEventFunction. -
-
Uses of EventFunction in org.orekit.attitudes
Methods in org.orekit.attitudes that return EventFunction Modifier and Type Method Description EventFunctionAttitudesSequence.Switch. getEventFunction() -
Uses of EventFunction in org.orekit.control.indirect.adjoint.cost
Classes in org.orekit.control.indirect.adjoint.cost that implement EventFunction Modifier and Type Class Description classControlSwitchFunctionAbstract class for event function representing a control switch.classFieldAbstractCartesianCost.FieldSwitchFunctionClass for control switch function involving Field.Methods in org.orekit.control.indirect.adjoint.cost that return EventFunction Modifier and Type Method Description EventFunctionFieldAbstractCartesianCost.FieldSwitchFunction. getBaseFunction() -
Uses of EventFunction in org.orekit.propagation.events
Methods in org.orekit.propagation.events that return EventFunction Modifier and Type Method Description EventFunctionAbstractDetector. getEventFunction()EventFunctionDateDetector. getEventFunction()default EventFunctionDetectorModifier. getEventFunction()Get the event function.default EventFunctionEventDetector. getEventFunction()Get the event function.EventFunctionEventEnablingPredicateFilter. getEventFunction()Get the event function.EventFunctionEventShifter. getEventFunction()Get the event function.EventFunctionEventSlopeFilter. getEventFunction()Get the event function.EventFunctionFieldAbstractDetector. getEventFunction()EventFunctionFieldDateDetector. getEventFunction()default EventFunctionFieldDetectorModifier. getEventFunction()Get the event function.default EventFunctionFieldEventDetector. getEventFunction()Get the event function.EventFunctionFieldEventEnablingPredicateFilter. getEventFunction()Get the event function.EventFunctionFieldEventShifter. getEventFunction()EventFunctionFieldEventSlopeFilter. getEventFunction()EventFunctionFieldLongitudeCrossingDetector. getEventFunction()EventFunctionFieldParameterDrivenDateIntervalDetector. getEventFunction()EventFunctionLongitudeCrossingDetector. getEventFunction()EventFunctionParameterDrivenDateIntervalDetector. getEventFunction()Methods in org.orekit.propagation.events with parameters of type EventFunction Modifier and Type Method Description static EventDetectorEventDetector. of(EventFunction eventFunction)Builds instance from event function only.static EventDetectorEventDetector. of(EventFunction eventFunction, EventHandler eventHandler)Builds instance from event function and handler.static EventDetectorEventDetector. of(EventFunction eventFunction, EventHandler eventHandler, EventDetectionSettings eventDetectionSettings)Builds instance from event function, handler and detection settings.static <S extends CalculusFieldElement<S>>
FieldEventDetector<S>FieldEventDetector. of(EventFunction eventFunction, FieldEventHandler<S> eventHandler, FieldEventDetectionSettings<S> eventDetectionSettings)Builds instance from event function, handler and detection settings.Constructors in org.orekit.propagation.events with parameters of type EventFunction Constructor Description AbstractDetector(EventFunction eventFunction, EventDetectionSettings detectionSettings, EventHandler handler)Build a new instance.AbstractGeographicalDetector(EventFunction eventFunction, EventDetectionSettings detectionSettings, EventHandler handler, BodyShape bodyShape)Protected constructor with full parameters.AbstractTopocentricDetector(EventFunction eventFunction, EventDetectionSettings detectionSettings, EventHandler handler, TopocentricFrame topocentricFrame)Protected constructor with full parameters.FieldAbstractDetector(EventFunction eventFunction, FieldEventDetectionSettings<T> detectionSettings, FieldEventHandler<T> handler)Build a new instance with an event function.FieldAbstractGeographicalDetector(EventFunction eventFunction, FieldEventDetectionSettings<T> detectionSettings, FieldEventHandler<T> handler, BodyShape bodyShape)Protected constructor with event function.FieldAbstractTopocentricDetector(EventFunction eventFunction, FieldEventDetectionSettings<T> detectionSettings, FieldEventHandler<T> handler, TopocentricFrame topocentricFrame)Protected constructor with full parameters. -
Uses of EventFunction in org.orekit.propagation.events.functions
Classes in org.orekit.propagation.events.functions with type parameters of type EventFunction Modifier and Type Class Description classNegateEventFunction<S extends EventFunction>Negated event function.Subinterfaces of EventFunction in org.orekit.propagation.events.functions Modifier and Type Interface Description interfaceEventFunctionModifierEvent function modifier.Classes in org.orekit.propagation.events.functions that implement EventFunction Modifier and Type Class Description classAbstractElevationCrossingFunctionAbstract class for elevation crossing event function.classAbstractGeodeticEventFunctionAbstract class for event function related to geodetic coordinates.classAbstractGeodeticExtremumEventFunctionAbstract class for geodetic coordinates extremum event function.classAbstractTopocentricEventFunctionAbstract class for topocentric event function.classAltitudeEventFunctionClass for geodetic altitude value-crossing event function.classApsideEventFunctionApside crossing event function.classBooleanEventFunctionThis class provides AND and OR operations for event functions.classElevationExtremumEventFunctionEvent function for elevation extremum with respect to a ground point.classGroundAtNightEventFunctionEvent function for ground location being at night.classLatitudeExtremumEventFunctionClass for geodetic latitude extremum event function.classLatitudeValueCrossingEventFunctionClass for geodetic latitude value-crossing event function.classLongitudeExtremumEventFunctionClass for longitude extremum event function.classLongitudeValueCrossingEventFunctionClass for longitude value-crossing event function.classMaskedElevationEventFunctionClass for masked elevation event function.classMinimumElevationEventFunctionClass for minimum elevation event function.classNegateEventFunction<S extends EventFunction>Negated event function.classNodeEventFunctionNode crossing event function.classPenumbraEventFunctionClass for penumbra event with conical shadows from ellipsoidal occulting bodies.classShiftedEventFunctionTime-shifted event function.classSingleDateEventFunctionClass representing single date detection.classTimeIntervalEventFunctionClass representing time interval crossing detection.classUmbraEventFunctionClass for umbra event with conical shadows from ellipsoidal occulting bodies.Methods in org.orekit.propagation.events.functions that return EventFunction Modifier and Type Method Description EventFunctionEventFunctionModifier. getBaseFunction()EventFunctionShiftedEventFunction. getBaseFunction()static <T extends CalculusFieldElement<T>>
EventFunctionEventFunction. of(Field<T> field, Function<FieldSpacecraftState<T>,T> fieldStateFunction)Builds an instance from a mapping with a single Field.Methods in org.orekit.propagation.events.functions with parameters of type EventFunction Modifier and Type Method Description static <S extends CalculusFieldElement<S>>
EventFunctionModifierEventFunctionModifier. addFieldValue(EventFunction eventFunction, S increment)static EventFunctionModifierEventFunctionModifier. addReal(EventFunction eventFunction, double increment)Method parameters in org.orekit.propagation.events.functions with type arguments of type EventFunction Modifier and Type Method Description static BooleanEventFunctionBooleanEventFunction. andCombine(List<EventFunction> eventFunctions)Builds an AND instance.static BooleanEventFunctionBooleanEventFunction. orCombine(List<EventFunction> eventFunctions)Builds an OR instance.Constructors in org.orekit.propagation.events.functions with parameters of type EventFunction Constructor Description ShiftedEventFunction(EventFunction baseFunction, double timeShift)Constructor.
-