FromGPSTrace

constructor(nodeCount: Int, path: String, cycle: Boolean, normalizer: String, args: Array<Any>)

Parameters

nodeCount

number of node request

path

path with the gps tracks

cycle

true if, in case there are more nodes to deploy than available GPS traces, the traces should be reused cyclically. E.g., if 10 nodes must be deployed but only 9 GPS traces are available, the first one is reused for the 10th node.

normalizer

class to use to normalize time

args

args to use to create GPSTimeNormalizer

Throws

if there are errors accessing the file system