this.noRaw = noRaw;
this.progressListener = progressListener;
this.latestChangeset = 0;
this.latestTimestamp = 0;
// this.pointCache = new BDBJEPointCache(platform);
this.pointCache = new MappedPointCache(platform);
this.sw = Stopwatch.createStarted();
}