|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Class Summary | |
---|---|
ActionChangeWriter | Writes entities to a database according to a specific action. |
BaseEntityReader<T> | Provides the base implementation of all database entity readers. |
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 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. |
DBEntityTag | A data class for representing an entity tag database record. |
DBRelationMember | A data class for representing a relation member database record. |
DBWayNode | A data class for representing a way node database record. |
EmbeddedTagProcessor | Provides functionality for working with tags on entities where they're stored embedded in a single string field. |
EntityHistory<T extends Storeable> | A data class representing a history record. |
EntityHistoryComparator<T extends Entity> | A comparator for ordering entity history records by timestamp. |
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 node history records for nodes that have been modified within a time interval. |
NodeReader | Reads complete node history 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. |
UserIdManager | 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. |
WayNodeComparator | Compares way nodes to allow them to be sorted by way id then sequence number. |
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. |
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |