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 AtmosphericRefractionRugged. getRefractionCorrection()Get the atmospheric refraction model.AtmosphericRefractionRuggedBuilder. getRefractionCorrection()Get the atmospheric refraction model.Methods in org.orekit.rugged.api with parameters of type AtmosphericRefraction Modifier and Type Method Description RuggedBuilderRuggedBuilder. 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 classMultiLayerModelAtmospheric refraction model based on multiple layers with associated refractive index.
-