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:
AbstractGeographicalDetector,BodyShape
-
-
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 protectedFieldAbstractGeographicalDetector(FieldEventDetectionSettings<T> detectionSettings, FieldEventHandler<T> handler, BodyShape bodyShape)Protected constructor with full parameters.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BodyShapegetBodyShape()Getter for the body shape.-
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
dependsOnMainVariablesOnly, dependsOnTimeOnly, finish, g, getMaxCheckInterval, getMaxIterationCount, getThreshold, reset
-
-
-
-
Constructor Detail
-
FieldAbstractGeographicalDetector
protected FieldAbstractGeographicalDetector(FieldEventDetectionSettings<T> detectionSettings, FieldEventHandler<T> handler, BodyShape bodyShape)
Protected constructor with full parameters.- Parameters:
detectionSettings- event detection settingshandler- event handler to call at event occurrencesbodyShape- body sshape
-
-
Method Detail
-
getBodyShape
public BodyShape getBodyShape()
Getter for the body shape.- Returns:
- shape
-
-