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 interface
DiscreteTroposphericModel
Defines a tropospheric model, used to calculate the path delay imposed to electro-magnetic signals between an orbital satellite and a ground station.interface
TroposphericModel
Defines 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 class
EstimatedTroposphericModel
An estimated tropospheric model.class
FixedTroposphericDelay
A static tropospheric model that interpolates the actual tropospheric delay based on values read from a configuration file (tropospheric-delay.txt) via theDataProvidersManager
.class
GlobalMappingFunctionModel
The Global Mapping Function model for radio techniques.class
MariniMurrayModel
The Marini-Murray tropospheric delay model for laser ranging.class
MendesPavlisModel
The Mendes - Pavlis tropospheric delay model for optical techniques.class
NiellMappingFunctionModel
The Niell Mapping Function model for radio wavelengths.class
SaastamoinenModel
The modified Saastamoinen model.class
ViennaOneModel
The Vienna1 tropospheric delay model for radio techniques.class
ViennaThreeModel
The 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.
-