Interface P452ver14Input
-
public interface P452ver14Input
-
-
Field Summary
Fields Modifier and Type Field Description static UIChangeListener<P452ver14Input>
change
static boolean
diffraction
static double
latitude
static boolean
layerReflection
static double
refractionIndex
static double
seaLevelSurfaceRefractivity
static double
surfacePressure
static double
surfaceTemperature
static Distribution
timePercentage
static boolean
troposphericScatter
static double
waterConcentration
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
antennaGainRx()
double
antennaGainTx()
double
clutterLossRx()
double
clutterLossTx()
boolean
diffraction()
double
latitude()
boolean
layerReflection()
double
refractionIndex()
double
seaLevelSurfaceRefractivity()
double
surfacePressure()
double
surfaceTemperature()
Distribution
timePercentage()
boolean
troposphericScatter()
boolean
variations()
double
waterConcentration()
-
-
-
Field Detail
-
diffraction
static final boolean diffraction
- See Also:
- Constant Field Values
-
troposphericScatter
static final boolean troposphericScatter
- See Also:
- Constant Field Values
-
layerReflection
static final boolean layerReflection
- See Also:
- Constant Field Values
-
waterConcentration
static final double waterConcentration
- See Also:
- Constant Field Values
-
surfacePressure
static final double surfacePressure
- See Also:
- Constant Field Values
-
refractionIndex
static final double refractionIndex
- See Also:
- Constant Field Values
-
surfaceTemperature
static final double surfaceTemperature
- See Also:
- Constant Field Values
-
latitude
static final double latitude
- See Also:
- Constant Field Values
-
seaLevelSurfaceRefractivity
static final double seaLevelSurfaceRefractivity
- See Also:
- Constant Field Values
-
timePercentage
static final Distribution timePercentage
-
change
static final UIChangeListener<P452ver14Input> change
-
-
Method Detail
-
variations
boolean variations()
-
diffraction
boolean diffraction()
-
troposphericScatter
boolean troposphericScatter()
-
layerReflection
boolean layerReflection()
-
waterConcentration
double waterConcentration()
-
surfacePressure
double surfacePressure()
-
refractionIndex
double refractionIndex()
-
surfaceTemperature
double surfaceTemperature()
-
latitude
double latitude()
-
clutterLossTx
double clutterLossTx()
-
clutterLossRx
double clutterLossRx()
-
antennaGainTx
double antennaGainTx()
-
antennaGainRx
double antennaGainRx()
-
seaLevelSurfaceRefractivity
double seaLevelSurfaceRefractivity()
-
timePercentage
Distribution timePercentage()
-
-