Package org.openstreetmap.osmosis.core.sort.v0_5

Class Summary
ChangeForSeekableApplierComparator Orders changes in such a way that they can be applied to a data store while maintaining data integrity (ie.
ChangeForStreamableApplierComparator Orders changes in such a way that they can be applied to an ordered data stream without requiring seeking throughout the data stream.
ChangeSorter A change stream filter that sorts changes.
ChangeSorterFactory The task manager factory for a change sorter.
EntityByTypeThenIdComparator Compares two entities and sorts them first by their type (Nodes, then Segments, then Ways) and then by their identifier.
EntitySorter A data stream filter that sorts entities.
EntitySorterFactory The task manager factory for an entity sorter.