Uses of Class
org.orekit.propagation.events.ElevationDetector
-
Packages that use ElevationDetector Package Description org.orekit.propagation.events This package provides interfaces and classes dealing with events occurring during propagation. -
-
Uses of ElevationDetector in org.orekit.propagation.events
Methods in org.orekit.propagation.events that return ElevationDetector Modifier and Type Method Description protected ElevationDetector
ElevationDetector. create(AdaptableInterval newMaxCheck, double newThreshold, int newMaxIter, EventHandler 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.
-