Package org.openstreetmap.osmosis.core.customdb.v0_6.impl

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

Class Summary
BoundingBoxContext Contains the data associated with a bounding box iteration call on a dataset.
DatasetStore Provides a file based storage mechanism for implementing a dataset.
DatasetStoreReader Provides read-only access to a dataset store.
NodeManager Provides access to nodes within a dataset store.
NodeStorageContainer Holds references to all of the node storage related classes.
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.
RelationManager Provides access to relations within a dataset store.
RelationStorageContainer Holds references to all of the node storage related classes.
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.
WayManager Provides access to ways within a dataset store.
WayStorageContainer Holds references to all of the node storage related classes.
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.