Uses of Class
org.orekit.propagation.events.FieldAbstractDetector
-
Packages that use FieldAbstractDetector Package Description org.orekit.propagation.events This package provides interfaces and classes dealing with events occurring during propagation. -
-
Uses of FieldAbstractDetector in org.orekit.propagation.events
Subclasses of FieldAbstractDetector in org.orekit.propagation.events Modifier and Type Class Description 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.
-