Package org.openstreetmap.osmosis.core.sort.v0_6

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.
ChangeTagSorter A data stream filter that sorts tags on changes.
ChangeTagSorterFactory The task manager factory for a change tag 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.
TagSorter A data stream filter that sorts tags on entities.
TagSorterFactory The task manager factory for a tag sorter.