Class AbstractTopocentricEventFunction
java.lang.Object
org.orekit.propagation.events.functions.AbstractTopocentricEventFunction
- All Implemented Interfaces:
EventFunction
- Direct Known Subclasses:
AbstractElevationCrossingFunction,ElevationExtremumEventFunction,GroundAtNightEventFunction
Abstract class for topocentric event function.
- Since:
- 14.0
- Author:
- Romain Serra
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor. -
Method Summary
Modifier and TypeMethodDescriptionGetter for the topocentric frame.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.orekit.propagation.events.functions.EventFunction
dependsOnMainVariablesOnly, dependsOnTimeOnly, value, value
-
Constructor Details
-
AbstractTopocentricEventFunction
Constructor.- Parameters:
topo- reference to a topocentric model
-
-
Method Details
-
getTopocentricFrame
Getter for the topocentric frame.- Returns:
- frame
-