public class LocationGeneratorTrilateration
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected ClientLocationData |
data |
| Constructor and Description |
|---|
LocationGeneratorTrilateration(ClientLocationData data) |
| Modifier and Type | Method and Description |
|---|---|
void |
extend(java.util.List<Beacon> beacons,
EditorKey selectedFloorKey) |
protected java.util.List<Beacon> |
filterByMapKey(java.util.List<Beacon> beacons,
EditorKey mapKey) |
MeridianLocation |
getLocation() |
public LocationGeneratorTrilateration(ClientLocationData data)
public void extend(java.util.List<Beacon> beacons,
EditorKey selectedFloorKey)
public MeridianLocation getLocation()
protected java.util.List<Beacon> filterByMapKey(java.util.List<Beacon> beacons,
EditorKey mapKey)