Interface LocalEnvironmentResult
-
public interface LocalEnvironmentResult
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LocalEnvironmentUI.Environment
getEnvironment()
double
getHeight()
ClutterEnvironment
getLocalClutter()
LocalEnvironmentUI.OutdoorClutterMode
getOutdoorModel()
Distribution
getPercentageOfLocations()
double
getWallLoss()
double
getWallLossStdDev()
double
getWidth()
boolean
isUserDefined()
boolean
isUsingClutter()
This indicates if the clutter loss should be applied.
-
-
-
Method Detail
-
getEnvironment
LocalEnvironmentUI.Environment getEnvironment()
-
getWallLoss
double getWallLoss()
-
getWallLossStdDev
double getWallLossStdDev()
-
isUsingClutter
boolean isUsingClutter()
This indicates if the clutter loss should be applied. Note that it only applies to Outdoor mode.
-
getOutdoorModel
LocalEnvironmentUI.OutdoorClutterMode getOutdoorModel()
-
getPercentageOfLocations
Distribution getPercentageOfLocations()
-
getLocalClutter
ClutterEnvironment getLocalClutter()
-
isUserDefined
boolean isUserDefined()
-
getHeight
double getHeight()
-
getWidth
double getWidth()
-
-