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 ExtremumApproachDetector |
ExtremumApproachDetector.create(double newMaxCheck,
double newThreshold,
int newMaxIter,
EventHandler<? super ExtremumApproachDetector> newHandler)
Build a new instance.
|
Modifier and Type | Method and Description |
---|---|
protected ExtremumApproachDetector |
ExtremumApproachDetector.create(double newMaxCheck,
double newThreshold,
int newMaxIter,
EventHandler<? super ExtremumApproachDetector> newHandler)
Build a new instance.
|
Constructor and Description |
---|
ExtremumApproachDetector(double maxCheck,
double threshold,
int maxIter,
EventHandler<? super ExtremumApproachDetector> handler,
PVCoordinatesProvider secondaryPVProvider)
Constructor.
|
Copyright © 2002-2023 CS GROUP. All rights reserved.