Uses of Interface
org.orekit.models.earth.troposphere.MappingFunction
-
Packages that use MappingFunction Package Description org.orekit.models.earth.troposphere This package provides models that simulate the impact of the troposphere. -
-
Uses of MappingFunction in org.orekit.models.earth.troposphere
Classes in org.orekit.models.earth.troposphere that implement MappingFunction Modifier and Type Class Description class
GlobalMappingFunctionModel
The Global Mapping Function model for radio techniques.class
MendesPavlisModel
The Mendes - Pavlis tropospheric delay model for optical techniques.class
NiellMappingFunctionModel
The Niell Mapping Function model for radio wavelengths.class
ViennaOneModel
Deprecated.as of 12.1, replaced byViennaOne
class
ViennaThreeModel
Deprecated.as of 12.1, replaced byViennaThree
Constructors in org.orekit.models.earth.troposphere with parameters of type MappingFunction Constructor Description EstimatedTroposphericModel(double t0, double p0, MappingFunction model, double totalDelay)
Deprecated.Build a new instance using the given environmental conditions.EstimatedTroposphericModel(DiscreteTroposphericModel hydrostatic, MappingFunction model, double totalDelay)
Deprecated.Build a new instance using the given environmental conditions.EstimatedTroposphericModel(MappingFunction model, double totalDelay)
Deprecated.Build a new instance using a standard atmosphere model.TroposphereMappingFunctionAdapter(MappingFunction model)
Deprecated.Simple constructor.
-