AdaptiveRange

constructor(radius: Double, minrange: Double, maxrange: Double, num: Int, tolerance: Int)(source)

Parameters

radius

default radius in metres

minrange

minimum radius in metres

maxrange

maximum radius in metres

num

preferred number of neighbors

tolerance

if the number of neighbors is smaller than num-tolerance, the radius is increased; if the number of neighbors is higher than num+tolerance, the radius is decreased


constructor(radius: Double, minrange: Double, maxrange: Double, num: Int, tolerance: Int, adjustment: Double)(source)

Parameters

radius

default radius in metres

minrange

minimum radius in metres

maxrange

maximum radius in metres

num

preferred number of neighbors

tolerance

if the number of neighbors is smaller than num-tolerance, the radius is increased; if the number of neighbors is higher than num+tolerance, the radius is decreased

adjustment

the amount of metres the range will be changed if out of the bounds


constructor(radius: Double, minrange: Double, num: Int, tolerance: Int)(source)

Parameters

radius

default radius in metres

minrange

minimum radius in metres

num

preferred number of neighbors

tolerance

if the number of neighbors is smaller than num-tolerance, the radius is increased; if the number of neighbors is higher than num+tolerance, the radius is decreased


constructor(radius: Double, minrange: Double, num: Int, tolerance: Int, adjustment: Double)(source)

Parameters

radius

default radius in metres

minrange

minimum radius in metres

num

preferred number of neighbors

tolerance

if the number of neighbors is smaller than num-tolerance, the radius is increased; if the number of neighbors is higher than num+tolerance, the radius is decreased

adjustment

the amount of metres the range will be changed if out of the bounds


constructor(radius: Double, num: Int, tolerance: Int)(source)

Parameters

radius

default radius in metres

num

preferred number of neighbors

tolerance

if the number of neighbors is smaller than num-tolerance, the radius is increased; if the number of neighbors is higher than num+tolerance, the radius is decreased


constructor(radius: Double, num: Int, tolerance: Int, adjustment: Double)(source)

Parameters

radius

default radius in metres

num

preferred number of neighbors

tolerance

if the number of neighbors is smaller than num-tolerance, the radius is increased; if the number of neighbors is higher than num+tolerance, the radius is decreased

adjustment

the amount of metres the range will be changed if out of the bounds