public interface LocalEnvironment
Modifier and Type | Interface and Description |
---|---|
static class |
LocalEnvironment.ClutterEnvironment |
static class |
LocalEnvironment.Environment |
static class |
LocalEnvironment.OutdoorClutterMode |
Modifier and Type | Method and Description |
---|---|
double |
getBuildingTypePercentage() |
LocalEnvironment.Environment |
getEnvironment() |
double |
getHeight() |
LocalEnvironment.ClutterEnvironment |
getLocalClutter() |
LocalEnvironment.OutdoorClutterMode |
getOutdoorModel() |
Distribution |
getPercentageOfLocations() |
double |
getProbability() |
Distribution |
getProbabilityExceedingNBEL() |
double |
getWallLoss() |
double |
getWallLossStdDev() |
double |
getWidth() |
boolean |
isUserDefined() |
boolean |
isUsingBEL()
This indicates if the constant values should be used (the wall loss and the
wall loss std dev) or the ITU-R P.2109 model.
|
boolean |
isUsingClutter()
This indicates if the clutter loss should be applied.
|
double getProbability()
LocalEnvironment.Environment getEnvironment()
boolean isUsingClutter()
LocalEnvironment.OutdoorClutterMode getOutdoorModel()
Distribution getPercentageOfLocations()
LocalEnvironment.ClutterEnvironment getLocalClutter()
boolean isUserDefined()
double getHeight()
double getWidth()
boolean isUsingBEL()
double getWallLoss()
double getWallLossStdDev()
Distribution getProbabilityExceedingNBEL()
double getBuildingTypePercentage()
Copyright © 2018. All rights reserved.