org.openstreetmap.osmosis.core.container.v0_6
Interface Dataset
- All Known Implementing Classes:
- DatasetStore, PostgreSqlReader
public interface Dataset
Allows entire datasets to be passed between tasks. Tasks supporting this data
type are expected to perform operations that require random access to an
entire data set which cannot be performed in a "streamy" fashion.
- Author:
- Brett Henderson
createReader
DatasetContext createReader()
- Creates a new reader instance providing access to the data within this
set.
- Returns:
- A new dataset reader.