Package org.openstreetmap.osmosis.core.container.v0_6

Interface Summary
Dataset Allows entire datasets to be passed between tasks.
DatasetContext Provides access to data within a Dataset.
EntityContainerFactory<T> Wraps entity objects in containers suitable for the entity type.
EntityManager<T extends Entity> Defines the dataset methods available for manipulating entities.
EntityProcessor EntityContainer implementations call implementations of this class to perform entity type specific processing.
 

Class Summary
BoundContainer Entity container implementation for bound.
BoundContainerFactory A container factory for bound objects.
BoundContainerIterator Wraps a set of bound items into bound containers.
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.
EntityContainerBuilder Deprecated. The builder classes are not required because entities are now writeable.
NodeContainer Entity container implementation for nodes.
NodeContainerFactory A container factory for node objects.
NodeContainerIterator Wraps a set of nodes into node containers.
RelationContainer Entity container implementation for relations.
RelationContainerFactory A container factory for relation objects.
RelationContainerIterator Wraps a set of relations into relation containers.
WayContainer Entity container implementation for ways.
WayContainerFactory A container factory for way objects.
WayContainerIterator Wraps a set of ways into way containers.