Uses of Interface
org.orekit.models.AtmosphericRefractionModel
-
Packages that use AtmosphericRefractionModel Package Description org.orekit.estimation.measurements.modifiers This package provides measurement modifier.org.orekit.models.earth This package provides models that simulate certain physical phenomena of Earth and the near-Earth environment.org.orekit.propagation.events This package provides interfaces and classes dealing with events occurring during propagation. -
-
Uses of AtmosphericRefractionModel in org.orekit.estimation.measurements.modifiers
Constructors in org.orekit.estimation.measurements.modifiers with parameters of type AtmosphericRefractionModel Constructor Description AngularRadioRefractionModifier(AtmosphericRefractionModel model)Constructor. -
Uses of AtmosphericRefractionModel in org.orekit.models.earth
Classes in org.orekit.models.earth that implement AtmosphericRefractionModel Modifier and Type Class Description classEarthStandardAtmosphereRefractionImplementation of refraction model for Earth standard atmosphere.classITURP834AtmosphericRefractionImplementation of refraction model for Earth exponential atmosphere based on ITU-R P.834 recommendation. -
Uses of AtmosphericRefractionModel in org.orekit.propagation.events
Methods in org.orekit.propagation.events that return AtmosphericRefractionModel Modifier and Type Method Description AtmosphericRefractionModelElevationDetector. getRefractionModel()Returns the currently configured refraction model.AtmosphericRefractionModelFieldElevationDetector. getRefractionModel()Returns the currently configured refraction model.Methods in org.orekit.propagation.events with parameters of type AtmosphericRefractionModel Modifier and Type Method Description ElevationDetectorElevationDetector. withRefraction(AtmosphericRefractionModel newRefractionModel)Setup the elevation detector to use an atmospheric refraction model in its calculations.FieldElevationDetector<T>FieldElevationDetector. withRefraction(AtmosphericRefractionModel newRefractionModel)Setup the elevation detector to use an atmospheric refraction model in its calculations.Constructors in org.orekit.propagation.events with parameters of type AtmosphericRefractionModel Constructor Description ElevationDetector(EventDetectionSettings detectionSettings, EventHandler handler, double minElevation, ElevationMask mask, AtmosphericRefractionModel refractionModel, TopocentricFrame topo)Protected constructor with full parameters.FieldElevationDetector(FieldEventDetectionSettings<T> detectionSettings, FieldEventHandler<T> handler, double minElevation, ElevationMask mask, AtmosphericRefractionModel refractionModel, TopocentricFrame topo)Protected constructor with full parameters.GroundAtNightDetector(TopocentricFrame groundLocation, PVCoordinatesProvider sun, double dawnDuskElevation, AtmosphericRefractionModel refractionModel)Simple constructor.GroundAtNightDetector(TopocentricFrame groundLocation, PVCoordinatesProvider sun, double dawnDuskElevation, AtmosphericRefractionModel refractionModel, EventDetectionSettings detectionSettings, EventHandler handler)Private constructor.
-