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 ElevationDetector |
ElevationDetector.create(double newMaxCheck,
double newThreshold,
int newMaxIter,
EventHandler<ElevationDetector> newHandler)
Build a new instance.
|
ElevationDetector |
ElevationDetector.withConstantElevation(double newMinElevation)
Setup the minimum elevation for detection.
|
ElevationDetector |
ElevationDetector.withElevationMask(ElevationMask newElevationMask)
Setup the elevation mask for detection using the passed in mask object.
|
ElevationDetector |
ElevationDetector.withRefraction(AtmosphericRefractionModel newRefractionModel)
Setup the elevation detector to use an atmospheric refraction model in its
calculations.
|
Modifier and Type | Method and Description |
---|---|
protected ElevationDetector |
ElevationDetector.create(double newMaxCheck,
double newThreshold,
int newMaxIter,
EventHandler<ElevationDetector> newHandler)
Build a new instance.
|
Copyright © 2002-2015 CS Systèmes d'information. All rights reserved.