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

Class Summary
ActionChangeWriter Writes entities to a database according to a specific action.
ActiveChangeset Holds information about a changeset currently being used during entity writing to the database.
BaseEntityReader<T> Provides the base implementation of all database entity readers.
ChangesetManager Creates and maintains changesets for a database conversation.
ChangeWriter Writes changes to a database.
CurrentEntityTagTableReader Reads current tags for an entity from a tag table ordered by the entity identifier.
CurrentNodeReader Reads current node from a database ordered by their identifier.
CurrentNodeTableReader Reads current nodes from a database ordered by their identifier.
CurrentRelationMemberTableReader Reads current relation members from a database ordered by the relation identifier.
CurrentRelationReader Reads current relations from a database ordered by their identifier.
CurrentRelationTableReader Reads current relations from a database ordered by their identifier.
CurrentWayNodeTableReader Reads current way nodes from a database ordered by the way identifier but not by the sequence.
CurrentWayReader Reads current ways from a database ordered by their identifier.
CurrentWayTableReader Reads current ways from a database ordered by their identifier.
DbFeature<T extends Storeable> A data class for representing a database record for an entity feature.
DbFeatureHistory<T extends Storeable> A data class representing a history record for an entity feature.
DbOrderedFeature<T extends Storeable> A data class for representing a way node database record.
DbOrderedFeatureComparator<T extends Storeable> Compares way nodes to allow them to be sorted by way id then sequence number.
EntityHistory<T extends Storeable> A data class representing a history record.
EntityHistoryComparator<T extends Entity> A comparator for ordering entity history records by version.
EntitySnapshotReader<T extends Entity> Reads a complete snapshot of an entity type based on the complete history of an entity type.
EntityTagHistoryReader Reads the most recent set of tags from a database for entities that have been modified within a time interval.
EntityTagTableReader Reads all tags for an entity from a tag table ordered by the entity identifier.
MemberTypeParser Parses the database representation of a relation member type into an entity type object.
MemberTypeRenderer Renders a member type object into its database representation.
NodeChangeReader Reads the set of node changes from a database that have occurred within a time interval.
NodeHistoryReader Reads the set of node changes from a database that have occurred within a time interval.
NodeReader Reads all nodes from a database ordered by their identifier.
NodeTableReader Reads all nodes from a database ordered by their identifier.
RelationChangeReader Reads the set of relation changes from a database that have occurred within a time interval.
RelationHistoryReader Reads the set of relation changes from a database that have occurred within a time interval.
RelationMemberHistoryReader Reads the most recent set of relation members from a database for relations that have been modified within a time interval.
RelationMemberTableReader Reads all relation members from a database ordered by the relation identifier.
RelationReader Reads all relations from a database ordered by their identifier.
RelationTableReader Reads all relations from a database ordered by their identifier.
SchemaVersionValidator Reads the version number stored in the schema_info table and verifies that it matches the expected version.
UserManager Creates or loads the details of the Osmosis user in the database.
WayChangeReader Reads the set of way changes from a database that have occurred within a time interval.
WayHistoryReader Reads the set of way changes from a database that have occurred within a time interval.
WayNodeHistoryReader Reads the most recent set of way nodes from a database for ways that have been modified within a time interval.
WayNodeTableReader Reads all way nodes from a database ordered by the way identifier but not by the sequence.
WayReader Reads all ways from a database ordered by their identifier.
WayTableReader Reads all ways from a database ordered by their identifier.