Uses of Class
org.orekit.propagation.events.FieldAbstractDetector
Packages that use FieldAbstractDetector
Package
Description
This package provides interfaces and classes dealing with events occurring during propagation.
-
Uses of FieldAbstractDetector in org.orekit.propagation.events
Classes in org.orekit.propagation.events with type parameters of type FieldAbstractDetectorModifier and TypeClassDescriptionclassFieldAbstractDetector<D extends FieldAbstractDetector<D,T>, T extends CalculusFieldElement<T>> Common parts shared by several events finders.classFieldAbstractGeographicalDetector<D extends FieldAbstractDetector<D,T>, T extends CalculusFieldElement<T>> Abstract class for detectors using a body shape.classFieldAbstractTopocentricDetector<D extends FieldAbstractDetector<D,T>, T extends CalculusFieldElement<T>> Abstract class for detectors using a topocentric frame.Subclasses of FieldAbstractDetector in org.orekit.propagation.eventsModifier and TypeClassDescriptionclassFieldAbstractGeographicalDetector<D extends FieldAbstractDetector<D,T>, T extends CalculusFieldElement<T>> Abstract class for detectors using a body shape.classFieldAbstractTopocentricDetector<D extends FieldAbstractDetector<D,T>, T extends CalculusFieldElement<T>> Abstract class for detectors using a topocentric frame.classFieldAltitudeDetector<T extends CalculusFieldElement<T>>Finder for satellite altitude crossing events.classFieldAngularSeparationDetector<T extends CalculusFieldElement<T>>Detects when spacecraft comes close to a moving beacon, as seen from a moving observer.classFieldApsideDetector<T extends CalculusFieldElement<T>>Finder for apside crossing events.classFieldBetaAngleDetector<T extends CalculusFieldElement<T>>Finder for beta angle crossing events.classFieldBooleanDetector<T extends CalculusFieldElement<T>>This class provides AND and OR operations for event detectors.classFieldCylindricalShadowEclipseDetector<T extends CalculusFieldElement<T>>Event detector for eclipses from a single, infinitely-distant light source, occulted by a spherical central body.classFieldDateDetector<T extends CalculusFieldElement<T>>Finder for date events.classFieldEclipseDetector<T extends CalculusFieldElement<T>>Finder for satellite eclipse related events.classFieldElevationDetector<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.classFieldElevationExtremumDetector<T extends CalculusFieldElement<T>>Detector for elevation extremum with respect to a ground point.classFieldExtremumAngularSeparationDetector<T extends CalculusFieldElement<T>>Detector of local extrema with angular separation.classFieldExtremumApproachDetector<T extends CalculusFieldElement<T>>Finder for extremum approach events.classFieldFunctionalDetector<T extends CalculusFieldElement<T>>A detector that implements theFieldFunctionalDetector.g(FieldSpacecraftState)function using a lambda that can be set usingFieldFunctionalDetector.withFunction(Function).classFieldGroundAtNightDetector<T extends CalculusFieldElement<T>>Detector for ground location being at night.classFieldLatitudeCrossingDetector<T extends CalculusFieldElement<T>>Detector for geographic latitude crossing.classFieldLatitudeExtremumDetector<T extends CalculusFieldElement<T>>Detector for latitude extrema.classFieldLatitudeRangeCrossingDetector<T extends CalculusFieldElement<T>>Detector for geographic latitude crossing.classFieldLongitudeCrossingDetector<T extends CalculusFieldElement<T>>Detector for geographic longitude crossing.classFieldLongitudeExtremumDetector<T extends CalculusFieldElement<T>>Detector for longitude extrema.classFieldLongitudeRangeCrossingDetector<T extends CalculusFieldElement<T>>Detector for geographic longitude crossing.classFieldNegateDetector<T extends CalculusFieldElement<T>>An event detector that negates the sign on another event detector'sgfunction.classFieldNodeDetector<T extends CalculusFieldElement<T>>Finder for node crossing events.classFieldParameterDrivenDateIntervalDetector<T extends CalculusFieldElement<T>>Detector for date intervals that may be offset thanks to parameter drivers.classFieldPlaneCrossingDetector<T extends CalculusFieldElement<T>>Finder for plane crossing events.classFieldRelativeDistanceDetector<T extends CalculusFieldElement<T>>Detector of specific value for the distance relative to another trajectory (using the Euclidean norm).classFieldSingleDateDetector<T extends CalculusFieldElement<T>>Finder for single date detection.classFieldTimeIntervalDetector<T extends CalculusFieldElement<T>>Detector for time intervals.