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.org.orekit.propagation.events.functions This package provides built-in implementations ofEventFunction. -
-
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.FieldGroundAtNightDetector(TopocentricFrame topocentricFrame, ExtendedPositionProvider sun, T dawnDuskElevation, AtmosphericRefractionModel refractionModel)Simple constructor.FieldGroundAtNightDetector(TopocentricFrame topocentricFrame, ExtendedPositionProvider sun, T dawnDuskElevation, AtmosphericRefractionModel refractionModel, FieldEventDetectionSettings<T> detectionSettings, FieldEventHandler<T> handler)Private constructor.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. -
Uses of AtmosphericRefractionModel in org.orekit.propagation.events.functions
Methods in org.orekit.propagation.events.functions that return AtmosphericRefractionModel Modifier and Type Method Description AtmosphericRefractionModelAbstractElevationEventFunction. getRefractionModel()Returns the currently configured refraction model.Constructors in org.orekit.propagation.events.functions with parameters of type AtmosphericRefractionModel Constructor Description AbstractElevationEventFunction(AtmosphericRefractionModel refractionModel, TopocentricFrame topo)Constructor.GroundAtNightEventFunction(TopocentricFrame topocentricFrame, ExtendedPositionProvider sun, double dawnDuskElevation, AtmosphericRefractionModel refractionModel)Private constructor.MaskedElevationEventFunction(AtmosphericRefractionModel refractionModel, TopocentricFrame topo, ElevationMask elevationMask)Constructor.MinimumElevationEventFunction(AtmosphericRefractionModel refractionModel, TopocentricFrame topo, double minimumElevation)Constructor.
-