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 ElevationDetectorElevationDetector. create(EventDetectionSettings detectionSettings, EventHandler newHandler)Build a new instance.ElevationDetectorElevationDetector. withConstantElevation(double newMinElevation)Setup the minimum elevation for detection.ElevationDetectorElevationDetector. withElevationMask(ElevationMask newElevationMask)Setup the elevation mask for detection using the passed in mask object.ElevationDetectorElevationDetector. withRefraction(AtmosphericRefractionModel newRefractionModel)Setup the elevation detector to use an atmospheric refraction model in its calculations.
-