Uses of Class
org.orekit.propagation.events.FieldElevationDetector
Packages that use FieldElevationDetector
Package
Description
This package provides interfaces and classes dealing with events occurring during propagation.
-
Uses of FieldElevationDetector in org.orekit.propagation.events
Methods in org.orekit.propagation.events that return FieldElevationDetectorModifier and TypeMethodDescriptionprotected FieldElevationDetector<T> FieldElevationDetector.create(FieldEventDetectionSettings<T> detectionSettings, FieldEventHandler<T> newHandler) Build a new instance.FieldElevationDetector.withConstantElevation(double newMinElevation) Setup the minimum elevation for detection.FieldElevationDetector.withElevationMask(ElevationMask newElevationMask) Setup the elevation mask for detection using the passed in mask object.FieldElevationDetector.withRefraction(AtmosphericRefractionModel newRefractionModel) Setup the elevation detector to use an atmospheric refraction model in its calculations.