Package org.orekit.propagation.events
Class FieldAbstractGeographicalDetector<D extends FieldAbstractDetector<D,T>,T extends CalculusFieldElement<T>>
java.lang.Object
org.orekit.propagation.events.FieldAbstractDetector<D,T>
org.orekit.propagation.events.FieldAbstractGeographicalDetector<D,T>
- All Implemented Interfaces:
FieldEventDetector<T>
- Direct Known Subclasses:
FieldAltitudeDetector,FieldLatitudeCrossingDetector,FieldLatitudeExtremumDetector,FieldLatitudeRangeCrossingDetector,FieldLongitudeCrossingDetector,FieldLongitudeExtremumDetector,FieldLongitudeRangeCrossingDetector
public abstract class FieldAbstractGeographicalDetector<D extends FieldAbstractDetector<D,T>,T extends CalculusFieldElement<T>>
extends FieldAbstractDetector<D,T>
Abstract class for detectors using a body shape.
- Since:
- 14.0
- Author:
- Romain Serra
- See Also:
-
Field Summary
Fields inherited from class org.orekit.propagation.events.FieldAbstractDetector
DEFAULT_MAX_CHECK, DEFAULT_MAX_ITER, DEFAULT_THRESHOLD -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedFieldAbstractGeographicalDetector(FieldEventDetectionSettings<T> detectionSettings, FieldEventHandler<T> handler, BodyShape bodyShape) Protected constructor.protectedFieldAbstractGeographicalDetector(EventFunction eventFunction, FieldEventDetectionSettings<T> detectionSettings, FieldEventHandler<T> handler, BodyShape bodyShape) Protected constructor with event function. -
Method Summary
Methods inherited from class org.orekit.propagation.events.FieldAbstractDetector
checkIfForward, create, getDetectionSettings, getEventFunction, getHandler, init, isForward, toEventDetector, withDetectionSettings, withHandler, withMaxCheck, withMaxCheck, withMaxIter, withThresholdMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.orekit.propagation.events.FieldEventDetector
finish, g, getMaxCheckInterval, getMaxIterationCount, getThreshold, reset
-
Constructor Details
-
FieldAbstractGeographicalDetector
protected FieldAbstractGeographicalDetector(EventFunction eventFunction, FieldEventDetectionSettings<T> detectionSettings, FieldEventHandler<T> handler, BodyShape bodyShape) Protected constructor with event function.- Parameters:
eventFunction- event functiondetectionSettings- event detection settingshandler- event handler to call at event occurrencesbodyShape- body shape
-
FieldAbstractGeographicalDetector
protected FieldAbstractGeographicalDetector(FieldEventDetectionSettings<T> detectionSettings, FieldEventHandler<T> handler, BodyShape bodyShape) Protected constructor.- Parameters:
detectionSettings- event detection settingshandler- event handler to call at event occurrencesbodyShape- body shape
-
-
Method Details
-
getBodyShape
Getter for the body shape.- Returns:
- shape
-