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 FieldEclipseDetector<T> |
FieldEclipseDetector.create(T newMaxCheck,
T newThreshold,
int nawMaxIter,
FieldEventHandler<? super FieldEclipseDetector<T>,T> newHandler)
Build a new instance.
|
FieldEclipseDetector<T> |
FieldEclipseDetector.withPenumbra()
Setup the detector to penumbra detection.
|
FieldEclipseDetector<T> |
FieldEclipseDetector.withUmbra()
Setup the detector to full umbra detection.
|
Modifier and Type | Method and Description |
---|---|
protected FieldEclipseDetector<T> |
FieldEclipseDetector.create(T newMaxCheck,
T newThreshold,
int nawMaxIter,
FieldEventHandler<? super FieldEclipseDetector<T>,T> newHandler)
Build a new instance.
|
Copyright © 2002-2022 CS GROUP. All rights reserved.