Uses of Class
org.orekit.rugged.refraction.AtmosphericRefraction
-
Packages that use AtmosphericRefraction Package Description org.orekit.rugged.api This package provides the principal class of Rugged library API, as well as the builder for Rugged instances.org.orekit.rugged.refraction This package provides the interface for atmospheric refraction model, as well as some classical models. -
-
Uses of AtmosphericRefraction in org.orekit.rugged.api
Methods in org.orekit.rugged.api that return AtmosphericRefraction Modifier and Type Method Description AtmosphericRefraction
Rugged. getRefractionCorrection()
Get the atmospheric refraction model.AtmosphericRefraction
RuggedBuilder. getRefractionCorrection()
Get the atmospheric refraction model.Methods in org.orekit.rugged.api with parameters of type AtmosphericRefraction Modifier and Type Method Description RuggedBuilder
RuggedBuilder. setRefractionCorrection(AtmosphericRefraction newAtmosphericRefraction)
Set atmospheric refraction for line of sight correction. -
Uses of AtmosphericRefraction in org.orekit.rugged.refraction
Subclasses of AtmosphericRefraction in org.orekit.rugged.refraction Modifier and Type Class Description class
MultiLayerModel
Atmospheric refraction model based on multiple layers with associated refractive index.
-