Package | Description |
---|---|
org.orekit.propagation.events |
This package provides interfaces and classes dealing with events occurring during propagation.
|
Modifier and Type | Method | Description |
---|---|---|
protected FunctionalDetector |
FunctionalDetector.create(double newMaxCheck,
double newThreshold,
int newMaxIter,
EventHandler<? super FunctionalDetector> newHandler) |
|
FunctionalDetector |
FunctionalDetector.withFunction(ToDoubleFunction<SpacecraftState> newGFunction) |
Create a new event detector with a new g function, keeping all other attributes the
same.
|
FunctionalDetector |
FunctionalDetector.withGFunction(FunctionalDetector.GFunction newGFunction) |
Deprecated.
Use
withFunction(ToDoubleFunction) instead. Will be removed in
next major release. |
Modifier and Type | Method | Description |
---|---|---|
protected FunctionalDetector |
FunctionalDetector.create(double newMaxCheck,
double newThreshold,
int newMaxIter,
EventHandler<? super FunctionalDetector> newHandler) |
Copyright © 2002-2019 CS Systèmes d'information. All rights reserved.