Uses of Class
org.orekit.propagation.events.ElevationDetector
Packages that use ElevationDetector
Package
Description
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 ElevationDetectorModifier and TypeMethodDescriptionprotected ElevationDetectorElevationDetector.create(EventDetectionSettings detectionSettings, EventHandler newHandler) Build a new instance.FieldElevationDetector.toEventDetector(EventHandler eventHandler) Build non-Field instance.ElevationDetector.withConstantElevation(double newMinElevation) Set up the minimum elevation for detection.ElevationDetector.withElevationMask(ElevationMask newElevationMask) Set up the elevation mask for detection using the passed in mask object.ElevationDetector.withRefraction(AtmosphericRefractionModel newRefractionModel) Set up the elevation detector to use an atmospheric refraction model in its calculations.