Package org.orekit.propagation.events
Class AbstractGeographicalDetector<T extends AbstractDetector<T>>
- java.lang.Object
-
- org.orekit.propagation.events.AbstractDetector<T>
-
- org.orekit.propagation.events.AbstractGeographicalDetector<T>
-
- All Implemented Interfaces:
EventDetector
- Direct Known Subclasses:
AbstractGeodeticExtremumDetector,AltitudeDetector,LatitudeCrossingDetector,LatitudeRangeCrossingDetector,LongitudeCrossingDetector,LongitudeRangeCrossingDetector
public abstract class AbstractGeographicalDetector<T extends AbstractDetector<T>> extends AbstractDetector<T>
Abstract class for detectors using a body shape.- Since:
- 14.0
- Author:
- Romain Serra
- See Also:
BodyShape
-
-
Field Summary
-
Fields inherited from class org.orekit.propagation.events.AbstractDetector
DEFAULT_MAX_CHECK, DEFAULT_MAX_ITER, DEFAULT_THRESHOLD
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractGeographicalDetector(EventDetectionSettings detectionSettings, EventHandler handler, BodyShape bodyShape)Protected constructor with full parameters.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BodyShapegetBodyShape()Get the body shape.-
Methods inherited from class org.orekit.propagation.events.AbstractDetector
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.EventDetector
dependsOnMainVariablesOnly, dependsOnTimeOnly, finish, g, getMaxCheckInterval, getMaxIterationCount, getThreshold, reset
-
-
-
-
Constructor Detail
-
AbstractGeographicalDetector
protected AbstractGeographicalDetector(EventDetectionSettings detectionSettings, EventHandler handler, BodyShape bodyShape)
Protected constructor with full parameters.- Parameters:
detectionSettings- detection settingshandler- event handler to call at event occurrencesbodyShape- body shape with respect to which altitude should be evaluated- Since:
- 13.0
-
-
Method Detail
-
getBodyShape
public BodyShape getBodyShape()
Get the body shape.- Returns:
- the body shape
-
-