Interface P1411LowAntennaHeightInput
-
public interface P1411LowAntennaHeightInput
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
P1411LowAntennaHeightInput.Environment
-
Field Summary
Fields Modifier and Type Field Description static P1411LowAntennaHeightInput.Environment
generalEnvironment
static double
LocationPercentage
static boolean
variations
static double
WidthTransitionRegion
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description P1411LowAntennaHeightInput.Environment
generalEnvironment()
double
LocationPercentage()
double
stdDev()
boolean
variations()
double
WidthTransitionRegion()
-
-
-
Field Detail
-
variations
static final boolean variations
- See Also:
- Constant Field Values
-
generalEnvironment
static final P1411LowAntennaHeightInput.Environment generalEnvironment
-
LocationPercentage
static final double LocationPercentage
- See Also:
- Constant Field Values
-
WidthTransitionRegion
static final double WidthTransitionRegion
- See Also:
- Constant Field Values
-
-
Method Detail
-
variations
boolean variations()
-
generalEnvironment
P1411LowAntennaHeightInput.Environment generalEnvironment()
-
LocationPercentage
double LocationPercentage()
-
WidthTransitionRegion
double WidthTransitionRegion()
-
stdDev
double stdDev()
-
-