Uses of Interface
org.orekit.models.earth.ionosphere.IonosphericMappingFunction
-
Packages that use IonosphericMappingFunction Package Description org.orekit.models.earth.ionosphere This package provides models that simulate the impact of the ionosphere. -
-
Uses of IonosphericMappingFunction in org.orekit.models.earth.ionosphere
Classes in org.orekit.models.earth.ionosphere that implement IonosphericMappingFunction Modifier and Type Class Description class
SingleLayerModelMappingFunction
Single Layer Model (SLM) ionospheric mapping function.Constructors in org.orekit.models.earth.ionosphere with parameters of type IonosphericMappingFunction Constructor Description EstimatedIonosphericModel(IonosphericMappingFunction model, double vtecValue)
Build a new instance.
-