Package org.openstreetmap.osmosis.core.container.v0_5

Interface Summary
Dataset Allows entire datasets to be passed between tasks.
DatasetReader Provides access to data within a Dataset.
EntityProcessor EntityContainer implementations call implementations of this class to perform entity type specific processing.
 

Class Summary
BoundContainer Entity container implementation for bound.
ChangeContainer Holds an EntityContainer and an associated action.
EntityContainer Implementations of this class allow data entities to be processed without the caller knowing their type.
NodeContainer Entity container implementation for nodes.
NodeContainerIterator Wraps a set of nodes into node containers.
RelationContainer Entity container implementation for relations.
RelationContainerIterator Wraps a set of relations into relation containers.
WayContainer Entity container implementation for ways.
WayContainerIterator Wraps a set of ways into way containers.