Uses of Class
org.orekit.propagation.events.FieldElevationDetector
-
Packages that use FieldElevationDetector Package Description org.orekit.propagation.events 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 FieldElevationDetector Modifier and Type Method Description protected FieldElevationDetector<T>
FieldElevationDetector. create(T newMaxCheck, T newThreshold, int newMaxIter, FieldEventHandler<? super FieldElevationDetector<T>,T> newHandler)
Build a new instance.FieldElevationDetector<T>
FieldElevationDetector. withConstantElevation(double newMinElevation)
Setup the minimum elevation for detection.FieldElevationDetector<T>
FieldElevationDetector. withElevationMask(ElevationMask newElevationMask)
Setup the elevation mask for detection using the passed in mask object.FieldElevationDetector<T>
FieldElevationDetector. withRefraction(AtmosphericRefractionModel newRefractionModel)
Setup the elevation detector to use an atmospheric refraction model in its calculations.Method parameters in org.orekit.propagation.events with type arguments of type FieldElevationDetector Modifier and Type Method Description protected FieldElevationDetector<T>
FieldElevationDetector. create(T newMaxCheck, T newThreshold, int newMaxIter, FieldEventHandler<? super FieldElevationDetector<T>,T> newHandler)
Build a new instance.
-