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 classAbstractChaoMappingFunctionChao mapping function for radio wavelengths.classAbstractViennaThe Vienna tropospheric delay model for radio techniques.classChaoMappingFunctionChao mapping function for radio wavelengths.classDummyMappingFunctionDummy mapping function.classGlobalMappingFunctionModelThe Global Mapping Function model for radio techniques.classMendesPavlisModelThe Mendes - Pavlis tropospheric delay model for optical techniques.classNiellMappingFunctionModelThe Niell Mapping Function model for radio wavelengths.classRevisedChaoMappingFunctionChao mapping function for radio wavelengths.classTroposphereMappingFunctionAdapterDeprecated.temporary adapter to be removed whenMappingFunctionis removedclassViennaOneThe Vienna 1 tropospheric delay model for radio techniques.classViennaOneModelDeprecated.as of 12.1, replaced byViennaOneclassViennaThreeThe Vienna 3 tropospheric delay model for radio techniques.classViennaThreeModelDeprecated.as of 12.1, replaced byViennaThreeConstructors 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.
-