Package org.orekit.propagation.events
Class FieldAbstractTopocentricDetector<D extends FieldAbstractDetector<D,T>,T extends CalculusFieldElement<T>>
- java.lang.Object
-
- org.orekit.propagation.events.FieldAbstractDetector<D,T>
-
- org.orekit.propagation.events.FieldAbstractTopocentricDetector<D,T>
-
- All Implemented Interfaces:
FieldEventDetector<T>
- Direct Known Subclasses:
FieldElevationDetector
,FieldElevationExtremumDetector
,FieldGroundAtNightDetector
public abstract class FieldAbstractTopocentricDetector<D extends FieldAbstractDetector<D,T>,T extends CalculusFieldElement<T>> extends FieldAbstractDetector<D,T>
Abstract class for detectors using a topocentric frame.- Since:
- 13.1
- Author:
- Romain Serra
- See Also:
AbstractTopocentricDetector
,TopocentricFrame
-
-
Field Summary
-
Fields inherited from class org.orekit.propagation.events.FieldAbstractDetector
DEFAULT_MAX_CHECK, DEFAULT_MAX_ITER, DEFAULT_THRESHOLD
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
FieldAbstractTopocentricDetector(FieldEventDetectionSettings<T> detectionSettings, FieldEventHandler<T> handler, TopocentricFrame topocentricFrame)
Protected constructor with full parameters.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TopocentricFrame
getTopocentricFrame()
Getter for the topocentric frame.-
Methods inherited from class org.orekit.propagation.events.FieldAbstractDetector
checkIfForward, create, getDetectionSettings, getHandler, init, isForward, withDetectionSettings, withHandler, withMaxCheck, withMaxCheck, withMaxIter, withThreshold
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.orekit.propagation.events.FieldEventDetector
dependsOnTimeOnly, finish, g, getMaxCheckInterval, getMaxIterationCount, getThreshold, reset
-
-
-
-
Constructor Detail
-
FieldAbstractTopocentricDetector
protected FieldAbstractTopocentricDetector(FieldEventDetectionSettings<T> detectionSettings, FieldEventHandler<T> handler, TopocentricFrame topocentricFrame)
Protected constructor with full parameters.- Parameters:
detectionSettings
- event detection settingshandler
- event handler to call at event occurrencestopocentricFrame
- topocentric frame
-
-
Method Detail
-
getTopocentricFrame
public TopocentricFrame getTopocentricFrame()
Getter for the topocentric frame.- Returns:
- frame
-
-