Uses of Interface
org.orekit.models.earth.MappingFunction
-
Packages that use MappingFunction Package Description org.orekit.models.earth This package provides models that simulate certain physical phenomena of Earth and the near-Earth environment. -
-
Uses of MappingFunction in org.orekit.models.earth
Subinterfaces of MappingFunction in org.orekit.models.earth Modifier and Type Interface Description interfaceDiscreteTroposphericModelDefines a tropospheric model, used to calculate the path delay imposed to electro-magnetic signals between an orbital satellite and a ground station.interfaceTroposphericModelDefines a tropospheric model, used to calculate the path delay imposed to electro-magnetic signals between an orbital satellite and a ground station.Classes in org.orekit.models.earth that implement MappingFunction Modifier and Type Class Description classEstimatedTroposphericModelAn estimated tropospheric model.classFixedTroposphericDelayA static tropospheric model that interpolates the actual tropospheric delay based on values read from a configuration file (tropospheric-delay.txt) via theDataProvidersManager.classGlobalMappingFunctionModelThe Global Mapping Function model for radio techniques.classMariniMurrayModelThe Marini-Murray tropospheric delay model for laser ranging.classMendesPavlisModelThe Mendes - Pavlis tropospheric delay model for optical techniques.classNiellMappingFunctionModelThe Niell Mapping Function model for radio wavelengths.classSaastamoinenModelThe modified Saastamoinen model.classViennaOneModelThe Vienna1 tropospheric delay model for radio techniques.classViennaThreeModelThe Vienna3 tropospheric delay model for radio techniques.Constructors in org.orekit.models.earth with parameters of type MappingFunction Constructor Description EstimatedTroposphericModel(double t0, double p0, MappingFunction model, double totalDelay)Build a new instance using the given environmental conditions.EstimatedTroposphericModel(MappingFunction model, double totalDelay)Build a new instance using a standard atmosphere model.
-