public class CellAndDistance extends Object
| Constructor and Description |
|---|
CellAndDistance(Cell cell,
double distanceNm) |
| Modifier and Type | Method and Description |
|---|---|
Cell |
getCell() |
double |
getDistanceNm() |
double |
getTrafficDensity(Options options)
Returns traffic density value for the cell in nm per square nm.
|
String |
toString() |
public CellAndDistance(Cell cell, double distanceNm)
Copyright © 2020. All rights reserved.