Uses of Enum Class
org.orekit.propagation.events.FilterType
Packages that use FilterType
Package
Description
This package provides interfaces and classes dealing with events occurring during propagation.
-
Uses of FilterType in org.orekit.propagation.events
Methods in org.orekit.propagation.events that return FilterTypeModifier and TypeMethodDescriptionEventSlopeFilter.getFilterType()Get filter type.FieldEventSlopeFilter.getFilterType()Get filter type.static FilterTypeReturns the enum constant of this class with the specified name.static FilterType[]FilterType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.orekit.propagation.events with parameters of type FilterTypeModifierConstructorDescriptionEventSlopeFilter(EventDetectionSettings detectionSettings, T rawDetector, FilterType filterType) Constructor with full parameters.EventSlopeFilter(T rawDetector, FilterType filter) Wrap anevent detector.FieldEventSlopeFilter(D rawDetector, FilterType filterType) Wrap anevent detector.FieldEventSlopeFilter(FieldEventDetectionSettings<T> detectionSettings, D rawDetector, FilterType filterType) Constructor with full parameters.