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.org.orekit.models.earth.troposphere.iturp834 This package contains class for the troposphere model OTU-4 P.834. -
-
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.classViennaOneThe Vienna 1 tropospheric delay model for radio techniques.classViennaThreeThe Vienna 3 tropospheric delay model for radio techniques.Constructors in org.orekit.models.earth.troposphere with parameters of type TroposphereMappingFunction Constructor Description AskneNordiusModel(TroposphereMappingFunction mappingFunction, PressureTemperatureHumidityProvider pthProvider)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. -
Uses of TroposphereMappingFunction in org.orekit.models.earth.troposphere.iturp834
Classes in org.orekit.models.earth.troposphere.iturp834 that implement TroposphereMappingFunction Modifier and Type Class Description classITURP834MappingFunctionITU-R P.834 mapping function.
-