* @param enableWayTileIndex
* If true a tile index is created for ways, otherwise a node-way
* index is used.
*/
public WriteDataset(File directory, boolean enableWayTileIndex) {
fileManager = new PermanentFileDatasetStoreFileManager(directory);
store = new DatasetStore(fileManager, enableWayTileIndex);
}