Package | Description |
---|---|
org.orekit.propagation.events |
This package provides interfaces and classes dealing with events occurring during propagation.
|
Modifier and Type | Method and Description |
---|---|
protected FieldFunctionalDetector<T> |
FieldFunctionalDetector.create(T newMaxCheck,
T newThreshold,
int newMaxIter,
FieldEventHandler<? super FieldFunctionalDetector<T>,T> newHandler) |
FieldFunctionalDetector<T> |
FieldFunctionalDetector.withFunction(Function<FieldSpacecraftState<T>,T> newGFunction)
Create a new event detector with a new g function, keeping all other attributes the
same.
|
Modifier and Type | Method and Description |
---|---|
protected FieldFunctionalDetector<T> |
FieldFunctionalDetector.create(T newMaxCheck,
T newThreshold,
int newMaxIter,
FieldEventHandler<? super FieldFunctionalDetector<T>,T> newHandler) |
Copyright © 2002-2022 CS GROUP. All rights reserved.