Package | Description |
---|---|
org.orekit.propagation.events |
This package provides interfaces and classes dealing with events occurring during propagation.
|
Modifier and Type | Method | Description |
---|---|---|
protected FieldElevationDetector<T> |
FieldElevationDetector.create(T newMaxCheck,
T newThreshold,
int newMaxIter,
FieldEventHandler<? super FieldElevationDetector<T>,T> newHandler) |
Build a new instance.
|
FieldElevationDetector<T> |
FieldElevationDetector.withConstantElevation(double newMinElevation) |
Setup the minimum elevation for detection.
|
FieldElevationDetector<T> |
FieldElevationDetector.withElevationMask(ElevationMask newElevationMask) |
Setup the elevation mask for detection using the passed in mask object.
|
FieldElevationDetector<T> |
FieldElevationDetector.withRefraction(AtmosphericRefractionModel newRefractionModel) |
Setup the elevation detector to use an atmospheric refraction model in its
calculations.
|
Modifier and Type | Method | Description |
---|---|---|
protected FieldElevationDetector<T> |
FieldElevationDetector.create(T newMaxCheck,
T newThreshold,
int newMaxIter,
FieldEventHandler<? super FieldElevationDetector<T>,T> newHandler) |
Build a new instance.
|
Copyright © 2002-2019 CS Systèmes d'information. All rights reserved.