Uses of Interface
org.orekit.propagation.events.functions.EventFunction
-
Packages that use EventFunction Package Description 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.control.indirect.adjoint.cost
Methods in org.orekit.control.indirect.adjoint.cost that return EventFunction Modifier and Type Method Description EventFunctionControlSwitchDetector. getEventFunction()EventFunctionFieldControlSwitchDetector. getEventFunction() -
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()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()EventFunctionFieldGroundAtNightDetector. getEventFunction()EventFunctionFieldParameterDrivenDateIntervalDetector. getEventFunction()EventFunctionGroundAtNightDetector. 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. -
Uses of EventFunction in org.orekit.propagation.events.functions
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 classAbstractElevationEventFunctionAbstract class for elevation event function.classAbstractGeodeticExtremumEventFunctionAbstract class for geodetic coordinates extremum 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.classLongitudeExtremumEventFunctionClass for longitude extremum event function.classMaskedElevationEventFunctionClass for masked elevation event function.classMinimumElevationEventFunctionClass for minimum elevation event function.classNodeEventFunctionNode crossing event function.classShiftedEventFunctionShifted event function.classSingleDateEventFunctionClass representing single date detection.classTimeIntervalEventFunctionClass representing time interval crossing detection.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.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.
-