Uses of Interface
org.orekit.models.AtmosphericRefractionModel
Packages that use AtmosphericRefractionModel
Package
Description
This package provides measurement modifier.
This package provides models that simulate certain physical phenomena
of Earth and the near-Earth environment.
This package provides interfaces and classes dealing with events occurring during propagation.
This package provides built-in implementations of
EventFunction.-
Uses of AtmosphericRefractionModel in org.orekit.estimation.measurements.modifiers
Constructors in org.orekit.estimation.measurements.modifiers with parameters of type AtmosphericRefractionModelModifierConstructorDescriptionConstructor. -
Uses of AtmosphericRefractionModel in org.orekit.models.earth
Classes in org.orekit.models.earth that implement AtmosphericRefractionModelModifier and TypeClassDescriptionclassImplementation of refraction model for Earth standard atmosphere.classImplementation 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 AtmosphericRefractionModelModifier and TypeMethodDescriptionElevationDetector.getRefractionModel()Returns the currently configured refraction model.FieldElevationDetector.getRefractionModel()Returns the currently configured refraction model.Methods in org.orekit.propagation.events with parameters of type AtmosphericRefractionModelModifier and TypeMethodDescriptionElevationDetector.withRefraction(AtmosphericRefractionModel newRefractionModel) Set up the elevation detector to use an atmospheric refraction model in its calculations.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 AtmosphericRefractionModelModifierConstructorDescriptionFieldGroundAtNightDetector(TopocentricFrame topocentricFrame, ExtendedPositionProvider sun, T dawnDuskElevation, AtmosphericRefractionModel refractionModel) Simple constructor.protectedFieldGroundAtNightDetector(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. -
Uses of AtmosphericRefractionModel in org.orekit.propagation.events.functions
Methods in org.orekit.propagation.events.functions that return AtmosphericRefractionModelModifier and TypeMethodDescriptionAbstractElevationCrossingFunction.getRefractionModel()Returns the currently configured refraction model.Constructors in org.orekit.propagation.events.functions with parameters of type AtmosphericRefractionModelModifierConstructorDescriptionprotectedAbstractElevationCrossingFunction(AtmosphericRefractionModel refractionModel, TopocentricFrame topo) Constructor.ElevationValueCrossingFunction(AtmosphericRefractionModel refractionModel, TopocentricFrame topo, double criticalElevation) Constructor.GroundAtNightEventFunction(TopocentricFrame topocentricFrame, ExtendedPositionProvider sun, double dawnDuskElevation, AtmosphericRefractionModel refractionModel) Private constructor.MaskedElevationEventFunction(AtmosphericRefractionModel refractionModel, TopocentricFrame topo, ElevationMask elevationMask) Constructor.