Class AbstractTopocentricEventFunction
- java.lang.Object
-
- org.orekit.propagation.events.functions.AbstractTopocentricEventFunction
-
- All Implemented Interfaces:
EventFunction
- Direct Known Subclasses:
AbstractElevationCrossingFunction,ElevationExtremumEventFunction,GroundAtNightEventFunction
public abstract class AbstractTopocentricEventFunction extends Object implements EventFunction
Abstract class for topocentric event function.- Since:
- 14.0
- Author:
- Romain Serra
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractTopocentricEventFunction(TopocentricFrame topo)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TopocentricFramegetTopocentricFrame()Getter for the topocentric frame.-
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.functions.EventFunction
dependsOnMainVariablesOnly, dependsOnTimeOnly, value, value
-
-
-
-
Constructor Detail
-
AbstractTopocentricEventFunction
protected AbstractTopocentricEventFunction(TopocentricFrame topo)
Constructor.- Parameters:
topo- reference to a topocentric model
-
-
Method Detail
-
getTopocentricFrame
public TopocentricFrame getTopocentricFrame()
Getter for the topocentric frame.- Returns:
- frame
-
-