Class TraceLoader

  • All Implemented Interfaces:
    java.lang.Iterable

    
    public final class TraceLoader
     implements Iterable<T>
                        
    • Constructor Detail

      • TraceLoader

        TraceLoader(String path, boolean cycle, GPSTimeAlignment normalizer)
        Parameters:
        path - path with the gps tracks
        cycle - true if considering list of GPSTrace cycle, default false
        normalizer - normalizer to use for normalize time
      • TraceLoader

        TraceLoader(String path, boolean cycle, String timeNormalizerClass, Array<Object> normalizerArgs)
        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
      • TraceLoader

        TraceLoader(String path, GPSTimeAlignment normalizer)
        Parameters:
        path - path with the gps tracks
        normalizer - normalizer to use for normalize time
      • TraceLoader

        TraceLoader(String path, String timeNormalizerClass, Array<Object> normalizerArgs)
        Parameters:
        path - path with the gps tracks
        timeNormalizerClass - class to use to normalize time
        normalizerArgs - args to use to create GPSTimeNormalizer