Uses of Interface
org.orekit.propagation.events.FieldEventDetector
-
Packages that use FieldEventDetector Package Description org.orekit.forces This package provides the interface for force models that will be used by theNumericalPropagator
, as well as some classical spacecraft models for surface forces (spherical, box and solar array ...).org.orekit.forces.drag This package provides all drag-related forces.org.orekit.forces.empirical This package provides empirical forces.org.orekit.forces.gravity This package provides all gravity-related forces.org.orekit.forces.inertia This package provides inertial force model.org.orekit.forces.maneuvers This package provides models of simple maneuvers.org.orekit.forces.maneuvers.trigger This package provides maneuver triggers' models intended to be used with classManeuver
.org.orekit.forces.radiation This package provides all radiation pressure related forces.org.orekit.propagation Propagationorg.orekit.propagation.analytical Top level package for analytical propagators.org.orekit.propagation.events This package provides interfaces and classes dealing with events occurring during propagation.org.orekit.propagation.events.handlers This package provides an interface and classes dealing with events occurrence only.org.orekit.propagation.integration Utilities for integration-based propagators (both numerical and semi-analytical).org.orekit.propagation.numerical.cr3bp Top level package for CR3BP Models used with a numerical propagator.org.orekit.propagation.semianalytical.dsst.forces This package provides force models for Draper Semi-analytical Satellite Theory (DSST). -
-
Uses of FieldEventDetector in org.orekit.forces
Methods in org.orekit.forces that return types with arguments of type FieldEventDetector Modifier and Type Method Description <T extends CalculusFieldElement<T>>
Stream<FieldEventDetector<T>>ForceModel. getFieldEventsDetectors(Field<T> field)
Get the discrete events related to the model.<T extends CalculusFieldElement<T>>
Stream<FieldEventDetector<T>>PythonAbstractForceModel. getFieldEventsDetectors(Field<T> field)
Get the discrete events related to the model.<T extends CalculusFieldElement<T>>
Stream<FieldEventDetector<T>>PythonForceModel. getFieldEventsDetectors(Field<T> field)
Get the discrete events related to the model. -
Uses of FieldEventDetector in org.orekit.forces.drag
Methods in org.orekit.forces.drag that return types with arguments of type FieldEventDetector Modifier and Type Method Description <T extends CalculusFieldElement<T>>
Stream<FieldEventDetector<T>>DragForce. getFieldEventsDetectors(Field<T> field)
Get the discrete events related to the model.<T extends CalculusFieldElement<T>>
Stream<FieldEventDetector<T>>PythonAbstractDragForceModel. getFieldEventsDetectors(Field<T> field)
Get the discrete events related to the model.<T extends CalculusFieldElement<T>>
Stream<FieldEventDetector<T>>TimeSpanDragForce. getFieldEventsDetectors(Field<T> field)
Get the discrete events related to the model. -
Uses of FieldEventDetector in org.orekit.forces.empirical
Methods in org.orekit.forces.empirical that return types with arguments of type FieldEventDetector Modifier and Type Method Description <T extends CalculusFieldElement<T>>
Stream<FieldEventDetector<T>>ParametricAcceleration. getFieldEventsDetectors(Field<T> field)
Get the discrete events related to the model.<T extends CalculusFieldElement<T>>
Stream<FieldEventDetector<T>>TimeSpanParametricAcceleration. getFieldEventsDetectors(Field<T> field)
Get the discrete events related to the model. -
Uses of FieldEventDetector in org.orekit.forces.gravity
Methods in org.orekit.forces.gravity that return types with arguments of type FieldEventDetector Modifier and Type Method Description <T extends CalculusFieldElement<T>>
Stream<FieldEventDetector<T>>DeSitterRelativity. getFieldEventsDetectors(Field<T> field)
Get the discrete events related to the model.<T extends CalculusFieldElement<T>>
Stream<FieldEventDetector<T>>HolmesFeatherstoneAttractionModel. getFieldEventsDetectors(Field<T> field)
<T extends CalculusFieldElement<T>>
Stream<FieldEventDetector<T>>LenseThirringRelativity. getFieldEventsDetectors(Field<T> field)
Get the discrete events related to the model.<T extends CalculusFieldElement<T>>
Stream<FieldEventDetector<T>>NewtonianAttraction. getFieldEventsDetectors(Field<T> field)
Get the discrete events related to the model.<T extends CalculusFieldElement<T>>
Stream<FieldEventDetector<T>>OceanTides. getFieldEventsDetectors(Field<T> field)
Get the discrete events related to the model.<T extends CalculusFieldElement<T>>
Stream<FieldEventDetector<T>>Relativity. getFieldEventsDetectors(Field<T> field)
Get the discrete events related to the model.<T extends CalculusFieldElement<T>>
Stream<FieldEventDetector<T>>SingleBodyAbsoluteAttraction. getFieldEventsDetectors(Field<T> field)
<T extends CalculusFieldElement<T>>
Stream<FieldEventDetector<T>>SingleBodyRelativeAttraction. getFieldEventsDetectors(Field<T> field)
<T extends CalculusFieldElement<T>>
Stream<FieldEventDetector<T>>SolidTides. getFieldEventsDetectors(Field<T> field)
Get the discrete events related to the model.<T extends CalculusFieldElement<T>>
Stream<FieldEventDetector<T>>ThirdBodyAttraction. getFieldEventsDetectors(Field<T> field)
Get the discrete events related to the model. -
Uses of FieldEventDetector in org.orekit.forces.inertia
Methods in org.orekit.forces.inertia that return types with arguments of type FieldEventDetector Modifier and Type Method Description <T extends CalculusFieldElement<T>>
Stream<FieldEventDetector<T>>InertialForces. getFieldEventsDetectors(Field<T> field)
Get the discrete events related to the model. -
Uses of FieldEventDetector in org.orekit.forces.maneuvers
Methods in org.orekit.forces.maneuvers that return types with arguments of type FieldEventDetector Modifier and Type Method Description <T extends CalculusFieldElement<T>>
Stream<FieldEventDetector<T>>Maneuver. getFieldEventsDetectors(Field<T> field)
Get the discrete events related to the model. -
Uses of FieldEventDetector in org.orekit.forces.maneuvers.trigger
Methods in org.orekit.forces.maneuvers.trigger with type parameters of type FieldEventDetector Modifier and Type Method Description protected <D extends FieldEventDetector<S>,S extends CalculusFieldElement<S>>
FieldAbstractDetector<D,S>DateBasedManeuverTriggers. convertIntervalDetector(Field<S> field, ParameterDrivenDateIntervalDetector detector)
Convert a primitive firing intervals detector into a field firing intervals detector.protected abstract <D extends FieldEventDetector<S>,S extends CalculusFieldElement<S>>
FieldAbstractDetector<D,S>IntervalEventTrigger. convertIntervalDetector(Field<S> field, T detector)
Convert a primitive firing intervals detector into a field firing intervals detector.<D extends FieldEventDetector<S>,S extends CalculusFieldElement<S>>
FieldAbstractDetector<D,S>PythonIntervalEventTrigger. convertIntervalDetector(Field<S> field, T detector)
Convert a primitive firing intervals detector into a field firing intervals detector.<D extends FieldEventDetector<S>,S extends CalculusFieldElement<S>>
FieldAbstractDetector<D,S>PythonStartStopEventsTrigger. convertStartDetector(Field<S> field, A detector)
Convert a primitive firing start detector into a field firing start detector.protected abstract <D extends FieldEventDetector<S>,S extends CalculusFieldElement<S>>
FieldAbstractDetector<D,S>StartStopEventsTrigger. convertStartDetector(Field<S> field, A detector)
Convert a primitive firing start detector into a field firing start detector.<D extends FieldEventDetector<S>,S extends CalculusFieldElement<S>>
FieldAbstractDetector<D,S>PythonStartStopEventsTrigger. convertStopDetector(Field<S> field, O detector)
Convert a primitive firing stop detector into a field firing stop detector.protected abstract <D extends FieldEventDetector<S>,S extends CalculusFieldElement<S>>
FieldAbstractDetector<D,S>StartStopEventsTrigger. convertStopDetector(Field<S> field, O detector)
Convert a primitive firing stop detector into a field firing stop detector.Methods in org.orekit.forces.maneuvers.trigger that return types with arguments of type FieldEventDetector Modifier and Type Method Description <T extends CalculusFieldElement<T>>
Stream<FieldEventDetector<T>>EventBasedManeuverTriggers. getFieldEventsDetectors(Field<T> field)
Get the event detectors associated with the triggers.<S extends CalculusFieldElement<S>>
Stream<FieldEventDetector<S>>IntervalEventTrigger. getFieldEventsDetectors(Field<S> field)
Get the event detectors associated with the triggers.<T extends CalculusFieldElement<T>>
Stream<FieldEventDetector<T>>ManeuverTriggers. getFieldEventsDetectors(Field<T> field)
Get the event detectors associated with the triggers.<T extends CalculusFieldElement<T>>
Stream<FieldEventDetector<T>>PythonAbstractManeuverTriggers. getFieldEventsDetectors(Field<T> field)
Get the event detectors associated with the triggers.<T extends CalculusFieldElement<T>>
Stream<FieldEventDetector<T>>PythonManeuverTriggers. getFieldEventsDetectors(Field<T> field)
Get the event detectors associated with the triggers.<S extends CalculusFieldElement<S>>
Stream<FieldEventDetector<S>>StartStopEventsTrigger. getFieldEventsDetectors(Field<S> field)
Get the event detectors associated with the triggers. -
Uses of FieldEventDetector in org.orekit.forces.radiation
Methods in org.orekit.forces.radiation that return types with arguments of type FieldEventDetector Modifier and Type Method Description <T extends CalculusFieldElement<T>>
Stream<FieldEventDetector<T>>AbstractRadiationForceModel. getFieldEventsDetectors(Field<T> field)
Get the discrete events related to the model.<T extends CalculusFieldElement<T>>
Stream<FieldEventDetector<T>>KnockeRediffusedForceModel. getFieldEventsDetectors(Field<T> field)
Get the discrete events related to the model. -
Uses of FieldEventDetector in org.orekit.propagation
Methods in org.orekit.propagation with type parameters of type FieldEventDetector Modifier and Type Method Description <D extends FieldEventDetector<T>>
voidFieldPropagator. addEventDetector(D detector)
Add an event detector.<D extends FieldEventDetector<T>>
voidPythonFieldAbstractPropagator. addEventDetector(D detector)
Add an event detector.<D extends FieldEventDetector<T>>
voidPythonFieldBoundedPropagator. addEventDetector(D detector)
Add an event detector.<D extends FieldEventDetector<T>>
voidPythonFieldPropagator. addEventDetector(D detector)
Add an event detector.Methods in org.orekit.propagation that return types with arguments of type FieldEventDetector Modifier and Type Method Description Collection<FieldEventDetector<T>>
FieldPropagator. getEventsDetectors()
Get all the events detectors that have been added.Collection<FieldEventDetector<T>>
PythonFieldAbstractPropagator. getEventsDetectors()
Get all the events detectors that have been added.Collection<FieldEventDetector<T>>
PythonFieldBoundedPropagator. getEventsDetectors()
Get all the events detectors that have been added.Collection<FieldEventDetector<T>>
PythonFieldPropagator. getEventsDetectors()
Get all the events detectors that have been added. -
Uses of FieldEventDetector in org.orekit.propagation.analytical
Methods in org.orekit.propagation.analytical with type parameters of type FieldEventDetector Modifier and Type Method Description <D extends FieldEventDetector<T>>
voidFieldAbstractAnalyticalPropagator. addEventDetector(D detector)
Add an event detector.Methods in org.orekit.propagation.analytical that return types with arguments of type FieldEventDetector Modifier and Type Method Description Collection<FieldEventDetector<T>>
FieldAbstractAnalyticalPropagator. getEventsDetectors()
Get all the events detectors that have been added. -
Uses of FieldEventDetector in org.orekit.propagation.events
Classes in org.orekit.propagation.events with type parameters of type FieldEventDetector Modifier and Type Class Description class
FieldAbstractDetector<D extends FieldEventDetector<T>,T extends CalculusFieldElement<T>>
Common parts shared by several orbital events finders.class
FieldEventState<D extends FieldEventDetector<T>,T extends CalculusFieldElement<T>>
This class handles the state for oneevent detector
during integration steps.class
PythonFieldAbstractDetector<D extends FieldEventDetector<T>,T extends CalculusFieldElement<T>>
Classes in org.orekit.propagation.events that implement FieldEventDetector Modifier and Type Class Description class
FieldAbstractDetector<D extends FieldEventDetector<T>,T extends CalculusFieldElement<T>>
Common parts shared by several orbital events finders.class
FieldAltitudeDetector<T extends CalculusFieldElement<T>>
Finder for satellite altitude crossing events.class
FieldApsideDetector<T extends CalculusFieldElement<T>>
Finder for apside crossing events.class
FieldDateDetector<T extends CalculusFieldElement<T>>
Finder for date events.class
FieldEclipseDetector<T extends CalculusFieldElement<T>>
Finder for satellite eclipse related events.class
FieldElevationDetector<T extends CalculusFieldElement<T>>
Finder for satellite raising/setting events that allows for the setting of azimuth and/or elevation bounds or a ground azimuth/elevation mask input.class
FieldFunctionalDetector<T extends CalculusFieldElement<T>>
A detector that implements theFieldFunctionalDetector.g(FieldSpacecraftState)
function using a lambda that can be set usingFieldFunctionalDetector.withFunction(Function)
.class
FieldLatitudeCrossingDetector<T extends CalculusFieldElement<T>>
Detector for geographic latitude crossing.class
FieldNodeDetector<T extends CalculusFieldElement<T>>
Finder for node crossing events.class
FieldParameterDrivenDateIntervalDetector<T extends CalculusFieldElement<T>>
Detector for date intervals that may be offset thanks to parameter drivers.class
PythonFieldAbstractDetector<D extends FieldEventDetector<T>,T extends CalculusFieldElement<T>>
class
PythonFieldEventDetector<T extends CalculusFieldElement<T>>
Methods in org.orekit.propagation.events with type parameters of type FieldEventDetector Modifier and Type Method Description <D extends FieldEventDetector<T>>
FieldEventDetector<T>FieldEventsLogger. monitorDetector(D monitoredDetector)
Monitor an event detector.Methods in org.orekit.propagation.events that return FieldEventDetector Modifier and Type Method Description FieldEventDetector<T>
FieldEventsLogger.FieldLoggedEvent. getEventDetector()
Get the event detector triggered.<D extends FieldEventDetector<T>>
FieldEventDetector<T>FieldEventsLogger. monitorDetector(D monitoredDetector)
Monitor an event detector. -
Uses of FieldEventDetector in org.orekit.propagation.events.handlers
Classes in org.orekit.propagation.events.handlers with type parameters of type FieldEventDetector Modifier and Type Class Description class
FieldContinueOnEvent<KK extends FieldEventDetector<T>,T extends CalculusFieldElement<T>>
Event handler which will always returncontinue
as a state.interface
FieldEventHandler<KK extends FieldEventDetector<T>,T extends CalculusFieldElement<T>>
An interface defining how to override event handling behavior in the standard propagator eventing classes without requiring subclassing.class
FieldRecordAndContinue<T extends FieldEventDetector<E>,E extends CalculusFieldElement<E>>
Handler that will record every time an event occurs and always returnAction.CONTINUE
.class
FieldStopOnDecreasing<KK extends FieldEventDetector<T>,T extends CalculusFieldElement<T>>
Handle a detection event and choose what to do next.class
FieldStopOnEvent<KK extends FieldEventDetector<T>,T extends CalculusFieldElement<T>>
Event handler which will always returncontinue
as a state.class
FieldStopOnIncreasing<KK extends FieldEventDetector<T>,T extends CalculusFieldElement<T>>
Handle a detection event and choose what to do next.class
PythonFieldEventHandler<KK extends FieldEventDetector<T>,T extends CalculusFieldElement<T>>
-
Uses of FieldEventDetector in org.orekit.propagation.integration
Methods in org.orekit.propagation.integration with type parameters of type FieldEventDetector Modifier and Type Method Description <D extends FieldEventDetector<T>>
voidFieldAbstractIntegratedPropagator. addEventDetector(D detector)
Add an event detector.Methods in org.orekit.propagation.integration that return types with arguments of type FieldEventDetector Modifier and Type Method Description Collection<FieldEventDetector<T>>
FieldAbstractIntegratedPropagator. getEventsDetectors()
Get all the events detectors that have been added.Methods in org.orekit.propagation.integration with parameters of type FieldEventDetector Modifier and Type Method Description protected void
FieldAbstractIntegratedPropagator. setUpEventDetector(FieldODEIntegrator<T> integ, FieldEventDetector<T> detector)
Wrap an Orekit event detector and register it to the integrator. -
Uses of FieldEventDetector in org.orekit.propagation.numerical.cr3bp
Methods in org.orekit.propagation.numerical.cr3bp that return types with arguments of type FieldEventDetector Modifier and Type Method Description <T extends CalculusFieldElement<T>>
Stream<FieldEventDetector<T>>CR3BPForceModel. getFieldEventsDetectors(Field<T> field)
-
Uses of FieldEventDetector in org.orekit.propagation.semianalytical.dsst.forces
Methods in org.orekit.propagation.semianalytical.dsst.forces that return FieldEventDetector Modifier and Type Method Description <T extends CalculusFieldElement<T>>
FieldEventDetector<T>[]DSSTAtmosphericDrag. getFieldEventsDetectors(Field<T> field)
Get the discrete events related to the model.<T extends CalculusFieldElement<T>>
FieldEventDetector<T>[]DSSTForceModel. getFieldEventsDetectors(Field<T> field)
Get the discrete events related to the model.<T extends CalculusFieldElement<T>>
FieldEventDetector<T>[]DSSTNewtonianAttraction. getFieldEventsDetectors(Field<T> field)
Get the discrete events related to the model.<T extends CalculusFieldElement<T>>
FieldEventDetector<T>[]DSSTSolarRadiationPressure. getFieldEventsDetectors(Field<T> field)
Get the discrete events related to the model.<T extends CalculusFieldElement<T>>
FieldEventDetector<T>[]DSSTTesseral. getFieldEventsDetectors(Field<T> field)
Get the discrete events related to the model.<T extends CalculusFieldElement<T>>
FieldEventDetector<T>[]DSSTThirdBody. getFieldEventsDetectors(Field<T> field)
Get the discrete events related to the model.<T extends CalculusFieldElement<T>>
FieldEventDetector<T>[]DSSTZonal. getFieldEventsDetectors(Field<T> field)
Get the discrete events related to the model.<T extends CalculusFieldElement<T>>
FieldEventDetector<T>[]PythonAbstractGaussianContribution. getFieldEventsDetectors(Field<T> field)
Get the discrete events related to the model.<T extends CalculusFieldElement<T>>
FieldEventDetector<T>[]PythonDSSTForceModel. getFieldEventsDetectors(Field<T> field)
Get the discrete events related to the model.
-