Uses of Interface
org.orekit.models.earth.troposphere.TroposphereMappingFunction
-
Packages that use TroposphereMappingFunction Package Description org.orekit.models.earth.troposphere This package provides models that simulate the impact of the troposphere. -
-
Uses of TroposphereMappingFunction in org.orekit.models.earth.troposphere
Classes in org.orekit.models.earth.troposphere that implement TroposphereMappingFunction Modifier and Type Class Description class
AbstractChaoMappingFunction
Chao mapping function for radio wavelengths.class
AbstractVienna
The Vienna tropospheric delay model for radio techniques.class
ChaoMappingFunction
Chao mapping function for radio wavelengths.class
DummyMappingFunction
Dummy mapping function.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
RevisedChaoMappingFunction
Chao mapping function for radio wavelengths.class
TroposphereMappingFunctionAdapter
Deprecated.temporary adapter to be removed whenMappingFunction
is removedclass
ViennaOne
The Vienna 1 tropospheric delay model for radio techniques.class
ViennaOneModel
Deprecated.as of 12.1, replaced byViennaOne
class
ViennaThree
The Vienna 3 tropospheric delay model for radio techniques.class
ViennaThreeModel
Deprecated.as of 12.1, replaced byViennaThree
Constructors in org.orekit.models.earth.troposphere with parameters of type TroposphereMappingFunction Constructor Description AskneNordiusModel(TroposphereMappingFunction mappingFunction)
Create a new Askne Nordius model.EstimatedModel(double h0, double t0, double p0, TroposphereMappingFunction model, double totalDelay)
Build a new instance using the given environmental conditions.EstimatedModel(TroposphereMappingFunction model, double totalDelay)
Build a new instance using a standard atmosphere model.EstimatedModel(TroposphericModel hydrostatic, TroposphereMappingFunction model, double totalDelay)
Build a new instance using the given environmental conditions.
-