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.gravity This package provides all gravity-related forces.org.orekit.forces.maneuvers This package provides models of simple maneuvers.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). -
-
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 org.hipparchus.RealFieldElement<T>>
Stream<FieldEventDetector<T>>AbstractParametricAcceleration. getFieldEventsDetectors(org.hipparchus.Field<T> field)
Get the discrete events related to the model.<T extends org.hipparchus.RealFieldElement<T>>
Stream<FieldEventDetector<T>>ForceModel. getFieldEventsDetectors(org.hipparchus.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 org.hipparchus.RealFieldElement<T>>
Stream<FieldEventDetector<T>>DragForce. getFieldEventsDetectors(org.hipparchus.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 org.hipparchus.RealFieldElement<T>>
Stream<FieldEventDetector<T>>HolmesFeatherstoneAttractionModel. getFieldEventsDetectors(org.hipparchus.Field<T> field)
<T extends org.hipparchus.RealFieldElement<T>>
Stream<FieldEventDetector<T>>NewtonianAttraction. getFieldEventsDetectors(org.hipparchus.Field<T> field)
Get the discrete events related to the model.<T extends org.hipparchus.RealFieldElement<T>>
Stream<FieldEventDetector<T>>OceanTides. getFieldEventsDetectors(org.hipparchus.Field<T> field)
Get the discrete events related to the model.<T extends org.hipparchus.RealFieldElement<T>>
Stream<FieldEventDetector<T>>Relativity. getFieldEventsDetectors(org.hipparchus.Field<T> field)
Get the discrete events related to the model.<T extends org.hipparchus.RealFieldElement<T>>
Stream<FieldEventDetector<T>>SolidTides. getFieldEventsDetectors(org.hipparchus.Field<T> field)
Get the discrete events related to the model.<T extends org.hipparchus.RealFieldElement<T>>
Stream<FieldEventDetector<T>>ThirdBodyAttraction. getFieldEventsDetectors(org.hipparchus.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 org.hipparchus.RealFieldElement<T>>
Stream<FieldEventDetector<T>>ConstantThrustManeuver. getFieldEventsDetectors(org.hipparchus.Field<T> field)
Get the discrete events related to the model. -
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 org.hipparchus.RealFieldElement<T>>
Stream<FieldEventDetector<T>>SolarRadiationPressure. getFieldEventsDetectors(org.hipparchus.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 abstract <D extends FieldEventDetector<T>>
voidFieldAbstractPropagator. addEventDetector(D detector)
Add an event detector.<D extends FieldEventDetector<T>>
voidFieldPropagator. 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 abstract Collection<FieldEventDetector<T>>
FieldAbstractPropagator. getEventsDetectors()
Get all the events detectors that have been added.Collection<FieldEventDetector<T>>
FieldPropagator. 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 org.hipparchus.RealFieldElement<T>>
Common parts shared by several orbital events finders.class
FieldEventState<D extends FieldEventDetector<T>,T extends org.hipparchus.RealFieldElement<T>>
This class handles the state for oneevent detector
during integration steps.Classes in org.orekit.propagation.events that implement FieldEventDetector Modifier and Type Class Description class
FieldAbstractDetector<D extends FieldEventDetector<T>,T extends org.hipparchus.RealFieldElement<T>>
Common parts shared by several orbital events finders.class
FieldAltitudeDetector<T extends org.hipparchus.RealFieldElement<T>>
Finder for satellite altitude crossing events.class
FieldApsideDetector<T extends org.hipparchus.RealFieldElement<T>>
Finder for apside crossing events.class
FieldDateDetector<T extends org.hipparchus.RealFieldElement<T>>
Finder for date events.class
FieldEclipseDetector<T extends org.hipparchus.RealFieldElement<T>>
Finder for satellite eclipse related events.class
FieldElevationDetector<T extends org.hipparchus.RealFieldElement<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
FieldNodeDetector<T extends org.hipparchus.RealFieldElement<T>>
Finder for node crossing events.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 org.hipparchus.RealFieldElement<T>>
Event handler which will always returncontinue
as a state.interface
FieldEventHandler<KK extends FieldEventDetector<T>,T extends org.hipparchus.RealFieldElement<T>>
An interface defining how to override event handling behavior in the standard propagator eventing classes without requiring subclassing.class
FieldStopOnDecreasing<KK extends FieldEventDetector<T>,T extends org.hipparchus.RealFieldElement<T>>
Handle a detection event and choose what to do next.class
FieldStopOnEvent<KK extends FieldEventDetector<T>,T extends org.hipparchus.RealFieldElement<T>>
Event handler which will always returncontinue
as a state.class
FieldStopOnIncreasing<KK extends FieldEventDetector<T>,T extends org.hipparchus.RealFieldElement<T>>
Handle a detection event and choose what to do next. -
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(org.hipparchus.ode.FieldODEIntegrator<T> integ, FieldEventDetector<T> detector)
Wrap an Orekit event detector and register it to the integrator.
-