Uses of Class
org.orekit.utils.ElevationMask
-
Packages that use ElevationMask Package Description org.orekit.gnss This package provides classes related to GNSS applications.org.orekit.propagation.events This package provides interfaces and classes dealing with events occurring during propagation. -
-
Uses of ElevationMask in org.orekit.gnss
Methods in org.orekit.gnss that return ElevationMask Modifier and Type Method Description ElevationMask
DOPComputer. getElevationMask()
Get the elevation mask.Methods in org.orekit.gnss with parameters of type ElevationMask Modifier and Type Method Description DOPComputer
DOPComputer. withElevationMask(ElevationMask newElevationMask)
Set the elevation mask. -
Uses of ElevationMask in org.orekit.propagation.events
Methods in org.orekit.propagation.events that return ElevationMask Modifier and Type Method Description ElevationMask
ElevationDetector. getElevationMask()
Returns the currently configured elevation mask.ElevationMask
FieldElevationDetector. getElevationMask()
Returns the currently configured elevation mask.Methods in org.orekit.propagation.events with parameters of type ElevationMask Modifier and Type Method Description ElevationDetector
ElevationDetector. withElevationMask(ElevationMask newElevationMask)
Setup the elevation mask for detection using the passed in mask object.FieldElevationDetector<T>
FieldElevationDetector. withElevationMask(ElevationMask newElevationMask)
Setup the elevation mask for detection using the passed in mask object.Constructors in org.orekit.propagation.events with parameters of type ElevationMask Constructor Description ElevationDetector(AdaptableInterval maxCheck, double threshold, int maxIter, EventHandler handler, double minElevation, ElevationMask mask, AtmosphericRefractionModel refractionModel, TopocentricFrame topo)
Protected constructor with full parameters.FieldElevationDetector(FieldAdaptableInterval<T> maxCheck, T threshold, int maxIter, FieldEventHandler<T> handler, double minElevation, ElevationMask mask, AtmosphericRefractionModel refractionModel, TopocentricFrame topo)
Deprecated.as of 12.2FieldElevationDetector(FieldEventDetectionSettings<T> detectionSettings, FieldEventHandler<T> handler, double minElevation, ElevationMask mask, AtmosphericRefractionModel refractionModel, TopocentricFrame topo)
Protected constructor with full parameters.
-