Class ElevationExtremumEventFunction
java.lang.Object
org.orekit.propagation.events.functions.AbstractTopocentricEventFunction
org.orekit.propagation.events.functions.ElevationExtremumEventFunction
- All Implemented Interfaces:
EventFunction
Event function for elevation extremum with respect to a ground point.
- Since:
- 14.0
- Author:
- Romain Serra
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T extends CalculusFieldElement<T>>
Tvalue(FieldSpacecraftState<T> s) Compute the value of the detection function.doublevalue(SpacecraftState state) Evaluate function.Methods inherited from class org.orekit.propagation.events.functions.AbstractTopocentricEventFunction
getTopocentricFrameMethods 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
-
Constructor Details
-
ElevationExtremumEventFunction
Constructor.- Parameters:
topo- topocentric frame centered on ground point
-
-
Method Details
-
value
Description copied from interface:EventFunctionEvaluate function.- Parameters:
state- spacecraft state- Returns:
- value
-
value
Compute the value of the detection function.The value is the spacecraft elevation first time derivative.
- Type Parameters:
T- field type- Parameters:
s- the current state information: date, kinematics, attitude- Returns:
- spacecraft elevation first time derivative
-