Package com.bretth.osmosis.core.customdb.v0_6.impl

Interface Summary
DatasetStoreFileManager Defines the operations required for a manager of dataset store files.
 

Class Summary
DatasetStore Provides a file based storage mechanism for implementing a dataset.
DatasetStoreReader Provides read-only access to a dataset store.
PermanentFileDatasetStoreFileManager Implements a dataset store file manager using permanent files stored in a specified directory.
RelationalIndexValueIdIterator Iterates over a relational index iterator and returns all the id values stored against the index elements.
TempFileDatasetStoreFileManager Implements a dataset store file manager using temporary files.
TileIndexValueIdIterator Iterates over a tile index iterator and returns all the id values stored against the tile index elements.
WayTileAreaIndex A class for managing a way tile index of varying granularity allowing different sized tiles for different sized ways.
WayTileAreaIndexReader Provides read-only access to a way tile area index store.