5556575859606162
if (!indexes.shpFiles.isLocal()) { this.fidWriter = IndexedFidWriter.EMPTY_WRITER; } else { StorageFile storageFile = shpFiles.getStorageFile(FIX); storageFiles.put(FIX, storageFile); this.fidWriter = new IndexedFidWriter(shpFiles, storageFile); } }