TraceLoader

constructor(path: String, cycle: Boolean, normalizer: GPSTimeAlignment)

Parameters

path

path with the gps tracks

cycle

true if considering list of GPSTrace cycle, default false

normalizer

normalizer to use for normalize time

Throws

in case of I/O errors


constructor(path: String, cycle: Boolean, timeNormalizerClass: String, normalizerArgs: Array<Any>)

Parameters

path

path with the gps tracks

cycle

true if considering list of GPSTrace cycle, default false

timeNormalizerClass

class to use to normalize time

normalizerArgs

args to use to create GPSTimeNormalizer

Throws

in case of I/O errors


constructor(path: String, normalizer: GPSTimeAlignment)

Parameters

path

path with the gps tracks

normalizer

normalizer to use for normalize time

Throws

in case of I/O errors


constructor(path: String, timeNormalizerClass: String, normalizerArgs: Array<Any>)

Parameters

path

path with the gps tracks

timeNormalizerClass

class to use to normalize time

normalizerArgs

args to use to create GPSTimeNormalizer

Throws

in case of I/O errors