Interface P1411ver9Input
-
public interface P1411ver9Input
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
P1411ver9Input.Env_above_rt
static class
P1411ver9Input.Env_below_rt
static class
P1411ver9Input.Env_low_height
-
Field Summary
Fields Modifier and Type Field Description static boolean
aboveRoofTop
static boolean
belowRoofTop
static P1411ver9Input.Env_above_rt
Environment_above_rt
static P1411ver9Input.Env_below_rt
Environment_below_rt
static P1411ver9Input.Env_low_height
Environment_low_antenna
static Distribution
locPercentage
static boolean
lowAntennaHeight
static boolean
variations
static OptionalValue<java.lang.Double>
w
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
aboveRoofTop()
boolean
belowRoofTop()
P1411ver9Input.Env_above_rt
Environment_above_rt()
P1411ver9Input.Env_below_rt
Environment_below_rt()
P1411ver9Input.Env_low_height
Environment_low_antenna()
Distribution
locPercentage()
boolean
lowAntennaHeight()
boolean
variations()
OptionalValue<java.lang.Double>
w()
-
-
-
Field Detail
-
variations
static final boolean variations
- See Also:
- Constant Field Values
-
Environment_below_rt
static final P1411ver9Input.Env_below_rt Environment_below_rt
-
Environment_above_rt
static final P1411ver9Input.Env_above_rt Environment_above_rt
-
Environment_low_antenna
static final P1411ver9Input.Env_low_height Environment_low_antenna
-
locPercentage
static final Distribution locPercentage
-
w
static final OptionalValue<java.lang.Double> w
-
belowRoofTop
static final boolean belowRoofTop
- See Also:
- Constant Field Values
-
aboveRoofTop
static final boolean aboveRoofTop
- See Also:
- Constant Field Values
-
lowAntennaHeight
static final boolean lowAntennaHeight
- See Also:
- Constant Field Values
-
-
Method Detail
-
variations
boolean variations()
-
belowRoofTop
boolean belowRoofTop()
-
Environment_below_rt
P1411ver9Input.Env_below_rt Environment_below_rt()
-
aboveRoofTop
boolean aboveRoofTop()
-
Environment_above_rt
P1411ver9Input.Env_above_rt Environment_above_rt()
-
lowAntennaHeight
boolean lowAntennaHeight()
-
Environment_low_antenna
P1411ver9Input.Env_low_height Environment_low_antenna()
-
locPercentage
Distribution locPercentage()
-
w
OptionalValue<java.lang.Double> w()
-
-