A B C D E F G H I L M N O P R S T U V W X

A

ActionChangeWriter - Class in org.openstreetmap.osmosis.core.apidb.v0_6.impl
Writes entities to a database according to a specific action.
ActionChangeWriter(ChangeWriter, ChangeAction) - Constructor for class org.openstreetmap.osmosis.core.apidb.v0_6.impl.ActionChangeWriter
Creates a new instance.
ActionChangeWriter - Class in org.openstreetmap.osmosis.core.mysql.v0_5.impl
Writes entities to a database according to a specific action.
ActionChangeWriter(ChangeWriter, ChangeAction) - Constructor for class org.openstreetmap.osmosis.core.mysql.v0_5.impl.ActionChangeWriter
Creates a new instance.
ActionChangeWriter - Class in org.openstreetmap.osmosis.core.pgsql.v0_5.impl
Writes entities to a database according to a specific action.
ActionChangeWriter(ChangeWriter, ChangeAction) - Constructor for class org.openstreetmap.osmosis.core.pgsql.v0_5.impl.ActionChangeWriter
Creates a new instance.
ActionChangeWriter - Class in org.openstreetmap.osmosis.core.pgsql.v0_6.impl
Writes entities to a database according to a specific action.
ActionChangeWriter(ChangeWriter, ChangeAction) - Constructor for class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.ActionChangeWriter
Creates a new instance.
ActionDao - Class in org.openstreetmap.osmosis.core.pgsql.v0_6.impl
Performs all action db operations.
ActionDao(DatabaseContext) - Constructor for class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.ActionDao
Creates a new instance.
ActionDao(DatabaseContext, boolean) - Constructor for class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.ActionDao
Creates a new instance.
ActionDataType - Enum in org.openstreetmap.osmosis.core.pgsql.v0_6.impl
Defines all the data types supported by the action table.
ActiveTaskManager - Class in org.openstreetmap.osmosis.core.pipeline.common
This task manager implementation supports tasks that perform active processing in a separate thread.
ActiveTaskManager(String, Map<String, String>) - Constructor for class org.openstreetmap.osmosis.core.pipeline.common.ActiveTaskManager
Creates a new instance.
add(T) - Method in class org.openstreetmap.osmosis.core.database.ReleasableStatementContainer
Adds a new object to be managed.
add(T) - Method in class org.openstreetmap.osmosis.core.lifecycle.CompletableContainer
Adds a new object to be managed.
add(T) - Method in class org.openstreetmap.osmosis.core.lifecycle.ReleasableContainer
Adds a new object to be managed.
add(T) - Method in class org.openstreetmap.osmosis.core.sort.common.FileBasedSort
Adds a new object to be sorted.
add(T) - Method in class org.openstreetmap.osmosis.core.store.ChunkedObjectStore
Adds the specified object to the store.
add(long, T) - Method in class org.openstreetmap.osmosis.core.store.IndexedObjectStore
Adds the specified object to the store.
add(T) - Method in class org.openstreetmap.osmosis.core.store.RandomAccessObjectStore
Adds the specified object to the store.
add(T) - Method in class org.openstreetmap.osmosis.core.store.SegmentedObjectStore
Adds the specified object to the store.
add(T) - Method in class org.openstreetmap.osmosis.core.store.SimpleObjectStore
Adds the specified object to the store.
add(E) - Method in class org.openstreetmap.osmosis.core.util.CollectionWrapper
addAction(ActionDataType, ChangesetAction, long) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.ActionDao
Adds the specified action to the database.
addAll(Collection<Tdb>) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.EntityFeatureDao
Adds the specified features to the database.
addAll(Collection<? extends E>) - Method in class org.openstreetmap.osmosis.core.util.CollectionWrapper
addAttribute(String, String) - Method in class org.openstreetmap.osmosis.core.xml.common.ElementWriter
Adds an attribute to the element.
addChangesetIfRequired(long, OsmUser) - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.impl.ChangesetManager
Checks to see if the changeset already exists and adds it if it doesn't.
addEntity(T) - Method in interface org.openstreetmap.osmosis.core.container.v0_6.EntityManager
Adds the specified entity to the database.
addEntity(Node) - Method in class org.openstreetmap.osmosis.core.customdb.v0_6.impl.NodeManager
Adds the specified entity to the database.
addEntity(Relation) - Method in class org.openstreetmap.osmosis.core.customdb.v0_6.impl.RelationManager
Adds the specified entity to the database.
addEntity(Way) - Method in class org.openstreetmap.osmosis.core.customdb.v0_6.impl.WayManager
Adds the specified entity to the database.
addEntity(T) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.EntityDao
Adds the specified entity to the database.
addEntity(T) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.PostgresSqlEntityManager
Adds the specified entity to the database.
addEntity(Relation) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.RelationDao
Adds the specified entity to the database.
addEntity(Way) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.WayDao
Adds the specified entity to the database.
addLocation(long, NodeLocation) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.InMemoryNodeLocationStore
Adds the specified node location details.
addLocation(long, NodeLocation) - Method in interface org.openstreetmap.osmosis.core.pgsql.v0_6.impl.NodeLocationStore
Adds the specified node location details.
addLocation(long, NodeLocation) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.PersistentNodeLocationStore
Adds the specified node location details.
addMember(RelationMember) - Method in class org.openstreetmap.osmosis.core.domain.v0_5.Relation
Adds a new member.
addMember(RelationMember) - Method in class org.openstreetmap.osmosis.core.domain.v0_6.RelationBuilder
Deprecated. Adds a new member.
addMembers(Collection<RelationMember>) - Method in class org.openstreetmap.osmosis.core.domain.v0_5.Relation
Adds all members in the collection to the relation.
addNodeLocation(Node) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.WayGeometryBuilder
Adds the location of the node to the internal store.
addOrUpdateUser(OsmUser) - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.impl.UserManager
Adds the user to the database or updates the name of the existing database entry if one already exists with the same id.
addTag(Tag) - Method in class org.openstreetmap.osmosis.core.domain.v0_5.Entity
Adds a new tag.
addTag(Tag) - Method in class org.openstreetmap.osmosis.core.domain.v0_6.EntityBuilder
Deprecated. Adds a new tag.
addTags(Collection<Tag>) - Method in class org.openstreetmap.osmosis.core.domain.v0_5.Entity
Adds all tags in the collection to the node.
addUser(OsmUser) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.UserDao
Adds the specified user to the database.
addWayNode(WayNode) - Method in class org.openstreetmap.osmosis.core.domain.v0_5.Way
Adds a new way node.
addWayNode(WayNode) - Method in class org.openstreetmap.osmosis.core.domain.v0_6.WayBuilder
Deprecated. Adds a new way node.
addWayNodes(Collection<WayNode>) - Method in class org.openstreetmap.osmosis.core.domain.v0_5.Way
Adds all node references in the collection to the node.
AllEntityDao - Class in org.openstreetmap.osmosis.core.apidb.v0_6.impl
Provides operations that act on on all entity types by combining operations from the underlying DAO implementations.
AllEntityDao(JdbcTemplate) - Constructor for class org.openstreetmap.osmosis.core.apidb.v0_6.impl.AllEntityDao
Creates a new instance.
ApidbChangeReader - Class in org.openstreetmap.osmosis.core.apidb.v0_6
A change source reading from database history tables.
ApidbChangeReader(DatabaseLoginCredentials, DatabasePreferences, Date, Date, boolean) - Constructor for class org.openstreetmap.osmosis.core.apidb.v0_6.ApidbChangeReader
Creates a new instance.
ApidbChangeReaderFactory - Class in org.openstreetmap.osmosis.core.apidb.v0_6
The task manager factory for a database change reader.
ApidbChangeReaderFactory() - Constructor for class org.openstreetmap.osmosis.core.apidb.v0_6.ApidbChangeReaderFactory
 
ApidbChangeWriter - Class in org.openstreetmap.osmosis.core.apidb.v0_6
A change sink writing to database tables.
ApidbChangeWriter(DatabaseLoginCredentials, DatabasePreferences, boolean) - Constructor for class org.openstreetmap.osmosis.core.apidb.v0_6.ApidbChangeWriter
Creates a new instance.
ApidbChangeWriterFactory - Class in org.openstreetmap.osmosis.core.apidb.v0_6
The task manager factory for a database change writer.
ApidbChangeWriterFactory() - Constructor for class org.openstreetmap.osmosis.core.apidb.v0_6.ApidbChangeWriterFactory
 
ApidbCurrentReader - Class in org.openstreetmap.osmosis.core.apidb.v0_6
An OSM data source reading from a databases current tables.
ApidbCurrentReader(DatabaseLoginCredentials, DatabasePreferences) - Constructor for class org.openstreetmap.osmosis.core.apidb.v0_6.ApidbCurrentReader
Creates a new instance.
ApidbCurrentReaderFactory - Class in org.openstreetmap.osmosis.core.apidb.v0_6
The task manager factory for a database reader.
ApidbCurrentReaderFactory() - Constructor for class org.openstreetmap.osmosis.core.apidb.v0_6.ApidbCurrentReaderFactory
 
ApidbFileReplicator - Class in org.openstreetmap.osmosis.core.apidb.v0_6
Performs replication from an API database into change files.
ApidbFileReplicator(DatabaseLoginCredentials, DatabasePreferences, File) - Constructor for class org.openstreetmap.osmosis.core.apidb.v0_6.ApidbFileReplicator
Creates a new instance.
ApidbFileReplicatorFactory - Class in org.openstreetmap.osmosis.core.apidb.v0_6
The task factory for a file-based database replicator.
ApidbFileReplicatorFactory() - Constructor for class org.openstreetmap.osmosis.core.apidb.v0_6.ApidbFileReplicatorFactory
 
ApidbReader - Class in org.openstreetmap.osmosis.core.apidb.v0_6
An OSM data source reading from a database.
ApidbReader(DatabaseLoginCredentials, DatabasePreferences, Date) - Constructor for class org.openstreetmap.osmosis.core.apidb.v0_6.ApidbReader
Creates a new instance.
ApidbReaderFactory - Class in org.openstreetmap.osmosis.core.apidb.v0_6
The task manager factory for a database reader.
ApidbReaderFactory() - Constructor for class org.openstreetmap.osmosis.core.apidb.v0_6.ApidbReaderFactory
 
ApidbTestReader - Class in org.openstreetmap.osmosis.core.apidb.v0_6
A change source reading from database history tables.
ApidbTestReader(DatabaseLoginCredentials, DatabasePreferences, Date, Date, boolean, boolean) - Constructor for class org.openstreetmap.osmosis.core.apidb.v0_6.ApidbTestReader
Creates a new instance.
ApidbTestReaderFactory - Class in org.openstreetmap.osmosis.core.apidb.v0_6
The task manager factory for a database change reader.
ApidbTestReaderFactory() - Constructor for class org.openstreetmap.osmosis.core.apidb.v0_6.ApidbTestReaderFactory
 
ApidbTruncator - Class in org.openstreetmap.osmosis.core.apidb.v0_6
A standalone OSM task with no inputs or outputs that truncates tables in a apidb database.
ApidbTruncator(DatabaseLoginCredentials, DatabasePreferences) - Constructor for class org.openstreetmap.osmosis.core.apidb.v0_6.ApidbTruncator
Creates a new instance.
ApidbTruncatorFactory - Class in org.openstreetmap.osmosis.core.apidb.v0_6
The task manager factory for a database table truncator.
ApidbTruncatorFactory() - Constructor for class org.openstreetmap.osmosis.core.apidb.v0_6.ApidbTruncatorFactory
 
ApidbVersionConstants - Interface in org.openstreetmap.osmosis.core.apidb.v0_6
Defines constants specific to the specific schema version.
ApidbWriter - Class in org.openstreetmap.osmosis.core.apidb.v0_6
An OSM data sink for storing all data to a database.
ApidbWriter(DatabaseLoginCredentials, DatabasePreferences, boolean, boolean) - Constructor for class org.openstreetmap.osmosis.core.apidb.v0_6.ApidbWriter
Creates a new instance.
ApidbWriterFactory - Class in org.openstreetmap.osmosis.core.apidb.v0_6
The task manager factory for a database writer.
ApidbWriterFactory() - Constructor for class org.openstreetmap.osmosis.core.apidb.v0_6.ApidbWriterFactory
 
AreaFilter - Class in org.openstreetmap.osmosis.core.filter.v0_5
A base class for all tasks filter entities within an area.
AreaFilter(IdTrackerType, boolean, boolean) - Constructor for class org.openstreetmap.osmosis.core.filter.v0_5.AreaFilter
Creates a new instance.
AreaFilter - Class in org.openstreetmap.osmosis.core.filter.v0_6
A base class for all tasks filter entities within an area.
AreaFilter(IdTrackerType, boolean, boolean, boolean) - Constructor for class org.openstreetmap.osmosis.core.filter.v0_6.AreaFilter
Creates a new instance.
AreaFilterTaskManagerFactory - Class in org.openstreetmap.osmosis.core.filter.v0_5
Extends the basic task manager factory functionality with area filter task specific common methods.
AreaFilterTaskManagerFactory() - Constructor for class org.openstreetmap.osmosis.core.filter.v0_5.AreaFilterTaskManagerFactory
 
AreaFilterTaskManagerFactory - Class in org.openstreetmap.osmosis.core.filter.v0_6
Extends the basic task manager factory functionality with area filter task specific common methods.
AreaFilterTaskManagerFactory() - Constructor for class org.openstreetmap.osmosis.core.filter.v0_6.AreaFilterTaskManagerFactory
 
assertWriteable() - Method in class org.openstreetmap.osmosis.core.domain.v0_6.CommonEntityData
Ensures that the object is writeable.
assertWriteable() - Method in class org.openstreetmap.osmosis.core.domain.v0_6.Entity
Ensures that the object is writeable.
AtomicFileCreator - Class in org.openstreetmap.osmosis.core.util
Supports the creation of files in an atomic fashion.
AtomicFileCreator(File) - Constructor for class org.openstreetmap.osmosis.core.util.AtomicFileCreator
Creates a new instance.
AuthenticationPropertiesLoader - Class in org.openstreetmap.osmosis.core.database
Loads database authentication details from a properties file.
AuthenticationPropertiesLoader(File) - Constructor for class org.openstreetmap.osmosis.core.database.AuthenticationPropertiesLoader
Creates a new instance.

B

BaseDao - Class in org.openstreetmap.osmosis.core.pgsql.common
Provides functionality common to all dao implementations.
BaseDao(DatabaseContext) - Constructor for class org.openstreetmap.osmosis.core.pgsql.common.BaseDao
Creates a new instance.
BaseDatasetReader - Class in org.openstreetmap.osmosis.core.filter.v0_5.impl
Provides common behaviour between dataset reader implementations.
BaseDatasetReader() - Constructor for class org.openstreetmap.osmosis.core.filter.v0_5.impl.BaseDatasetReader
 
BaseElementProcessor - Class in org.openstreetmap.osmosis.core.xml.common
Provides common functionality shared by element processor implementations.
BaseElementProcessor(BaseElementProcessor, boolean) - Constructor for class org.openstreetmap.osmosis.core.xml.common.BaseElementProcessor
Creates a new instance.
BaseEntityReader<T> - Class in org.openstreetmap.osmosis.core.mysql.v0_5.impl
Provides the base implementation of all database entity readers.
BaseEntityReader(DatabaseLoginCredentials, boolean) - Constructor for class org.openstreetmap.osmosis.core.mysql.v0_5.impl.BaseEntityReader
Creates a new instance.
BaseObjectReader - Class in org.openstreetmap.osmosis.core.store
Provides functionality common to all object reader implementations.
BaseObjectReader(StoreReader, StoreClassRegister) - Constructor for class org.openstreetmap.osmosis.core.store.BaseObjectReader
Creates a new instance.
BaseObjectWriter - Class in org.openstreetmap.osmosis.core.store
Provides functionality common to all object writer implementations.
BaseObjectWriter(StoreWriter, StoreClassRegister) - Constructor for class org.openstreetmap.osmosis.core.store.BaseObjectWriter
Creates a new instance.
BaseReplicationDownloader - Class in org.openstreetmap.osmosis.core.merge.v0_6
This class downloads a set of replication files from a HTTP server and tracks the progress of which files have already been processed.
BaseReplicationDownloader(File) - Constructor for class org.openstreetmap.osmosis.core.merge.v0_6.BaseReplicationDownloader
Creates a new instance.
BaseStoreClassRegister - Class in org.openstreetmap.osmosis.core.store
Provides common functionality to store class register implementations.
BaseStoreClassRegister() - Constructor for class org.openstreetmap.osmosis.core.store.BaseStoreClassRegister
Creates a new instance.
BaseTableReader<T> - Class in org.openstreetmap.osmosis.core.apidb.common
Provides the base implementation of all database table readers.
BaseTableReader(DatabaseLoginCredentials) - Constructor for class org.openstreetmap.osmosis.core.apidb.common.BaseTableReader
Creates a new instance.
BaseTableReader<T> - Class in org.openstreetmap.osmosis.core.mysql.common
Provides the base implementation of all database table readers.
BaseTableReader(DatabaseLoginCredentials) - Constructor for class org.openstreetmap.osmosis.core.mysql.common.BaseTableReader
Creates a new instance.
BaseTableReader<T> - Class in org.openstreetmap.osmosis.core.pgsql.common
Provides the base implementation of all database table readers.
BaseTableReader(DatabaseContext) - Constructor for class org.openstreetmap.osmosis.core.pgsql.common.BaseTableReader
Creates a new instance.
BaseTableReader.ReadResult<T> - Class in org.openstreetmap.osmosis.core.apidb.common
Represents the result of an entity read from the result set at the current position.
BaseTableReader.ReadResult(boolean, T) - Constructor for class org.openstreetmap.osmosis.core.apidb.common.BaseTableReader.ReadResult
Creates a new instance.
BaseTableReader.ReadResult<T> - Class in org.openstreetmap.osmosis.core.mysql.common
Represents the result of an entity read from the result set at the current position.
BaseTableReader.ReadResult(boolean, T) - Constructor for class org.openstreetmap.osmosis.core.mysql.common.BaseTableReader.ReadResult
Creates a new instance.
BaseTableReader.ReadResult<T> - Class in org.openstreetmap.osmosis.core.pgsql.common
Represents the result of an entity read from the result set at the current position.
BaseTableReader.ReadResult(boolean, T) - Constructor for class org.openstreetmap.osmosis.core.pgsql.common.BaseTableReader.ReadResult
Creates a new instance.
BaseXmlWriter - Class in org.openstreetmap.osmosis.core.xml.common
An OSM data sink for storing all data to an xml file.
BaseXmlWriter(File, CompressionMethod) - Constructor for class org.openstreetmap.osmosis.core.xml.common.BaseXmlWriter
Creates a new instance.
begin(Attributes) - Method in class org.openstreetmap.osmosis.core.xml.common.DummyElementProcessor
This implementation does not do any processing.
begin(Attributes) - Method in interface org.openstreetmap.osmosis.core.xml.common.ElementProcessor
Initialises the element processor with attributes for a new element to be processed.
begin(Attributes) - Method in class org.openstreetmap.osmosis.core.xml.v0_5.impl.BoundElementProcessor
Initialises the element processor with attributes for a new element to be processed.
begin(Attributes) - Method in class org.openstreetmap.osmosis.core.xml.v0_5.impl.ChangeSourceElementProcessor
Initialises the element processor with attributes for a new element to be processed.
begin(Attributes) - Method in class org.openstreetmap.osmosis.core.xml.v0_5.impl.NodeElementProcessor
Initialises the element processor with attributes for a new element to be processed.
begin() - Method in class org.openstreetmap.osmosis.core.xml.v0_5.impl.OsmChangeWriter
Begins an element.
begin(Attributes) - Method in class org.openstreetmap.osmosis.core.xml.v0_5.impl.OsmElementProcessor
Initialises the element processor with attributes for a new element to be processed.
begin() - Method in class org.openstreetmap.osmosis.core.xml.v0_5.impl.OsmWriter
Begins an element.
begin(Attributes) - Method in class org.openstreetmap.osmosis.core.xml.v0_5.impl.RelationElementProcessor
Initialises the element processor with attributes for a new element to be processed.
begin(Attributes) - Method in class org.openstreetmap.osmosis.core.xml.v0_5.impl.RelationMemberElementProcessor
Initialises the element processor with attributes for a new element to be processed.
begin(Attributes) - Method in class org.openstreetmap.osmosis.core.xml.v0_5.impl.TagElementProcessor
Initialises the element processor with attributes for a new element to be processed.
begin(Attributes) - Method in class org.openstreetmap.osmosis.core.xml.v0_5.impl.WayElementProcessor
Initialises the element processor with attributes for a new element to be processed.
begin(Attributes) - Method in class org.openstreetmap.osmosis.core.xml.v0_5.impl.WayNodeElementProcessor
Initialises the element processor with attributes for a new element to be processed.
begin(Attributes) - Method in class org.openstreetmap.osmosis.core.xml.v0_6.impl.BoundElementProcessor
Initialises the element processor with attributes for a new element to be processed.
begin(Attributes) - Method in class org.openstreetmap.osmosis.core.xml.v0_6.impl.ChangeSourceElementProcessor
Initialises the element processor with attributes for a new element to be processed.
begin(Attributes) - Method in class org.openstreetmap.osmosis.core.xml.v0_6.impl.NodeElementProcessor
Initialises the element processor with attributes for a new element to be processed.
begin() - Method in class org.openstreetmap.osmosis.core.xml.v0_6.impl.OsmChangeWriter
Begins an element.
begin(Attributes) - Method in class org.openstreetmap.osmosis.core.xml.v0_6.impl.OsmElementProcessor
Initialises the element processor with attributes for a new element to be processed.
begin() - Method in class org.openstreetmap.osmosis.core.xml.v0_6.impl.OsmWriter
Begins an element.
begin(Attributes) - Method in class org.openstreetmap.osmosis.core.xml.v0_6.impl.RelationElementProcessor
Initialises the element processor with attributes for a new element to be processed.
begin(Attributes) - Method in class org.openstreetmap.osmosis.core.xml.v0_6.impl.RelationMemberElementProcessor
Initialises the element processor with attributes for a new element to be processed.
begin(Attributes) - Method in class org.openstreetmap.osmosis.core.xml.v0_6.impl.TagElementProcessor
Initialises the element processor with attributes for a new element to be processed.
begin(Attributes) - Method in class org.openstreetmap.osmosis.core.xml.v0_6.impl.WayElementProcessor
Initialises the element processor with attributes for a new element to be processed.
begin(Attributes) - Method in class org.openstreetmap.osmosis.core.xml.v0_6.impl.WayNodeElementProcessor
Initialises the element processor with attributes for a new element to be processed.
beginElementWriter() - Method in class org.openstreetmap.osmosis.core.xml.common.BaseXmlWriter
Calls the begin method of the element writer used for this implementation.
beginElementWriter() - Method in class org.openstreetmap.osmosis.core.xml.v0_5.XmlChangeWriter
Calls the begin method of the element writer used for this implementation.
beginElementWriter() - Method in class org.openstreetmap.osmosis.core.xml.v0_5.XmlWriter
Calls the begin method of the element writer used for this implementation.
beginElementWriter() - Method in class org.openstreetmap.osmosis.core.xml.v0_6.XmlChangeWriter
Calls the begin method of the element writer used for this implementation.
beginElementWriter() - Method in class org.openstreetmap.osmosis.core.xml.v0_6.XmlWriter
Calls the begin method of the element writer used for this implementation.
beginOpenElement() - Method in class org.openstreetmap.osmosis.core.xml.common.ElementWriter
Writes an element opening line without the final closing portion of the tag.
BitSetIdTracker - Class in org.openstreetmap.osmosis.core.filter.common
Implements the IdTracker interface using an internal JDK BitSet.
BitSetIdTracker() - Constructor for class org.openstreetmap.osmosis.core.filter.common.BitSetIdTracker
Creates a new instance.
Bound - Class in org.openstreetmap.osmosis.core.domain.v0_5
A data class representing an OSM data bound element.
Bound(String) - Constructor for class org.openstreetmap.osmosis.core.domain.v0_5.Bound
Creates a new instance which covers the entire planet.
Bound(double, double, double, double, String) - Constructor for class org.openstreetmap.osmosis.core.domain.v0_5.Bound
Creates a new instance with the specified boundaries.
Bound(StoreReader, StoreClassRegister) - Constructor for class org.openstreetmap.osmosis.core.domain.v0_5.Bound
Creates a new instance.
Bound - Class in org.openstreetmap.osmosis.core.domain.v0_6
A data class representing an OSM data bound element.
Bound(String) - Constructor for class org.openstreetmap.osmosis.core.domain.v0_6.Bound
Creates a new instance which covers the entire planet.
Bound(double, double, double, double, String) - Constructor for class org.openstreetmap.osmosis.core.domain.v0_6.Bound
Creates a new instance with the specified boundaries.
Bound(StoreReader, StoreClassRegister) - Constructor for class org.openstreetmap.osmosis.core.domain.v0_6.Bound
Creates a new instance.
BoundContainer - Class in org.openstreetmap.osmosis.core.container.v0_5
Entity container implementation for bound.
BoundContainer(Bound) - Constructor for class org.openstreetmap.osmosis.core.container.v0_5.BoundContainer
Creates a new instance.
BoundContainer(StoreReader, StoreClassRegister) - Constructor for class org.openstreetmap.osmosis.core.container.v0_5.BoundContainer
Creates a new instance.
BoundContainer - Class in org.openstreetmap.osmosis.core.container.v0_6
Entity container implementation for bound.
BoundContainer(Bound) - Constructor for class org.openstreetmap.osmosis.core.container.v0_6.BoundContainer
Creates a new instance.
BoundContainer(StoreReader, StoreClassRegister) - Constructor for class org.openstreetmap.osmosis.core.container.v0_6.BoundContainer
Creates a new instance.
BoundContainerFactory - Class in org.openstreetmap.osmosis.core.container.v0_6
A container factory for bound objects.
BoundContainerFactory() - Constructor for class org.openstreetmap.osmosis.core.container.v0_6.BoundContainerFactory
 
BoundContainerIterator - Class in org.openstreetmap.osmosis.core.container.v0_6
Wraps a set of bound items into bound containers.
BoundContainerIterator(ReleasableIterator<Bound>) - Constructor for class org.openstreetmap.osmosis.core.container.v0_6.BoundContainerIterator
Creates a new instance.
BoundElementProcessor - Class in org.openstreetmap.osmosis.core.xml.v0_5.impl
Provides an element processor implementation for a node.
BoundElementProcessor(BaseElementProcessor, Sink, boolean) - Constructor for class org.openstreetmap.osmosis.core.xml.v0_5.impl.BoundElementProcessor
Creates a new instance.
BoundElementProcessor - Class in org.openstreetmap.osmosis.core.xml.v0_6.impl
Provides an element processor implementation for a node.
BoundElementProcessor(BaseElementProcessor, Sink, boolean) - Constructor for class org.openstreetmap.osmosis.core.xml.v0_6.impl.BoundElementProcessor
Creates a new instance.
boundingBox - Variable in class org.openstreetmap.osmosis.core.customdb.v0_6.impl.BoundingBoxContext
The coordinates of the box represented as an AWT box for use in AWT API calls.
boundingBox - Variable in class org.openstreetmap.osmosis.core.filter.v0_5.impl.BoundingBoxContext
The coordinates of the box represented as an AWT box for use in AWT API calls.
BoundingBoxContext - Class in org.openstreetmap.osmosis.core.customdb.v0_6.impl
Contains the data associated with a bounding box iteration call on a dataset.
BoundingBoxContext(double, double, double, double) - Constructor for class org.openstreetmap.osmosis.core.customdb.v0_6.impl.BoundingBoxContext
Creates a new instance.
BoundingBoxContext - Class in org.openstreetmap.osmosis.core.filter.v0_5.impl
Contains the data associated with a bounding box iteration call on a dataset.
BoundingBoxContext(double, double, double, double) - Constructor for class org.openstreetmap.osmosis.core.filter.v0_5.impl.BoundingBoxContext
Creates a new instance.
BoundingBoxFilter - Class in org.openstreetmap.osmosis.core.filter.v0_5
Provides a filter for extracting all entities that lie within a specific geographical box identified by latitude and longitude coordinates.
BoundingBoxFilter(IdTrackerType, double, double, double, double, boolean, boolean) - Constructor for class org.openstreetmap.osmosis.core.filter.v0_5.BoundingBoxFilter
Creates a new instance with the specified geographical coordinates.
BoundingBoxFilter - Class in org.openstreetmap.osmosis.core.filter.v0_6
Provides a filter for extracting all entities that lie within a specific geographical box identified by latitude and longitude coordinates.
BoundingBoxFilter(IdTrackerType, double, double, double, double, boolean, boolean, boolean) - Constructor for class org.openstreetmap.osmosis.core.filter.v0_6.BoundingBoxFilter
Creates a new instance with the specified geographical coordinates.
BoundingBoxFilterFactory - Class in org.openstreetmap.osmosis.core.filter.v0_5
The task manager factory for a bounding box filter.
BoundingBoxFilterFactory() - Constructor for class org.openstreetmap.osmosis.core.filter.v0_5.BoundingBoxFilterFactory
 
BoundingBoxFilterFactory - Class in org.openstreetmap.osmosis.core.filter.v0_6
The task manager factory for a bounding box filter.
BoundingBoxFilterFactory() - Constructor for class org.openstreetmap.osmosis.core.filter.v0_6.BoundingBoxFilterFactory
 
BoundWriter - Class in org.openstreetmap.osmosis.core.xml.v0_5.impl
 
BoundWriter(String, int) - Constructor for class org.openstreetmap.osmosis.core.xml.v0_5.impl.BoundWriter
Creates a new instance.
BoundWriter - Class in org.openstreetmap.osmosis.core.xml.v0_6.impl
 
BoundWriter(String, int) - Constructor for class org.openstreetmap.osmosis.core.xml.v0_6.impl.BoundWriter
Creates a new instance.
BufferedRandomAccessFileInputStream - Class in org.openstreetmap.osmosis.core.store
Wraps a random access file adding buffered input stream capabilities.
BufferedRandomAccessFileInputStream(File) - Constructor for class org.openstreetmap.osmosis.core.store.BufferedRandomAccessFileInputStream
Creates a new instance.
BufferedRandomAccessFileInputStream(File, int, int, int, float) - Constructor for class org.openstreetmap.osmosis.core.store.BufferedRandomAccessFileInputStream
Creates a new instance.
buildChangesetId(String) - Method in class org.openstreetmap.osmosis.core.xml.v0_6.impl.EntityElementProcessor
Parses a changeset id based on the provided attribute value.
buildEntity() - Method in class org.openstreetmap.osmosis.core.domain.v0_6.EntityBuilder
Deprecated. Builds a new entity instance based on the current data.
buildEntity() - Method in class org.openstreetmap.osmosis.core.domain.v0_6.NodeBuilder
Deprecated. Builds a new entity instance based on the current data.
buildEntity() - Method in class org.openstreetmap.osmosis.core.domain.v0_6.RelationBuilder
Deprecated. Builds a new entity instance based on the current data.
buildEntity() - Method in class org.openstreetmap.osmosis.core.domain.v0_6.WayBuilder
Deprecated. Builds a new entity instance based on the current data.
buildEntity(ResultSet) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.EntityFeatureMapper
Creates a new entity based upon the current row in the result set.
buildEntity(ResultSet) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.RelationMemberMapper
Creates a new entity based upon the current row in the result set.
buildEntity(ResultSet) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.TagMapper
Creates a new entity based upon the current row in the result set.
buildEntity(ResultSet) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.WayNodeMapper
Creates a new entity based upon the current row in the result set.
buildMap() - Method in interface org.openstreetmap.osmosis.core.domain.v0_6.TagCollection
Creates a map representation of the tags.
buildMap() - Method in class org.openstreetmap.osmosis.core.domain.v0_6.TagCollectionImpl
Creates a map representation of the tags.
buildMap() - Method in class org.openstreetmap.osmosis.core.domain.v0_6.UnmodifiableTagCollection
Creates a map representation of the tags.
buildUser(ResultSet) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.EntityMapper
Creates a new user record based upon the current result set row.
buildUser(String, String) - Method in class org.openstreetmap.osmosis.core.xml.v0_5.impl.EntityElementProcessor
Creates a user instance appropriate to the arguments.
buildUser(String, String) - Method in class org.openstreetmap.osmosis.core.xml.v0_6.impl.EntityElementProcessor
Creates a user instance appropriate to the arguments.

C

calculateMaximumTimestamp(ReplicationDownloaderConfiguration, Date, Date) - Method in class org.openstreetmap.osmosis.core.merge.v0_6.BaseReplicationDownloader
Determines the maximum timestamp of data to be downloaded during this invocation.
calculateMaximumTimestamp(ReplicationDownloaderConfiguration, Date, Date) - Method in class org.openstreetmap.osmosis.core.merge.v0_6.ReplicationFileMerger
Determines the maximum timestamp of data to be downloaded during this invocation.
calculateTile(double, double) - Method in class org.openstreetmap.osmosis.core.util.TileCalculator
Calculates a tile index based upon the supplied coordinates.
ChangeAction - Enum in org.openstreetmap.osmosis.core.task.common
Represents all the actions that can be performed on a data type when performing a change.
ChangeAppender - Class in org.openstreetmap.osmosis.core.merge.v0_6
Combines multiple change sources into a single data set.
ChangeAppender(int) - Constructor for class org.openstreetmap.osmosis.core.merge.v0_6.ChangeAppender
Creates a new instance.
ChangeAppenderFactory - Class in org.openstreetmap.osmosis.core.merge.v0_6
The task manager factory for a change appender.
ChangeAppenderFactory() - Constructor for class org.openstreetmap.osmosis.core.merge.v0_6.ChangeAppenderFactory
 
ChangeApplier - Class in org.openstreetmap.osmosis.core.change.v0_5
Applies a change set to an input source and produces an updated data set.
ChangeApplier(int) - Constructor for class org.openstreetmap.osmosis.core.change.v0_5.ChangeApplier
Creates a new instance.
ChangeApplier - Class in org.openstreetmap.osmosis.core.change.v0_6
Applies a change set to an input source and produces an updated data set.
ChangeApplier(int) - Constructor for class org.openstreetmap.osmosis.core.change.v0_6.ChangeApplier
Creates a new instance.
ChangeApplierFactory - Class in org.openstreetmap.osmosis.core.change.v0_5
The task manager factory for a change applier.
ChangeApplierFactory() - Constructor for class org.openstreetmap.osmosis.core.change.v0_5.ChangeApplierFactory
 
ChangeApplierFactory - Class in org.openstreetmap.osmosis.core.change.v0_6
The task manager factory for a change applier.
ChangeApplierFactory() - Constructor for class org.openstreetmap.osmosis.core.change.v0_6.ChangeApplierFactory
 
ChangeBuffer - Class in org.openstreetmap.osmosis.core.buffer.v0_5
Splits the pipeline so that it can be processed on multiple threads.
ChangeBuffer(int) - Constructor for class org.openstreetmap.osmosis.core.buffer.v0_5.ChangeBuffer
Creates a new instance.
ChangeBuffer - Class in org.openstreetmap.osmosis.core.buffer.v0_6
Splits the pipeline so that it can be processed on multiple threads.
ChangeBuffer(int) - Constructor for class org.openstreetmap.osmosis.core.buffer.v0_6.ChangeBuffer
Creates a new instance.
ChangeBufferFactory - Class in org.openstreetmap.osmosis.core.buffer.v0_5
The task manager factory for a change buffer.
ChangeBufferFactory() - Constructor for class org.openstreetmap.osmosis.core.buffer.v0_5.ChangeBufferFactory
 
ChangeBufferFactory - Class in org.openstreetmap.osmosis.core.buffer.v0_6
The task manager factory for a change buffer.
ChangeBufferFactory() - Constructor for class org.openstreetmap.osmosis.core.buffer.v0_6.ChangeBufferFactory
 
ChangeContainer - Class in org.openstreetmap.osmosis.core.container.v0_5
Holds an EntityContainer and an associated action.
ChangeContainer(EntityContainer, ChangeAction) - Constructor for class org.openstreetmap.osmosis.core.container.v0_5.ChangeContainer
Creates a new instance.
ChangeContainer(StoreReader, StoreClassRegister) - Constructor for class org.openstreetmap.osmosis.core.container.v0_5.ChangeContainer
Creates a new instance.
ChangeContainer - Class in org.openstreetmap.osmosis.core.container.v0_6
Holds an EntityContainer and an associated action.
ChangeContainer(EntityContainer, ChangeAction) - Constructor for class org.openstreetmap.osmosis.core.container.v0_6.ChangeContainer
Creates a new instance.
ChangeContainer(StoreReader, StoreClassRegister) - Constructor for class org.openstreetmap.osmosis.core.container.v0_6.ChangeContainer
Creates a new instance.
ChangeDeriver - Class in org.openstreetmap.osmosis.core.change.v0_5
Compares two different data sources and produces a set of differences.
ChangeDeriver(int) - Constructor for class org.openstreetmap.osmosis.core.change.v0_5.ChangeDeriver
Creates a new instance.
ChangeDeriver - Class in org.openstreetmap.osmosis.core.change.v0_6
Compares two different data sources and produces a set of differences.
ChangeDeriver(int) - Constructor for class org.openstreetmap.osmosis.core.change.v0_6.ChangeDeriver
Creates a new instance.
ChangeDeriverFactory - Class in org.openstreetmap.osmosis.core.change.v0_5
The task manager factory for a change deriver.
ChangeDeriverFactory() - Constructor for class org.openstreetmap.osmosis.core.change.v0_5.ChangeDeriverFactory
 
ChangeDeriverFactory - Class in org.openstreetmap.osmosis.core.change.v0_6
The task manager factory for a change deriver.
ChangeDeriverFactory() - Constructor for class org.openstreetmap.osmosis.core.change.v0_6.ChangeDeriverFactory
 
ChangeDownloader - Class in org.openstreetmap.osmosis.core.merge.v0_5
Downloads a set of change files from a HTTP server, and merges them into a single output stream.
ChangeDownloader(String, File) - Constructor for class org.openstreetmap.osmosis.core.merge.v0_5.ChangeDownloader
Creates a new instance.
ChangeDownloaderFactory - Class in org.openstreetmap.osmosis.core.merge.v0_5
The task manager factory for a change downloader.
ChangeDownloaderFactory() - Constructor for class org.openstreetmap.osmosis.core.merge.v0_5.ChangeDownloaderFactory
 
ChangeDownloadInitializer - Class in org.openstreetmap.osmosis.core.merge.v0_5
Downloads a set of change files from a HTTP server, and merges them into a single output stream.
ChangeDownloadInitializer(File, Date) - Constructor for class org.openstreetmap.osmosis.core.merge.v0_5.ChangeDownloadInitializer
Creates a new instance.
ChangeDownloadInitializerFactory - Class in org.openstreetmap.osmosis.core.merge.v0_5
The task manager factory for a change download initializer.
ChangeDownloadInitializerFactory() - Constructor for class org.openstreetmap.osmosis.core.merge.v0_5.ChangeDownloadInitializerFactory
 
ChangeForSeekableApplierComparator - Class in org.openstreetmap.osmosis.core.sort.v0_5
Orders changes in such a way that they can be applied to a data store while maintaining data integrity (ie.
ChangeForSeekableApplierComparator() - Constructor for class org.openstreetmap.osmosis.core.sort.v0_5.ChangeForSeekableApplierComparator
 
ChangeForSeekableApplierComparator - Class in org.openstreetmap.osmosis.core.sort.v0_6
Orders changes in such a way that they can be applied to a data store while maintaining data integrity (ie.
ChangeForSeekableApplierComparator() - Constructor for class org.openstreetmap.osmosis.core.sort.v0_6.ChangeForSeekableApplierComparator
 
ChangeForStreamableApplierComparator - Class in org.openstreetmap.osmosis.core.sort.v0_5
Orders changes in such a way that they can be applied to an ordered data stream without requiring seeking throughout the data stream.
ChangeForStreamableApplierComparator() - Constructor for class org.openstreetmap.osmosis.core.sort.v0_5.ChangeForStreamableApplierComparator
 
ChangeForStreamableApplierComparator - Class in org.openstreetmap.osmosis.core.sort.v0_6
Orders changes in such a way that they can be applied to an ordered data stream without requiring seeking throughout the data stream.
ChangeForStreamableApplierComparator() - Constructor for class org.openstreetmap.osmosis.core.sort.v0_6.ChangeForStreamableApplierComparator
 
ChangeMerger - Class in org.openstreetmap.osmosis.core.merge.v0_5
Merges two change sources into a single data set.
ChangeMerger(ConflictResolutionMethod, int) - Constructor for class org.openstreetmap.osmosis.core.merge.v0_5.ChangeMerger
Creates a new instance.
ChangeMerger - Class in org.openstreetmap.osmosis.core.merge.v0_6
Merges two change sources into a single data set.
ChangeMerger(ConflictResolutionMethod, int) - Constructor for class org.openstreetmap.osmosis.core.merge.v0_6.ChangeMerger
Creates a new instance.
ChangeMergerFactory - Class in org.openstreetmap.osmosis.core.merge.v0_5
The task manager factory for a change merger.
ChangeMergerFactory() - Constructor for class org.openstreetmap.osmosis.core.merge.v0_5.ChangeMergerFactory
 
ChangeMergerFactory - Class in org.openstreetmap.osmosis.core.merge.v0_6
The task manager factory for a change merger.
ChangeMergerFactory() - Constructor for class org.openstreetmap.osmosis.core.merge.v0_6.ChangeMergerFactory
 
ChangeProgressLogger - Class in org.openstreetmap.osmosis.core.progress.v0_5
Logs progress information using jdk logging at info level at regular intervals.
ChangeProgressLogger(int) - Constructor for class org.openstreetmap.osmosis.core.progress.v0_5.ChangeProgressLogger
Creates a new instance.
ChangeProgressLogger - Class in org.openstreetmap.osmosis.core.progress.v0_6
Logs progress information using jdk logging at info level at regular intervals.
ChangeProgressLogger(int) - Constructor for class org.openstreetmap.osmosis.core.progress.v0_6.ChangeProgressLogger
Creates a new instance.
ChangeProgressLoggerFactory - Class in org.openstreetmap.osmosis.core.progress.v0_5
The task manager factory for a change progress logger.
ChangeProgressLoggerFactory() - Constructor for class org.openstreetmap.osmosis.core.progress.v0_5.ChangeProgressLoggerFactory
 
ChangeProgressLoggerFactory - Class in org.openstreetmap.osmosis.core.progress.v0_6
The task manager factory for a change progress logger.
ChangeProgressLoggerFactory() - Constructor for class org.openstreetmap.osmosis.core.progress.v0_6.ChangeProgressLoggerFactory
 
ChangeReader<T extends Entity> - Class in org.openstreetmap.osmosis.core.apidb.v0_6.impl
Creates change records based on the data provided by an underlying entity history iterator.
ChangeReader(ReleasableIterator<EntityHistory<T>>, EntityContainerFactory<T>) - Constructor for class org.openstreetmap.osmosis.core.apidb.v0_6.impl.ChangeReader
Creates a new instance.
ChangesetAction - Enum in org.openstreetmap.osmosis.core.pgsql.v0_6.impl
Defines the values for the "action" columns in the pgsql schema.
ChangesetFileNameFormatter - Class in org.openstreetmap.osmosis.core.merge.v0_5.impl
This class will generate changeset filenames.
ChangesetFileNameFormatter(String, String) - Constructor for class org.openstreetmap.osmosis.core.merge.v0_5.impl.ChangesetFileNameFormatter
Creates a new instance.
ChangesetFileNameFormatter - Class in org.openstreetmap.osmosis.core.merge.v0_6.impl
This class will generate changeset filenames.
ChangesetFileNameFormatter(String, String) - Constructor for class org.openstreetmap.osmosis.core.merge.v0_6.impl.ChangesetFileNameFormatter
Creates a new instance.
changesetId - Variable in class org.openstreetmap.osmosis.core.domain.v0_6.EntityBuilder
Deprecated. The entity changeset identifier.
ChangesetManager - Class in org.openstreetmap.osmosis.core.apidb.v0_6.impl
Creates and maintains changesets for a database conversation.
ChangesetManager(DatabaseContext) - Constructor for class org.openstreetmap.osmosis.core.apidb.v0_6.impl.ChangesetManager
Creates a new instance.
ChangeSink - Interface in org.openstreetmap.osmosis.core.task.v0_5
Defines the interface for all tasks consuming OSM changes to data.
ChangeSink - Interface in org.openstreetmap.osmosis.core.task.v0_6
Defines the interface for all tasks consuming OSM changes to data.
ChangeSink05ChangeSource06 - Interface in org.openstreetmap.osmosis.core.migrate
A ChangeSinkChangeSource interface for converting from 0.5 to 0.6 format change data.
ChangeSink05ChangeSource06Manager - Class in org.openstreetmap.osmosis.core.migrate
A task manager implementation for task performing change sink and change source functionality.
ChangeSink05ChangeSource06Manager(String, ChangeSink05ChangeSource06, Map<String, String>) - Constructor for class org.openstreetmap.osmosis.core.migrate.ChangeSink05ChangeSource06Manager
Creates a new instance.
ChangeSinkChangeSource - Interface in org.openstreetmap.osmosis.core.task.v0_5
Defines the interface for combining change sink and change source functionality.
ChangeSinkChangeSource - Interface in org.openstreetmap.osmosis.core.task.v0_6
Defines the interface for combining change sink and change source functionality.
ChangeSinkChangeSourceManager - Class in org.openstreetmap.osmosis.core.pipeline.v0_5
A task manager implementation for task performing change sink and change source functionality.
ChangeSinkChangeSourceManager(String, ChangeSinkChangeSource, Map<String, String>) - Constructor for class org.openstreetmap.osmosis.core.pipeline.v0_5.ChangeSinkChangeSourceManager
Creates a new instance.
ChangeSinkChangeSourceManager - Class in org.openstreetmap.osmosis.core.pipeline.v0_6
A task manager implementation for task performing change sink and change source functionality.
ChangeSinkChangeSourceManager(String, ChangeSinkChangeSource, Map<String, String>) - Constructor for class org.openstreetmap.osmosis.core.pipeline.v0_6.ChangeSinkChangeSourceManager
Creates a new instance.
ChangeSinkManager - Class in org.openstreetmap.osmosis.core.pipeline.v0_5
A task manager implementation for ChangeSink task implementations.
ChangeSinkManager(String, ChangeSink, Map<String, String>) - Constructor for class org.openstreetmap.osmosis.core.pipeline.v0_5.ChangeSinkManager
Creates a new instance.
ChangeSinkManager - Class in org.openstreetmap.osmosis.core.pipeline.v0_6
A task manager implementation for ChangeSink task implementations.
ChangeSinkManager(String, ChangeSink, Map<String, String>) - Constructor for class org.openstreetmap.osmosis.core.pipeline.v0_6.ChangeSinkManager
Creates a new instance.
ChangeSinkMultiChangeSource - Interface in org.openstreetmap.osmosis.core.task.v0_5
Defines the interface for combining ChangeSink and MultiChangeSource functionality.
ChangeSinkMultiChangeSource - Interface in org.openstreetmap.osmosis.core.task.v0_6
Defines the interface for combining ChangeSink and MultiChangeSource functionality.
ChangeSinkMultiChangeSourceManager - Class in org.openstreetmap.osmosis.core.pipeline.v0_5
A task manager implementation for task performing change sink and multi change source functionality.
ChangeSinkMultiChangeSourceManager(String, ChangeSinkMultiChangeSource, Map<String, String>) - Constructor for class org.openstreetmap.osmosis.core.pipeline.v0_5.ChangeSinkMultiChangeSourceManager
Creates a new instance.
ChangeSinkMultiChangeSourceManager - Class in org.openstreetmap.osmosis.core.pipeline.v0_6
A task manager implementation for task performing change sink and multi change source functionality.
ChangeSinkMultiChangeSourceManager(String, ChangeSinkMultiChangeSource, Map<String, String>) - Constructor for class org.openstreetmap.osmosis.core.pipeline.v0_6.ChangeSinkMultiChangeSourceManager
Creates a new instance.
ChangeSinkRunnableChangeSource - Interface in org.openstreetmap.osmosis.core.task.v0_5
Defines the interface for combining ChangeSink and RunnableChangeSource functionality.
ChangeSinkRunnableChangeSource - Interface in org.openstreetmap.osmosis.core.task.v0_6
Defines the interface for combining ChangeSink and RunnableChangeSource functionality.
ChangeSinkRunnableChangeSourceManager - Class in org.openstreetmap.osmosis.core.pipeline.v0_5
A task manager implementation for ChangeSinkRunnableChangeSource task implementations.
ChangeSinkRunnableChangeSourceManager(String, ChangeSinkRunnableChangeSource, Map<String, String>) - Constructor for class org.openstreetmap.osmosis.core.pipeline.v0_5.ChangeSinkRunnableChangeSourceManager
Creates a new instance.
ChangeSinkRunnableChangeSourceManager - Class in org.openstreetmap.osmosis.core.pipeline.v0_6
A task manager implementation for ChangeSinkRunnableChangeSource task implementations.
ChangeSinkRunnableChangeSourceManager(String, ChangeSinkRunnableChangeSource, Map<String, String>) - Constructor for class org.openstreetmap.osmosis.core.pipeline.v0_6.ChangeSinkRunnableChangeSourceManager
Creates a new instance.
ChangeSorter - Class in org.openstreetmap.osmosis.core.sort.v0_5
A change stream filter that sorts changes.
ChangeSorter(Comparator<ChangeContainer>) - Constructor for class org.openstreetmap.osmosis.core.sort.v0_5.ChangeSorter
Creates a new instance.
ChangeSorter - Class in org.openstreetmap.osmosis.core.sort.v0_6
A change stream filter that sorts changes.
ChangeSorter(Comparator<ChangeContainer>) - Constructor for class org.openstreetmap.osmosis.core.sort.v0_6.ChangeSorter
Creates a new instance.
ChangeSorterFactory - Class in org.openstreetmap.osmosis.core.sort.v0_5
The task manager factory for a change sorter.
ChangeSorterFactory() - Constructor for class org.openstreetmap.osmosis.core.sort.v0_5.ChangeSorterFactory
Creates a new instance.
ChangeSorterFactory - Class in org.openstreetmap.osmosis.core.sort.v0_6
The task manager factory for a change sorter.
ChangeSorterFactory() - Constructor for class org.openstreetmap.osmosis.core.sort.v0_6.ChangeSorterFactory
Creates a new instance.
ChangeSource - Interface in org.openstreetmap.osmosis.core.task.v0_5
Defines the interface for all tasks producing OSM changes to data.
ChangeSource - Interface in org.openstreetmap.osmosis.core.task.v0_6
Defines the interface for all tasks producing OSM changes to data.
ChangeSourceElementProcessor - Class in org.openstreetmap.osmosis.core.xml.v0_5.impl
Provides an element processor implementation for an osm change element.
ChangeSourceElementProcessor(BaseElementProcessor, ChangeSink, boolean) - Constructor for class org.openstreetmap.osmosis.core.xml.v0_5.impl.ChangeSourceElementProcessor
Creates a new instance.
ChangeSourceElementProcessor - Class in org.openstreetmap.osmosis.core.xml.v0_6.impl
Provides an element processor implementation for an osm change element.
ChangeSourceElementProcessor(BaseElementProcessor, ChangeSink, boolean) - Constructor for class org.openstreetmap.osmosis.core.xml.v0_6.impl.ChangeSourceElementProcessor
Creates a new instance.
ChangeTagSorter - Class in org.openstreetmap.osmosis.core.sort.v0_6
A data stream filter that sorts tags on changes.
ChangeTagSorter() - Constructor for class org.openstreetmap.osmosis.core.sort.v0_6.ChangeTagSorter
 
ChangeTagSorterFactory - Class in org.openstreetmap.osmosis.core.sort.v0_6
The task manager factory for a change tag sorter.
ChangeTagSorterFactory() - Constructor for class org.openstreetmap.osmosis.core.sort.v0_6.ChangeTagSorterFactory
 
ChangeTee - Class in org.openstreetmap.osmosis.core.tee.v0_5
Sends input change data to two output destinations.
ChangeTee(int) - Constructor for class org.openstreetmap.osmosis.core.tee.v0_5.ChangeTee
Creates a new instance.
ChangeTee - Class in org.openstreetmap.osmosis.core.tee.v0_6
Sends input change data to two output destinations.
ChangeTee(int) - Constructor for class org.openstreetmap.osmosis.core.tee.v0_6.ChangeTee
Creates a new instance.
ChangeTeeFactory - Class in org.openstreetmap.osmosis.core.tee.v0_5
The task manager factory for a change tee.
ChangeTeeFactory() - Constructor for class org.openstreetmap.osmosis.core.tee.v0_5.ChangeTeeFactory
 
ChangeTeeFactory - Class in org.openstreetmap.osmosis.core.tee.v0_6
The task manager factory for a change tee.
ChangeTeeFactory() - Constructor for class org.openstreetmap.osmosis.core.tee.v0_6.ChangeTeeFactory
 
ChangeWriter - Class in org.openstreetmap.osmosis.core.apidb.v0_6.impl
Writes changes to a database.
ChangeWriter(DatabaseLoginCredentials, boolean) - Constructor for class org.openstreetmap.osmosis.core.apidb.v0_6.impl.ChangeWriter
Creates a new instance.
ChangeWriter - Class in org.openstreetmap.osmosis.core.mysql.v0_5.impl
Writes changes to a database.
ChangeWriter(DatabaseLoginCredentials, boolean) - Constructor for class org.openstreetmap.osmosis.core.mysql.v0_5.impl.ChangeWriter
Creates a new instance.
ChangeWriter - Class in org.openstreetmap.osmosis.core.pgsql.v0_5.impl
Writes changes to a database.
ChangeWriter(DatabaseLoginCredentials) - Constructor for class org.openstreetmap.osmosis.core.pgsql.v0_5.impl.ChangeWriter
Creates a new instance.
ChangeWriter - Class in org.openstreetmap.osmosis.core.pgsql.v0_6.impl
Writes changes to a database.
ChangeWriter(DatabaseLoginCredentials) - Constructor for class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.ChangeWriter
Creates a new instance.
ChunkedObjectStore<T extends Storeable> - Class in org.openstreetmap.osmosis.core.store
Adds indexed chunking capabilities to a basic object store allowing groups of objects to be written and retrieved later by their chunk index.
ChunkedObjectStore(ObjectSerializationFactory, String, String, boolean) - Constructor for class org.openstreetmap.osmosis.core.store.ChunkedObjectStore
Creates a new instance.
clear() - Method in class org.openstreetmap.osmosis.core.database.ReleasableStatementContainer
Removes all objects.
clear() - Method in class org.openstreetmap.osmosis.core.lifecycle.ReleasableContainer
Removes all objects.
clear() - Method in class org.openstreetmap.osmosis.core.util.CollectionWrapper
clearMembers() - Method in class org.openstreetmap.osmosis.core.domain.v0_6.RelationBuilder
Deprecated. Remove all existing members.
clearTags() - Method in class org.openstreetmap.osmosis.core.domain.v0_6.EntityBuilder
Deprecated. Remove all existing tags.
clearWayNodes() - Method in class org.openstreetmap.osmosis.core.domain.v0_6.WayBuilder
Deprecated. Remove all existing way nodes.
close() - Method in class org.openstreetmap.osmosis.core.store.BufferedRandomAccessFileInputStream
close() - Method in class org.openstreetmap.osmosis.core.store.OffsetTrackingOutputStream
closeChunk() - Method in class org.openstreetmap.osmosis.core.store.ChunkedObjectStore
Stops the current writing operation and begins a new one saving the current position against a new interval index.
closeChunk() - Method in class org.openstreetmap.osmosis.core.store.SegmentedObjectStore
Closes the current object stream and creates a new one.
closeElement() - Method in class org.openstreetmap.osmosis.core.xml.common.ElementWriter
Writes the closing tag of the element.
CollectionWrapper<E> - Class in org.openstreetmap.osmosis.core.util
Wraps an existing collection and delegates all calls to it.
CollectionWrapper(Collection<E>) - Constructor for class org.openstreetmap.osmosis.core.util.CollectionWrapper
Creates a new instance.
CommandLineParser - Class in org.openstreetmap.osmosis.core.cli
Parses command line arguments into a form that can be consumed by the rest of the application.
CommandLineParser() - Constructor for class org.openstreetmap.osmosis.core.cli.CommandLineParser
Creates a new instance.
commit() - Method in class org.openstreetmap.osmosis.core.apidb.common.DatabaseContext
Commits any outstanding transaction.
commit() - Method in class org.openstreetmap.osmosis.core.mysql.common.DatabaseContext
Commits any outstanding transaction.
commit() - Method in class org.openstreetmap.osmosis.core.pgsql.common.DatabaseContext
Commits any outstanding transaction.
CommonEntityData - Class in org.openstreetmap.osmosis.core.domain.v0_6
Contains data common to all entity types.
CommonEntityData(long, int, Date, OsmUser, long) - Constructor for class org.openstreetmap.osmosis.core.domain.v0_6.CommonEntityData
Creates a new instance.
CommonEntityData(long, int, TimestampContainer, OsmUser, long) - Constructor for class org.openstreetmap.osmosis.core.domain.v0_6.CommonEntityData
Creates a new instance.
CommonEntityData(long, int, Date, OsmUser, long, Collection<Tag>) - Constructor for class org.openstreetmap.osmosis.core.domain.v0_6.CommonEntityData
Creates a new instance.
CommonEntityData(long, int, TimestampContainer, OsmUser, long, Collection<Tag>) - Constructor for class org.openstreetmap.osmosis.core.domain.v0_6.CommonEntityData
Creates a new instance.
CommonEntityData(StoreReader, StoreClassRegister) - Constructor for class org.openstreetmap.osmosis.core.domain.v0_6.CommonEntityData
Creates a new instance.
ComparableComparator<T extends java.lang.Comparable<T>> - Class in org.openstreetmap.osmosis.core.store
A simple utility class for providing comparator functionality for class types that are directly comparable.
ComparableComparator() - Constructor for class org.openstreetmap.osmosis.core.store.ComparableComparator
 
compare(DbFeature<T>, DbFeature<T>) - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.impl.DbFeatureComparator
compare(DbFeatureHistory<DbFeature<T>>, DbFeatureHistory<DbFeature<T>>) - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.impl.DbFeatureHistoryComparator
compare(DbFeatureHistory<DbOrderedFeature<T>>, DbFeatureHistory<DbOrderedFeature<T>>) - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.impl.DbOrderedFeatureHistoryComparator
compare(EntityHistory<T>, EntityHistory<T>) - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.impl.EntityHistoryComparator
compare(EntityHistory<T>, EntityHistory<T>) - Method in class org.openstreetmap.osmosis.core.mysql.v0_5.impl.EntityHistoryComparator
compare(DBWayNode, DBWayNode) - Method in class org.openstreetmap.osmosis.core.mysql.v0_5.impl.WayNodeComparator
compare(DbOrderedFeature<T>, DbOrderedFeature<T>) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.DbOrderedFeatureComparator
compare(ChangeContainer, ChangeContainer) - Method in class org.openstreetmap.osmosis.core.sort.v0_5.ChangeForSeekableApplierComparator
compare(ChangeContainer, ChangeContainer) - Method in class org.openstreetmap.osmosis.core.sort.v0_5.ChangeForStreamableApplierComparator
compare(EntityContainer, EntityContainer) - Method in class org.openstreetmap.osmosis.core.sort.v0_5.EntityByTypeThenIdComparator
compare(ChangeContainer, ChangeContainer) - Method in class org.openstreetmap.osmosis.core.sort.v0_6.ChangeForSeekableApplierComparator
compare(ChangeContainer, ChangeContainer) - Method in class org.openstreetmap.osmosis.core.sort.v0_6.ChangeForStreamableApplierComparator
compare(EntityContainer, EntityContainer) - Method in class org.openstreetmap.osmosis.core.sort.v0_6.EntityByTypeThenIdComparator
compare(T, T) - Method in class org.openstreetmap.osmosis.core.store.ComparableComparator
compare(Integer, Integer) - Method in class org.openstreetmap.osmosis.core.store.UnsignedIntegerComparator
compareMemberList(List<RelationMember>) - Method in class org.openstreetmap.osmosis.core.domain.v0_5.Relation
Compares this member list to the specified member list.
compareMemberList(Collection<RelationMember>) - Method in class org.openstreetmap.osmosis.core.domain.v0_6.Relation
Compares this member list to the specified member list.
compareTags(List<Tag>) - Method in class org.openstreetmap.osmosis.core.domain.v0_5.Entity
Compares this tag list to the specified tag list.
compareTags(Collection<Tag>) - Method in class org.openstreetmap.osmosis.core.domain.v0_6.CommonEntityData
Compares the tags on this entity to the specified tags.
compareTags(Collection<Tag>) - Method in class org.openstreetmap.osmosis.core.domain.v0_6.Entity
Compares the tags on this entity to the specified tags.
compareTo(Bound) - Method in class org.openstreetmap.osmosis.core.domain.v0_5.Bound
Compares this bound to the specified bound.
compareTo(Node) - Method in class org.openstreetmap.osmosis.core.domain.v0_5.Node
Compares this node to the specified node.
compareTo(Relation) - Method in class org.openstreetmap.osmosis.core.domain.v0_5.Relation
Compares this relation to the specified relation.
compareTo(RelationMember) - Method in class org.openstreetmap.osmosis.core.domain.v0_5.RelationMember
Compares this relation member to the specified relation member.
compareTo(Tag) - Method in class org.openstreetmap.osmosis.core.domain.v0_5.Tag
Compares this tag to the specified tag.
compareTo(Way) - Method in class org.openstreetmap.osmosis.core.domain.v0_5.Way
Compares this way to the specified way.
compareTo(WayNode) - Method in class org.openstreetmap.osmosis.core.domain.v0_5.WayNode
Compares this way node to the specified way node.
compareTo(Bound) - Method in class org.openstreetmap.osmosis.core.domain.v0_6.Bound
Compares this bound to the specified bound.
compareTo(Node) - Method in class org.openstreetmap.osmosis.core.domain.v0_6.Node
Compares this node to the specified node.
compareTo(Relation) - Method in class org.openstreetmap.osmosis.core.domain.v0_6.Relation
Compares this relation to the specified relation.
compareTo(RelationMember) - Method in class org.openstreetmap.osmosis.core.domain.v0_6.RelationMember
Compares this relation member to the specified relation member.
compareTo(Tag) - Method in class org.openstreetmap.osmosis.core.domain.v0_6.Tag
Compares this tag to the specified tag.
compareTo(Way) - Method in class org.openstreetmap.osmosis.core.domain.v0_6.Way
Compares this way to the specified way.
compareTo(WayNode) - Method in class org.openstreetmap.osmosis.core.domain.v0_6.WayNode
Compares this way node to the specified way node.
compareWayNodes(List<WayNode>) - Method in class org.openstreetmap.osmosis.core.domain.v0_5.Way
Compares this node list to the specified node list.
compareWayNodes(List<WayNode>) - Method in class org.openstreetmap.osmosis.core.domain.v0_6.Way
Compares this node list to the specified node list.
Completable - Interface in org.openstreetmap.osmosis.core.lifecycle
Some class implementations persist information and require notification to complete all output prior to being released.
CompletableContainer - Class in org.openstreetmap.osmosis.core.lifecycle
A container for completable objects that require complete and release calls to be performed as a unit.
CompletableContainer() - Constructor for class org.openstreetmap.osmosis.core.lifecycle.CompletableContainer
Creates a new instance.
complete() - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.ApidbChangeWriter
Ensures that all information is fully persisted.
complete() - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.ApidbWriter
Writes any buffered data to the database and commits.
complete() - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.impl.ChangeWriter
Flushes all changes to the database.
complete() - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.impl.FileReplicationDestination
Ensures that all information is fully persisted.
complete() - Method in class org.openstreetmap.osmosis.core.buffer.v0_5.ChangeBuffer
Ensures that all information is fully persisted.
complete() - Method in class org.openstreetmap.osmosis.core.buffer.v0_5.EntityBuffer
Ensures that all information is fully persisted.
complete() - Method in class org.openstreetmap.osmosis.core.buffer.v0_6.ChangeBuffer
Ensures that all information is fully persisted.
complete() - Method in class org.openstreetmap.osmosis.core.buffer.v0_6.EntityBuffer
Ensures that all information is fully persisted.
complete() - Method in class org.openstreetmap.osmosis.core.customdb.v0_5.impl.DatasetStore
Ensures that all information is fully persisted.
complete() - Method in class org.openstreetmap.osmosis.core.customdb.v0_5.impl.WayTileAreaIndex
Ensures that all information is fully persisted.
complete() - Method in class org.openstreetmap.osmosis.core.customdb.v0_5.WriteDataset
Ensures that all information is fully persisted.
complete() - Method in class org.openstreetmap.osmosis.core.customdb.v0_6.impl.DatasetStore
Ensures that all information is fully persisted.
complete() - Method in class org.openstreetmap.osmosis.core.customdb.v0_6.impl.DatasetStoreReader
Ensures that all information is fully persisted.
complete() - Method in class org.openstreetmap.osmosis.core.customdb.v0_6.impl.WayTileAreaIndex
Ensures that all information is fully persisted.
complete() - Method in class org.openstreetmap.osmosis.core.customdb.v0_6.WriteDataset
Ensures that all information is fully persisted.
complete() - Method in class org.openstreetmap.osmosis.core.filter.v0_5.AreaFilter
Ensures that all information is fully persisted.
complete() - Method in class org.openstreetmap.osmosis.core.filter.v0_5.NodeKeyFilter
Ensures that all information is fully persisted.
complete() - Method in class org.openstreetmap.osmosis.core.filter.v0_5.NodeKeyValueFilter
Ensures that all information is fully persisted.
complete() - Method in class org.openstreetmap.osmosis.core.filter.v0_5.UsedNodeFilter
Ensures that all information is fully persisted.
complete() - Method in class org.openstreetmap.osmosis.core.filter.v0_5.WayKeyValueFilter
Ensures that all information is fully persisted.
complete() - Method in class org.openstreetmap.osmosis.core.filter.v0_6.AreaFilter
Ensures that all information is fully persisted.
complete() - Method in class org.openstreetmap.osmosis.core.filter.v0_6.NodeKeyFilter
Ensures that all information is fully persisted.
complete() - Method in class org.openstreetmap.osmosis.core.filter.v0_6.NodeKeyValueFilter
Ensures that all information is fully persisted.
complete() - Method in class org.openstreetmap.osmosis.core.filter.v0_6.UsedNodeFilter
Ensures that all information is fully persisted.
complete() - Method in class org.openstreetmap.osmosis.core.filter.v0_6.WayKeyValueFilter
Ensures that all information is fully persisted.
complete() - Method in interface org.openstreetmap.osmosis.core.lifecycle.Completable
Ensures that all information is fully persisted.
complete() - Method in class org.openstreetmap.osmosis.core.lifecycle.CompletableContainer
Ensures that all information is fully persisted.
complete() - Method in class org.openstreetmap.osmosis.core.merge.v0_5.impl.SortedChangePipeValidator
Ensures that all information is fully persisted.
complete() - Method in class org.openstreetmap.osmosis.core.merge.v0_5.impl.SortedEntityPipeValidator
Ensures that all information is fully persisted.
complete() - Method in class org.openstreetmap.osmosis.core.merge.v0_6.impl.DataPostboxChangeSink
Ensures that all information is fully persisted.
complete() - Method in class org.openstreetmap.osmosis.core.merge.v0_6.impl.SortedChangePipeValidator
Ensures that all information is fully persisted.
complete() - Method in class org.openstreetmap.osmosis.core.merge.v0_6.impl.SortedEntityPipeValidator
Ensures that all information is fully persisted.
complete() - Method in class org.openstreetmap.osmosis.core.migrate.MigrateChangeV05ToV06
Ensures that all information is fully persisted.
complete() - Method in class org.openstreetmap.osmosis.core.migrate.MigrateV05ToV06
Ensures that all information is fully persisted.
complete() - Method in class org.openstreetmap.osmosis.core.misc.v0_5.NullChangeWriter
Flushes all changes to file.
complete() - Method in class org.openstreetmap.osmosis.core.misc.v0_5.NullWriter
Flushes all changes to file.
complete() - Method in class org.openstreetmap.osmosis.core.misc.v0_6.NullChangeWriter
Flushes all changes to file.
complete() - Method in class org.openstreetmap.osmosis.core.misc.v0_6.NullWriter
Flushes all changes to file.
complete() - Method in class org.openstreetmap.osmosis.core.mysql.v0_5.impl.ChangeWriter
Flushes all changes to the database.
complete() - Method in class org.openstreetmap.osmosis.core.mysql.v0_5.MysqlChangeWriter
Ensures that all information is fully persisted.
complete() - Method in class org.openstreetmap.osmosis.core.mysql.v0_5.MysqlWriter
Writes any buffered data to the database and commits.
complete() - Method in class org.openstreetmap.osmosis.core.pgsql.common.CopyFileWriter
Flushes all changes to file.
complete() - Method in class org.openstreetmap.osmosis.core.pgsql.v0_5.impl.ChangeWriter
Flushes all changes to the database.
complete() - Method in class org.openstreetmap.osmosis.core.pgsql.v0_5.PostgreSqlChangeWriter
Ensures that all information is fully persisted.
complete() - Method in class org.openstreetmap.osmosis.core.pgsql.v0_5.PostgreSqlDatasetDumpWriter
Writes any buffered data to the database and commits.
complete() - Method in class org.openstreetmap.osmosis.core.pgsql.v0_5.PostgreSqlWriter
Writes any buffered data to the database and commits.
complete() - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.ChangeWriter
Flushes all changes to the database.
complete() - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.PostgreSqlDatasetContext
Ensures that all information is fully persisted.
complete() - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.PostgreSqlChangeWriter
Ensures that all information is fully persisted.
complete() - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.PostgreSqlDatasetDumpWriter
Writes any buffered data to the database and commits.
complete() - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.PostgreSqlWriter
Writes any buffered data to the database and commits.
complete() - Method in class org.openstreetmap.osmosis.core.progress.v0_5.ChangeProgressLogger
Ensures that all information is fully persisted.
complete() - Method in class org.openstreetmap.osmosis.core.progress.v0_5.EntityProgressLogger
Ensures that all information is fully persisted.
complete() - Method in class org.openstreetmap.osmosis.core.progress.v0_6.ChangeProgressLogger
Ensures that all information is fully persisted.
complete() - Method in class org.openstreetmap.osmosis.core.progress.v0_6.EntityProgressLogger
Ensures that all information is fully persisted.
complete() - Method in class org.openstreetmap.osmosis.core.report.v0_5.EntityReporter
Flushes all changes to file.
complete() - Method in class org.openstreetmap.osmosis.core.report.v0_5.IntegrityReporter
Flushes all changes to file.
complete() - Method in class org.openstreetmap.osmosis.core.report.v0_6.EntityReporter
Flushes all changes to file.
complete() - Method in class org.openstreetmap.osmosis.core.report.v0_6.IntegrityReporter
Flushes all changes to file.
complete() - Method in class org.openstreetmap.osmosis.core.sort.v0_5.ChangeSorter
Ensures that all information is fully persisted.
complete() - Method in class org.openstreetmap.osmosis.core.sort.v0_5.EntitySorter
Ensures that all information is fully persisted.
complete() - Method in class org.openstreetmap.osmosis.core.sort.v0_6.ChangeSorter
Ensures that all information is fully persisted.
complete() - Method in class org.openstreetmap.osmosis.core.sort.v0_6.ChangeTagSorter
Ensures that all information is fully persisted.
complete() - Method in class org.openstreetmap.osmosis.core.sort.v0_6.EntitySorter
Ensures that all information is fully persisted.
complete() - Method in class org.openstreetmap.osmosis.core.sort.v0_6.TagSorter
Ensures that all information is fully persisted.
complete() - Method in class org.openstreetmap.osmosis.core.store.ChunkedObjectStore
Ensures that all information is fully persisted.
complete() - Method in class org.openstreetmap.osmosis.core.store.DataPostbox
Marks input is complete.
complete() - Method in class org.openstreetmap.osmosis.core.store.IndexedObjectStore
Ensures that all information is fully persisted.
complete() - Method in class org.openstreetmap.osmosis.core.store.IndexStore
Ensures that all information is fully persisted.
complete() - Method in class org.openstreetmap.osmosis.core.store.RandomAccessObjectStore
Ensures that all information is fully persisted.
complete() - Method in class org.openstreetmap.osmosis.core.store.SegmentedObjectStore
Ensures that all information is fully persisted.
complete() - Method in class org.openstreetmap.osmosis.core.store.SimpleObjectStore
Ensures that all information is fully persisted.
complete() - Method in class org.openstreetmap.osmosis.core.tagremove.v0_6.TagRemover
Ensures that all information is fully persisted.
complete() - Method in class org.openstreetmap.osmosis.core.tee.v0_5.ChangeTee
Ensures that all information is fully persisted.
complete() - Method in class org.openstreetmap.osmosis.core.tee.v0_5.EntityTee
Ensures that all information is fully persisted.
complete() - Method in class org.openstreetmap.osmosis.core.tee.v0_6.ChangeTee
Ensures that all information is fully persisted.
complete() - Method in class org.openstreetmap.osmosis.core.tee.v0_6.EntityTee
Ensures that all information is fully persisted.
complete() - Method in class org.openstreetmap.osmosis.core.xml.common.BaseXmlWriter
Flushes all changes to file.
CompressionActivator - Class in org.openstreetmap.osmosis.core.xml.common
A utility class for layering compression streams on top of underlying byte streams based upon a specified compression algorithm.
CompressionActivator(CompressionMethod) - Constructor for class org.openstreetmap.osmosis.core.xml.common.CompressionActivator
Creates a new instance.
CompressionMethod - Enum in org.openstreetmap.osmosis.core.xml.common
Defines the various compression methods supported by xml tasks.
CompressionMethodDeriver - Class in org.openstreetmap.osmosis.core.xml.common
A utility class for deriving the appropriate compression method based on the file extension.
CompressionMethodDeriver() - Constructor for class org.openstreetmap.osmosis.core.xml.common.CompressionMethodDeriver
 
Configuration - Class in org.openstreetmap.osmosis.extract.apidb.common
Loads and exposes the extraction configuration properties.
Configuration(File) - Constructor for class org.openstreetmap.osmosis.extract.apidb.common.Configuration
Creates a new instance.
Configuration - Class in org.openstreetmap.osmosis.extract.mysql.common
Loads and exposes the extraction configuration properties.
Configuration(File) - Constructor for class org.openstreetmap.osmosis.extract.mysql.common.Configuration
Creates a new instance.
ConflictResolutionMethod - Enum in org.openstreetmap.osmosis.core.merge.common
Defines the methods that can be used to resolve conflicts when two sources contain the same element.
connect(PipeTasks) - Method in class org.openstreetmap.osmosis.core.migrate.ChangeSink05ChangeSource06Manager
Connects the task to any input tasks based upon the pipes created by source tasks, and makes any output pipes available to be used by subsequent sink tasks.
connect(PipeTasks) - Method in class org.openstreetmap.osmosis.core.migrate.Sink05Source06Manager
Connects the task to any input tasks based upon the pipes created by source tasks, and makes any output pipes available to be used by subsequent sink tasks.
connect(PipeTasks) - Method in class org.openstreetmap.osmosis.core.pipeline.common.RunnableTaskManager
Connects the task to any input tasks based upon the pipes created by source tasks, and makes any output pipes available to be used by subsequent sink tasks.
connect(PipeTasks) - Method in class org.openstreetmap.osmosis.core.pipeline.common.TaskManager
Connects the task to any input tasks based upon the pipes created by source tasks, and makes any output pipes available to be used by subsequent sink tasks.
connect(PipeTasks) - Method in class org.openstreetmap.osmosis.core.pipeline.v0_5.ChangeSinkChangeSourceManager
Connects the task to any input tasks based upon the pipes created by source tasks, and makes any output pipes available to be used by subsequent sink tasks.
connect(PipeTasks) - Method in class org.openstreetmap.osmosis.core.pipeline.v0_5.ChangeSinkManager
Connects the task to any input tasks based upon the pipes created by source tasks, and makes any output pipes available to be used by subsequent sink tasks.
connect(PipeTasks) - Method in class org.openstreetmap.osmosis.core.pipeline.v0_5.ChangeSinkMultiChangeSourceManager
Connects the task to any input tasks based upon the pipes created by source tasks, and makes any output pipes available to be used by subsequent sink tasks.
connect(PipeTasks) - Method in class org.openstreetmap.osmosis.core.pipeline.v0_5.ChangeSinkRunnableChangeSourceManager
Connects the task to any input tasks based upon the pipes created by source tasks, and makes any output pipes available to be used by subsequent sink tasks.
connect(PipeTasks) - Method in class org.openstreetmap.osmosis.core.pipeline.v0_5.DatasetSinkSourceManager
Connects the task to any input tasks based upon the pipes created by source tasks, and makes any output pipes available to be used by subsequent sink tasks.
connect(PipeTasks) - Method in class org.openstreetmap.osmosis.core.pipeline.v0_5.MultiChangeSinkRunnableChangeSourceManager
Connects the task to any input tasks based upon the pipes created by source tasks, and makes any output pipes available to be used by subsequent sink tasks.
connect(PipeTasks) - Method in class org.openstreetmap.osmosis.core.pipeline.v0_5.MultiSinkMultiChangeSinkRunnableSourceManager
Connects the task to any input tasks based upon the pipes created by source tasks, and makes any output pipes available to be used by subsequent sink tasks.
connect(PipeTasks) - Method in class org.openstreetmap.osmosis.core.pipeline.v0_5.MultiSinkRunnableChangeSourceManager
Connects the task to any input tasks based upon the pipes created by source tasks, and makes any output pipes available to be used by subsequent sink tasks.
connect(PipeTasks) - Method in class org.openstreetmap.osmosis.core.pipeline.v0_5.MultiSinkRunnableSourceManager
Connects the task to any input tasks based upon the pipes created by source tasks, and makes any output pipes available to be used by subsequent sink tasks.
connect(PipeTasks) - Method in class org.openstreetmap.osmosis.core.pipeline.v0_5.RunnableChangeSourceManager
Connects the task to any input tasks based upon the pipes created by source tasks, and makes any output pipes available to be used by subsequent sink tasks.
connect(PipeTasks) - Method in class org.openstreetmap.osmosis.core.pipeline.v0_5.RunnableDatasetSourceManager
Connects the task to any input tasks based upon the pipes created by source tasks, and makes any output pipes available to be used by subsequent sink tasks.
connect(PipeTasks) - Method in class org.openstreetmap.osmosis.core.pipeline.v0_5.RunnableSourceManager
Connects the task to any input tasks based upon the pipes created by source tasks, and makes any output pipes available to be used by subsequent sink tasks.
connect(PipeTasks) - Method in class org.openstreetmap.osmosis.core.pipeline.v0_5.SinkDatasetSourceManager
Connects the task to any input tasks based upon the pipes created by source tasks, and makes any output pipes available to be used by subsequent sink tasks.
connect(PipeTasks) - Method in class org.openstreetmap.osmosis.core.pipeline.v0_5.SinkManager
Connects the task to any input tasks based upon the pipes created by source tasks, and makes any output pipes available to be used by subsequent sink tasks.
connect(PipeTasks) - Method in class org.openstreetmap.osmosis.core.pipeline.v0_5.SinkMultiSourceManager
Connects the task to any input tasks based upon the pipes created by source tasks, and makes any output pipes available to be used by subsequent sink tasks.
connect(PipeTasks) - Method in class org.openstreetmap.osmosis.core.pipeline.v0_5.SinkRunnableSourceManager
Connects the task to any input tasks based upon the pipes created by source tasks, and makes any output pipes available to be used by subsequent sink tasks.
connect(PipeTasks) - Method in class org.openstreetmap.osmosis.core.pipeline.v0_5.SinkSourceManager
Connects the task to any input tasks based upon the pipes created by source tasks, and makes any output pipes available to be used by subsequent sink tasks.
connect(PipeTasks) - Method in class org.openstreetmap.osmosis.core.pipeline.v0_6.ChangeSinkChangeSourceManager
Connects the task to any input tasks based upon the pipes created by source tasks, and makes any output pipes available to be used by subsequent sink tasks.
connect(PipeTasks) - Method in class org.openstreetmap.osmosis.core.pipeline.v0_6.ChangeSinkManager
Connects the task to any input tasks based upon the pipes created by source tasks, and makes any output pipes available to be used by subsequent sink tasks.
connect(PipeTasks) - Method in class org.openstreetmap.osmosis.core.pipeline.v0_6.ChangeSinkMultiChangeSourceManager
Connects the task to any input tasks based upon the pipes created by source tasks, and makes any output pipes available to be used by subsequent sink tasks.
connect(PipeTasks) - Method in class org.openstreetmap.osmosis.core.pipeline.v0_6.ChangeSinkRunnableChangeSourceManager
Connects the task to any input tasks based upon the pipes created by source tasks, and makes any output pipes available to be used by subsequent sink tasks.
connect(PipeTasks) - Method in class org.openstreetmap.osmosis.core.pipeline.v0_6.DatasetSinkManager
Connects the task to any input tasks based upon the pipes created by source tasks, and makes any output pipes available to be used by subsequent sink tasks.
connect(PipeTasks) - Method in class org.openstreetmap.osmosis.core.pipeline.v0_6.DatasetSinkSourceManager
Connects the task to any input tasks based upon the pipes created by source tasks, and makes any output pipes available to be used by subsequent sink tasks.
connect(PipeTasks) - Method in class org.openstreetmap.osmosis.core.pipeline.v0_6.MultiChangeSinkRunnableChangeSourceManager
Connects the task to any input tasks based upon the pipes created by source tasks, and makes any output pipes available to be used by subsequent sink tasks.
connect(PipeTasks) - Method in class org.openstreetmap.osmosis.core.pipeline.v0_6.MultiSinkMultiChangeSinkRunnableSourceManager
Connects the task to any input tasks based upon the pipes created by source tasks, and makes any output pipes available to be used by subsequent sink tasks.
connect(PipeTasks) - Method in class org.openstreetmap.osmosis.core.pipeline.v0_6.MultiSinkRunnableChangeSourceManager
Connects the task to any input tasks based upon the pipes created by source tasks, and makes any output pipes available to be used by subsequent sink tasks.
connect(PipeTasks) - Method in class org.openstreetmap.osmosis.core.pipeline.v0_6.MultiSinkRunnableSourceManager
Connects the task to any input tasks based upon the pipes created by source tasks, and makes any output pipes available to be used by subsequent sink tasks.
connect(PipeTasks) - Method in class org.openstreetmap.osmosis.core.pipeline.v0_6.RunnableChangeSourceManager
Connects the task to any input tasks based upon the pipes created by source tasks, and makes any output pipes available to be used by subsequent sink tasks.
connect(PipeTasks) - Method in class org.openstreetmap.osmosis.core.pipeline.v0_6.RunnableDatasetSourceManager
Connects the task to any input tasks based upon the pipes created by source tasks, and makes any output pipes available to be used by subsequent sink tasks.
connect(PipeTasks) - Method in class org.openstreetmap.osmosis.core.pipeline.v0_6.RunnableSourceManager
Connects the task to any input tasks based upon the pipes created by source tasks, and makes any output pipes available to be used by subsequent sink tasks.
connect(PipeTasks) - Method in class org.openstreetmap.osmosis.core.pipeline.v0_6.SinkDatasetSourceManager
Connects the task to any input tasks based upon the pipes created by source tasks, and makes any output pipes available to be used by subsequent sink tasks.
connect(PipeTasks) - Method in class org.openstreetmap.osmosis.core.pipeline.v0_6.SinkManager
Connects the task to any input tasks based upon the pipes created by source tasks, and makes any output pipes available to be used by subsequent sink tasks.
connect(PipeTasks) - Method in class org.openstreetmap.osmosis.core.pipeline.v0_6.SinkMultiSourceManager
Connects the task to any input tasks based upon the pipes created by source tasks, and makes any output pipes available to be used by subsequent sink tasks.
connect(PipeTasks) - Method in class org.openstreetmap.osmosis.core.pipeline.v0_6.SinkRunnableSourceManager
Connects the task to any input tasks based upon the pipes created by source tasks, and makes any output pipes available to be used by subsequent sink tasks.
connect(PipeTasks) - Method in class org.openstreetmap.osmosis.core.pipeline.v0_6.SinkSourceManager
Connects the task to any input tasks based upon the pipes created by source tasks, and makes any output pipes available to be used by subsequent sink tasks.
contains(Object) - Method in class org.openstreetmap.osmosis.core.util.CollectionWrapper
containsAll(Collection<?>) - Method in class org.openstreetmap.osmosis.core.util.CollectionWrapper
convertToDouble(int) - Static method in class org.openstreetmap.osmosis.core.util.FixedPrecisionCoordinateConvertor
Converts the requested coordinate from fixed to double precision.
convertToFixed(double) - Static method in class org.openstreetmap.osmosis.core.util.FixedPrecisionCoordinateConvertor
Converts the requested coordinate from double to fixed precision.
CopyFileWriter - Class in org.openstreetmap.osmosis.core.pgsql.common
This class provides the capability to write a file that contains data for a database COPY statement for loading a single table into the database.
CopyFileWriter(File) - Constructor for class org.openstreetmap.osmosis.core.pgsql.common.CopyFileWriter
Creates a new instance.
copyResourceToFile(Class<?>, String, File) - Method in class org.openstreetmap.osmosis.core.util.ResourceFileManager
Copies a packaged resource to a file on the file system.
CorePlugin - Class in org.openstreetmap.osmosis.core.plugin
The core plugin entry point.
CorePlugin() - Constructor for class org.openstreetmap.osmosis.core.plugin.CorePlugin
 
createCompressionInputStream(InputStream) - Method in class org.openstreetmap.osmosis.core.xml.common.CompressionActivator
Wraps a compression stream around the source stream based upon the requested compression method.
createCompressionOutputStream(OutputStream) - Method in class org.openstreetmap.osmosis.core.xml.common.CompressionActivator
Wraps a compression stream around the destination stream based upon the requested compression method.
createContainer(Bound) - Method in class org.openstreetmap.osmosis.core.container.v0_6.BoundContainerFactory
Wraps the entity in a container.
createContainer(T) - Method in interface org.openstreetmap.osmosis.core.container.v0_6.EntityContainerFactory
Wraps the entity in a container.
createContainer(Node) - Method in class org.openstreetmap.osmosis.core.container.v0_6.NodeContainerFactory
Wraps the entity in a container.
createContainer(Relation) - Method in class org.openstreetmap.osmosis.core.container.v0_6.RelationContainerFactory
Wraps the entity in a container.
createContainer(Way) - Method in class org.openstreetmap.osmosis.core.container.v0_6.WayContainerFactory
Wraps the entity in a container.
createDataSource(DatabaseLoginCredentials) - Static method in class org.openstreetmap.osmosis.core.apidb.common.DataSourceFactory
Creates a new data source based on the specified credentials.
createInstance(IdTrackerType) - Static method in class org.openstreetmap.osmosis.core.filter.common.IdTrackerFactory
Creates the requested id tracker type.
createLastValue() - Method in class org.openstreetmap.osmosis.core.apidb.common.BaseTableReader
If the implementation requires multiple rows to build an entity object, this method allows the implementation to return an entity based on the fact that no more rows are available.
createLastValue() - Method in class org.openstreetmap.osmosis.core.mysql.common.BaseTableReader
If the implementation requires multiple rows to build an entity object, this method allows the implementation to return an entity based on the fact that no more rows are available.
createLastValue() - Method in class org.openstreetmap.osmosis.core.pgsql.common.BaseTableReader
If the implementation requires multiple rows to build an entity object, this method allows the implementation to return an entity based on the fact that no more rows are available.
createLinestring(List<Point>) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.WayGeometryBuilder
Creates a linestring from a list of points.
createNextValue(ResultSet) - Method in class org.openstreetmap.osmosis.core.apidb.common.BaseTableReader
Builds an entity object from the current recordset row.
createNextValue(ResultSet) - Method in class org.openstreetmap.osmosis.core.mysql.common.BaseTableReader
Builds an entity object from the current recordset row.
createNextValue(ResultSet) - Method in class org.openstreetmap.osmosis.core.mysql.v0_5.impl.CurrentEntityTagTableReader
Builds an entity object from the current recordset row.
createNextValue(ResultSet) - Method in class org.openstreetmap.osmosis.core.mysql.v0_5.impl.CurrentNodeReader
Builds an entity object from the current recordset row.
createNextValue(ResultSet) - Method in class org.openstreetmap.osmosis.core.mysql.v0_5.impl.CurrentRelationMemberTableReader
Builds an entity object from the current recordset row.
createNextValue(ResultSet) - Method in class org.openstreetmap.osmosis.core.mysql.v0_5.impl.CurrentRelationTableReader
Builds an entity object from the current recordset row.
createNextValue(ResultSet) - Method in class org.openstreetmap.osmosis.core.mysql.v0_5.impl.CurrentWayNodeTableReader
Builds an entity object from the current recordset row.
createNextValue(ResultSet) - Method in class org.openstreetmap.osmosis.core.mysql.v0_5.impl.CurrentWayTableReader
Builds an entity object from the current recordset row.
createNextValue(ResultSet) - Method in class org.openstreetmap.osmosis.core.mysql.v0_5.impl.EntityTagHistoryReader
Builds an entity object from the current recordset row.
createNextValue(ResultSet) - Method in class org.openstreetmap.osmosis.core.mysql.v0_5.impl.EntityTagTableReader
Builds an entity object from the current recordset row.
createNextValue(ResultSet) - Method in class org.openstreetmap.osmosis.core.mysql.v0_5.impl.NodeHistoryReader
Builds an entity object from the current recordset row.
createNextValue(ResultSet) - Method in class org.openstreetmap.osmosis.core.mysql.v0_5.impl.NodeReader
Builds an entity object from the current recordset row.
createNextValue(ResultSet) - Method in class org.openstreetmap.osmosis.core.mysql.v0_5.impl.RelationHistoryReader
Builds an entity object from the current recordset row.
createNextValue(ResultSet) - Method in class org.openstreetmap.osmosis.core.mysql.v0_5.impl.RelationMemberHistoryReader
Builds an entity object from the current recordset row.
createNextValue(ResultSet) - Method in class org.openstreetmap.osmosis.core.mysql.v0_5.impl.RelationMemberTableReader
Builds an entity object from the current recordset row.
createNextValue(ResultSet) - Method in class org.openstreetmap.osmosis.core.mysql.v0_5.impl.RelationTableReader
Builds an entity object from the current recordset row.
createNextValue(ResultSet) - Method in class org.openstreetmap.osmosis.core.mysql.v0_5.impl.WayHistoryReader
Builds an entity object from the current recordset row.
createNextValue(ResultSet) - Method in class org.openstreetmap.osmosis.core.mysql.v0_5.impl.WayNodeHistoryReader
Builds an entity object from the current recordset row.
createNextValue(ResultSet) - Method in class org.openstreetmap.osmosis.core.mysql.v0_5.impl.WayNodeTableReader
Builds an entity object from the current recordset row.
createNextValue(ResultSet) - Method in class org.openstreetmap.osmosis.core.mysql.v0_5.impl.WayTableReader
Builds an entity object from the current recordset row.
createNextValue(ResultSet) - Method in class org.openstreetmap.osmosis.core.pgsql.common.BaseTableReader
Builds an entity object from the current recordset row.
createNextValue(ResultSet) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_5.impl.EntityTagTableReader
Builds an entity object from the current recordset row.
createNextValue(ResultSet) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_5.impl.NodeTableReader
Builds an entity object from the current recordset row.
createNextValue(ResultSet) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_5.impl.RelationMemberTableReader
Builds an entity object from the current recordset row.
createNextValue(ResultSet) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_5.impl.RelationTableReader
Builds an entity object from the current recordset row.
createNextValue(ResultSet) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_5.impl.WayNodeTableReader
Builds an entity object from the current recordset row.
createNextValue(ResultSet) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_5.impl.WayTableReader
Builds an entity object from the current recordset row.
createNextValue(ResultSet) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.EntityFeatureTableReader
Builds an entity object from the current recordset row.
createNextValue(ResultSet) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.EntityTableReader
Builds an entity object from the current recordset row.
createObjectReader(StoreReader, StoreClassRegister) - Method in class org.openstreetmap.osmosis.core.store.GenericObjectSerializationFactory
Creates a new object reader.
createObjectReader(StoreReader, StoreClassRegister) - Method in interface org.openstreetmap.osmosis.core.store.ObjectSerializationFactory
Creates a new object reader.
createObjectReader(StoreReader, StoreClassRegister) - Method in class org.openstreetmap.osmosis.core.store.SingleClassObjectSerializationFactory
Creates a new object reader.
createObjectWriter(StoreWriter, StoreClassRegister) - Method in class org.openstreetmap.osmosis.core.store.GenericObjectSerializationFactory
Creates a new object writer.
createObjectWriter(StoreWriter, StoreClassRegister) - Method in interface org.openstreetmap.osmosis.core.store.ObjectSerializationFactory
Creates a new object writer.
createObjectWriter(StoreWriter, StoreClassRegister) - Method in class org.openstreetmap.osmosis.core.store.SingleClassObjectSerializationFactory
Creates a new object writer.
createPoint(double, double) - Method in class org.openstreetmap.osmosis.core.pgsql.common.PointBuilder
Creates a PostGIS Point object corresponding to the provided coordinates.
createPolygon(Point[]) - Method in class org.openstreetmap.osmosis.core.pgsql.common.PolygonBuilder
Creates a PostGIS Polygon object corresponding to the provided Point list.
createReader() - Method in interface org.openstreetmap.osmosis.core.container.v0_5.Dataset
Creates a new reader instance providing access to the data within this set.
createReader() - Method in interface org.openstreetmap.osmosis.core.container.v0_6.Dataset
Creates a new reader instance providing access to the data within this set.
createReader() - Method in class org.openstreetmap.osmosis.core.customdb.v0_5.impl.DatasetStore
Creates a new reader instance providing access to the data within this set.
createReader() - Method in class org.openstreetmap.osmosis.core.customdb.v0_5.impl.WayTileAreaIndex
Creates a new reader capable of accessing the contents of this index.
createReader() - Method in class org.openstreetmap.osmosis.core.customdb.v0_6.impl.DatasetStore
Creates a new reader instance providing access to the data within this set.
createReader() - Method in class org.openstreetmap.osmosis.core.customdb.v0_6.impl.WayTileAreaIndex
Creates a new reader capable of accessing the contents of this index.
createReader() - Method in class org.openstreetmap.osmosis.core.pgsql.v0_5.PostgreSqlReader
Creates a new reader instance providing access to the data within this set.
createReader() - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.PostgreSqlReader
Creates a new reader instance providing access to the data within this set.
createReader() - Method in class org.openstreetmap.osmosis.core.store.IndexedObjectStore
Creates a new reader capable of accessing the contents of this store.
createReader() - Method in class org.openstreetmap.osmosis.core.store.IndexStore
Creates a new reader capable of accessing the contents of this store.
createReader() - Method in class org.openstreetmap.osmosis.core.store.RandomAccessObjectStore
Creates a new reader capable of accessing the contents of this store.
createResultSet(DatabaseContext) - Method in class org.openstreetmap.osmosis.core.apidb.common.BaseTableReader
Builds the result set that the reader will iterate over.
createResultSet(DatabaseContext) - Method in class org.openstreetmap.osmosis.core.mysql.common.BaseTableReader
Builds the result set that the reader will iterate over.
createResultSet(DatabaseContext) - Method in class org.openstreetmap.osmosis.core.mysql.v0_5.impl.CurrentEntityTagTableReader
Builds the result set that the reader will iterate over.
createResultSet(DatabaseContext) - Method in class org.openstreetmap.osmosis.core.mysql.v0_5.impl.CurrentNodeReader
Builds the result set that the reader will iterate over.
createResultSet(DatabaseContext) - Method in class org.openstreetmap.osmosis.core.mysql.v0_5.impl.CurrentRelationMemberTableReader
Builds the result set that the reader will iterate over.
createResultSet(DatabaseContext) - Method in class org.openstreetmap.osmosis.core.mysql.v0_5.impl.CurrentRelationTableReader
Builds the result set that the reader will iterate over.
createResultSet(DatabaseContext) - Method in class org.openstreetmap.osmosis.core.mysql.v0_5.impl.CurrentWayNodeTableReader
Builds the result set that the reader will iterate over.
createResultSet(DatabaseContext) - Method in class org.openstreetmap.osmosis.core.mysql.v0_5.impl.CurrentWayTableReader
Builds the result set that the reader will iterate over.
createResultSet(DatabaseContext) - Method in class org.openstreetmap.osmosis.core.mysql.v0_5.impl.EntityTagHistoryReader
Builds the result set that the reader will iterate over.
createResultSet(DatabaseContext) - Method in class org.openstreetmap.osmosis.core.mysql.v0_5.impl.EntityTagTableReader
Builds the result set that the reader will iterate over.
createResultSet(DatabaseContext) - Method in class org.openstreetmap.osmosis.core.mysql.v0_5.impl.NodeHistoryReader
Builds the result set that the reader will iterate over.
createResultSet(DatabaseContext) - Method in class org.openstreetmap.osmosis.core.mysql.v0_5.impl.NodeReader
Builds the result set that the reader will iterate over.
createResultSet(DatabaseContext) - Method in class org.openstreetmap.osmosis.core.mysql.v0_5.impl.RelationHistoryReader
Builds the result set that the reader will iterate over.
createResultSet(DatabaseContext) - Method in class org.openstreetmap.osmosis.core.mysql.v0_5.impl.RelationMemberHistoryReader
Builds the result set that the reader will iterate over.
createResultSet(DatabaseContext) - Method in class org.openstreetmap.osmosis.core.mysql.v0_5.impl.RelationMemberTableReader
Builds the result set that the reader will iterate over.
createResultSet(DatabaseContext) - Method in class org.openstreetmap.osmosis.core.mysql.v0_5.impl.RelationTableReader
Builds the result set that the reader will iterate over.
createResultSet(DatabaseContext) - Method in class org.openstreetmap.osmosis.core.mysql.v0_5.impl.WayHistoryReader
Builds the result set that the reader will iterate over.
createResultSet(DatabaseContext) - Method in class org.openstreetmap.osmosis.core.mysql.v0_5.impl.WayNodeHistoryReader
Builds the result set that the reader will iterate over.
createResultSet(DatabaseContext) - Method in class org.openstreetmap.osmosis.core.mysql.v0_5.impl.WayNodeTableReader
Builds the result set that the reader will iterate over.
createResultSet(DatabaseContext) - Method in class org.openstreetmap.osmosis.core.mysql.v0_5.impl.WayTableReader
Builds the result set that the reader will iterate over.
createResultSet(DatabaseContext) - Method in class org.openstreetmap.osmosis.core.pgsql.common.BaseTableReader
Builds the result set that the reader will iterate over.
createResultSet(DatabaseContext) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_5.impl.EntityTagTableReader
Builds the result set that the reader will iterate over.
createResultSet(DatabaseContext) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_5.impl.NodeTableReader
Builds the result set that the reader will iterate over.
createResultSet(DatabaseContext) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_5.impl.RelationMemberTableReader
Builds the result set that the reader will iterate over.
createResultSet(DatabaseContext) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_5.impl.RelationTableReader
Builds the result set that the reader will iterate over.
createResultSet(DatabaseContext) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_5.impl.WayNodeTableReader
Builds the result set that the reader will iterate over.
createResultSet(DatabaseContext) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_5.impl.WayTableReader
Builds the result set that the reader will iterate over.
createResultSet(DatabaseContext) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.EntityFeatureTableReader
Builds the result set that the reader will iterate over.
createResultSet(DatabaseContext) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.EntityTableReader
Builds the result set that the reader will iterate over.
createStatement() - Method in class org.openstreetmap.osmosis.core.pgsql.common.DatabaseContext
Creates a new database statement.
createTaskManager(TaskConfiguration) - Method in class org.openstreetmap.osmosis.core.pipeline.common.TaskManagerFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.ApidbChangeReaderFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.ApidbChangeWriterFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.ApidbCurrentReaderFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.ApidbFileReplicatorFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.ApidbReaderFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.ApidbTestReaderFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.ApidbTruncatorFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.ApidbWriterFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class org.openstreetmap.osmosis.core.buffer.v0_5.ChangeBufferFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class org.openstreetmap.osmosis.core.buffer.v0_5.EntityBufferFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class org.openstreetmap.osmosis.core.buffer.v0_6.ChangeBufferFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class org.openstreetmap.osmosis.core.buffer.v0_6.EntityBufferFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class org.openstreetmap.osmosis.core.change.v0_5.ChangeApplierFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class org.openstreetmap.osmosis.core.change.v0_5.ChangeDeriverFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class org.openstreetmap.osmosis.core.change.v0_6.ChangeApplierFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class org.openstreetmap.osmosis.core.change.v0_6.ChangeDeriverFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class org.openstreetmap.osmosis.core.customdb.v0_5.DumpDatasetFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class org.openstreetmap.osmosis.core.customdb.v0_5.ReadDatasetFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class org.openstreetmap.osmosis.core.customdb.v0_5.WriteDatasetFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class org.openstreetmap.osmosis.core.customdb.v0_6.DumpDatasetFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class org.openstreetmap.osmosis.core.customdb.v0_6.ReadDatasetFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class org.openstreetmap.osmosis.core.customdb.v0_6.WriteDatasetFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class org.openstreetmap.osmosis.core.filter.v0_5.BoundingBoxFilterFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class org.openstreetmap.osmosis.core.filter.v0_5.DatasetBoundingBoxFilterFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class org.openstreetmap.osmosis.core.filter.v0_5.NodeKeyFilterFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class org.openstreetmap.osmosis.core.filter.v0_5.NodeKeyValueFilterFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class org.openstreetmap.osmosis.core.filter.v0_5.PolygonFilterFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class org.openstreetmap.osmosis.core.filter.v0_5.UsedNodeFilterFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class org.openstreetmap.osmosis.core.filter.v0_5.WayKeyValueFilterFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class org.openstreetmap.osmosis.core.filter.v0_6.BoundingBoxFilterFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class org.openstreetmap.osmosis.core.filter.v0_6.DatasetBoundingBoxFilterFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class org.openstreetmap.osmosis.core.filter.v0_6.NodeKeyFilterFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class org.openstreetmap.osmosis.core.filter.v0_6.NodeKeyValueFilterFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class org.openstreetmap.osmosis.core.filter.v0_6.PolygonFilterFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class org.openstreetmap.osmosis.core.filter.v0_6.UsedNodeFilterFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class org.openstreetmap.osmosis.core.filter.v0_6.WayKeyValueFilterFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class org.openstreetmap.osmosis.core.merge.v0_5.ChangeDownloaderFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class org.openstreetmap.osmosis.core.merge.v0_5.ChangeDownloadInitializerFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class org.openstreetmap.osmosis.core.merge.v0_5.ChangeMergerFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class org.openstreetmap.osmosis.core.merge.v0_5.EntityMergerFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class org.openstreetmap.osmosis.core.merge.v0_6.ChangeAppenderFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class org.openstreetmap.osmosis.core.merge.v0_6.ChangeMergerFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class org.openstreetmap.osmosis.core.merge.v0_6.EntityMergerFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class org.openstreetmap.osmosis.core.merge.v0_6.IntervalDownloaderFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class org.openstreetmap.osmosis.core.merge.v0_6.IntervalDownloaderInitializerFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class org.openstreetmap.osmosis.core.merge.v0_6.ReplicationDownloaderFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class org.openstreetmap.osmosis.core.merge.v0_6.ReplicationDownloaderInitializerFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class org.openstreetmap.osmosis.core.merge.v0_6.ReplicationFileMergerFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class org.openstreetmap.osmosis.core.merge.v0_6.ReplicationFileMergerInitializerFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class org.openstreetmap.osmosis.core.migrate.MigrateChangeV05ToV06Factory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class org.openstreetmap.osmosis.core.migrate.MigrateV05ToV06Factory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class org.openstreetmap.osmosis.core.misc.v0_5.NullChangeWriterFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class org.openstreetmap.osmosis.core.misc.v0_5.NullWriterFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class org.openstreetmap.osmosis.core.misc.v0_6.NullChangeWriterFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class org.openstreetmap.osmosis.core.misc.v0_6.NullWriterFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class org.openstreetmap.osmosis.core.mysql.v0_5.MysqlChangeReaderFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class org.openstreetmap.osmosis.core.mysql.v0_5.MysqlChangeWriterFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class org.openstreetmap.osmosis.core.mysql.v0_5.MySqlCurrentReaderFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class org.openstreetmap.osmosis.core.mysql.v0_5.MysqlReaderFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class org.openstreetmap.osmosis.core.mysql.v0_5.MysqlTruncatorFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class org.openstreetmap.osmosis.core.mysql.v0_5.MysqlWriterFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_5.PostgreSqlChangeWriterFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_5.PostgreSqlDatasetDumpWriterFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_5.PostgreSqlDatasetReaderFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_5.PostgreSqlDatasetTruncatorFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_5.PostgreSqlDatasetWriterFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.PostgreSqlChangeWriterFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.PostgreSqlDatasetDumpWriterFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.PostgreSqlDatasetReaderFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.PostgreSqlDatasetTruncatorFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.PostgreSqlDatasetWriterFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class org.openstreetmap.osmosis.core.pipeline.common.TaskManagerFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class org.openstreetmap.osmosis.core.progress.v0_5.ChangeProgressLoggerFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class org.openstreetmap.osmosis.core.progress.v0_5.EntityProgressLoggerFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class org.openstreetmap.osmosis.core.progress.v0_6.ChangeProgressLoggerFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class org.openstreetmap.osmosis.core.progress.v0_6.EntityProgressLoggerFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class org.openstreetmap.osmosis.core.report.v0_5.EntityReporterFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class org.openstreetmap.osmosis.core.report.v0_5.IntegrityReporterFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class org.openstreetmap.osmosis.core.report.v0_6.EntityReporterFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class org.openstreetmap.osmosis.core.report.v0_6.IntegrityReporterFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class org.openstreetmap.osmosis.core.sort.v0_5.ChangeSorterFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class org.openstreetmap.osmosis.core.sort.v0_5.EntitySorterFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class org.openstreetmap.osmosis.core.sort.v0_6.ChangeSorterFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class org.openstreetmap.osmosis.core.sort.v0_6.ChangeTagSorterFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class org.openstreetmap.osmosis.core.sort.v0_6.EntitySorterFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class org.openstreetmap.osmosis.core.sort.v0_6.TagSorterFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class org.openstreetmap.osmosis.core.tagremove.v0_6.TagRemoverFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class org.openstreetmap.osmosis.core.tee.v0_5.ChangeTeeFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class org.openstreetmap.osmosis.core.tee.v0_5.EntityTeeFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class org.openstreetmap.osmosis.core.tee.v0_6.ChangeTeeFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class org.openstreetmap.osmosis.core.tee.v0_6.EntityTeeFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class org.openstreetmap.osmosis.core.xml.v0_5.XmlChangeReaderFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class org.openstreetmap.osmosis.core.xml.v0_5.XmlChangeWriterFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class org.openstreetmap.osmosis.core.xml.v0_5.XmlDownloaderFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class org.openstreetmap.osmosis.core.xml.v0_5.XmlReaderFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class org.openstreetmap.osmosis.core.xml.v0_5.XmlWriterFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class org.openstreetmap.osmosis.core.xml.v0_6.FastXmlReaderFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class org.openstreetmap.osmosis.core.xml.v0_6.XmlChangeReaderFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class org.openstreetmap.osmosis.core.xml.v0_6.XmlChangeWriterFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class org.openstreetmap.osmosis.core.xml.v0_6.XmlDownloaderFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class org.openstreetmap.osmosis.core.xml.v0_6.XmlReaderFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class org.openstreetmap.osmosis.core.xml.v0_6.XmlWriterFactory
Create a new task manager containing a task instance.
createTimestampContainer(String) - Method in class org.openstreetmap.osmosis.core.xml.common.BaseElementProcessor
Parses a date using the standard osm date format.
createWayBbox(Way) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.WayGeometryBuilder
Builds a bounding box geometry object from the node references in the specified way.
createWayLinestring(Way) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.WayGeometryBuilder
Builds a linestring geometry object from the node references in the specified way.
CurrentEntityTagTableReader - Class in org.openstreetmap.osmosis.core.mysql.v0_5.impl
Reads current tags for an entity from a tag table ordered by the entity identifier.
CurrentEntityTagTableReader(DatabaseLoginCredentials, String) - Constructor for class org.openstreetmap.osmosis.core.mysql.v0_5.impl.CurrentEntityTagTableReader
Creates a new instance.
CurrentNodeReader - Class in org.openstreetmap.osmosis.core.mysql.v0_5.impl
Reads current nodes from a database ordered by their identifier.
CurrentNodeReader(DatabaseLoginCredentials, boolean) - Constructor for class org.openstreetmap.osmosis.core.mysql.v0_5.impl.CurrentNodeReader
Creates a new instance.
CurrentRelationMemberTableReader - Class in org.openstreetmap.osmosis.core.mysql.v0_5.impl
Reads current relation members from a database ordered by the relation identifier.
CurrentRelationMemberTableReader(DatabaseLoginCredentials) - Constructor for class org.openstreetmap.osmosis.core.mysql.v0_5.impl.CurrentRelationMemberTableReader
Creates a new instance.
CurrentRelationReader - Class in org.openstreetmap.osmosis.core.mysql.v0_5.impl
Reads current relations from a database ordered by their identifier.
CurrentRelationReader(DatabaseLoginCredentials, boolean) - Constructor for class org.openstreetmap.osmosis.core.mysql.v0_5.impl.CurrentRelationReader
Creates a new instance.
CurrentRelationTableReader - Class in org.openstreetmap.osmosis.core.mysql.v0_5.impl
Reads current relations from a database ordered by their identifier.
CurrentRelationTableReader(DatabaseLoginCredentials, boolean) - Constructor for class org.openstreetmap.osmosis.core.mysql.v0_5.impl.CurrentRelationTableReader
Creates a new instance.
CurrentWayNodeTableReader - Class in org.openstreetmap.osmosis.core.mysql.v0_5.impl
Reads current way nodes from a database ordered by the way identifier but not by the sequence.
CurrentWayNodeTableReader(DatabaseLoginCredentials) - Constructor for class org.openstreetmap.osmosis.core.mysql.v0_5.impl.CurrentWayNodeTableReader
Creates a new instance.
CurrentWayReader - Class in org.openstreetmap.osmosis.core.mysql.v0_5.impl
Reads current ways from a database ordered by their identifier.
CurrentWayReader(DatabaseLoginCredentials, boolean) - Constructor for class org.openstreetmap.osmosis.core.mysql.v0_5.impl.CurrentWayReader
Creates a new instance.
CurrentWayTableReader - Class in org.openstreetmap.osmosis.core.mysql.v0_5.impl
Reads current ways from a database ordered by their identifier.
CurrentWayTableReader(DatabaseLoginCredentials, boolean) - Constructor for class org.openstreetmap.osmosis.core.mysql.v0_5.impl.CurrentWayTableReader
Creates a new instance.

D

DatabaseCapabilityChecker - Class in org.openstreetmap.osmosis.core.pgsql.v0_6.impl
Provides information about which features a database supports.
DatabaseCapabilityChecker(DatabaseContext) - Constructor for class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.DatabaseCapabilityChecker
Creates a new instance.
DatabaseConstants - Interface in org.openstreetmap.osmosis.core.database
Defines common constants shared between MySQL tasks.
DatabaseContext - Class in org.openstreetmap.osmosis.core.apidb.common
This class manages the lifecycle of JDBC objects to minimise the risk of connection leaks and to support a consistent approach to database access.
DatabaseContext(DatabaseLoginCredentials) - Constructor for class org.openstreetmap.osmosis.core.apidb.common.DatabaseContext
Creates a new instance.
DatabaseContext - Class in org.openstreetmap.osmosis.core.mysql.common
This class manages the lifecycle of JDBC objects to minimise the risk of connection leaks and to support a consistent approach to database access.
DatabaseContext(DatabaseLoginCredentials) - Constructor for class org.openstreetmap.osmosis.core.mysql.common.DatabaseContext
Creates a new instance.
DatabaseContext - Class in org.openstreetmap.osmosis.core.pgsql.common
This class manages the lifecycle of JDBC objects to minimise the risk of connection leaks and to support a consistent approach to database access.
DatabaseContext(DatabaseLoginCredentials) - Constructor for class org.openstreetmap.osmosis.core.pgsql.common.DatabaseContext
Creates a new instance.
DatabaseContext2 - Class in org.openstreetmap.osmosis.core.apidb.common
This class manages the lifecycle of JDBC objects to minimise the risk of connection leaks and to support a consistent approach to database access.
DatabaseContext2(DatabaseLoginCredentials) - Constructor for class org.openstreetmap.osmosis.core.apidb.common.DatabaseContext2
Creates a new instance.
DatabaseLoginCredentials - Class in org.openstreetmap.osmosis.core.database
Stores all information required to connect to a database.
DatabaseLoginCredentials(String, String, String, String, boolean, boolean, DatabaseType) - Constructor for class org.openstreetmap.osmosis.core.database.DatabaseLoginCredentials
Creates a new instance.
DatabasePreferences - Class in org.openstreetmap.osmosis.core.database
Stores parameters that can be used to configure database behaviour.
DatabasePreferences(boolean, boolean) - Constructor for class org.openstreetmap.osmosis.core.database.DatabasePreferences
Creates a new instance.
DatabaseTaskManagerFactory - Class in org.openstreetmap.osmosis.core.database
Extends the basic task manager factory functionality with MySQL task specific common methods.
DatabaseTaskManagerFactory() - Constructor for class org.openstreetmap.osmosis.core.database.DatabaseTaskManagerFactory
 
DatabaseTimeLoader - Class in org.openstreetmap.osmosis.extract.apidb.v0_6
Loads the current time from the database.
DatabaseTimeLoader(DatabaseLoginCredentials) - Constructor for class org.openstreetmap.osmosis.extract.apidb.v0_6.DatabaseTimeLoader
Creates a new instance.
DatabaseType - Enum in org.openstreetmap.osmosis.core.database
Represents the different database types.
DataInputStoreReader - Class in org.openstreetmap.osmosis.core.store
Allows persisted input to be read from a DataInput implementation.
DataInputStoreReader(DataInput) - Constructor for class org.openstreetmap.osmosis.core.store.DataInputStoreReader
Creates a new instance.
DataOutputStoreWriter - Class in org.openstreetmap.osmosis.core.store
Allows persisted output to be written to a DataOutput implementation.
DataOutputStoreWriter(DataOutput) - Constructor for class org.openstreetmap.osmosis.core.store.DataOutputStoreWriter
Creates a new instance.
DataPostbox<T> - Class in org.openstreetmap.osmosis.core.store
This class provides a mechanism for a thread to pass data to another thread.
DataPostbox(int) - Constructor for class org.openstreetmap.osmosis.core.store.DataPostbox
Creates a new instance.
DataPostboxChangeSink - Class in org.openstreetmap.osmosis.core.merge.v0_6.impl
A change sink that writes all of its data to a postbox to be read by another thread.
DataPostboxChangeSink(DataPostbox<ChangeContainer>) - Constructor for class org.openstreetmap.osmosis.core.merge.v0_6.impl.DataPostboxChangeSink
Creates a new instance.
Dataset - Interface in org.openstreetmap.osmosis.core.container.v0_5
Allows entire datasets to be passed between tasks.
Dataset - Interface in org.openstreetmap.osmosis.core.container.v0_6
Allows entire datasets to be passed between tasks.
DatasetBoundingBoxFilter - Class in org.openstreetmap.osmosis.core.filter.v0_5
Provides a filter utilising a dataset to extract all entities that lie within a specific geographical box identified by latitude and longitude coordinates.
DatasetBoundingBoxFilter(double, double, double, double, boolean) - Constructor for class org.openstreetmap.osmosis.core.filter.v0_5.DatasetBoundingBoxFilter
Creates a new instance with the specified geographical coordinates.
DatasetBoundingBoxFilter - Class in org.openstreetmap.osmosis.core.filter.v0_6
Provides a filter utilising a dataset to extract all entities that lie within a specific geographical box identified by latitude and longitude coordinates.
DatasetBoundingBoxFilter(double, double, double, double, boolean) - Constructor for class org.openstreetmap.osmosis.core.filter.v0_6.DatasetBoundingBoxFilter
Creates a new instance with the specified geographical coordinates.
DatasetBoundingBoxFilterFactory - Class in org.openstreetmap.osmosis.core.filter.v0_5
The task manager factory for a dataset based bounding box filter.
DatasetBoundingBoxFilterFactory() - Constructor for class org.openstreetmap.osmosis.core.filter.v0_5.DatasetBoundingBoxFilterFactory
 
DatasetBoundingBoxFilterFactory - Class in org.openstreetmap.osmosis.core.filter.v0_6
The task manager factory for a dataset based bounding box filter.
DatasetBoundingBoxFilterFactory() - Constructor for class org.openstreetmap.osmosis.core.filter.v0_6.DatasetBoundingBoxFilterFactory
 
DatasetContext - Interface in org.openstreetmap.osmosis.core.container.v0_6
Provides access to data within a Dataset.
DatasetReader - Interface in org.openstreetmap.osmosis.core.container.v0_5
Provides access to data within a Dataset.
DatasetSink - Interface in org.openstreetmap.osmosis.core.task.v0_5
Defines the interface for tasks consuming datasets.
DatasetSink - Interface in org.openstreetmap.osmosis.core.task.v0_6
Defines the interface for tasks consuming datasets.
DatasetSinkManager - Class in org.openstreetmap.osmosis.core.pipeline.v0_6
A task manager implementation for task performing dataset sink.
DatasetSinkManager(String, DatasetSink, Map<String, String>) - Constructor for class org.openstreetmap.osmosis.core.pipeline.v0_6.DatasetSinkManager
Creates a new instance.
DatasetSinkSource - Interface in org.openstreetmap.osmosis.core.task.v0_5
Defines the interface for combining dataset sink and source functionality.
DatasetSinkSource - Interface in org.openstreetmap.osmosis.core.task.v0_6
Defines the interface for combining dataset sink and source functionality.
DatasetSinkSourceManager - Class in org.openstreetmap.osmosis.core.pipeline.v0_5
A task manager implementation for task performing dataset sink and source functionality.
DatasetSinkSourceManager(String, DatasetSinkSource, Map<String, String>) - Constructor for class org.openstreetmap.osmosis.core.pipeline.v0_5.DatasetSinkSourceManager
Creates a new instance.
DatasetSinkSourceManager - Class in org.openstreetmap.osmosis.core.pipeline.v0_6
A task manager implementation for task performing dataset sink and source functionality.
DatasetSinkSourceManager(String, DatasetSinkSource, Map<String, String>) - Constructor for class org.openstreetmap.osmosis.core.pipeline.v0_6.DatasetSinkSourceManager
Creates a new instance.
DatasetSource - Interface in org.openstreetmap.osmosis.core.task.v0_5
Defines the interface for tasks producing datasets.
DatasetSource - Interface in org.openstreetmap.osmosis.core.task.v0_6
Defines the interface for tasks producing datasets.
DatasetStore - Class in org.openstreetmap.osmosis.core.customdb.v0_5.impl
Provides a file based storage mechanism for implementing a dataset.
DatasetStore(DatasetStoreFileManager, boolean) - Constructor for class org.openstreetmap.osmosis.core.customdb.v0_5.impl.DatasetStore
Creates a new instance.
DatasetStore - Class in org.openstreetmap.osmosis.core.customdb.v0_6.impl
Provides a file based storage mechanism for implementing a dataset.
DatasetStore(DatasetStoreFileManager, boolean) - Constructor for class org.openstreetmap.osmosis.core.customdb.v0_6.impl.DatasetStore
Creates a new instance.
DatasetStoreFileManager - Interface in org.openstreetmap.osmosis.core.customdb.v0_5.impl
Defines the operations required for a manager of dataset store files.
DatasetStoreFileManager - Interface in org.openstreetmap.osmosis.core.customdb.v0_6.impl
Defines the operations required for a manager of dataset store files.
DatasetStoreReader - Class in org.openstreetmap.osmosis.core.customdb.v0_5.impl
Provides read-only access to a dataset store.
DatasetStoreReader(NodeStorageContainer, WayStorageContainer, RelationStorageContainer, boolean) - Constructor for class org.openstreetmap.osmosis.core.customdb.v0_5.impl.DatasetStoreReader
Creates a new instance.
DatasetStoreReader - Class in org.openstreetmap.osmosis.core.customdb.v0_6.impl
Provides read-only access to a dataset store.
DatasetStoreReader(NodeStorageContainer, WayStorageContainer, RelationStorageContainer, boolean) - Constructor for class org.openstreetmap.osmosis.core.customdb.v0_6.impl.DatasetStoreReader
Creates a new instance.
DataSourceFactory - Class in org.openstreetmap.osmosis.core.apidb.common
Produces data sources based on a set of database credentials.
DataSourceFactory() - Constructor for class org.openstreetmap.osmosis.core.apidb.common.DataSourceFactory
 
DateFormatter - Class in org.openstreetmap.osmosis.core.xml.common
Outputs a date in a format suitable for an OSM XML file.
DateFormatter() - Constructor for class org.openstreetmap.osmosis.core.xml.common.DateFormatter
Creates a new instance.
DateParser - Class in org.openstreetmap.osmosis.core.xml.common
Handles a number of different date formats encountered in OSM.
DateParser() - Constructor for class org.openstreetmap.osmosis.core.xml.common.DateParser
Creates a new instance.
DBEntityTag - Class in org.openstreetmap.osmosis.core.mysql.v0_5.impl
A data class for representing an entity tag database record.
DBEntityTag(long, Tag) - Constructor for class org.openstreetmap.osmosis.core.mysql.v0_5.impl.DBEntityTag
Creates a new instance.
DBEntityTag(StoreReader, StoreClassRegister) - Constructor for class org.openstreetmap.osmosis.core.mysql.v0_5.impl.DBEntityTag
Creates a new instance.
DbFeature<T extends Storeable> - Class in org.openstreetmap.osmosis.core.apidb.v0_6.impl
A data class for representing a database record for an entity feature.
DbFeature(long, T) - Constructor for class org.openstreetmap.osmosis.core.apidb.v0_6.impl.DbFeature
Creates a new instance.
DbFeature(StoreReader, StoreClassRegister) - Constructor for class org.openstreetmap.osmosis.core.apidb.v0_6.impl.DbFeature
Creates a new instance.
DbFeatureComparator<T extends Storeable> - Class in org.openstreetmap.osmosis.core.apidb.v0_6.impl
A comparator for sorting database feature objects by entity id.
DbFeatureComparator() - Constructor for class org.openstreetmap.osmosis.core.apidb.v0_6.impl.DbFeatureComparator
 
DbFeatureHistory<T extends Storeable> - Class in org.openstreetmap.osmosis.core.apidb.v0_6.impl
A data class representing a history record for an entity feature.
DbFeatureHistory(T, int) - Constructor for class org.openstreetmap.osmosis.core.apidb.v0_6.impl.DbFeatureHistory
Creates a new instance.
DbFeatureHistory(StoreReader, StoreClassRegister) - Constructor for class org.openstreetmap.osmosis.core.apidb.v0_6.impl.DbFeatureHistory
Creates a new instance.
DbFeatureHistoryComparator<T extends Storeable> - Class in org.openstreetmap.osmosis.core.apidb.v0_6.impl
A comparator for sorting database feature objects by entity id, then entity version.
DbFeatureHistoryComparator() - Constructor for class org.openstreetmap.osmosis.core.apidb.v0_6.impl.DbFeatureHistoryComparator
 
DbFeatureHistoryRowMapper<T extends Storeable> - Class in org.openstreetmap.osmosis.core.apidb.v0_6.impl
Wraps database features within a database feature object containing the owning entity id.
DbFeatureHistoryRowMapper(RowMapperListener<DbFeatureHistory<T>>) - Constructor for class org.openstreetmap.osmosis.core.apidb.v0_6.impl.DbFeatureHistoryRowMapper
Creates a new instance.
DbFeatureRowMapper<T extends Storeable> - Class in org.openstreetmap.osmosis.core.apidb.v0_6.impl
Wraps database features within a database feature object containing the owning entity id.
DbFeatureRowMapper(RowMapperListener<DbFeature<T>>) - Constructor for class org.openstreetmap.osmosis.core.apidb.v0_6.impl.DbFeatureRowMapper
Creates a new instance.
DbOrderedFeature<T extends Storeable> - Class in org.openstreetmap.osmosis.core.apidb.v0_6.impl
A data class for representing a way node database record.
DbOrderedFeature(long, T, int) - Constructor for class org.openstreetmap.osmosis.core.apidb.v0_6.impl.DbOrderedFeature
Creates a new instance.
DbOrderedFeature(StoreReader, StoreClassRegister) - Constructor for class org.openstreetmap.osmosis.core.apidb.v0_6.impl.DbOrderedFeature
Creates a new instance.
DbOrderedFeatureComparator<T extends Storeable> - Class in org.openstreetmap.osmosis.core.pgsql.v0_6.impl
Compares way nodes to allow them to be sorted by way id then sequence number.
DbOrderedFeatureComparator() - Constructor for class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.DbOrderedFeatureComparator
 
DbOrderedFeatureHistoryComparator<T extends Storeable> - Class in org.openstreetmap.osmosis.core.apidb.v0_6.impl
A comparator for sorting database feature objects by entity id, then entity version, then feature sequence.
DbOrderedFeatureHistoryComparator() - Constructor for class org.openstreetmap.osmosis.core.apidb.v0_6.impl.DbOrderedFeatureHistoryComparator
 
DbOrderedFeatureRowMapper<T extends Storeable> - Class in org.openstreetmap.osmosis.core.apidb.v0_6.impl
Wraps database features within a database feature object containing the owning entity id.
DbOrderedFeatureRowMapper(RowMapperListener<DbOrderedFeature<T>>) - Constructor for class org.openstreetmap.osmosis.core.apidb.v0_6.impl.DbOrderedFeatureRowMapper
Creates a new instance.
DBRelationMember - Class in org.openstreetmap.osmosis.core.mysql.v0_5.impl
A data class for representing a relation member database record.
DBRelationMember(long, RelationMember) - Constructor for class org.openstreetmap.osmosis.core.mysql.v0_5.impl.DBRelationMember
Creates a new instance.
DBRelationMember(StoreReader, StoreClassRegister) - Constructor for class org.openstreetmap.osmosis.core.mysql.v0_5.impl.DBRelationMember
Creates a new instance.
DBWayNode - Class in org.openstreetmap.osmosis.core.mysql.v0_5.impl
A data class for representing a way node database record.
DBWayNode(long, WayNode, int) - Constructor for class org.openstreetmap.osmosis.core.mysql.v0_5.impl.DBWayNode
Creates a new instance.
DBWayNode(StoreReader, StoreClassRegister) - Constructor for class org.openstreetmap.osmosis.core.mysql.v0_5.impl.DBWayNode
Creates a new instance.
DEFAULT_PIPE_PREFIX - Static variable in interface org.openstreetmap.osmosis.core.pipeline.common.PipelineConstants
Defines the prefix for default pipe names used when no pipes are specified.
DEFAULT_URL - Static variable in interface org.openstreetmap.osmosis.core.xml.v0_5.impl.XmlConstants
The default URL for the production API.
DEFAULT_URL - Static variable in interface org.openstreetmap.osmosis.core.xml.v0_6.impl.XmlConstants
The default URL for the production API.
defaultTaskSize() - Method in class org.openstreetmap.osmosis.core.pipeline.common.PipeTasks
Returns how many default pipes are stored in this container.
DeltaToDiffReader - Class in org.openstreetmap.osmosis.core.apidb.v0_6.impl
Takes an underlying full history delta stream and converts it into a diff stream.
DeltaToDiffReader(ReleasableIterator<ChangeContainer>) - Constructor for class org.openstreetmap.osmosis.core.apidb.v0_6.impl.DeltaToDiffReader
Creates a new instance.
deriveCompressionMethod(String) - Method in class org.openstreetmap.osmosis.core.xml.common.CompressionMethodDeriver
Determines the appropriate compression method for a file based upon the file extension.
disableIndexes(List<String>) - Method in class org.openstreetmap.osmosis.core.apidb.common.DatabaseContext
Disables the indexes of the specified tables.
disableIndexes(List<String>) - Method in class org.openstreetmap.osmosis.core.apidb.common.DatabaseContext2
Disables the indexes of the specified tables.
doesArgumentExist(TaskConfiguration, String) - Method in class org.openstreetmap.osmosis.core.pipeline.common.TaskManagerFactory
Checks if the specified argument has been supplied.
doesColumnExist(String, String) - Method in class org.openstreetmap.osmosis.core.apidb.common.DatabaseContext
Indicates if the specified column exists in the database.
doesColumnExist(String, String) - Method in class org.openstreetmap.osmosis.core.apidb.common.DatabaseContext2
Indicates if the specified column exists in the database.
doesColumnExist(String, String) - Method in class org.openstreetmap.osmosis.core.pgsql.common.DatabaseContext
Indicates if the specified column exists in the database.
doesTableExist(String) - Method in class org.openstreetmap.osmosis.core.apidb.common.DatabaseContext
Indicates if the specified table exists in the database.
doesTableExist(String) - Method in class org.openstreetmap.osmosis.core.apidb.common.DatabaseContext2
Indicates if the specified table exists in the database.
doesTableExist(String) - Method in class org.openstreetmap.osmosis.core.pgsql.common.DatabaseContext
Indicates if the specified table exists in the database.
doStart() - Method in class org.openstreetmap.osmosis.core.plugin.CorePlugin
doStop() - Method in class org.openstreetmap.osmosis.core.plugin.CorePlugin
DownloaderConfiguration - Class in org.openstreetmap.osmosis.core.merge.v0_5.impl
Loads and exposes the extraction configuration properties.
DownloaderConfiguration(File) - Constructor for class org.openstreetmap.osmosis.core.merge.v0_5.impl.DownloaderConfiguration
Creates a new instance.
DummyElementProcessor - Class in org.openstreetmap.osmosis.core.xml.common
Provides a no-op implementation of an element processor.
DummyElementProcessor(BaseElementProcessor) - Constructor for class org.openstreetmap.osmosis.core.xml.common.DummyElementProcessor
Creates a new instance.
DumpDataset - Class in org.openstreetmap.osmosis.core.customdb.v0_5
Reads all data from a dataset.
DumpDataset() - Constructor for class org.openstreetmap.osmosis.core.customdb.v0_5.DumpDataset
 
DumpDataset - Class in org.openstreetmap.osmosis.core.customdb.v0_6
Reads all data from a dataset.
DumpDataset() - Constructor for class org.openstreetmap.osmosis.core.customdb.v0_6.DumpDataset
 
DumpDatasetFactory - Class in org.openstreetmap.osmosis.core.customdb.v0_5
The task manager factory for reading the entire contents of a dataset.
DumpDatasetFactory() - Constructor for class org.openstreetmap.osmosis.core.customdb.v0_5.DumpDatasetFactory
 
DumpDatasetFactory - Class in org.openstreetmap.osmosis.core.customdb.v0_6
The task manager factory for reading the entire contents of a dataset.
DumpDatasetFactory() - Constructor for class org.openstreetmap.osmosis.core.customdb.v0_6.DumpDatasetFactory
 
DynamicStoreClassRegister - Class in org.openstreetmap.osmosis.core.store
This store class register dynamically allocates identifiers for classes as they are encountered while writing to the store.
DynamicStoreClassRegister() - Constructor for class org.openstreetmap.osmosis.core.store.DynamicStoreClassRegister
Creates a new instance.

E

ElementProcessor - Interface in org.openstreetmap.osmosis.core.xml.common
An element processor provides a handler for processing a specific xml element within a document.
ElementWriter - Class in org.openstreetmap.osmosis.core.xml.common
Provides common functionality for all classes writing elements to xml.
ElementWriter(String, int) - Constructor for class org.openstreetmap.osmosis.core.xml.common.ElementWriter
Creates a new instance.
EmbeddedTagProcessor - Class in org.openstreetmap.osmosis.core.mysql.v0_5.impl
Provides functionality for working with tags on entities where they're stored embedded in a single string field.
EmbeddedTagProcessor() - Constructor for class org.openstreetmap.osmosis.core.mysql.v0_5.impl.EmbeddedTagProcessor
Creates a new instance.
EmptyIterator<DataType> - Class in org.openstreetmap.osmosis.core.store
Provides an iterator which returns no data.
EmptyIterator() - Constructor for class org.openstreetmap.osmosis.core.store.EmptyIterator
 
enableIndexes(List<String>) - Method in class org.openstreetmap.osmosis.core.apidb.common.DatabaseContext
Enables the indexes of the specified tables.
enableIndexes(List<String>) - Method in class org.openstreetmap.osmosis.core.apidb.common.DatabaseContext2
Enables the indexes of the specified tables.
end() - Method in class org.openstreetmap.osmosis.core.xml.common.DummyElementProcessor
This implementation does not do any processing.
end() - Method in interface org.openstreetmap.osmosis.core.xml.common.ElementProcessor
Finalises processing for the element processor, this is called when the end of an element is reached.
end() - Method in class org.openstreetmap.osmosis.core.xml.v0_5.impl.BoundElementProcessor
Finalises processing for the element processor, this is called when the end of an element is reached.
end() - Method in class org.openstreetmap.osmosis.core.xml.v0_5.impl.ChangeSourceElementProcessor
Finalises processing for the element processor, this is called when the end of an element is reached.
end() - Method in class org.openstreetmap.osmosis.core.xml.v0_5.impl.NodeElementProcessor
Finalises processing for the element processor, this is called when the end of an element is reached.
end() - Method in class org.openstreetmap.osmosis.core.xml.v0_5.impl.OsmChangeWriter
Ends an element.
end() - Method in class org.openstreetmap.osmosis.core.xml.v0_5.impl.OsmElementProcessor
Finalises processing for the element processor, this is called when the end of an element is reached.
end() - Method in class org.openstreetmap.osmosis.core.xml.v0_5.impl.OsmWriter
Ends an element.
end() - Method in class org.openstreetmap.osmosis.core.xml.v0_5.impl.RelationElementProcessor
Finalises processing for the element processor, this is called when the end of an element is reached.
end() - Method in class org.openstreetmap.osmosis.core.xml.v0_5.impl.RelationMemberElementProcessor
Finalises processing for the element processor, this is called when the end of an element is reached.
end() - Method in class org.openstreetmap.osmosis.core.xml.v0_5.impl.TagElementProcessor
Finalises processing for the element processor, this is called when the end of an element is reached.
end() - Method in class org.openstreetmap.osmosis.core.xml.v0_5.impl.WayElementProcessor
Finalises processing for the element processor, this is called when the end of an element is reached.
end() - Method in class org.openstreetmap.osmosis.core.xml.v0_5.impl.WayNodeElementProcessor
Finalises processing for the element processor, this is called when the end of an element is reached.
end() - Method in class org.openstreetmap.osmosis.core.xml.v0_6.impl.BoundElementProcessor
Finalises processing for the element processor, this is called when the end of an element is reached.
end() - Method in class org.openstreetmap.osmosis.core.xml.v0_6.impl.ChangeSourceElementProcessor
Finalises processing for the element processor, this is called when the end of an element is reached.
end() - Method in class org.openstreetmap.osmosis.core.xml.v0_6.impl.NodeElementProcessor
Finalises processing for the element processor, this is called when the end of an element is reached.
end() - Method in class org.openstreetmap.osmosis.core.xml.v0_6.impl.OsmChangeWriter
Ends an element.
end() - Method in class org.openstreetmap.osmosis.core.xml.v0_6.impl.OsmElementProcessor
Finalises processing for the element processor, this is called when the end of an element is reached.
end() - Method in class org.openstreetmap.osmosis.core.xml.v0_6.impl.OsmWriter
Ends an element.
end() - Method in class org.openstreetmap.osmosis.core.xml.v0_6.impl.RelationElementProcessor
Finalises processing for the element processor, this is called when the end of an element is reached.
end() - Method in class org.openstreetmap.osmosis.core.xml.v0_6.impl.RelationMemberElementProcessor
Finalises processing for the element processor, this is called when the end of an element is reached.
end() - Method in class org.openstreetmap.osmosis.core.xml.v0_6.impl.TagElementProcessor
Finalises processing for the element processor, this is called when the end of an element is reached.
end() - Method in class org.openstreetmap.osmosis.core.xml.v0_6.impl.WayElementProcessor
Finalises processing for the element processor, this is called when the end of an element is reached.
end() - Method in class org.openstreetmap.osmosis.core.xml.v0_6.impl.WayNodeElementProcessor
Finalises processing for the element processor, this is called when the end of an element is reached.
endElement(String, String, String) - Method in class org.openstreetmap.osmosis.core.xml.v0_5.impl.OsmChangeHandler
Ends processing of the current element.
endElement(String, String, String) - Method in class org.openstreetmap.osmosis.core.xml.v0_5.impl.OsmHandler
Ends processing of the current element.
endElement(String, String, String) - Method in class org.openstreetmap.osmosis.core.xml.v0_6.impl.OsmChangeHandler
Ends processing of the current element.
endElement(String, String, String) - Method in class org.openstreetmap.osmosis.core.xml.v0_6.impl.OsmHandler
Ends processing of the current element.
endElementWriter() - Method in class org.openstreetmap.osmosis.core.xml.common.BaseXmlWriter
Calls the end method of the element writer used for this implementation.
endElementWriter() - Method in class org.openstreetmap.osmosis.core.xml.v0_5.XmlChangeWriter
Calls the end method of the element writer used for this implementation.
endElementWriter() - Method in class org.openstreetmap.osmosis.core.xml.v0_5.XmlWriter
Calls the end method of the element writer used for this implementation.
endElementWriter() - Method in class org.openstreetmap.osmosis.core.xml.v0_6.XmlChangeWriter
Calls the end method of the element writer used for this implementation.
endElementWriter() - Method in class org.openstreetmap.osmosis.core.xml.v0_6.XmlWriter
Calls the end method of the element writer used for this implementation.
EndOfStoreException - Exception in org.openstreetmap.osmosis.core.store
A runtime exception indicating that the end of the store has been reached while reading.
EndOfStoreException() - Constructor for exception org.openstreetmap.osmosis.core.store.EndOfStoreException
Constructs a new exception with null as its detail message.
EndOfStoreException(String) - Constructor for exception org.openstreetmap.osmosis.core.store.EndOfStoreException
Constructs a new exception with the specified detail message.
EndOfStoreException(Throwable) - Constructor for exception org.openstreetmap.osmosis.core.store.EndOfStoreException
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
EndOfStoreException(String, Throwable) - Constructor for exception org.openstreetmap.osmosis.core.store.EndOfStoreException
Constructs a new exception with the specified detail message and cause.
endOpenElement(boolean) - Method in class org.openstreetmap.osmosis.core.xml.common.ElementWriter
Writes out the opening tag of the element.
endRecord() - Method in class org.openstreetmap.osmosis.core.pgsql.common.CopyFileWriter
Writes a new line in the output file.
Entity - Class in org.openstreetmap.osmosis.core.domain.v0_5
A data class representing a single OSM entity.
Entity(long, Date, OsmUser) - Constructor for class org.openstreetmap.osmosis.core.domain.v0_5.Entity
Creates a new instance.
Entity(long, TimestampContainer, OsmUser) - Constructor for class org.openstreetmap.osmosis.core.domain.v0_5.Entity
Creates a new instance.
Entity(StoreReader, StoreClassRegister) - Constructor for class org.openstreetmap.osmosis.core.domain.v0_5.Entity
Creates a new instance.
Entity - Class in org.openstreetmap.osmosis.core.domain.v0_6
A data class representing a single OSM entity.
Entity(long, int, Date, OsmUser, long) - Constructor for class org.openstreetmap.osmosis.core.domain.v0_6.Entity
Creates a new instance.
Entity(long, int, TimestampContainer, OsmUser, long) - Constructor for class org.openstreetmap.osmosis.core.domain.v0_6.Entity
Creates a new instance.
Entity(long, int, Date, OsmUser, long, Collection<Tag>) - Constructor for class org.openstreetmap.osmosis.core.domain.v0_6.Entity
Creates a new instance.
Entity(long, int, TimestampContainer, OsmUser, long, Collection<Tag>) - Constructor for class org.openstreetmap.osmosis.core.domain.v0_6.Entity
Creates a new instance.
Entity(CommonEntityData) - Constructor for class org.openstreetmap.osmosis.core.domain.v0_6.Entity
Creates a new instance.
Entity(StoreReader, StoreClassRegister) - Constructor for class org.openstreetmap.osmosis.core.domain.v0_6.Entity
Creates a new instance.
EntityBuffer - Class in org.openstreetmap.osmosis.core.buffer.v0_5
Splits the pipeline so that it can be processed on multiple threads.
EntityBuffer(int) - Constructor for class org.openstreetmap.osmosis.core.buffer.v0_5.EntityBuffer
Creates a new instance.
EntityBuffer - Class in org.openstreetmap.osmosis.core.buffer.v0_6
Splits the pipeline so that it can be processed on multiple threads.
EntityBuffer(int) - Constructor for class org.openstreetmap.osmosis.core.buffer.v0_6.EntityBuffer
Creates a new instance.
EntityBufferFactory - Class in org.openstreetmap.osmosis.core.buffer.v0_5
The task manager factory for an entity buffer.
EntityBufferFactory() - Constructor for class org.openstreetmap.osmosis.core.buffer.v0_5.EntityBufferFactory
 
EntityBufferFactory - Class in org.openstreetmap.osmosis.core.buffer.v0_6
The task manager factory for an entity buffer.
EntityBufferFactory() - Constructor for class org.openstreetmap.osmosis.core.buffer.v0_6.EntityBufferFactory
 
EntityBuilder<T extends Entity> - Class in org.openstreetmap.osmosis.core.domain.v0_6
Deprecated. Builder classes are not required because entities are now writeable.
EntityBuilder() - Constructor for class org.openstreetmap.osmosis.core.domain.v0_6.EntityBuilder
Deprecated. Creates a new instance.
EntityBuilder(Entity) - Constructor for class org.openstreetmap.osmosis.core.domain.v0_6.EntityBuilder
Deprecated. Creates a new instance.
EntityBuilder(long, int, Date, OsmUser, long) - Constructor for class org.openstreetmap.osmosis.core.domain.v0_6.EntityBuilder
Deprecated. Creates a new instance.
EntityBuilder(long, int, TimestampContainer, OsmUser, long) - Constructor for class org.openstreetmap.osmosis.core.domain.v0_6.EntityBuilder
Deprecated. Creates a new instance.
EntityByTypeThenIdComparator - Class in org.openstreetmap.osmosis.core.sort.v0_5
Compares two entities and sorts them first by their type (Nodes, then Segments, then Ways) and then by their identifier.
EntityByTypeThenIdComparator() - Constructor for class org.openstreetmap.osmosis.core.sort.v0_5.EntityByTypeThenIdComparator
 
EntityByTypeThenIdComparator - Class in org.openstreetmap.osmosis.core.sort.v0_6
Compares two entities and sorts them first by their type (Nodes, then Segments, then Ways) and then by their identifier.
EntityByTypeThenIdComparator() - Constructor for class org.openstreetmap.osmosis.core.sort.v0_6.EntityByTypeThenIdComparator
 
EntityContainer - Class in org.openstreetmap.osmosis.core.container.v0_5
Implementations of this class allow data entities to be processed without the caller knowing their type.
EntityContainer() - Constructor for class org.openstreetmap.osmosis.core.container.v0_5.EntityContainer
 
EntityContainer - Class in org.openstreetmap.osmosis.core.container.v0_6
Implementations of this class allow data entities to be processed without the caller knowing their type.
EntityContainer() - Constructor for class org.openstreetmap.osmosis.core.container.v0_6.EntityContainer
 
EntityContainerBuilder - Class in org.openstreetmap.osmosis.core.container.v0_6
Deprecated. The builder classes are not required because entities are now writeable.
EntityContainerBuilder() - Constructor for class org.openstreetmap.osmosis.core.container.v0_6.EntityContainerBuilder
Deprecated. Creates a new instance.
EntityContainerFactory<T> - Interface in org.openstreetmap.osmosis.core.container.v0_6
Wraps entity objects in containers suitable for the entity type.
EntityContainerMigrater - Class in org.openstreetmap.osmosis.core.migrate.impl
Provides a conversion between 0.5 and 0.6 entity containers.
EntityContainerMigrater() - Constructor for class org.openstreetmap.osmosis.core.migrate.impl.EntityContainerMigrater
Creates a new instance.
EntityContainerReader<T extends Entity> - Class in org.openstreetmap.osmosis.core.apidb.v0_6.impl
Wraps a stream of entity history objects into entity containers.
EntityContainerReader(ReleasableIterator<EntityHistory<T>>, EntityContainerFactory<T>) - Constructor for class org.openstreetmap.osmosis.core.apidb.v0_6.impl.EntityContainerReader
Creates a new instance.
EntityDao<T extends Entity> - Class in org.openstreetmap.osmosis.core.apidb.v0_6.impl
Provides functionality common to all top level entity daos.
EntityDao(JdbcTemplate, String) - Constructor for class org.openstreetmap.osmosis.core.apidb.v0_6.impl.EntityDao
Creates a new instance.
EntityDao<T extends Entity> - Class in org.openstreetmap.osmosis.core.pgsql.v0_6.impl
Provides functionality common to all top level entity daos.
EntityDao(DatabaseContext, EntityMapper<T>, ActionDao) - Constructor for class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.EntityDao
Creates a new instance.
EntityDataRowMapper - Class in org.openstreetmap.osmosis.core.apidb.v0_6.impl
Maps entity result set rows into common entity data objects.
EntityDataRowMapper(RowMapperListener<CommonEntityData>, boolean) - Constructor for class org.openstreetmap.osmosis.core.apidb.v0_6.impl.EntityDataRowMapper
Creates a new instance.
EntityElementProcessor - Class in org.openstreetmap.osmosis.core.xml.v0_5.impl
Provides common element processor functionality for all entity processors.
EntityElementProcessor(BaseElementProcessor, Sink, boolean) - Constructor for class org.openstreetmap.osmosis.core.xml.v0_5.impl.EntityElementProcessor
Creates a new instance.
EntityElementProcessor - Class in org.openstreetmap.osmosis.core.xml.v0_6.impl
Provides common element processor functionality for all entity processors.
EntityElementProcessor(BaseElementProcessor, Sink, boolean) - Constructor for class org.openstreetmap.osmosis.core.xml.v0_6.impl.EntityElementProcessor
Creates a new instance.
entityFeatureBuilder - Variable in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.EntityFeatureDao
Provides jdbc mapping functionality for this entity feature type.
EntityFeatureDao<Tef extends Storeable,Tdb extends DbFeature<Tef>> - Class in org.openstreetmap.osmosis.core.pgsql.v0_6.impl
Provides functionality common to all entity feature daos.
EntityFeatureDao(DatabaseContext, EntityFeatureMapper<Tdb>) - Constructor for class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.EntityFeatureDao
Creates a new instance.
EntityFeatureMapper<T> - Class in org.openstreetmap.osmosis.core.pgsql.v0_6.impl
Provides functionality common to all entity feature mapper implementations.
EntityFeatureMapper() - Constructor for class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.EntityFeatureMapper
 
EntityFeatureTableReader<Tef extends Storeable,Tdb extends DbFeature<Tef>> - Class in org.openstreetmap.osmosis.core.pgsql.v0_6.impl
Reads all features of a particular type for an entity from a feature table ordered by the entity identifier.
EntityFeatureTableReader(DatabaseContext, EntityFeatureMapper<Tdb>) - Constructor for class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.EntityFeatureTableReader
Creates a new instance.
EntityFeatureTableReader(DatabaseContext, EntityFeatureMapper<Tdb>, String) - Constructor for class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.EntityFeatureTableReader
Creates a new instance.
EntityHistory<T extends Storeable> - Class in org.openstreetmap.osmosis.core.apidb.v0_6.impl
A data class representing a history record.
EntityHistory(T, boolean) - Constructor for class org.openstreetmap.osmosis.core.apidb.v0_6.impl.EntityHistory
Creates a new instance.
EntityHistory(StoreReader, StoreClassRegister) - Constructor for class org.openstreetmap.osmosis.core.apidb.v0_6.impl.EntityHistory
Creates a new instance.
EntityHistory<T extends Storeable> - Class in org.openstreetmap.osmosis.core.mysql.v0_5.impl
A data class representing a history record.
EntityHistory(T, int, boolean) - Constructor for class org.openstreetmap.osmosis.core.mysql.v0_5.impl.EntityHistory
Creates a new instance.
EntityHistory(StoreReader, StoreClassRegister) - Constructor for class org.openstreetmap.osmosis.core.mysql.v0_5.impl.EntityHistory
Creates a new instance.
EntityHistoryComparator<T extends Entity> - Class in org.openstreetmap.osmosis.core.apidb.v0_6.impl
A comparator for sorting entity history objects by entity id then entity version.
EntityHistoryComparator() - Constructor for class org.openstreetmap.osmosis.core.apidb.v0_6.impl.EntityHistoryComparator
 
EntityHistoryComparator<T extends Entity> - Class in org.openstreetmap.osmosis.core.mysql.v0_5.impl
A comparator for ordering entity history records by timestamp.
EntityHistoryComparator() - Constructor for class org.openstreetmap.osmosis.core.mysql.v0_5.impl.EntityHistoryComparator
 
EntityHistoryListReader - Class in org.openstreetmap.osmosis.core.apidb.v0_6.impl
Reads a history stream and groups all changes for a single entity into lists.
EntityHistoryListReader(ReleasableIterator<ChangeContainer>) - Constructor for class org.openstreetmap.osmosis.core.apidb.v0_6.impl.EntityHistoryListReader
Creates a new instance.
EntityHistoryReader<T extends Entity> - Class in org.openstreetmap.osmosis.core.apidb.v0_6.impl
Provides a single iterator based on data provided by underlying iterators from each of the underlying entity and feature iterators.
EntityHistoryReader(ReleasableIterator<EntityHistory<T>>, ReleasableIterator<DbFeatureHistory<DbFeature<Tag>>>, List<FeatureHistoryPopulator<T, ?, ?>>) - Constructor for class org.openstreetmap.osmosis.core.apidb.v0_6.impl.EntityHistoryReader
Creates a new instance.
EntityHistoryRowMapper<T extends Entity> - Class in org.openstreetmap.osmosis.core.apidb.v0_6.impl
Maps entity history result set rows into entity history objects.
EntityHistoryRowMapper(RowMapperListener<EntityHistory<T>>) - Constructor for class org.openstreetmap.osmosis.core.apidb.v0_6.impl.EntityHistoryRowMapper
Creates a new instance.
EntityManager<T extends Entity> - Interface in org.openstreetmap.osmosis.core.container.v0_6
Defines the dataset methods available for manipulating entities.
EntityMapper<T extends Entity> - Class in org.openstreetmap.osmosis.core.pgsql.v0_6.impl
Provides functionality common to all database entity builder implementations.
EntityMapper() - Constructor for class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.EntityMapper
 
EntityMerger - Class in org.openstreetmap.osmosis.core.merge.v0_5
Merges two sources into a single data set.
EntityMerger(ConflictResolutionMethod, int) - Constructor for class org.openstreetmap.osmosis.core.merge.v0_5.EntityMerger
Creates a new instance.
EntityMerger - Class in org.openstreetmap.osmosis.core.merge.v0_6
Merges two sources into a single data set.
EntityMerger(ConflictResolutionMethod, int) - Constructor for class org.openstreetmap.osmosis.core.merge.v0_6.EntityMerger
Creates a new instance.
EntityMergerFactory - Class in org.openstreetmap.osmosis.core.merge.v0_5
The task manager factory for an entity merger.
EntityMergerFactory() - Constructor for class org.openstreetmap.osmosis.core.merge.v0_5.EntityMergerFactory
 
EntityMergerFactory - Class in org.openstreetmap.osmosis.core.merge.v0_6
The task manager factory for an entity merger.
EntityMergerFactory() - Constructor for class org.openstreetmap.osmosis.core.merge.v0_6.EntityMergerFactory
 
EntityMigrater - Class in org.openstreetmap.osmosis.core.migrate.impl
Provides conversion routines for entity classes between 0.5 and 0.6 format.
EntityMigrater() - Constructor for class org.openstreetmap.osmosis.core.migrate.impl.EntityMigrater
 
EntityProcessor - Interface in org.openstreetmap.osmosis.core.container.v0_5
EntityContainer implementations call implementations of this class to perform entity type specific processing.
EntityProcessor - Interface in org.openstreetmap.osmosis.core.container.v0_6
EntityContainer implementations call implementations of this class to perform entity type specific processing.
EntityProgressLogger - Class in org.openstreetmap.osmosis.core.progress.v0_5
Logs progress information using jdk logging at info level at regular intervals.
EntityProgressLogger(int) - Constructor for class org.openstreetmap.osmosis.core.progress.v0_5.EntityProgressLogger
Creates a new instance.
EntityProgressLogger - Class in org.openstreetmap.osmosis.core.progress.v0_6
Logs progress information using jdk logging at info level at regular intervals.
EntityProgressLogger(int) - Constructor for class org.openstreetmap.osmosis.core.progress.v0_6.EntityProgressLogger
Creates a new instance.
EntityProgressLoggerFactory - Class in org.openstreetmap.osmosis.core.progress.v0_5
The task manager factory for an entity progress logger.
EntityProgressLoggerFactory() - Constructor for class org.openstreetmap.osmosis.core.progress.v0_5.EntityProgressLoggerFactory
 
EntityProgressLoggerFactory - Class in org.openstreetmap.osmosis.core.progress.v0_6
The task manager factory for an entity progress logger.
EntityProgressLoggerFactory() - Constructor for class org.openstreetmap.osmosis.core.progress.v0_6.EntityProgressLoggerFactory
 
EntityReader<T extends Entity> - Class in org.openstreetmap.osmosis.core.pgsql.v0_6.impl
Reads instances of an entity type from a database ordered by the identifier.
EntityReader(DatabaseContext, EntityMapper<T>) - Constructor for class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.EntityReader
Creates a new instance.
EntityReader(DatabaseContext, EntityMapper<T>, String) - Constructor for class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.EntityReader
Creates a new instance.
EntityReporter - Class in org.openstreetmap.osmosis.core.report.v0_5
An OSM data sink that analyses the data sent to it and provides a simple report.
EntityReporter(File) - Constructor for class org.openstreetmap.osmosis.core.report.v0_5.EntityReporter
Creates a new instance.
EntityReporter - Class in org.openstreetmap.osmosis.core.report.v0_6
An OSM data sink that analyses the data sent to it and provides a simple report.
EntityReporter(File) - Constructor for class org.openstreetmap.osmosis.core.report.v0_6.EntityReporter
Creates a new instance.
EntityReporterFactory - Class in org.openstreetmap.osmosis.core.report.v0_5
The task manager factory for an entity reporter.
EntityReporterFactory() - Constructor for class org.openstreetmap.osmosis.core.report.v0_5.EntityReporterFactory
 
EntityReporterFactory - Class in org.openstreetmap.osmosis.core.report.v0_6
The task manager factory for an entity reporter.
EntityReporterFactory() - Constructor for class org.openstreetmap.osmosis.core.report.v0_6.EntityReporterFactory
 
EntitySnapshotReader - Class in org.openstreetmap.osmosis.core.apidb.v0_6.impl
Produces a snapshot at a point in time from a complete history stream.
EntitySnapshotReader(ReleasableIterator<ChangeContainer>, Date) - Constructor for class org.openstreetmap.osmosis.core.apidb.v0_6.impl.EntitySnapshotReader
Creates a new instance.
EntitySnapshotReader<T extends Entity> - Class in org.openstreetmap.osmosis.core.mysql.v0_5.impl
Reads a complete snapshot of an entity type based on the complete history of an entity type.
EntitySnapshotReader(PeekableIterator<EntityHistory<T>>, Date, Comparator<EntityHistory<T>>) - Constructor for class org.openstreetmap.osmosis.core.mysql.v0_5.impl.EntitySnapshotReader
Creates a new instance.
EntitySorter - Class in org.openstreetmap.osmosis.core.sort.v0_5
A data stream filter that sorts entities.
EntitySorter(Comparator<EntityContainer>) - Constructor for class org.openstreetmap.osmosis.core.sort.v0_5.EntitySorter
Creates a new instance.
EntitySorter - Class in org.openstreetmap.osmosis.core.sort.v0_6
A data stream filter that sorts entities.
EntitySorter(Comparator<EntityContainer>) - Constructor for class org.openstreetmap.osmosis.core.sort.v0_6.EntitySorter
Creates a new instance.
EntitySorterFactory - Class in org.openstreetmap.osmosis.core.sort.v0_5
The task manager factory for an entity sorter.
EntitySorterFactory() - Constructor for class org.openstreetmap.osmosis.core.sort.v0_5.EntitySorterFactory
Creates a new instance.
EntitySorterFactory - Class in org.openstreetmap.osmosis.core.sort.v0_6
The task manager factory for an entity sorter.
EntitySorterFactory() - Constructor for class org.openstreetmap.osmosis.core.sort.v0_6.EntitySorterFactory
Creates a new instance.
EntityTableReader<T extends Entity> - Class in org.openstreetmap.osmosis.core.pgsql.v0_6.impl
Reads entities from a database ordered by their identifier.
EntityTableReader(DatabaseContext, EntityMapper<T>) - Constructor for class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.EntityTableReader
Creates a new instance.
EntityTableReader(DatabaseContext, EntityMapper<T>, String) - Constructor for class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.EntityTableReader
Creates a new instance with a constrained search.
EntityTagHistoryReader - Class in org.openstreetmap.osmosis.core.mysql.v0_5.impl
Reads the most recent set of tags from a database for entities that have been modified within a time interval.
EntityTagHistoryReader(DatabaseLoginCredentials, String, String, Date, Date) - Constructor for class org.openstreetmap.osmosis.core.mysql.v0_5.impl.EntityTagHistoryReader
Creates a new instance.
EntityTagTableReader - Class in org.openstreetmap.osmosis.core.mysql.v0_5.impl
Reads all tags for an entity from a tag table ordered by the entity identifier.
EntityTagTableReader(DatabaseLoginCredentials, String) - Constructor for class org.openstreetmap.osmosis.core.mysql.v0_5.impl.EntityTagTableReader
Creates a new instance.
EntityTagTableReader - Class in org.openstreetmap.osmosis.core.pgsql.v0_5.impl
Reads all tags for an entity from a tag table ordered by the entity identifier.
EntityTagTableReader(DatabaseContext, String, String) - Constructor for class org.openstreetmap.osmosis.core.pgsql.v0_5.impl.EntityTagTableReader
Creates a new instance.
EntityTagTableReader(DatabaseContext, String, String, String) - Constructor for class org.openstreetmap.osmosis.core.pgsql.v0_5.impl.EntityTagTableReader
Creates a new instance.
EntityTee - Class in org.openstreetmap.osmosis.core.tee.v0_5
Sends input data to two output destinations.
EntityTee(int) - Constructor for class org.openstreetmap.osmosis.core.tee.v0_5.EntityTee
Creates a new instance.
EntityTee - Class in org.openstreetmap.osmosis.core.tee.v0_6
Sends input data to two output destinations.
EntityTee(int) - Constructor for class org.openstreetmap.osmosis.core.tee.v0_6.EntityTee
Creates a new instance.
EntityTeeFactory - Class in org.openstreetmap.osmosis.core.tee.v0_5
The task manager factory for an entity tee.
EntityTeeFactory() - Constructor for class org.openstreetmap.osmosis.core.tee.v0_5.EntityTeeFactory
 
EntityTeeFactory - Class in org.openstreetmap.osmosis.core.tee.v0_6
The task manager factory for an entity tee.
EntityTeeFactory() - Constructor for class org.openstreetmap.osmosis.core.tee.v0_6.EntityTeeFactory
 
EntityType - Enum in org.openstreetmap.osmosis.core.domain.v0_5
An enum representing the different data types in the OSM data model.
EntityType - Enum in org.openstreetmap.osmosis.core.domain.v0_6
An enum representing the different data types in the OSM data model.
equals(Object) - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.impl.ReplicationState
equals(Object) - Method in class org.openstreetmap.osmosis.core.domain.v0_5.Bound
equals(Object) - Method in class org.openstreetmap.osmosis.core.domain.v0_5.Node
equals(Object) - Method in class org.openstreetmap.osmosis.core.domain.v0_5.OsmUser
equals(Object) - Method in class org.openstreetmap.osmosis.core.domain.v0_5.Relation
equals(Object) - Method in class org.openstreetmap.osmosis.core.domain.v0_5.Way
equals(Object) - Method in class org.openstreetmap.osmosis.core.domain.v0_6.Bound
equals(Object) - Method in class org.openstreetmap.osmosis.core.domain.v0_6.Node
equals(Object) - Method in class org.openstreetmap.osmosis.core.domain.v0_6.OsmUser
equals(Object) - Method in class org.openstreetmap.osmosis.core.domain.v0_6.Relation
equals(Object) - Method in class org.openstreetmap.osmosis.core.domain.v0_6.Way
error(SAXParseException) - Method in class org.openstreetmap.osmosis.core.xml.v0_5.impl.OsmHandler
Called by the SAX parser when an error occurs.
error(SAXParseException) - Method in class org.openstreetmap.osmosis.core.xml.v0_6.impl.OsmHandler
Called by the SAX parser when an error occurs.
execute() - Method in class org.openstreetmap.osmosis.core.pipeline.common.ActiveTaskManager
Begins execution of the task.
execute() - Method in class org.openstreetmap.osmosis.core.pipeline.common.PassiveTaskManager
Begins execution of the task.
execute() - Method in class org.openstreetmap.osmosis.core.pipeline.common.Pipeline
Launches the execution of the tasks within the pipeline.
execute() - Method in class org.openstreetmap.osmosis.core.pipeline.common.TaskManager
Begins execution of the task.
executeQuery(String) - Method in class org.openstreetmap.osmosis.core.apidb.common.DatabaseContext
Executes a query and returns a result set.
executeQuery(String) - Method in class org.openstreetmap.osmosis.core.pgsql.common.DatabaseContext
Executes a query and returns a result set.
executeStatement(String) - Method in class org.openstreetmap.osmosis.core.apidb.common.DatabaseContext
Executes a sql statement against the database.
executeStatement(String) - Method in class org.openstreetmap.osmosis.core.mysql.common.DatabaseContext
Executes a sql statement against the database.
executeStatement(String) - Method in class org.openstreetmap.osmosis.core.pgsql.common.DatabaseContext
Executes a sql statement against the database.
executeStreamingQuery(String) - Method in class org.openstreetmap.osmosis.core.mysql.common.DatabaseContext
Creates a result set that is configured to stream results from the database.
executeWithinTransaction(TransactionCallback) - Method in class org.openstreetmap.osmosis.core.apidb.common.DatabaseContext2
Invokes the provided callback code within a transaction.
exists(long) - Method in interface org.openstreetmap.osmosis.core.container.v0_6.EntityManager
Indicates if the specified entity exists in the database.
exists(long) - Method in class org.openstreetmap.osmosis.core.customdb.v0_6.impl.NodeManager
Indicates if the specified entity exists in the database.
exists(long) - Method in class org.openstreetmap.osmosis.core.customdb.v0_6.impl.RelationManager
Indicates if the specified entity exists in the database.
exists(long) - Method in class org.openstreetmap.osmosis.core.customdb.v0_6.impl.WayManager
Indicates if the specified entity exists in the database.
exists(long) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.EntityDao
Checks if the specified entity exists in the database.
exists(long) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.PostgresSqlEntityManager
Indicates if the specified entity exists in the database.
exists() - Method in class org.openstreetmap.osmosis.core.util.AtomicFileCreator
Checks if either one of the main or temporary files currently exists.
exists() - Method in class org.openstreetmap.osmosis.core.util.PropertiesPersister
Checks if the properties file exists.
externalNodeIdTracker - Variable in class org.openstreetmap.osmosis.core.customdb.v0_6.impl.BoundingBoxContext
All nodes outside the bounding box are stored within this tracker.
externalNodeIdTracker - Variable in class org.openstreetmap.osmosis.core.filter.v0_5.impl.BoundingBoxContext
All nodes outside the bounding box are stored within this tracker.

F

FallbackDateParser - Class in org.openstreetmap.osmosis.core.xml.common
Handles a number of different date FORMATS encountered in OSM.
FallbackDateParser() - Constructor for class org.openstreetmap.osmosis.core.xml.common.FallbackDateParser
Creates a new instance.
FastXmlParser - Class in org.openstreetmap.osmosis.core.xml.v0_6.impl
Reads the contents of an osm file using a Stax parser.
FastXmlParser(Sink, XMLStreamReader, boolean) - Constructor for class org.openstreetmap.osmosis.core.xml.v0_6.impl.FastXmlParser
Creates a new instance.
FastXmlReader - Class in org.openstreetmap.osmosis.core.xml.v0_6
An OSM data source reading from an xml file.
FastXmlReader(File, boolean, CompressionMethod) - Constructor for class org.openstreetmap.osmosis.core.xml.v0_6.FastXmlReader
Creates a new instance.
FastXmlReaderFactory - Class in org.openstreetmap.osmosis.core.xml.v0_6
The task manager factory for an xml reader.
FastXmlReaderFactory() - Constructor for class org.openstreetmap.osmosis.core.xml.v0_6.FastXmlReaderFactory
 
FeatureCollectionLoader<Te,Tf> - Interface in org.openstreetmap.osmosis.core.apidb.v0_6.impl
Retrieves feature collections from entities.
FeatureHistoryPopulator<Te extends Entity,Tf extends Storeable,Tdbf extends DbFeature<Tf>> - Class in org.openstreetmap.osmosis.core.apidb.v0_6.impl
Populates entities with their features using a sorted data source.
FeatureHistoryPopulator(ReleasableIterator<DbFeatureHistory<Tdbf>>, FeatureCollectionLoader<Te, Tf>) - Constructor for class org.openstreetmap.osmosis.core.apidb.v0_6.impl.FeatureHistoryPopulator
Creates a new instance.
FeaturePopulator<T> - Interface in org.openstreetmap.osmosis.core.apidb.v0_6.impl
Populates an entity with its features.
FileBasedLock - Class in org.openstreetmap.osmosis.core.util
This class provides a mechanism to use simple files as locks to prevent multiple threads or processes from updating common files.
FileBasedLock(File) - Constructor for class org.openstreetmap.osmosis.core.util.FileBasedLock
Creates a new instance.
FileBasedSort<T extends Storeable> - Class in org.openstreetmap.osmosis.core.sort.common
Allows a large number of objects to be sorted by writing them all to disk then sorting using a merge sort algorithm.
FileBasedSort(ObjectSerializationFactory, Comparator<T>, boolean) - Constructor for class org.openstreetmap.osmosis.core.sort.common.FileBasedSort
Creates a new instance.
FileReplicationDestination - Class in org.openstreetmap.osmosis.core.apidb.v0_6.impl
A file-based destination for replication data.
FileReplicationDestination(File) - Constructor for class org.openstreetmap.osmosis.core.apidb.v0_6.impl.FileReplicationDestination
Creates a new instance.
FileReplicationStatePersistor - Class in org.openstreetmap.osmosis.core.apidb.v0_6.impl
A file-based persister for replication state.
FileReplicationStatePersistor(File) - Constructor for class org.openstreetmap.osmosis.core.apidb.v0_6.impl.FileReplicationStatePersistor
Creates a new instance.
finalize() - Method in class org.openstreetmap.osmosis.core.apidb.common.DatabaseContext
Enforces cleanup of any remaining resources during garbage collection.
finalize() - Method in class org.openstreetmap.osmosis.core.apidb.common.DatabaseContext2
Enforces cleanup of any remaining resources during garbage collection.
finalize() - Method in class org.openstreetmap.osmosis.core.mysql.common.DatabaseContext
Enforces cleanup of any remaining resources during garbage collection.
finalize() - Method in class org.openstreetmap.osmosis.core.pgsql.common.DatabaseContext
Enforces cleanup of any remaining resources during garbage collection.
FixedPrecisionCoordinateConvertor - Class in org.openstreetmap.osmosis.core.util
Converts a double coordinate value into an equivalent integer with fixed precision.
flush() - Method in class org.openstreetmap.osmosis.core.store.OffsetTrackingOutputStream
format(List<Tag>) - Method in class org.openstreetmap.osmosis.core.mysql.v0_5.impl.EmbeddedTagProcessor
Produces a string representing the complete list of tags.
format(Date) - Method in class org.openstreetmap.osmosis.core.xml.common.DateFormatter
Formats a date in XML format.
formatTimestamp(Date) - Method in class org.openstreetmap.osmosis.core.domain.common.TimestampFormat
Formats the date object into string form.
formatTimestamp(Date) - Method in class org.openstreetmap.osmosis.core.xml.common.XmlTimestampFormat
Formats the date object into string form.
fromString(String) - Static method in enum org.openstreetmap.osmosis.core.database.DatabaseType
Gets a database type value based on a string name.

G

generateFileName(Date, Date) - Method in class org.openstreetmap.osmosis.core.merge.v0_5.impl.ChangesetFileNameFormatter
Generates an appropriate file name based on the input dates.
generateFileName(Date, Date) - Method in class org.openstreetmap.osmosis.core.merge.v0_6.impl.ChangesetFileNameFormatter
Generates an appropriate file name based on the input dates.
GenericObjectReader - Class in org.openstreetmap.osmosis.core.store
Provides functionality to deserialise a Storeable implementation from a store.
GenericObjectReader(StoreReader, StoreClassRegister) - Constructor for class org.openstreetmap.osmosis.core.store.GenericObjectReader
Creates a new instance.
GenericObjectSerializationFactory - Class in org.openstreetmap.osmosis.core.store
An object reader and writer factory providing generic object serialisation capabilities capable of storing and loading any Storeable class implementations.
GenericObjectSerializationFactory() - Constructor for class org.openstreetmap.osmosis.core.store.GenericObjectSerializationFactory
 
GenericObjectWriter - Class in org.openstreetmap.osmosis.core.store
Provides functionality to serialise a Storeable implementation to a store.
GenericObjectWriter(StoreWriter, StoreClassRegister) - Constructor for class org.openstreetmap.osmosis.core.store.GenericObjectWriter
Creates a new instance.
get(long) - Method in class org.openstreetmap.osmosis.core.filter.common.BitSetIdTracker
Checks whether the specified id is active.
get(long) - Method in interface org.openstreetmap.osmosis.core.filter.common.IdTracker
Checks whether the specified id is active.
get(long) - Method in class org.openstreetmap.osmosis.core.filter.common.ListIdTracker
Checks whether the specified id is active.
get(long) - Method in class org.openstreetmap.osmosis.core.store.IndexedObjectStoreReader
Returns the object identified by id.
get(K) - Method in class org.openstreetmap.osmosis.core.store.IndexStoreReader
Returns the index element identified by id.
get(long) - Method in class org.openstreetmap.osmosis.core.store.RandomAccessObjectStoreReader
Reads the object at the specified file offset.
getAction() - Method in class org.openstreetmap.osmosis.core.container.v0_5.ChangeContainer
Returns the contained action.
getAction() - Method in class org.openstreetmap.osmosis.core.container.v0_6.ChangeContainer
Returns the contained action.
getActiveList() - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.impl.ReplicationQueryPredicates
Gets the transaction active list.
getAll(long) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.EntityFeatureDao
Loads all instances of this feature for the specified entity from the database.
getAllowIncorrectSchemaVersion() - Method in class org.openstreetmap.osmosis.core.database.DatabasePreferences
Returns the allowIncorrectSchemaVersion flag.
getAllowIncorrectSchemaVersion() - Method in class org.openstreetmap.osmosis.extract.apidb.common.Configuration
Returns the validate schema version flag.
getAllowIncorrectSchemaVersion() - Method in class org.openstreetmap.osmosis.extract.mysql.common.Configuration
Returns the validate schema version flag.
getAllRaw(long) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.EntityFeatureDao
Loads all instances of this feature for the specified entity from the database.
getBaseUrl() - Method in class org.openstreetmap.osmosis.core.merge.v0_5.impl.DownloaderConfiguration
Returns the URL that change files should be downloaded from.
getBaseUrl() - Method in class org.openstreetmap.osmosis.core.merge.v0_6.impl.IntervalDownloaderConfiguration
Returns the URL that change files should be downloaded from.
getBaseUrl() - Method in class org.openstreetmap.osmosis.core.merge.v0_6.impl.ReplicationDownloaderConfiguration
Returns the URL that change files should be downloaded from.
getBooleanArgument(TaskConfiguration, String, boolean) - Method in class org.openstreetmap.osmosis.core.pipeline.common.TaskManagerFactory
Utility method for retrieving a boolean argument value from a Map of task arguments.
getBottom() - Method in class org.openstreetmap.osmosis.core.domain.v0_5.Bound
 
getBottom() - Method in class org.openstreetmap.osmosis.core.domain.v0_6.Bound
 
getBottomTransactionId() - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.impl.ReplicationQueryPredicates
Gets the transaction id to begin querying from.
getByteCount() - Method in class org.openstreetmap.osmosis.core.store.OffsetTrackingOutputStream
Returns the number of bytes written to this stream so far.
getChangeFileBeginFormat() - Method in class org.openstreetmap.osmosis.core.merge.v0_5.impl.DownloaderConfiguration
Returns the begin time portion of the changeset filename.
getChangeFileBeginFormat() - Method in class org.openstreetmap.osmosis.core.merge.v0_6.impl.IntervalDownloaderConfiguration
Returns the begin time portion of the changeset filename.
getChangeFileBeginFormat() - Method in class org.openstreetmap.osmosis.extract.apidb.common.Configuration
Returns the begin time portion of the changeset filename.
getChangeFileBeginFormat() - Method in class org.openstreetmap.osmosis.extract.mysql.common.Configuration
Returns the begin time portion of the changeset filename.
getChangeFileEndFormat() - Method in class org.openstreetmap.osmosis.core.merge.v0_5.impl.DownloaderConfiguration
Returns the end time portion of the changeset filename.
getChangeFileEndFormat() - Method in class org.openstreetmap.osmosis.core.merge.v0_6.impl.IntervalDownloaderConfiguration
Returns the end time portion of the changeset filename.
getChangeFileEndFormat() - Method in class org.openstreetmap.osmosis.extract.apidb.common.Configuration
Returns the end time portion of the changeset filename.
getChangeFileEndFormat() - Method in class org.openstreetmap.osmosis.extract.mysql.common.Configuration
Returns the end time portion of the changeset filename.
getChangesetId() - Method in class org.openstreetmap.osmosis.core.domain.v0_6.CommonEntityData
Gets the id of the changeset that this version of the entity was created by.
getChangesetId() - Method in class org.openstreetmap.osmosis.core.domain.v0_6.Entity
Gets the id of the changeset that this version of the entity was created by.
getChangesetId() - Method in class org.openstreetmap.osmosis.core.domain.v0_6.EntityBuilder
Deprecated. Gets the id of the changeset that this version of the entity was created by.
getChangeSink(int) - Method in class org.openstreetmap.osmosis.core.change.v0_5.ChangeApplier
Obtains one of the change sinks exposed by the task.
getChangeSink(int) - Method in class org.openstreetmap.osmosis.core.change.v0_6.ChangeApplier
Obtains one of the change sinks exposed by the task.
getChangeSink(int) - Method in class org.openstreetmap.osmosis.core.merge.v0_5.ChangeMerger
Obtains one of the change sinks exposed by the task.
getChangeSink(int) - Method in class org.openstreetmap.osmosis.core.merge.v0_6.ChangeAppender
Obtains one of the change sinks exposed by the task.
getChangeSink(int) - Method in class org.openstreetmap.osmosis.core.merge.v0_6.ChangeMerger
Obtains one of the change sinks exposed by the task.
getChangeSink(int) - Method in interface org.openstreetmap.osmosis.core.task.v0_5.MultiChangeSink
Obtains one of the change sinks exposed by the task.
getChangeSink(int) - Method in interface org.openstreetmap.osmosis.core.task.v0_6.MultiChangeSink
Obtains one of the change sinks exposed by the task.
getChangeSinkCount() - Method in class org.openstreetmap.osmosis.core.change.v0_5.ChangeApplier
This implementation always returns 1.
getChangeSinkCount() - Method in class org.openstreetmap.osmosis.core.change.v0_6.ChangeApplier
This implementation always returns 1.
getChangeSinkCount() - Method in class org.openstreetmap.osmosis.core.merge.v0_5.ChangeMerger
This implementation always returns 2.
getChangeSinkCount() - Method in class org.openstreetmap.osmosis.core.merge.v0_6.ChangeAppender
Returns the number of change sinks provided by this task.
getChangeSinkCount() - Method in class org.openstreetmap.osmosis.core.merge.v0_6.ChangeMerger
This implementation always returns 2.
getChangeSinkCount() - Method in interface org.openstreetmap.osmosis.core.task.v0_5.MultiChangeSink
Returns the number of change sinks provided by this task.
getChangeSinkCount() - Method in interface org.openstreetmap.osmosis.core.task.v0_6.MultiChangeSink
Returns the number of change sinks provided by this task.
getChangeSource(int) - Method in interface org.openstreetmap.osmosis.core.task.v0_5.MultiChangeSource
Retrieves a specific change source that can then have a change sink attached.
getChangeSource(int) - Method in interface org.openstreetmap.osmosis.core.task.v0_6.MultiChangeSource
Retrieves a specific change source that can then have a change sink attached.
getChangeSource(int) - Method in class org.openstreetmap.osmosis.core.tee.v0_5.ChangeTee
Retrieves a specific change source that can then have a change sink attached.
getChangeSource(int) - Method in class org.openstreetmap.osmosis.core.tee.v0_6.ChangeTee
Retrieves a specific change source that can then have a change sink attached.
getChangeSourceCount() - Method in interface org.openstreetmap.osmosis.core.task.v0_5.MultiChangeSource
Indicates the number of change sources that the task provides.
getChangeSourceCount() - Method in interface org.openstreetmap.osmosis.core.task.v0_6.MultiChangeSource
Indicates the number of change sources that the task provides.
getChangeSourceCount() - Method in class org.openstreetmap.osmosis.core.tee.v0_5.ChangeTee
Indicates the number of change sources that the task provides.
getChangeSourceCount() - Method in class org.openstreetmap.osmosis.core.tee.v0_6.ChangeTee
Indicates the number of change sources that the task provides.
getChild(String, String, String) - Method in class org.openstreetmap.osmosis.core.xml.common.BaseElementProcessor
This implementation returns a dummy element processor as the child which ignores all nested xml elements.
getChild(String, String, String) - Method in class org.openstreetmap.osmosis.core.xml.common.DummyElementProcessor
This implementation returns itself and increments an internal counter.
getChild(String, String, String) - Method in interface org.openstreetmap.osmosis.core.xml.common.ElementProcessor
Retrieves the appropriate child element processor for the newly encountered nested element.
getChild(String, String, String) - Method in class org.openstreetmap.osmosis.core.xml.v0_5.impl.ChangeSourceElementProcessor
Retrieves the appropriate child element processor for the newly encountered nested element.
getChild(String, String, String) - Method in class org.openstreetmap.osmosis.core.xml.v0_5.impl.NodeElementProcessor
Retrieves the appropriate child element processor for the newly encountered nested element.
getChild(String, String, String) - Method in class org.openstreetmap.osmosis.core.xml.v0_5.impl.OsmElementProcessor
Retrieves the appropriate child element processor for the newly encountered nested element.
getChild(String, String, String) - Method in class org.openstreetmap.osmosis.core.xml.v0_5.impl.RelationElementProcessor
Retrieves the appropriate child element processor for the newly encountered nested element.
getChild(String, String, String) - Method in class org.openstreetmap.osmosis.core.xml.v0_5.impl.WayElementProcessor
Retrieves the appropriate child element processor for the newly encountered nested element.
getChild(String, String, String) - Method in class org.openstreetmap.osmosis.core.xml.v0_6.impl.ChangeSourceElementProcessor
Retrieves the appropriate child element processor for the newly encountered nested element.
getChild(String, String, String) - Method in class org.openstreetmap.osmosis.core.xml.v0_6.impl.NodeElementProcessor
Retrieves the appropriate child element processor for the newly encountered nested element.
getChild(String, String, String) - Method in class org.openstreetmap.osmosis.core.xml.v0_6.impl.OsmElementProcessor
Retrieves the appropriate child element processor for the newly encountered nested element.
getChild(String, String, String) - Method in class org.openstreetmap.osmosis.core.xml.v0_6.impl.RelationElementProcessor
Retrieves the appropriate child element processor for the newly encountered nested element.
getChild(String, String, String) - Method in class org.openstreetmap.osmosis.core.xml.v0_6.impl.WayElementProcessor
Retrieves the appropriate child element processor for the newly encountered nested element.
getChunkCount() - Method in class org.openstreetmap.osmosis.core.store.ChunkedObjectStore
Returns the number of chunks managed by this store.
getClassFromIdentifier(StoreReader) - Method in class org.openstreetmap.osmosis.core.store.BaseStoreClassRegister
Returns the class associated with the unique identifier in the store.
getClassFromIdentifier(StoreReader) - Method in interface org.openstreetmap.osmosis.core.store.StoreClassRegister
Returns the class associated with the unique identifier in the store.
getCompressionMethodArgument(TaskConfiguration, String) - Method in class org.openstreetmap.osmosis.core.xml.common.XmlTaskManagerFactory
Utility method for retrieving a CompressionMethod argument value from a Map of task arguments.
getConfigArgs() - Method in class org.openstreetmap.osmosis.core.pipeline.common.TaskConfiguration
The configuration arguments for the task.
getContainerFactory() - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.impl.EntityDao
Gets the entity container factory for the entity type.
getContainerFactory() - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.impl.NodeDao
Gets the entity container factory for the entity type.
getContainerFactory() - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.impl.RelationDao
Gets the entity container factory for the entity type.
getContainerFactory() - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.impl.WayDao
Gets the entity container factory for the entity type.
getCurrent() - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.impl.AllEntityDao
Retrieves all current data in the database.
getCurrent() - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.impl.EntityDao
Retrieves all current data in the database.
getDatabase() - Method in class org.openstreetmap.osmosis.core.database.DatabaseLoginCredentials
Returns the database.
getDatabase() - Method in class org.openstreetmap.osmosis.extract.apidb.common.Configuration
Returns the database instance.
getDatabase() - Method in class org.openstreetmap.osmosis.extract.mysql.common.Configuration
Returns the database instance.
getDatabaseContext() - Method in class org.openstreetmap.osmosis.core.pgsql.common.BaseDao
Provides access to the database context.
getDatabaseLoginCredentials(TaskConfiguration) - Method in class org.openstreetmap.osmosis.core.database.DatabaseTaskManagerFactory
Utility method for retrieving the login credentials for a database connection.
getDatabaseLoginCredentials() - Method in class org.openstreetmap.osmosis.extract.apidb.common.Configuration
Provides a fully configured set of database login credentials based on the configuration.
getDatabasePreferences(TaskConfiguration) - Method in class org.openstreetmap.osmosis.core.database.DatabaseTaskManagerFactory
Utility method for retrieving the login credentials for a database connection.
getDatabasePreferences() - Method in class org.openstreetmap.osmosis.extract.apidb.common.Configuration
Provides a fully configured set of database preferences based on the configuration.
getDatabaseTime() - Method in class org.openstreetmap.osmosis.extract.apidb.v0_6.DatabaseTimeLoader
Gets the current system time according to the database server.
getDatabaseType() - Method in class org.openstreetmap.osmosis.core.apidb.common.DatabaseContext
Returns the database type currently in use.
getDatabaseType() - Method in class org.openstreetmap.osmosis.core.apidb.common.DatabaseContext2
Returns the database type currently in use.
getDatabaseValue() - Method in enum org.openstreetmap.osmosis.core.pgsql.v0_6.impl.ActionDataType
Returns the database value representing this action.
getDatabaseValue() - Method in enum org.openstreetmap.osmosis.core.pgsql.v0_6.impl.ChangesetAction
Returns the database value representing this action.
getDateArgument(TaskConfiguration, String, Date) - Method in class org.openstreetmap.osmosis.core.pipeline.common.TaskManagerFactory
Utility method for retrieving a date argument value from a Map of task arguments.
getDateArgument(TaskConfiguration, String, TimeZone) - Method in class org.openstreetmap.osmosis.core.pipeline.common.TaskManagerFactory
Utility method for retrieving a date argument value from a Map of task arguments.
getDbType() - Method in class org.openstreetmap.osmosis.core.database.DatabaseLoginCredentials
Return database type.
getDbType() - Method in class org.openstreetmap.osmosis.extract.apidb.common.Configuration
Returns the database type.
getDefaultArg() - Method in class org.openstreetmap.osmosis.core.pipeline.common.TaskConfiguration
Contains the single default argument (if supplied) to the task.
getDefaultIntegerArgument(TaskConfiguration, int) - Method in class org.openstreetmap.osmosis.core.pipeline.common.TaskManagerFactory
Utility method for retrieving the default argument for the task as an integer.
getDefaultStringArgument(TaskConfiguration, String) - Method in class org.openstreetmap.osmosis.core.pipeline.common.TaskManagerFactory
Utility method for retrieving the default argument for the task as a String.
getDoubleArgument(TaskConfiguration, String, double) - Method in class org.openstreetmap.osmosis.core.pipeline.common.TaskManagerFactory
Utility method for retrieving a double argument value from a Map of task arguments.
getEnableProductionEncodingHack() - Method in class org.openstreetmap.osmosis.extract.mysql.common.Configuration
Returns the production encoding hack flag.
getEntity() - Method in class org.openstreetmap.osmosis.core.apidb.common.BaseTableReader.ReadResult
Returns the entity.
getEntity() - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.impl.EntityHistory
Gets the contained entity.
getEntity() - Method in class org.openstreetmap.osmosis.core.container.v0_5.BoundContainer
Returns the contained entity.
getEntity() - Method in class org.openstreetmap.osmosis.core.container.v0_5.EntityContainer
Returns the contained entity.
getEntity() - Method in class org.openstreetmap.osmosis.core.container.v0_5.NodeContainer
Returns the contained entity.
getEntity() - Method in class org.openstreetmap.osmosis.core.container.v0_5.RelationContainer
Returns the contained entity.
getEntity() - Method in class org.openstreetmap.osmosis.core.container.v0_5.WayContainer
Returns the contained entity.
getEntity() - Method in class org.openstreetmap.osmosis.core.container.v0_6.BoundContainer
Returns the contained entity.
getEntity() - Method in class org.openstreetmap.osmosis.core.container.v0_6.EntityContainer
Returns the contained entity.
getEntity(long) - Method in interface org.openstreetmap.osmosis.core.container.v0_6.EntityManager
Retrieves an entity by its identifier.
getEntity() - Method in class org.openstreetmap.osmosis.core.container.v0_6.NodeContainer
Returns the contained entity.
getEntity() - Method in class org.openstreetmap.osmosis.core.container.v0_6.RelationContainer
Returns the contained entity.
getEntity() - Method in class org.openstreetmap.osmosis.core.container.v0_6.WayContainer
Returns the contained entity.
getEntity(long) - Method in class org.openstreetmap.osmosis.core.customdb.v0_6.impl.NodeManager
Retrieves an entity by its identifier.
getEntity(long) - Method in class org.openstreetmap.osmosis.core.customdb.v0_6.impl.RelationManager
Retrieves an entity by its identifier.
getEntity(long) - Method in class org.openstreetmap.osmosis.core.customdb.v0_6.impl.WayManager
Retrieves an entity by its identifier.
getEntity() - Method in class org.openstreetmap.osmosis.core.mysql.common.BaseTableReader.ReadResult
Returns the entity.
getEntity() - Method in class org.openstreetmap.osmosis.core.mysql.v0_5.impl.EntityHistory
Gets the contained entity.
getEntity() - Method in class org.openstreetmap.osmosis.core.pgsql.common.BaseTableReader.ReadResult
Returns the entity.
getEntity(long) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.EntityDao
Loads the specified entity from the database.
getEntity(long) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.PostgresSqlEntityManager
Retrieves an entity by its identifier.
getEntityClass() - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.EntityMapper
Returns the class type for the entity.
getEntityClass() - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.NodeMapper
Returns the class type for the entity.
getEntityClass() - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.RelationMapper
Returns the class type for the entity.
getEntityClass() - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.WayMapper
Returns the class type for the entity.
getEntityContainer() - Method in class org.openstreetmap.osmosis.core.container.v0_5.ChangeContainer
Returns the contained entity.
getEntityContainer() - Method in class org.openstreetmap.osmosis.core.container.v0_6.ChangeContainer
Returns the contained entity.
getEntityId() - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.impl.DbFeature
 
getEntityId() - Method in class org.openstreetmap.osmosis.core.mysql.v0_5.impl.DBEntityTag
 
getEntityName() - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.EntityFeatureMapper
Returns the name of the entity feature.
getEntityName() - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.EntityMapper
Returns the name of the entity to substitute into SQL statements.
getEntityName() - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.NodeMapper
Returns the name of the entity to substitute into SQL statements.
getEntityName() - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.RelationMapper
Returns the name of the entity to substitute into SQL statements.
getEntityName() - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.RelationMemberMapper
Returns the name of the entity feature.
getEntityName() - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.TagMapper
Returns the name of the entity feature.
getEntityName() - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.WayMapper
Returns the name of the entity to substitute into SQL statements.
getEntityName() - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.WayNodeMapper
Returns the name of the entity feature.
getEntityRowMapper(RowMapperListener<T>) - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.impl.EntityDao
Creates a row mapper that receives common entity data objects and produces full entity objects.
getEntityRowMapper(RowMapperListener<Node>) - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.impl.NodeDao
Creates a row mapper that receives common entity data objects and produces full entity objects.
getEntityRowMapper(RowMapperListener<Relation>) - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.impl.RelationDao
Creates a row mapper that receives common entity data objects and produces full entity objects.
getEntityRowMapper(RowMapperListener<Way>) - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.impl.WayDao
Creates a row mapper that receives common entity data objects and produces full entity objects.
getEntityType(byte) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_5.impl.MemberTypeValueMapper
Returns the entity type value corresponding to the specified member type.
getEntityType() - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.EntityMapper
Returns the action data type of the entity.
getEntityType(String) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.MemberTypeValueMapper
Returns the entity type value corresponding to the specified member type.
getEntityType() - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.NodeMapper
Returns the action data type of the entity.
getEntityType() - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.RelationMapper
Returns the action data type of the entity.
getEntityType() - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.WayMapper
Returns the action data type of the entity.
getException() - Method in class org.openstreetmap.osmosis.core.pipeline.common.TaskRunner
Returns the reason for abnormal termination.
getFactoryRegister() - Method in class org.openstreetmap.osmosis.core.TaskRegistrar
Returns the configured task manager factory register configured.
getFeature() - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.impl.DbFeature
 
getFeature() - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.impl.DbFeatureHistory
Gets the contained feature.
getFeatureCollection(Te) - Method in interface org.openstreetmap.osmosis.core.apidb.v0_6.impl.FeatureCollectionLoader
Gets the feature collection from the entity.
getFeatureCollection(Relation) - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.impl.RelationMemberCollectionLoader
Gets the feature collection from the entity.
getFeatureCollection(T) - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.impl.TagCollectionLoader
Gets the feature collection from the entity.
getFeatureCollection(Way) - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.impl.WayNodeCollectionLoader
Gets the feature collection from the entity.
getFeatureHistoryPopulators(String, MapSqlParameterSource) - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.impl.EntityDao
Gets the history feature populators for the entity type.
getFeatureHistoryPopulators(String, MapSqlParameterSource) - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.impl.NodeDao
Gets the history feature populators for the entity type.
getFeatureHistoryPopulators(String, MapSqlParameterSource) - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.impl.RelationDao
Gets the history feature populators for the entity type.
getFeatureHistoryPopulators(String, MapSqlParameterSource) - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.impl.WayDao
Gets the history feature populators for the entity type.
getFile() - Method in class org.openstreetmap.osmosis.core.util.AtomicFileCreator
Returns the file represented by this class.
getForceUtf8() - Method in class org.openstreetmap.osmosis.core.database.DatabaseLoginCredentials
Returns the force utf-8 flag.
getFormattedName(long, String) - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.impl.ReplicationFileSequenceFormatter
Formats the sequence number into a file name.
getFormattedName(long, String) - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.impl.ReplicationSequenceFormatter
Formats the sequence number into a file name.
getFormattedTimestamp(TimestampFormat) - Method in class org.openstreetmap.osmosis.core.domain.common.SimpleTimestampContainer
Gets the timestamp in a string format.
getFormattedTimestamp(TimestampFormat) - Method in interface org.openstreetmap.osmosis.core.domain.common.TimestampContainer
Gets the timestamp in a string format.
getFormattedTimestamp(TimestampFormat) - Method in class org.openstreetmap.osmosis.core.domain.common.UnparsedTimestampContainer
Gets the timestamp in a string format.
getFormattedTimestamp(TimestampFormat) - Method in class org.openstreetmap.osmosis.core.domain.v0_5.Entity
Gets the timestamp in a string format.
getFormattedTimestamp(TimestampFormat) - Method in class org.openstreetmap.osmosis.core.domain.v0_6.CommonEntityData
Gets the timestamp in a string format.
getFormattedTimestamp(TimestampFormat) - Method in class org.openstreetmap.osmosis.core.domain.v0_6.Entity
Gets the timestamp in a string format.
getHistory(ReplicationQueryPredicates) - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.impl.AllEntityDao
Retrieves the changes that have were made by a set of transactions.
getHistory(Date, Date) - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.impl.AllEntityDao
Retrieves the changes that have were made between two points in time.
getHistory() - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.impl.AllEntityDao
Retrieves all changes in the database.
getHistory(ReplicationQueryPredicates) - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.impl.EntityDao
Retrieves the changes that have were made by a set of transactions.
getHistory(Date, Date) - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.impl.EntityDao
Retrieves the changes that have were made between two points in time.
getHistory() - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.impl.EntityDao
Retrieves all changes in the database.
getHistory(ReplicationQueryPredicates) - Method in interface org.openstreetmap.osmosis.core.apidb.v0_6.impl.ReplicationSource
Retrieves the changes that have were made by a set of transactions.
getHost() - Method in class org.openstreetmap.osmosis.core.database.DatabaseLoginCredentials
Returns the host.
getHost() - Method in class org.openstreetmap.osmosis.extract.apidb.common.Configuration
Returns the database host.
getHost() - Method in class org.openstreetmap.osmosis.extract.mysql.common.Configuration
Returns the database host.
getId() - Method in class org.openstreetmap.osmosis.core.domain.v0_5.Entity
 
getId() - Method in class org.openstreetmap.osmosis.core.domain.v0_5.OsmUser
 
getId() - Method in class org.openstreetmap.osmosis.core.domain.v0_6.CommonEntityData
Gets the identifier.
getId() - Method in class org.openstreetmap.osmosis.core.domain.v0_6.Entity
Gets the identifier.
getId() - Method in class org.openstreetmap.osmosis.core.domain.v0_6.EntityBuilder
Deprecated. Gets the current id value.
getId() - Method in class org.openstreetmap.osmosis.core.domain.v0_6.OsmUser
 
getId() - Method in class org.openstreetmap.osmosis.core.pipeline.common.TaskConfiguration
The unique identifier for the task.
getId() - Method in class org.openstreetmap.osmosis.core.store.IntegerLongIndexElement
Returns the id of this index element.
getId() - Method in class org.openstreetmap.osmosis.core.store.LongLongIndexElement
Returns the id of this index element.
getIdTrackerType(TaskConfiguration) - Method in class org.openstreetmap.osmosis.core.filter.v0_5.AreaFilterTaskManagerFactory
Utility method for retrieving the login credentials for a database connection.
getIdTrackerType(TaskConfiguration) - Method in class org.openstreetmap.osmosis.core.filter.v0_5.UsedNodeFilterFactory
Utility method that returns the IdTrackerType to use for a given taskConfig.
getIdTrackerType(TaskConfiguration) - Method in class org.openstreetmap.osmosis.core.filter.v0_6.AreaFilterTaskManagerFactory
Utility method for retrieving the login credentials for a database connection.
getIdTrackerType(TaskConfiguration) - Method in class org.openstreetmap.osmosis.core.filter.v0_6.UsedNodeFilterFactory
Utility method that returns the IdTrackerType to use for a given taskConfig.
getInputTask(PipeTasks, int, Class<? extends Task>) - Method in class org.openstreetmap.osmosis.core.pipeline.common.TaskManager
Finds the specified pipe task, unregisters it from the available tasks and returns it.
getInstance(String) - Method in class org.openstreetmap.osmosis.core.pipeline.common.TaskManagerFactoryRegister
Get a task manager factory from the register.
getIntegerArgument(TaskConfiguration, String) - Method in class org.openstreetmap.osmosis.core.pipeline.common.TaskManagerFactory
Utility method for retrieving an integer argument value from a Map of task arguments.
getIntegerArgument(TaskConfiguration, String, int) - Method in class org.openstreetmap.osmosis.core.pipeline.common.TaskManagerFactory
Utility method for retrieving an integer argument value from a Map of task arguments.
getIntervalLength() - Method in class org.openstreetmap.osmosis.core.merge.v0_5.impl.DownloaderConfiguration
Returns the duration of each changeset interval.
getIntervalLength() - Method in class org.openstreetmap.osmosis.core.merge.v0_6.impl.IntervalDownloaderConfiguration
Returns the duration of each changeset interval.
getIntervalLength() - Method in class org.openstreetmap.osmosis.core.merge.v0_6.impl.ReplicationFileMergerConfiguration
Returns the duration of each changeset interval.
getIntervalLength() - Method in class org.openstreetmap.osmosis.extract.apidb.common.Configuration
Returns the duration of each changeset interval.
getIntervalLength() - Method in class org.openstreetmap.osmosis.extract.mysql.common.Configuration
Returns the duration of each changeset interval.
getJdbcTemplate() - Method in class org.openstreetmap.osmosis.core.apidb.common.DatabaseContext2
Gets the jdbc template which provides access to database functions.
getKey() - Method in class org.openstreetmap.osmosis.core.domain.v0_5.Tag
 
getKey() - Method in class org.openstreetmap.osmosis.core.domain.v0_6.Tag
 
getKey() - Method in interface org.openstreetmap.osmosis.core.store.IndexElement
Returns the key associated with this element for the purposes of indexing.
getKey() - Method in class org.openstreetmap.osmosis.core.store.IntegerLongIndexElement
Returns the key associated with this element for the purposes of indexing.
getKey() - Method in class org.openstreetmap.osmosis.core.store.LongLongIndexElement
Returns the key associated with this element for the purposes of indexing.
getLagLength() - Method in class org.openstreetmap.osmosis.extract.apidb.common.Configuration
Returns the amount of time the extraction process lags the current time to allow the database to stabilise to ensure consistent queries.
getLagLength() - Method in class org.openstreetmap.osmosis.extract.mysql.common.Configuration
Returns the amount of time the extraction process lags the current time to allow the database to stabilise to ensure consistent queries.
getLastInsertId() - Method in class org.openstreetmap.osmosis.core.apidb.common.DatabaseContext
Gets the last inserted identity column value.
getLastInsertId() - Method in class org.openstreetmap.osmosis.core.apidb.common.DatabaseContext2
Gets the last inserted identity column value.
getLastInsertId() - Method in interface org.openstreetmap.osmosis.core.apidb.common.IdentityValueLoader
Returns the id of the most recently inserted row on the current connection.
getLastInsertId() - Method in class org.openstreetmap.osmosis.core.apidb.common.MysqlIdentityValueLoader
Returns the id of the most recently inserted row on the current connection.
getLastInsertId() - Method in class org.openstreetmap.osmosis.core.apidb.common.MysqlIdentityValueLoader2
Returns the id of the most recently inserted row on the current connection.
getLastInsertId() - Method in class org.openstreetmap.osmosis.core.apidb.common.PostgresqlIdentityValueLoader
Returns the id of the most recently inserted row on the current connection.
getLastInsertId() - Method in class org.openstreetmap.osmosis.core.apidb.common.PostgresqlIdentityValueLoader2
Returns the id of the most recently inserted row on the current connection.
getLastInsertId() - Method in class org.openstreetmap.osmosis.core.mysql.common.IdentityColumnValueLoader
Returns the id of the most recently inserted row on the current connection.
getLastSequenceId(String) - Method in class org.openstreetmap.osmosis.core.apidb.common.DatabaseContext
Gets the last retrieved sequence value.
getLastSequenceId(String) - Method in class org.openstreetmap.osmosis.core.apidb.common.DatabaseContext2
Gets the last retrieved sequence value.
getLastSequenceId(String) - Method in interface org.openstreetmap.osmosis.core.apidb.common.IdentityValueLoader
Returns the most recently returned value from the specified sequence on the current connection.
getLastSequenceId(String) - Method in class org.openstreetmap.osmosis.core.apidb.common.MysqlIdentityValueLoader
Returns the most recently returned value from the specified sequence on the current connection.
getLastSequenceId(String) - Method in class org.openstreetmap.osmosis.core.apidb.common.MysqlIdentityValueLoader2
Returns the most recently returned value from the specified sequence on the current connection.
getLastSequenceId(String) - Method in class org.openstreetmap.osmosis.core.apidb.common.PostgresqlIdentityValueLoader
Returns the most recently returned value from the specified sequence on the current connection.
getLastSequenceId(String) - Method in class org.openstreetmap.osmosis.core.apidb.common.PostgresqlIdentityValueLoader2
Returns the most recently returned value from the specified sequence on the current connection.
getLatitude() - Method in class org.openstreetmap.osmosis.core.domain.v0_5.Node
 
getLatitude() - Method in class org.openstreetmap.osmosis.core.domain.v0_6.Node
Gets the latitude.
getLatitude() - Method in class org.openstreetmap.osmosis.core.domain.v0_6.NodeBuilder
Deprecated. Gets the current latitude value.
getLatitude() - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.NodeLocation
Gets the latitude of the node.
getLeft() - Method in class org.openstreetmap.osmosis.core.domain.v0_5.Bound
 
getLeft() - Method in class org.openstreetmap.osmosis.core.domain.v0_6.Bound
 
getLogLevel() - Method in class org.openstreetmap.osmosis.core.cli.CommandLineParser
The level of logging required.
getLongitude() - Method in class org.openstreetmap.osmosis.core.domain.v0_5.Node
 
getLongitude() - Method in class org.openstreetmap.osmosis.core.domain.v0_6.Node
Gets the longitude.
getLongitude() - Method in class org.openstreetmap.osmosis.core.domain.v0_6.NodeBuilder
Deprecated. Gets the current longitude value.
getLongitude() - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.NodeLocation
Gets the longitude of the node.
getMaxDownloadCount() - Method in class org.openstreetmap.osmosis.core.merge.v0_5.impl.DownloaderConfiguration
Returns the maximum number of files to download in a single invocation.
getMaxDownloadCount() - Method in class org.openstreetmap.osmosis.core.merge.v0_6.impl.IntervalDownloaderConfiguration
Returns the maximum number of files to download in a single invocation.
getMaxInterval() - Method in class org.openstreetmap.osmosis.core.merge.v0_6.impl.ReplicationDownloaderConfiguration
Returns the maximum interval to be downloaded in a single invocation.
getMemberId() - Method in class org.openstreetmap.osmosis.core.domain.v0_5.RelationMember
Returns the id of the member entity.
getMemberId() - Method in class org.openstreetmap.osmosis.core.domain.v0_6.RelationMember
Returns the id of the member entity.
getMemberList() - Method in class org.openstreetmap.osmosis.core.domain.v0_5.Relation
Returns the attached list of relation members.
getMemberRole() - Method in class org.openstreetmap.osmosis.core.domain.v0_5.RelationMember
Returns the role that this member forms within the relation.
getMemberRole() - Method in class org.openstreetmap.osmosis.core.domain.v0_6.RelationMember
Returns the role that this member forms within the relation.
getMembers() - Method in class org.openstreetmap.osmosis.core.domain.v0_6.Relation
Returns the attached list of relation members.
getMembers() - Method in class org.openstreetmap.osmosis.core.domain.v0_6.RelationBuilder
Deprecated. Obtains the members.
getMemberType() - Method in class org.openstreetmap.osmosis.core.domain.v0_5.RelationMember
Returns the type of the member entity.
getMemberType() - Method in class org.openstreetmap.osmosis.core.domain.v0_6.RelationMember
Returns the type of the member entity.
getMemberType(EntityType) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_5.impl.MemberTypeValueMapper
Returns the member type value corresponding to the specified entity type.
getMemberType(EntityType) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.MemberTypeValueMapper
Returns the member type value corresponding to the specified entity type.
getName() - Method in class org.openstreetmap.osmosis.core.domain.v0_5.OsmUser
 
getName() - Method in class org.openstreetmap.osmosis.core.domain.v0_6.OsmUser
 
getNamedParamJdbcTemplate() - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.impl.EntityDao
Provides access to the named parameter jdbc template.
getNext() - Method in class org.openstreetmap.osmosis.core.store.DataPostbox
Returns the next available object from the postbox.
getNode(long) - Method in interface org.openstreetmap.osmosis.core.container.v0_5.DatasetReader
Retrieves a specific node by its identifier.
getNode(long) - Method in interface org.openstreetmap.osmosis.core.container.v0_6.DatasetContext
Deprecated. The node manager should be used instead.
getNode(long) - Method in class org.openstreetmap.osmosis.core.customdb.v0_5.impl.DatasetStoreReader
Retrieves a specific node by its identifier.
getNode(long) - Method in class org.openstreetmap.osmosis.core.customdb.v0_6.impl.DatasetStoreReader
Deprecated. 
getNode(long) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_5.impl.NodeDao
Loads the specified node from the database.
getNode(long) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_5.impl.PostgreSqlDatasetReader
Retrieves a specific node by its identifier.
getNode(long) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.PostgreSqlDatasetContext
Deprecated. 
getNodeId() - Method in class org.openstreetmap.osmosis.core.domain.v0_5.WayNode
 
getNodeId() - Method in class org.openstreetmap.osmosis.core.domain.v0_6.WayNode
 
getNodeIdsForTileRange(int, int) - Method in class org.openstreetmap.osmosis.core.customdb.v0_5.impl.DatasetStoreReader
Returns all nodes that are contained within the specified tile range.
getNodeIdsForTileRange(int, int) - Method in class org.openstreetmap.osmosis.core.filter.v0_5.impl.BaseDatasetReader
Returns all nodes that are contained within the specified tile range.
getNodeLocation(long) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.InMemoryNodeLocationStore
Gets the location details of the specified node.
getNodeLocation(long) - Method in interface org.openstreetmap.osmosis.core.pgsql.v0_6.impl.NodeLocationStore
Gets the location details of the specified node.
getNodeLocation(long) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.PersistentNodeLocationStore
Gets the location details of the specified node.
getNodeManager() - Method in interface org.openstreetmap.osmosis.core.container.v0_6.DatasetContext
Returns the manager for manipulating node instances.
getNodeManager() - Method in class org.openstreetmap.osmosis.core.customdb.v0_6.impl.DatasetStoreReader
Returns the manager for manipulating node instances.
getNodeManager() - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.PostgreSqlDatasetContext
Returns the manager for manipulating node instances.
getNodeObjectFile() - Method in interface org.openstreetmap.osmosis.core.customdb.v0_5.impl.DatasetStoreFileManager
Returns the file to be used for storing node objects.
getNodeObjectFile() - Method in class org.openstreetmap.osmosis.core.customdb.v0_5.impl.PermanentFileDatasetStoreFileManager
Returns the file to be used for storing node objects.
getNodeObjectFile() - Method in class org.openstreetmap.osmosis.core.customdb.v0_5.impl.TempFileDatasetStoreFileManager
Returns the file to be used for storing node objects.
getNodeObjectFile() - Method in interface org.openstreetmap.osmosis.core.customdb.v0_6.impl.DatasetStoreFileManager
Returns the file to be used for storing node objects.
getNodeObjectFile() - Method in class org.openstreetmap.osmosis.core.customdb.v0_6.impl.PermanentFileDatasetStoreFileManager
Returns the file to be used for storing node objects.
getNodeObjectFile() - Method in class org.openstreetmap.osmosis.core.customdb.v0_6.impl.TempFileDatasetStoreFileManager
Returns the file to be used for storing node objects.
getNodeObjectOffsetIndexFile() - Method in interface org.openstreetmap.osmosis.core.customdb.v0_5.impl.DatasetStoreFileManager
Returns the file to be used for storing node object offsets against their id.
getNodeObjectOffsetIndexFile() - Method in class org.openstreetmap.osmosis.core.customdb.v0_5.impl.PermanentFileDatasetStoreFileManager
Returns the file to be used for storing node object offsets against their id.
getNodeObjectOffsetIndexFile() - Method in class org.openstreetmap.osmosis.core.customdb.v0_5.impl.TempFileDatasetStoreFileManager
Returns the file to be used for storing node object offsets against their id.
getNodeObjectOffsetIndexFile() - Method in interface org.openstreetmap.osmosis.core.customdb.v0_6.impl.DatasetStoreFileManager
Returns the file to be used for storing node object offsets against their id.
getNodeObjectOffsetIndexFile() - Method in class org.openstreetmap.osmosis.core.customdb.v0_6.impl.PermanentFileDatasetStoreFileManager
Returns the file to be used for storing node object offsets against their id.
getNodeObjectOffsetIndexFile() - Method in class org.openstreetmap.osmosis.core.customdb.v0_6.impl.TempFileDatasetStoreFileManager
Returns the file to be used for storing node object offsets against their id.
getNodeObjectOffsetIndexReader() - Method in class org.openstreetmap.osmosis.core.customdb.v0_5.impl.NodeStorageContainer
Gets the node object offset reader.
getNodeObjectOffsetIndexReader() - Method in class org.openstreetmap.osmosis.core.customdb.v0_6.impl.NodeStorageContainer
Gets the node object offset reader.
getNodeObjectReader() - Method in class org.openstreetmap.osmosis.core.customdb.v0_5.impl.NodeStorageContainer
Gets the raw node reader.
getNodeObjectReader() - Method in class org.openstreetmap.osmosis.core.customdb.v0_6.impl.NodeStorageContainer
Gets the raw node reader.
getNodeRelationIndexFile() - Method in interface org.openstreetmap.osmosis.core.customdb.v0_5.impl.DatasetStoreFileManager
Returns the file to be used for storing relationships between nodes and relations.
getNodeRelationIndexFile() - Method in class org.openstreetmap.osmosis.core.customdb.v0_5.impl.PermanentFileDatasetStoreFileManager
Returns the file to be used for storing relationships between nodes and relations.
getNodeRelationIndexFile() - Method in class org.openstreetmap.osmosis.core.customdb.v0_5.impl.TempFileDatasetStoreFileManager
Returns the file to be used for storing relationships between nodes and relations.
getNodeRelationIndexFile() - Method in interface org.openstreetmap.osmosis.core.customdb.v0_6.impl.DatasetStoreFileManager
Returns the file to be used for storing relationships between nodes and relations.
getNodeRelationIndexFile() - Method in class org.openstreetmap.osmosis.core.customdb.v0_6.impl.PermanentFileDatasetStoreFileManager
Returns the file to be used for storing relationships between nodes and relations.
getNodeRelationIndexFile() - Method in class org.openstreetmap.osmosis.core.customdb.v0_6.impl.TempFileDatasetStoreFileManager
Returns the file to be used for storing relationships between nodes and relations.
getNodeRelationIndexReader() - Method in class org.openstreetmap.osmosis.core.customdb.v0_5.impl.NodeStorageContainer
Gets the node to relation index reader.
getNodeRelationIndexReader() - Method in class org.openstreetmap.osmosis.core.customdb.v0_6.impl.NodeStorageContainer
Gets the node to relation index reader.
getNodeTileIndexFile() - Method in interface org.openstreetmap.osmosis.core.customdb.v0_5.impl.DatasetStoreFileManager
Returns the file to be used for storing node ids against tile ids.
getNodeTileIndexFile() - Method in class org.openstreetmap.osmosis.core.customdb.v0_5.impl.PermanentFileDatasetStoreFileManager
Returns the file to be used for storing node ids against tile ids.
getNodeTileIndexFile() - Method in class org.openstreetmap.osmosis.core.customdb.v0_5.impl.TempFileDatasetStoreFileManager
Returns the file to be used for storing node ids against tile ids.
getNodeTileIndexFile() - Method in interface org.openstreetmap.osmosis.core.customdb.v0_6.impl.DatasetStoreFileManager
Returns the file to be used for storing node ids against tile ids.
getNodeTileIndexFile() - Method in class org.openstreetmap.osmosis.core.customdb.v0_6.impl.PermanentFileDatasetStoreFileManager
Returns the file to be used for storing node ids against tile ids.
getNodeTileIndexFile() - Method in class org.openstreetmap.osmosis.core.customdb.v0_6.impl.TempFileDatasetStoreFileManager
Returns the file to be used for storing node ids against tile ids.
getNodeTileIndexReader() - Method in class org.openstreetmap.osmosis.core.customdb.v0_5.impl.NodeStorageContainer
Gets the tile to node index reader.
getNodeTileIndexReader() - Method in class org.openstreetmap.osmosis.core.customdb.v0_6.impl.NodeStorageContainer
Gets the tile to node index reader.
getNodeWayIndexFile() - Method in interface org.openstreetmap.osmosis.core.customdb.v0_5.impl.DatasetStoreFileManager
Returns the file to be used for storing relationships between nodes and ways.
getNodeWayIndexFile() - Method in class org.openstreetmap.osmosis.core.customdb.v0_5.impl.PermanentFileDatasetStoreFileManager
Returns the file to be used for storing relationships between nodes and ways.
getNodeWayIndexFile() - Method in class org.openstreetmap.osmosis.core.customdb.v0_5.impl.TempFileDatasetStoreFileManager
Returns the file to be used for storing relationships between nodes and ways.
getNodeWayIndexFile() - Method in interface org.openstreetmap.osmosis.core.customdb.v0_6.impl.DatasetStoreFileManager
Returns the file to be used for storing relationships between nodes and ways.
getNodeWayIndexFile() - Method in class org.openstreetmap.osmosis.core.customdb.v0_6.impl.PermanentFileDatasetStoreFileManager
Returns the file to be used for storing relationships between nodes and ways.
getNodeWayIndexFile() - Method in class org.openstreetmap.osmosis.core.customdb.v0_6.impl.TempFileDatasetStoreFileManager
Returns the file to be used for storing relationships between nodes and ways.
getNodeWayIndexReader() - Method in class org.openstreetmap.osmosis.core.customdb.v0_5.impl.NodeStorageContainer
Gets the node to way index reader.
getNodeWayIndexReader() - Method in class org.openstreetmap.osmosis.core.customdb.v0_6.impl.NodeStorageContainer
Gets the node to way index reader.
getObjectsPerSecond() - Method in class org.openstreetmap.osmosis.core.progress.v0_6.impl.ProgressTracker
Provides the number of objects processed per second.
getOrigin() - Method in class org.openstreetmap.osmosis.core.domain.v0_5.Bound
 
getOrigin() - Method in class org.openstreetmap.osmosis.core.domain.v0_6.Bound
 
getParent() - Method in class org.openstreetmap.osmosis.core.xml.common.BaseElementProcessor
Returns the parent element processor.
getParent() - Method in class org.openstreetmap.osmosis.core.xml.common.DummyElementProcessor
This implementation decrements an internal counter, if the counter reaches zero the true parent is returned, else this instance is returned.
getParent() - Method in interface org.openstreetmap.osmosis.core.xml.common.ElementProcessor
Returns the parent element processor.
getParentEntityName() - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.EntityFeatureMapper
Returns the name of the entity features entity type.
getParentEntityName() - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.RelationMemberMapper
Returns the name of the entity features entity type.
getParentEntityName() - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.TagMapper
Returns the name of the entity features entity type.
getParentEntityName() - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.WayNodeMapper
Returns the name of the entity features entity type.
getPassword() - Method in class org.openstreetmap.osmosis.core.database.DatabaseLoginCredentials
Returns the password.
getPassword() - Method in class org.openstreetmap.osmosis.extract.apidb.common.Configuration
Returns the database password.
getPassword() - Method in class org.openstreetmap.osmosis.extract.mysql.common.Configuration
Returns the database password.
getPipeArgs() - Method in class org.openstreetmap.osmosis.core.pipeline.common.TaskConfiguration
The pipeline connection arguments for the task.
getPipeNames() - Method in class org.openstreetmap.osmosis.core.pipeline.common.PipeTasks
Returns the names of all of the currently registered pipes.
getPlugins() - Method in class org.openstreetmap.osmosis.core.cli.CommandLineParser
Returns the plugins to be loaded.
getPolygonName() - Method in class org.openstreetmap.osmosis.core.filter.common.PolygonFileReader
This method must only be called after PolygonFileReader.loadPolygon().
getProdEncodingHackArgument(TaskConfiguration) - Method in class org.openstreetmap.osmosis.core.xml.common.XmlTaskManagerFactory
Utility method for retrieving the argument specifying whether to enable the production file encoding hack to work around a bug in the current production configuration.
getProfileSql() - Method in class org.openstreetmap.osmosis.core.database.DatabaseLoginCredentials
Returns the profile SQL flag.
getRange(Integer, Integer) - Method in class org.openstreetmap.osmosis.core.customdb.v0_5.impl.WayTileAreaIndexReader
Returns all elements in the range specified by the minimum and maximum tiles.
getRange(Integer, Integer) - Method in class org.openstreetmap.osmosis.core.customdb.v0_6.impl.WayTileAreaIndexReader
Returns all elements in the range specified by the minimum and maximum tiles.
getRange(K, K) - Method in class org.openstreetmap.osmosis.core.store.IndexStoreReader
Returns all elements in the range specified by the begin and end keys.
getReadFullHistory() - Method in class org.openstreetmap.osmosis.extract.apidb.common.Configuration
Returns the full history flag.
getReadFullHistory() - Method in class org.openstreetmap.osmosis.extract.mysql.common.Configuration
Returns the full history flag.
getReadyList() - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.impl.ReplicationQueryPredicates
Gets the transaction ready list.
getRelation(long) - Method in interface org.openstreetmap.osmosis.core.container.v0_5.DatasetReader
Retrieves a specific relation by its identifier.
getRelation(long) - Method in interface org.openstreetmap.osmosis.core.container.v0_6.DatasetContext
Deprecated. The node manager should be used instead.
getRelation(long) - Method in class org.openstreetmap.osmosis.core.customdb.v0_5.impl.DatasetStoreReader
Retrieves a specific relation by its identifier.
getRelation(long) - Method in class org.openstreetmap.osmosis.core.customdb.v0_6.impl.DatasetStoreReader
Deprecated. 
getRelation(long) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_5.impl.PostgreSqlDatasetReader
Retrieves a specific relation by its identifier.
getRelation(long) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_5.impl.RelationDao
Loads the specified relation from the database.
getRelation(long) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.PostgreSqlDatasetContext
Deprecated. 
getRelationId() - Method in class org.openstreetmap.osmosis.core.mysql.v0_5.impl.DBRelationMember
 
getRelationIdsOwningNode(long) - Method in class org.openstreetmap.osmosis.core.customdb.v0_5.impl.DatasetStoreReader
Returns all relations that contain the specified node.
getRelationIdsOwningNode(long) - Method in class org.openstreetmap.osmosis.core.filter.v0_5.impl.BaseDatasetReader
Returns all relations that contain the specified node.
getRelationIdsOwningRelation(long) - Method in class org.openstreetmap.osmosis.core.customdb.v0_5.impl.DatasetStoreReader
Returns all relations that contain the specified relation.
getRelationIdsOwningRelation(long) - Method in class org.openstreetmap.osmosis.core.filter.v0_5.impl.BaseDatasetReader
Returns all relations that contain the specified relation.
getRelationIdsOwningWay(long) - Method in class org.openstreetmap.osmosis.core.customdb.v0_5.impl.DatasetStoreReader
Returns all relations that contain the specified way.
getRelationIdsOwningWay(long) - Method in class org.openstreetmap.osmosis.core.filter.v0_5.impl.BaseDatasetReader
Returns all relations that contain the specified way.
getRelationManager() - Method in interface org.openstreetmap.osmosis.core.container.v0_6.DatasetContext
Returns the manager for manipulating relation instances.
getRelationManager() - Method in class org.openstreetmap.osmosis.core.customdb.v0_6.impl.DatasetStoreReader
Returns the manager for manipulating relation instances.
getRelationManager() - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.PostgreSqlDatasetContext
Returns the manager for manipulating relation instances.
getRelationMember() - Method in class org.openstreetmap.osmosis.core.mysql.v0_5.impl.DBRelationMember
 
getRelationObjectFile() - Method in interface org.openstreetmap.osmosis.core.customdb.v0_5.impl.DatasetStoreFileManager
Returns the file to be used for storing relation objects.
getRelationObjectFile() - Method in class org.openstreetmap.osmosis.core.customdb.v0_5.impl.PermanentFileDatasetStoreFileManager
Returns the file to be used for storing relation objects.
getRelationObjectFile() - Method in class org.openstreetmap.osmosis.core.customdb.v0_5.impl.TempFileDatasetStoreFileManager
Returns the file to be used for storing relation objects.
getRelationObjectFile() - Method in interface org.openstreetmap.osmosis.core.customdb.v0_6.impl.DatasetStoreFileManager
Returns the file to be used for storing relation objects.
getRelationObjectFile() - Method in class org.openstreetmap.osmosis.core.customdb.v0_6.impl.PermanentFileDatasetStoreFileManager
Returns the file to be used for storing relation objects.
getRelationObjectFile() - Method in class org.openstreetmap.osmosis.core.customdb.v0_6.impl.TempFileDatasetStoreFileManager
Returns the file to be used for storing relation objects.
getRelationObjectOffsetIndexFile() - Method in interface org.openstreetmap.osmosis.core.customdb.v0_5.impl.DatasetStoreFileManager
Returns the file to be used for storing relation object offsets against their id.
getRelationObjectOffsetIndexFile() - Method in class org.openstreetmap.osmosis.core.customdb.v0_5.impl.PermanentFileDatasetStoreFileManager
Returns the file to be used for storing relation object offsets against their id.
getRelationObjectOffsetIndexFile() - Method in class org.openstreetmap.osmosis.core.customdb.v0_5.impl.TempFileDatasetStoreFileManager
Returns the file to be used for storing relation object offsets against their id.
getRelationObjectOffsetIndexFile() - Method in interface org.openstreetmap.osmosis.core.customdb.v0_6.impl.DatasetStoreFileManager
Returns the file to be used for storing relation object offsets against their id.
getRelationObjectOffsetIndexFile() - Method in class org.openstreetmap.osmosis.core.customdb.v0_6.impl.PermanentFileDatasetStoreFileManager
Returns the file to be used for storing relation object offsets against their id.
getRelationObjectOffsetIndexFile() - Method in class org.openstreetmap.osmosis.core.customdb.v0_6.impl.TempFileDatasetStoreFileManager
Returns the file to be used for storing relation object offsets against their id.
getRelationObjectOffsetIndexReader() - Method in class org.openstreetmap.osmosis.core.customdb.v0_5.impl.RelationStorageContainer
Gets the relation object offset reader.
getRelationObjectOffsetIndexReader() - Method in class org.openstreetmap.osmosis.core.customdb.v0_6.impl.RelationStorageContainer
Gets the relation object offset reader.
getRelationObjectReader() - Method in class org.openstreetmap.osmosis.core.customdb.v0_5.impl.RelationStorageContainer
Gets the raw relation reader.
getRelationObjectReader() - Method in class org.openstreetmap.osmosis.core.customdb.v0_6.impl.RelationStorageContainer
Gets the raw relation reader.
getRelationRelationIndexFile() - Method in interface org.openstreetmap.osmosis.core.customdb.v0_5.impl.DatasetStoreFileManager
Returns the file to be used for storing relationships between relations and relations.
getRelationRelationIndexFile() - Method in class org.openstreetmap.osmosis.core.customdb.v0_5.impl.PermanentFileDatasetStoreFileManager
Returns the file to be used for storing relationships between relations and relations.
getRelationRelationIndexFile() - Method in class org.openstreetmap.osmosis.core.customdb.v0_5.impl.TempFileDatasetStoreFileManager
Returns the file to be used for storing relationships between relations and relations.
getRelationRelationIndexFile() - Method in interface org.openstreetmap.osmosis.core.customdb.v0_6.impl.DatasetStoreFileManager
Returns the file to be used for storing relationships between relations and relations.
getRelationRelationIndexFile() - Method in class org.openstreetmap.osmosis.core.customdb.v0_6.impl.PermanentFileDatasetStoreFileManager
Returns the file to be used for storing relationships between relations and relations.
getRelationRelationIndexFile() - Method in class org.openstreetmap.osmosis.core.customdb.v0_6.impl.TempFileDatasetStoreFileManager
Returns the file to be used for storing relationships between relations and relations.
getRelationRelationIndexReader() - Method in class org.openstreetmap.osmosis.core.customdb.v0_5.impl.RelationStorageContainer
Gets the relation to relation index reader.
getRelationRelationIndexReader() - Method in class org.openstreetmap.osmosis.core.customdb.v0_6.impl.RelationStorageContainer
Gets the relation to relation index reader.
getRight() - Method in class org.openstreetmap.osmosis.core.domain.v0_5.Bound
 
getRight() - Method in class org.openstreetmap.osmosis.core.domain.v0_6.Bound
 
getSequenceId() - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.impl.DbOrderedFeature
 
getSequenceId() - Method in class org.openstreetmap.osmosis.core.mysql.v0_5.impl.DBWayNode
 
getSequenceNumber() - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.impl.ReplicationState
Gets the replication sequence number.
getServerState(URL) - Method in class org.openstreetmap.osmosis.core.merge.v0_6.impl.ServerStateReader
Retrieves the latest state from the server.
getServerState(URL, long) - Method in class org.openstreetmap.osmosis.core.merge.v0_6.impl.ServerStateReader
Retrieves the specified state from the server.
getSimpleJdbcTemplate() - Method in class org.openstreetmap.osmosis.core.apidb.common.DatabaseContext2
Gets the jdbc template which provides simple access to database functions.
getSink(int) - Method in class org.openstreetmap.osmosis.core.change.v0_5.ChangeApplier
Obtains one of the sinks exposed by the task.
getSink(int) - Method in class org.openstreetmap.osmosis.core.change.v0_5.ChangeDeriver
Obtains one of the sinks exposed by the task.
getSink(int) - Method in class org.openstreetmap.osmosis.core.change.v0_6.ChangeApplier
Obtains one of the sinks exposed by the task.
getSink(int) - Method in class org.openstreetmap.osmosis.core.change.v0_6.ChangeDeriver
Obtains one of the sinks exposed by the task.
getSink(int) - Method in class org.openstreetmap.osmosis.core.merge.v0_5.EntityMerger
Obtains one of the sinks exposed by the task.
getSink(int) - Method in class org.openstreetmap.osmosis.core.merge.v0_6.EntityMerger
Obtains one of the sinks exposed by the task.
getSink(int) - Method in interface org.openstreetmap.osmosis.core.task.v0_5.MultiSink
Obtains one of the sinks exposed by the task.
getSink(int) - Method in interface org.openstreetmap.osmosis.core.task.v0_6.MultiSink
Obtains one of the sinks exposed by the task.
getSink() - Method in class org.openstreetmap.osmosis.core.xml.v0_5.impl.SourceElementProcessor
 
getSink() - Method in class org.openstreetmap.osmosis.core.xml.v0_6.impl.SourceElementProcessor
 
getSinkCount() - Method in class org.openstreetmap.osmosis.core.change.v0_5.ChangeApplier
This implementation always returns 1.
getSinkCount() - Method in class org.openstreetmap.osmosis.core.change.v0_5.ChangeDeriver
This implementation always returns 2.
getSinkCount() - Method in class org.openstreetmap.osmosis.core.change.v0_6.ChangeApplier
This implementation always returns 1.
getSinkCount() - Method in class org.openstreetmap.osmosis.core.change.v0_6.ChangeDeriver
This implementation always returns 2.
getSinkCount() - Method in class org.openstreetmap.osmosis.core.merge.v0_5.EntityMerger
This implementation always returns 2.
getSinkCount() - Method in class org.openstreetmap.osmosis.core.merge.v0_6.EntityMerger
This implementation always returns 2.
getSinkCount() - Method in interface org.openstreetmap.osmosis.core.task.v0_5.MultiSink
Returns the number of sinks provided by this task.
getSinkCount() - Method in interface org.openstreetmap.osmosis.core.task.v0_6.MultiSink
Returns the number of sinks provided by this task.
getSource(int) - Method in interface org.openstreetmap.osmosis.core.task.v0_5.MultiSource
Retrieves a specific source that can then have a sink attached.
getSource(int) - Method in interface org.openstreetmap.osmosis.core.task.v0_6.MultiSource
Retrieves a specific source that can then have a sink attached.
getSource(int) - Method in class org.openstreetmap.osmosis.core.tee.v0_5.EntityTee
Retrieves a specific source that can then have a sink attached.
getSource(int) - Method in class org.openstreetmap.osmosis.core.tee.v0_6.EntityTee
Retrieves a specific source that can then have a sink attached.
getSourceCount() - Method in interface org.openstreetmap.osmosis.core.task.v0_5.MultiSource
Indicates the number of sources that the task provides.
getSourceCount() - Method in interface org.openstreetmap.osmosis.core.task.v0_6.MultiSource
Indicates the number of sources that the task provides.
getSourceCount() - Method in class org.openstreetmap.osmosis.core.tee.v0_5.EntityTee
Indicates the number of sources that the task provides.
getSourceCount() - Method in class org.openstreetmap.osmosis.core.tee.v0_6.EntityTee
Indicates the number of sources that the task provides.
getSqlDefaultOrderBy() - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.EntityFeatureMapper
Provides a default SQL ORDER BY clause suitable for this entity feature.
getSqlDefaultOrderBy() - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.RelationMemberMapper
Provides a default SQL ORDER BY clause suitable for this entity feature.
getSqlDefaultOrderBy() - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.WayNodeMapper
Provides a default SQL ORDER BY clause suitable for this entity feature.
getSqlDelete(boolean) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.EntityFeatureMapper
The SQL DELETE statement for deleting entity features.
getSqlDelete(boolean) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.EntityMapper
The SQL UPDATE statement for logically deleting entities.
getSqlDelete(boolean) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.RelationMemberMapper
The SQL DELETE statement for deleting entity features.
getSqlDelete(boolean) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.TagMapper
The SQL DELETE statement for deleting entity features.
getSqlDelete(boolean) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.WayNodeMapper
The SQL DELETE statement for deleting entity features.
getSqlInsert(int) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.EntityFeatureMapper
The SQL INSERT statement for adding features.
getSqlInsert(int) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.EntityMapper
The SQL INSERT statement for adding entities.
getSqlInsert(int) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.RelationMemberMapper
The SQL INSERT statement for adding features.
getSqlInsert(int) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.TagMapper
The SQL INSERT statement for adding features.
getSqlInsert(int) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.WayNodeMapper
The SQL INSERT statement for adding features.
getSqlSelect(boolean, boolean) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.EntityFeatureMapper
The SQL SELECT statement for retrieving entity feature details.
getSqlSelect(boolean, boolean) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.EntityMapper
The SQL SELECT statement for retrieving entity details.
getSqlSelect(boolean, boolean) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.RelationMemberMapper
The SQL SELECT statement for retrieving entity feature details.
getSqlSelect(boolean, boolean) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.TagMapper
The SQL SELECT statement for retrieving entity feature details.
getSqlSelect(boolean, boolean) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.WayNodeMapper
The SQL SELECT statement for retrieving entity feature details.
getSqlSelectCount(boolean) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.EntityMapper
The SQL SELECT statement for counting entities.
getSqlUpdate(boolean) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.EntityMapper
The SQL UPDATE statement for updating entity details.
getStoreableConstructor(Class<?>) - Method in class org.openstreetmap.osmosis.core.store.StoreableConstructorCache
Returns the constructor on the specified class that is used for loading state from a data store.
getStringArgument(TaskConfiguration, String) - Method in class org.openstreetmap.osmosis.core.pipeline.common.TaskManagerFactory
Utility method for retrieving a String argument value from a Map of task arguments.
getStringArgument(TaskConfiguration, String, String) - Method in class org.openstreetmap.osmosis.core.pipeline.common.TaskManagerFactory
Utility method for retrieving a String argument value from a Map of task arguments.
getSystemTime() - Method in interface org.openstreetmap.osmosis.core.apidb.v0_6.impl.SystemTimeLoader
Gets the system time of the database server.
getSystemTime() - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.impl.TimeDao
Gets the system time of the database server.
getTag() - Method in class org.openstreetmap.osmosis.core.mysql.v0_5.impl.DBEntityTag
 
getTagList() - Method in class org.openstreetmap.osmosis.core.domain.v0_5.Entity
Returns the attached list of tags.
getTags() - Method in class org.openstreetmap.osmosis.core.domain.v0_6.CommonEntityData
Returns the attached tags.
getTags() - Method in class org.openstreetmap.osmosis.core.domain.v0_6.Entity
Returns the attached tags.
getTags() - Method in class org.openstreetmap.osmosis.core.domain.v0_6.EntityBuilder
Deprecated. Obtains the tags.
getTask() - Method in class org.openstreetmap.osmosis.core.pipeline.common.ActiveTaskManager
Returns the runnable task managed by this manager.
getTask() - Method in class org.openstreetmap.osmosis.core.pipeline.common.RunnableTaskManager
Returns the runnable task managed by this manager.
getTask() - Method in class org.openstreetmap.osmosis.core.pipeline.v0_5.ChangeSinkRunnableChangeSourceManager
Returns the runnable task managed by this manager.
getTask() - Method in class org.openstreetmap.osmosis.core.pipeline.v0_5.MultiChangeSinkRunnableChangeSourceManager
Returns the runnable task managed by this manager.
getTask() - Method in class org.openstreetmap.osmosis.core.pipeline.v0_5.MultiSinkMultiChangeSinkRunnableSourceManager
Returns the runnable task managed by this manager.
getTask() - Method in class org.openstreetmap.osmosis.core.pipeline.v0_5.MultiSinkRunnableChangeSourceManager
Returns the runnable task managed by this manager.
getTask() - Method in class org.openstreetmap.osmosis.core.pipeline.v0_5.MultiSinkRunnableSourceManager
Returns the runnable task managed by this manager.
getTask() - Method in class org.openstreetmap.osmosis.core.pipeline.v0_5.RunnableChangeSourceManager
Returns the runnable task managed by this manager.
getTask() - Method in class org.openstreetmap.osmosis.core.pipeline.v0_5.RunnableDatasetSourceManager
Returns the runnable task managed by this manager.
getTask() - Method in class org.openstreetmap.osmosis.core.pipeline.v0_5.RunnableSourceManager
Returns the runnable task managed by this manager.
getTask() - Method in class org.openstreetmap.osmosis.core.pipeline.v0_5.SinkRunnableSourceManager
Returns the runnable task managed by this manager.
getTask() - Method in class org.openstreetmap.osmosis.core.pipeline.v0_6.ChangeSinkRunnableChangeSourceManager
Returns the runnable task managed by this manager.
getTask() - Method in class org.openstreetmap.osmosis.core.pipeline.v0_6.MultiChangeSinkRunnableChangeSourceManager
Returns the runnable task managed by this manager.
getTask() - Method in class org.openstreetmap.osmosis.core.pipeline.v0_6.MultiSinkMultiChangeSinkRunnableSourceManager
Returns the runnable task managed by this manager.
getTask() - Method in class org.openstreetmap.osmosis.core.pipeline.v0_6.MultiSinkRunnableChangeSourceManager
Returns the runnable task managed by this manager.
getTask() - Method in class org.openstreetmap.osmosis.core.pipeline.v0_6.MultiSinkRunnableSourceManager
Returns the runnable task managed by this manager.
getTask() - Method in class org.openstreetmap.osmosis.core.pipeline.v0_6.RunnableChangeSourceManager
Returns the runnable task managed by this manager.
getTask() - Method in class org.openstreetmap.osmosis.core.pipeline.v0_6.RunnableDatasetSourceManager
Returns the runnable task managed by this manager.
getTask() - Method in class org.openstreetmap.osmosis.core.pipeline.v0_6.RunnableSourceManager
Returns the runnable task managed by this manager.
getTask() - Method in class org.openstreetmap.osmosis.core.pipeline.v0_6.SinkRunnableSourceManager
Returns the runnable task managed by this manager.
getTaskId() - Method in class org.openstreetmap.osmosis.core.pipeline.common.TaskManager
 
getTaskInfoList() - Method in class org.openstreetmap.osmosis.core.cli.CommandLineParser
The list of task information objects.
getTime() - Method in class org.openstreetmap.osmosis.extract.apidb.common.TimestampTracker
Retrieve the current time.
getTime() - Method in class org.openstreetmap.osmosis.extract.mysql.common.TimestampTracker
Retrieve the current time.
getTimestamp() - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.impl.ReplicationState
Gets the maximum timestamp of data currently read from the database.
getTimestamp() - Method in class org.openstreetmap.osmosis.core.domain.common.SimpleTimestampContainer
getTimestamp() - Method in interface org.openstreetmap.osmosis.core.domain.common.TimestampContainer
 
getTimestamp() - Method in class org.openstreetmap.osmosis.core.domain.common.UnparsedTimestampContainer
getTimestamp() - Method in class org.openstreetmap.osmosis.core.domain.v0_5.Entity
 
getTimestamp() - Method in class org.openstreetmap.osmosis.core.domain.v0_6.CommonEntityData
Gets the timestamp in date form.
getTimestamp() - Method in class org.openstreetmap.osmosis.core.domain.v0_6.Entity
Gets the timestamp in date form.
getTimestamp() - Method in class org.openstreetmap.osmosis.core.domain.v0_6.EntityBuilder
Deprecated. Gets the current timestamp value.
getTimestampContainer() - Method in class org.openstreetmap.osmosis.core.domain.v0_6.CommonEntityData
Gets the timestamp container object which may hold the timestamp in a different format.
getTimestampContainer() - Method in class org.openstreetmap.osmosis.core.domain.v0_6.Entity
Gets the timestamp container object which may hold the timestamp in a different format.
getTimestampContainer() - Method in class org.openstreetmap.osmosis.core.domain.v0_6.EntityBuilder
Deprecated. Gets the current timestamp value.
getTimestampFormat() - Method in class org.openstreetmap.osmosis.core.xml.common.ElementWriter
Returns a timestamp format suitable for xml files.
getTmpFile() - Method in class org.openstreetmap.osmosis.core.util.AtomicFileCreator
Returns the temporary file used during file generation.
getTop() - Method in class org.openstreetmap.osmosis.core.domain.v0_5.Bound
 
getTop() - Method in class org.openstreetmap.osmosis.core.domain.v0_6.Bound
 
getTopTransactionId() - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.impl.ReplicationQueryPredicates
Gets the transaction id to stop querying at.
getTransactionSnapshot() - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.impl.TransactionDao
Obtains the current database snapshot.
getTransactionSnapshot() - Method in interface org.openstreetmap.osmosis.core.apidb.v0_6.impl.TransactionSnapshotLoader
Obtains the current database snapshot.
getTxnActive() - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.impl.ReplicationState
Gets the currently active transaction ids.
getTxnMax() - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.impl.ReplicationState
Gets the maximum transaction id in the database.
getTxnMaxQueried() - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.impl.ReplicationState
Gets the maximum transaction id currently replicated from the database.
getTxnReady() - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.impl.ReplicationState
Gets the previously active transaction ids that can now be queried.
getType() - Method in class org.openstreetmap.osmosis.core.domain.v0_5.Bound
Returns the specific data type represented by this entity.
getType() - Method in class org.openstreetmap.osmosis.core.domain.v0_5.Entity
Returns the specific data type represented by this entity.
getType() - Method in class org.openstreetmap.osmosis.core.domain.v0_5.Node
Returns the specific data type represented by this entity.
getType() - Method in class org.openstreetmap.osmosis.core.domain.v0_5.Relation
Returns the specific data type represented by this entity.
getType() - Method in class org.openstreetmap.osmosis.core.domain.v0_5.Way
Returns the specific data type represented by this entity.
getType() - Method in class org.openstreetmap.osmosis.core.domain.v0_6.Bound
Returns the specific data type represented by this entity.
getType() - Method in class org.openstreetmap.osmosis.core.domain.v0_6.Entity
Returns the specific data type represented by this entity.
getType() - Method in class org.openstreetmap.osmosis.core.domain.v0_6.Node
Returns the specific data type represented by this entity.
getType() - Method in class org.openstreetmap.osmosis.core.domain.v0_6.Relation
Returns the specific data type represented by this entity.
getType() - Method in class org.openstreetmap.osmosis.core.domain.v0_6.Way
Returns the specific data type represented by this entity.
getType() - Method in class org.openstreetmap.osmosis.core.pipeline.common.TaskConfiguration
The type of the task to be created.
getTypeSpecificFieldNames() - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.impl.EntityDao
Produces an array of additional column names specific to this entity type to be returned by entity queries.
getTypeSpecificFieldNames() - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.impl.NodeDao
Produces an array of additional column names specific to this entity type to be returned by entity queries.
getTypeSpecificFieldNames() - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.impl.RelationDao
Produces an array of additional column names specific to this entity type to be returned by entity queries.
getTypeSpecificFieldNames() - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.impl.WayDao
Produces an array of additional column names specific to this entity type to be returned by entity queries.
getTypeSpecificFieldNames() - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.EntityMapper
Produces an array of additional column names specific to this entity type to be returned by entity queries.
getTypeSpecificFieldNames() - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.NodeMapper
Produces an array of additional column names specific to this entity type to be returned by entity queries.
getTypeSpecificFieldNames() - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.RelationMapper
Produces an array of additional column names specific to this entity type to be returned by entity queries.
getTypeSpecificFieldNames() - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.WayMapper
Produces an array of additional column names specific to this entity type to be returned by entity queries.
getUser() - Method in class org.openstreetmap.osmosis.core.database.DatabaseLoginCredentials
Returns the user.
getUser() - Method in class org.openstreetmap.osmosis.core.domain.v0_5.Entity
Returns the user who last edited the entity.
getUser() - Method in class org.openstreetmap.osmosis.core.domain.v0_6.CommonEntityData
Returns the user who last edited the entity.
getUser() - Method in class org.openstreetmap.osmosis.core.domain.v0_6.Entity
Returns the user who last edited the entity.
getUser() - Method in class org.openstreetmap.osmosis.core.domain.v0_6.EntityBuilder
Deprecated. Gets the current user value.
getUser(long) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.UserDao
Loads the specified way from the database.
getUser() - Method in class org.openstreetmap.osmosis.extract.apidb.common.Configuration
Returns the database user.
getUser() - Method in class org.openstreetmap.osmosis.extract.mysql.common.Configuration
Returns the database user.
getUserId() - Method in class org.openstreetmap.osmosis.core.mysql.v0_5.impl.UserIdManager
Returns the id of the Osmosis OSM user id in the database.
getValidateSchemaVersion() - Method in class org.openstreetmap.osmosis.core.database.DatabasePreferences
Returns the validateSchemaVersion flag.
getValidateSchemaVersion() - Method in class org.openstreetmap.osmosis.extract.apidb.common.Configuration
Returns the validate schema version flag.
getValidateSchemaVersion() - Method in class org.openstreetmap.osmosis.extract.mysql.common.Configuration
Returns the validate schema version flag.
getValue() - Method in class org.openstreetmap.osmosis.core.domain.v0_5.Tag
 
getValue() - Method in class org.openstreetmap.osmosis.core.domain.v0_6.Tag
 
getValue() - Method in class org.openstreetmap.osmosis.core.store.IntegerLongIndexElement
Returns the value of this index element.
getValue() - Method in class org.openstreetmap.osmosis.core.store.LongLongIndexElement
Returns the value of this index element.
getVersion() - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.impl.DbFeatureHistory
Gets the version value.
getVersion() - Method in class org.openstreetmap.osmosis.core.domain.v0_6.CommonEntityData
Gets the version.
getVersion() - Method in class org.openstreetmap.osmosis.core.domain.v0_6.Entity
Gets the version.
getVersion() - Method in class org.openstreetmap.osmosis.core.domain.v0_6.EntityBuilder
Deprecated. Gets the current version value.
getVersion() - Method in class org.openstreetmap.osmosis.core.mysql.v0_5.impl.EntityHistory
Gets the version.
getWay(long) - Method in interface org.openstreetmap.osmosis.core.container.v0_5.DatasetReader
Retrieves a specific way by its identifier.
getWay(long) - Method in interface org.openstreetmap.osmosis.core.container.v0_6.DatasetContext
Deprecated. The node manager should be used instead.
getWay(long) - Method in class org.openstreetmap.osmosis.core.customdb.v0_5.impl.DatasetStoreReader
Retrieves a specific way by its identifier.
getWay(long) - Method in class org.openstreetmap.osmosis.core.customdb.v0_6.impl.DatasetStoreReader
Deprecated. 
getWay(long) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_5.impl.PostgreSqlDatasetReader
Retrieves a specific way by its identifier.
getWay(long) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_5.impl.WayDao
Loads the specified way from the database.
getWay(long) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.PostgreSqlDatasetContext
Deprecated. 
getWayId() - Method in class org.openstreetmap.osmosis.core.mysql.v0_5.impl.DBWayNode
 
getWayIdsForTileRange(int, int) - Method in class org.openstreetmap.osmosis.core.customdb.v0_5.impl.DatasetStoreReader
Returns all ways that are contained within the specified tile range.
getWayIdsForTileRange(int, int) - Method in class org.openstreetmap.osmosis.core.filter.v0_5.impl.BaseDatasetReader
Returns all ways that are contained within the specified tile range.
getWayIdsOwningNode(long) - Method in class org.openstreetmap.osmosis.core.customdb.v0_5.impl.DatasetStoreReader
Returns all ways that contain the specified node.
getWayIdsOwningNode(long) - Method in class org.openstreetmap.osmosis.core.filter.v0_5.impl.BaseDatasetReader
Returns all ways that contain the specified node.
getWayManager() - Method in interface org.openstreetmap.osmosis.core.container.v0_6.DatasetContext
Returns the manager for manipulating way instances.
getWayManager() - Method in class org.openstreetmap.osmosis.core.customdb.v0_6.impl.DatasetStoreReader
Returns the manager for manipulating way instances.
getWayManager() - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.PostgreSqlDatasetContext
Returns the manager for manipulating way instances.
getWayNode() - Method in class org.openstreetmap.osmosis.core.mysql.v0_5.impl.DBWayNode
 
getWayNodeList() - Method in class org.openstreetmap.osmosis.core.domain.v0_5.Way
Returns the attached list of way nodes.
getWayNodes() - Method in class org.openstreetmap.osmosis.core.domain.v0_6.Way
Returns the attached list of way nodes.
getWayNodes() - Method in class org.openstreetmap.osmosis.core.domain.v0_6.WayBuilder
Deprecated. Obtains the way nodes.
getWayObjectFile() - Method in interface org.openstreetmap.osmosis.core.customdb.v0_5.impl.DatasetStoreFileManager
Returns the file to be used for storing way objects.
getWayObjectFile() - Method in class org.openstreetmap.osmosis.core.customdb.v0_5.impl.PermanentFileDatasetStoreFileManager
Returns the file to be used for storing way objects.
getWayObjectFile() - Method in class org.openstreetmap.osmosis.core.customdb.v0_5.impl.TempFileDatasetStoreFileManager
Returns the file to be used for storing way objects.
getWayObjectFile() - Method in interface org.openstreetmap.osmosis.core.customdb.v0_6.impl.DatasetStoreFileManager
Returns the file to be used for storing way objects.
getWayObjectFile() - Method in class org.openstreetmap.osmosis.core.customdb.v0_6.impl.PermanentFileDatasetStoreFileManager
Returns the file to be used for storing way objects.
getWayObjectFile() - Method in class org.openstreetmap.osmosis.core.customdb.v0_6.impl.TempFileDatasetStoreFileManager
Returns the file to be used for storing way objects.
getWayObjectOffsetIndexFile() - Method in interface org.openstreetmap.osmosis.core.customdb.v0_5.impl.DatasetStoreFileManager
Returns the file to be used for storing way object offsets against their id.
getWayObjectOffsetIndexFile() - Method in class org.openstreetmap.osmosis.core.customdb.v0_5.impl.PermanentFileDatasetStoreFileManager
Returns the file to be used for storing way object offsets against their id.
getWayObjectOffsetIndexFile() - Method in class org.openstreetmap.osmosis.core.customdb.v0_5.impl.TempFileDatasetStoreFileManager
Returns the file to be used for storing way object offsets against their id.
getWayObjectOffsetIndexFile() - Method in interface org.openstreetmap.osmosis.core.customdb.v0_6.impl.DatasetStoreFileManager
Returns the file to be used for storing way object offsets against their id.
getWayObjectOffsetIndexFile() - Method in class org.openstreetmap.osmosis.core.customdb.v0_6.impl.PermanentFileDatasetStoreFileManager
Returns the file to be used for storing way object offsets against their id.
getWayObjectOffsetIndexFile() - Method in class org.openstreetmap.osmosis.core.customdb.v0_6.impl.TempFileDatasetStoreFileManager
Returns the file to be used for storing way object offsets against their id.
getWayObjectOffsetIndexReader() - Method in class org.openstreetmap.osmosis.core.customdb.v0_5.impl.WayStorageContainer
Gets the way object offset reader.
getWayObjectOffsetIndexReader() - Method in class org.openstreetmap.osmosis.core.customdb.v0_6.impl.WayStorageContainer
Gets the way object offset reader.
getWayObjectReader() - Method in class org.openstreetmap.osmosis.core.customdb.v0_5.impl.WayStorageContainer
Gets the raw way reader.
getWayObjectReader() - Method in class org.openstreetmap.osmosis.core.customdb.v0_6.impl.WayStorageContainer
Gets the raw way reader.
getWayRelationIndexFile() - Method in interface org.openstreetmap.osmosis.core.customdb.v0_5.impl.DatasetStoreFileManager
Returns the file to be used for storing relationships between ways and relations.
getWayRelationIndexFile() - Method in class org.openstreetmap.osmosis.core.customdb.v0_5.impl.PermanentFileDatasetStoreFileManager
Returns the file to be used for storing relationships between ways and relations.
getWayRelationIndexFile() - Method in class org.openstreetmap.osmosis.core.customdb.v0_5.impl.TempFileDatasetStoreFileManager
Returns the file to be used for storing relationships between ways and relations.
getWayRelationIndexFile() - Method in interface org.openstreetmap.osmosis.core.customdb.v0_6.impl.DatasetStoreFileManager
Returns the file to be used for storing relationships between ways and relations.
getWayRelationIndexFile() - Method in class org.openstreetmap.osmosis.core.customdb.v0_6.impl.PermanentFileDatasetStoreFileManager
Returns the file to be used for storing relationships between ways and relations.
getWayRelationIndexFile() - Method in class org.openstreetmap.osmosis.core.customdb.v0_6.impl.TempFileDatasetStoreFileManager
Returns the file to be used for storing relationships between ways and relations.
getWayRelationIndexReader() - Method in class org.openstreetmap.osmosis.core.customdb.v0_5.impl.WayStorageContainer
Gets the way to relation index reader.
getWayRelationIndexReader() - Method in class org.openstreetmap.osmosis.core.customdb.v0_6.impl.WayStorageContainer
Gets the way to relation index reader.
getWayTileIndexFile(int) - Method in interface org.openstreetmap.osmosis.core.customdb.v0_5.impl.DatasetStoreFileManager
Returns the file to be used for storing way ids against tile ids.
getWayTileIndexFile(int) - Method in class org.openstreetmap.osmosis.core.customdb.v0_5.impl.PermanentFileDatasetStoreFileManager
Returns the file to be used for storing way ids against tile ids.
getWayTileIndexFile(int) - Method in class org.openstreetmap.osmosis.core.customdb.v0_5.impl.TempFileDatasetStoreFileManager
Returns the file to be used for storing way ids against tile ids.
getWayTileIndexFile(int) - Method in interface org.openstreetmap.osmosis.core.customdb.v0_6.impl.DatasetStoreFileManager
Returns the file to be used for storing way ids against tile ids.
getWayTileIndexFile(int) - Method in class org.openstreetmap.osmosis.core.customdb.v0_6.impl.PermanentFileDatasetStoreFileManager
Returns the file to be used for storing way ids against tile ids.
getWayTileIndexFile(int) - Method in class org.openstreetmap.osmosis.core.customdb.v0_6.impl.TempFileDatasetStoreFileManager
Returns the file to be used for storing way ids against tile ids.
getWayTileIndexReader() - Method in class org.openstreetmap.osmosis.core.customdb.v0_5.impl.WayStorageContainer
Gets the tile to way index reader.
getWayTileIndexReader() - Method in class org.openstreetmap.osmosis.core.customdb.v0_6.impl.WayStorageContainer
Gets the tile to way index reader.
getWorkingDirectory() - Method in class org.openstreetmap.osmosis.core.merge.v0_6.BaseReplicationDownloader
Provides sub-classes with access to the working directory.
getWriteableInstance() - Method in class org.openstreetmap.osmosis.core.container.v0_6.BoundContainer
Returns an instance containing a writeable entity.
getWriteableInstance() - Method in class org.openstreetmap.osmosis.core.container.v0_6.EntityContainer
Returns an instance containing a writeable entity.
getWriteableInstance() - Method in class org.openstreetmap.osmosis.core.container.v0_6.NodeContainer
Returns an instance containing a writeable entity.
getWriteableInstance() - Method in class org.openstreetmap.osmosis.core.container.v0_6.RelationContainer
Returns an instance containing a writeable entity.
getWriteableInstance() - Method in class org.openstreetmap.osmosis.core.container.v0_6.WayContainer
Returns an instance containing a writeable entity.
getWriteableInstance() - Method in class org.openstreetmap.osmosis.core.domain.v0_6.Bound
Returns a writeable instance of this entity.
getWriteableInstance() - Method in class org.openstreetmap.osmosis.core.domain.v0_6.CommonEntityData
Returns a writeable instance of this object.
getWriteableInstance() - Method in class org.openstreetmap.osmosis.core.domain.v0_6.Entity
Returns a writeable instance of this entity.
getWriteableInstance() - Method in class org.openstreetmap.osmosis.core.domain.v0_6.Node
Returns a writeable instance of this entity.
getWriteableInstance() - Method in class org.openstreetmap.osmosis.core.domain.v0_6.Relation
Returns a writeable instance of this entity.
getWriteableInstance() - Method in class org.openstreetmap.osmosis.core.domain.v0_6.Way
Returns a writeable instance of this entity.
getXIpList() - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.impl.TransactionSnapshot
Gets the list of active transactions.
getXMax() - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.impl.TransactionSnapshot
Gets the next transaction to be created.
getXMin() - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.impl.TransactionSnapshot
Gets the earliest still active transaction.

H

hashCode() - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.impl.ReplicationState
hashCode() - Method in class org.openstreetmap.osmosis.core.domain.v0_5.Bound
hashCode() - Method in class org.openstreetmap.osmosis.core.domain.v0_5.Node
hashCode() - Method in class org.openstreetmap.osmosis.core.domain.v0_5.OsmUser
hashCode() - Method in class org.openstreetmap.osmosis.core.domain.v0_5.Relation
hashCode() - Method in class org.openstreetmap.osmosis.core.domain.v0_5.Way
hashCode() - Method in class org.openstreetmap.osmosis.core.domain.v0_6.Bound
hashCode() - Method in class org.openstreetmap.osmosis.core.domain.v0_6.Node
hashCode() - Method in class org.openstreetmap.osmosis.core.domain.v0_6.OsmUser
hashCode() - Method in class org.openstreetmap.osmosis.core.domain.v0_6.Relation
hashCode() - Method in class org.openstreetmap.osmosis.core.domain.v0_6.Way
hasNext() - Method in class org.openstreetmap.osmosis.core.apidb.common.BaseTableReader
hasNext() - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.impl.ChangeReader
hasNext() - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.impl.DeltaToDiffReader
hasNext() - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.impl.EntityContainerReader
hasNext() - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.impl.EntityHistoryListReader
hasNext() - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.impl.EntityHistoryReader
hasNext() - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.impl.EntitySnapshotReader
hasNext() - Method in class org.openstreetmap.osmosis.core.container.v0_5.NodeContainerIterator
hasNext() - Method in class org.openstreetmap.osmosis.core.container.v0_5.RelationContainerIterator
hasNext() - Method in class org.openstreetmap.osmosis.core.container.v0_5.WayContainerIterator
hasNext() - Method in class org.openstreetmap.osmosis.core.container.v0_6.BoundContainerIterator
hasNext() - Method in class org.openstreetmap.osmosis.core.container.v0_6.NodeContainerIterator
hasNext() - Method in class org.openstreetmap.osmosis.core.container.v0_6.RelationContainerIterator
hasNext() - Method in class org.openstreetmap.osmosis.core.container.v0_6.WayContainerIterator
hasNext() - Method in class org.openstreetmap.osmosis.core.customdb.v0_5.impl.RelationalIndexValueIdIterator
hasNext() - Method in class org.openstreetmap.osmosis.core.customdb.v0_5.impl.TileIndexValueIdIterator
hasNext() - Method in class org.openstreetmap.osmosis.core.customdb.v0_6.impl.RelationalIndexValueIdIterator
hasNext() - Method in class org.openstreetmap.osmosis.core.customdb.v0_6.impl.TileIndexValueIdIterator
hasNext() - Method in class org.openstreetmap.osmosis.core.mysql.common.BaseTableReader
hasNext() - Method in class org.openstreetmap.osmosis.core.mysql.v0_5.impl.CurrentRelationReader
hasNext() - Method in class org.openstreetmap.osmosis.core.mysql.v0_5.impl.CurrentWayReader
hasNext() - Method in class org.openstreetmap.osmosis.core.mysql.v0_5.impl.EntitySnapshotReader
hasNext() - Method in class org.openstreetmap.osmosis.core.mysql.v0_5.impl.NodeChangeReader
Indicates if there is any more data available to be read.
hasNext() - Method in class org.openstreetmap.osmosis.core.mysql.v0_5.impl.RelationChangeReader
Indicates if there is any more data available to be read.
hasNext() - Method in class org.openstreetmap.osmosis.core.mysql.v0_5.impl.RelationReader
hasNext() - Method in class org.openstreetmap.osmosis.core.mysql.v0_5.impl.WayChangeReader
Indicates if there is any more data available to be read.
hasNext() - Method in class org.openstreetmap.osmosis.core.mysql.v0_5.impl.WayReader
hasNext() - Method in class org.openstreetmap.osmosis.core.pgsql.common.BaseTableReader
hasNext() - Method in class org.openstreetmap.osmosis.core.pgsql.v0_5.impl.NodeReader
hasNext() - Method in class org.openstreetmap.osmosis.core.pgsql.v0_5.impl.RelationReader
hasNext() - Method in class org.openstreetmap.osmosis.core.pgsql.v0_5.impl.WayReader
hasNext() - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.EntityReader
hasNext() - Method in class org.openstreetmap.osmosis.core.sort.common.MergingIterator
hasNext() - Method in class org.openstreetmap.osmosis.core.store.DataPostbox
Indicates if data is available for output.
hasNext() - Method in class org.openstreetmap.osmosis.core.store.EmptyIterator
hasNext() - Method in class org.openstreetmap.osmosis.core.store.IndexRangeIterator
hasNext() - Method in class org.openstreetmap.osmosis.core.store.MultipleSourceIterator
hasNext() - Method in class org.openstreetmap.osmosis.core.store.ObjectDataInputIterator
hasNext() - Method in class org.openstreetmap.osmosis.core.store.PeekableIterator
hasNext() - Method in class org.openstreetmap.osmosis.core.store.PersistentIterator
hasNext() - Method in class org.openstreetmap.osmosis.core.store.ReleasableAdaptorForIterator
hasNext() - Method in class org.openstreetmap.osmosis.core.store.StoreReleasingIterator
hasNext() - Method in class org.openstreetmap.osmosis.core.store.SubObjectStreamIterator
hasNext() - Method in class org.openstreetmap.osmosis.core.store.UpcastIterator

I

id - Variable in class org.openstreetmap.osmosis.core.domain.v0_6.EntityBuilder
Deprecated. The unique entity identifier.
IdentityColumnValueLoader - Class in org.openstreetmap.osmosis.core.mysql.common
A utility class for retrieving the last inserted identity column value.
IdentityColumnValueLoader(DatabaseContext) - Constructor for class org.openstreetmap.osmosis.core.mysql.common.IdentityColumnValueLoader
Creates a new instance.
IdentityValueLoader - Interface in org.openstreetmap.osmosis.core.apidb.common
Retrieves last inserted identity columns.
IdTracker - Interface in org.openstreetmap.osmosis.core.filter.common
Defines the interface for all class implementations allowing a set of ids to be marked as in use.
IdTrackerFactory - Class in org.openstreetmap.osmosis.core.filter.common
Creates IdTracker implementation instances depending on the requested id tracker type.
IdTrackerFactory() - Constructor for class org.openstreetmap.osmosis.core.filter.common.IdTrackerFactory
 
IdTrackerType - Enum in org.openstreetmap.osmosis.core.filter.common
Defines the different id tracker implementations available.
IN_PIPE_ARGUMENT_PREFIX - Static variable in interface org.openstreetmap.osmosis.core.pipeline.common.PipelineConstants
Defines the prefix used for command line input pipe arguments.
IndexedObjectStore<T extends Storeable> - Class in org.openstreetmap.osmosis.core.store
Provides a store for objects that can be located by a long identifier.
IndexedObjectStore(ObjectSerializationFactory, String) - Constructor for class org.openstreetmap.osmosis.core.store.IndexedObjectStore
Creates a new instance.
IndexedObjectStore(ObjectSerializationFactory, File, File) - Constructor for class org.openstreetmap.osmosis.core.store.IndexedObjectStore
Creates a new instance.
IndexedObjectStoreReader<T> - Class in org.openstreetmap.osmosis.core.store
Provides read-only access to an indexed object store.
IndexedObjectStoreReader(RandomAccessObjectStoreReader<T>, IndexStoreReader<Long, LongLongIndexElement>) - Constructor for class org.openstreetmap.osmosis.core.store.IndexedObjectStoreReader
Creates a new instance.
IndexElement<K> - Interface in org.openstreetmap.osmosis.core.store
Defines the methods to be implemented by data classes stored within an index.
IndexRangeIterator<K,T extends IndexElement<K>> - Class in org.openstreetmap.osmosis.core.store
Iterates over specific range within an index source.
IndexRangeIterator(Iterator<T>, K, K, Comparator<K>) - Constructor for class org.openstreetmap.osmosis.core.store.IndexRangeIterator
Creates a new instance.
IndexStore<K,T extends IndexElement<K>> - Class in org.openstreetmap.osmosis.core.store
Writes data into an index file and sorts it if input data is unordered.
IndexStore(Class<T>, Comparator<K>, File) - Constructor for class org.openstreetmap.osmosis.core.store.IndexStore
Creates a new instance.
IndexStore(Class<T>, Comparator<K>, String) - Constructor for class org.openstreetmap.osmosis.core.store.IndexStore
Creates a new instance.
IndexStoreReader<K,T extends IndexElement<K>> - Class in org.openstreetmap.osmosis.core.store
Provides read-only access to an index store.
IndexStoreReader(RandomAccessObjectStoreReader<T>, Comparator<K>) - Constructor for class org.openstreetmap.osmosis.core.store.IndexStoreReader
Creates a new instance.
initialize(Entity) - Method in class org.openstreetmap.osmosis.core.domain.v0_6.EntityBuilder
Deprecated. Initializes the contents of the builder to the specified data.
initialize(long, int, Date, OsmUser, long) - Method in class org.openstreetmap.osmosis.core.domain.v0_6.EntityBuilder
Deprecated. Initializes the contents of the builder to the specified data.
initialize(long, int, TimestampContainer, OsmUser, long) - Method in class org.openstreetmap.osmosis.core.domain.v0_6.EntityBuilder
Deprecated. Initializes the contents of the builder to the specified data.
initialize(Node) - Method in class org.openstreetmap.osmosis.core.domain.v0_6.NodeBuilder
Deprecated. Initializes the contents of the builder to the specified data.
initialize(long, int, Date, OsmUser, long, double, double) - Method in class org.openstreetmap.osmosis.core.domain.v0_6.NodeBuilder
Deprecated. Initializes the contents of the builder to the specified data.
initialize(long, int, TimestampContainer, OsmUser, long, double, double) - Method in class org.openstreetmap.osmosis.core.domain.v0_6.NodeBuilder
Deprecated. Initializes the contents of the builder to the specified data.
initialize(Relation) - Method in class org.openstreetmap.osmosis.core.domain.v0_6.RelationBuilder
Deprecated. Initializes the contents of the builder to the specified data.
initialize(long, int, Date, OsmUser, long) - Method in class org.openstreetmap.osmosis.core.domain.v0_6.RelationBuilder
Deprecated. Initializes the contents of the builder to the specified data.
initialize(long, int, TimestampContainer, OsmUser, long) - Method in class org.openstreetmap.osmosis.core.domain.v0_6.RelationBuilder
Deprecated. Initializes the contents of the builder to the specified data.
initialize(Way) - Method in class org.openstreetmap.osmosis.core.domain.v0_6.WayBuilder
Deprecated. Initializes the contents of the builder to the specified data.
initialize(long, int, Date, OsmUser, long) - Method in class org.openstreetmap.osmosis.core.domain.v0_6.WayBuilder
Deprecated. Initializes the contents of the builder to the specified data.
initialize(long, int, TimestampContainer, OsmUser, long) - Method in class org.openstreetmap.osmosis.core.domain.v0_6.WayBuilder
Deprecated. Initializes the contents of the builder to the specified data.
initialize() - Method in class org.openstreetmap.osmosis.core.report.v0_5.IntegrityReporter
Initialises the output file for writing.
initialize() - Method in class org.openstreetmap.osmosis.core.report.v0_6.IntegrityReporter
Initialises the output file for writing.
initialize(List<String>) - Method in class org.openstreetmap.osmosis.core.TaskRegistrar
Initialises factories for all tasks.
initialize() - Method in class org.openstreetmap.osmosis.core.xml.common.BaseXmlWriter
Initialises the output file for writing.
InMemoryNodeLocationStore - Class in org.openstreetmap.osmosis.core.pgsql.v0_6.impl
An in-memory node location store implementation.
InMemoryNodeLocationStore() - Constructor for class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.InMemoryNodeLocationStore
Creates a new instance.
IntAsChar - Class in org.openstreetmap.osmosis.core.util
Contains utility methods supporting storage of ints as chars.
IntegerLongIndexElement - Class in org.openstreetmap.osmosis.core.store
A single index element for an int-long index.
IntegerLongIndexElement(int, long) - Constructor for class org.openstreetmap.osmosis.core.store.IntegerLongIndexElement
Creates a new instance.
IntegerLongIndexElement(StoreReader, StoreClassRegister) - Constructor for class org.openstreetmap.osmosis.core.store.IntegerLongIndexElement
Creates a new instance.
IntegrityReporter - Class in org.openstreetmap.osmosis.core.report.v0_5
A sink that verifies the referential integrity of all data passing through it.
IntegrityReporter(File) - Constructor for class org.openstreetmap.osmosis.core.report.v0_5.IntegrityReporter
Creates a new instance.
IntegrityReporter - Class in org.openstreetmap.osmosis.core.report.v0_6
A sink that verifies the referential integrity of all data passing through it.
IntegrityReporter(File) - Constructor for class org.openstreetmap.osmosis.core.report.v0_6.IntegrityReporter
Creates a new instance.
IntegrityReporterFactory - Class in org.openstreetmap.osmosis.core.report.v0_5
The task manager factory for an integrity reporter.
IntegrityReporterFactory() - Constructor for class org.openstreetmap.osmosis.core.report.v0_5.IntegrityReporterFactory
 
IntegrityReporterFactory - Class in org.openstreetmap.osmosis.core.report.v0_6
The task manager factory for an integrity reporter.
IntegrityReporterFactory() - Constructor for class org.openstreetmap.osmosis.core.report.v0_6.IntegrityReporterFactory
 
intersect(Bound) - Method in class org.openstreetmap.osmosis.core.domain.v0_5.Bound
Calculate the intersected area of this with the specified bound.
intersect(Bound) - Method in class org.openstreetmap.osmosis.core.domain.v0_6.Bound
Calculate the intersected area of this with the specified bound.
IntervalDownloader - Class in org.openstreetmap.osmosis.core.merge.v0_6
Downloads a set of change files from a HTTP server, and merges them into a single output stream.
IntervalDownloader(String, File) - Constructor for class org.openstreetmap.osmosis.core.merge.v0_6.IntervalDownloader
Creates a new instance.
IntervalDownloaderConfiguration - Class in org.openstreetmap.osmosis.core.merge.v0_6.impl
Loads and exposes the extraction configuration properties.
IntervalDownloaderConfiguration(File) - Constructor for class org.openstreetmap.osmosis.core.merge.v0_6.impl.IntervalDownloaderConfiguration
Creates a new instance.
IntervalDownloaderFactory - Class in org.openstreetmap.osmosis.core.merge.v0_6
The task manager factory for a change downloader.
IntervalDownloaderFactory() - Constructor for class org.openstreetmap.osmosis.core.merge.v0_6.IntervalDownloaderFactory
 
IntervalDownloaderInitializer - Class in org.openstreetmap.osmosis.core.merge.v0_6
Downloads a set of change files from a HTTP server, and merges them into a single output stream.
IntervalDownloaderInitializer(File, Date) - Constructor for class org.openstreetmap.osmosis.core.merge.v0_6.IntervalDownloaderInitializer
Creates a new instance.
IntervalDownloaderInitializerFactory - Class in org.openstreetmap.osmosis.core.merge.v0_6
The task manager factory for a change download initializer.
IntervalDownloaderInitializerFactory() - Constructor for class org.openstreetmap.osmosis.core.merge.v0_6.IntervalDownloaderInitializerFactory
 
IntervalExtractor - Class in org.openstreetmap.osmosis.extract.apidb.v0_6
Performs an extract from a database for a single time interval and writes to a change file.
IntervalExtractor(Configuration, File, Date, Date, boolean) - Constructor for class org.openstreetmap.osmosis.extract.apidb.v0_6.IntervalExtractor
Creates a new instance.
IntervalExtractor - Class in org.openstreetmap.osmosis.extract.mysql.v0_5
Performs an extract from a database for a single time interval and writes to a change file.
IntervalExtractor(Configuration, File, Date, Date) - Constructor for class org.openstreetmap.osmosis.extract.mysql.v0_5.IntervalExtractor
Creates a new instance.
intToChar(int) - Static method in class org.openstreetmap.osmosis.core.util.IntAsChar
Converts the specified int to an char and verifies that it is legal.
isActionSupported() - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.DatabaseCapabilityChecker
Indicates if action support is available.
isClassRecognized(Class<?>) - Method in class org.openstreetmap.osmosis.core.store.BaseStoreClassRegister
Indicates if the class is recognized by the current register.
isClosed() - Method in class org.openstreetmap.osmosis.core.domain.v0_6.Way
Is this way closed? (A way is closed if the first node id equals the last node id.)
isEmpty() - Method in class org.openstreetmap.osmosis.core.util.CollectionWrapper
isEquivalent(TimestampFormat) - Method in class org.openstreetmap.osmosis.core.domain.common.TimestampFormat
Indicates if the specified date format object supports the same date format as this object.
isNodeWithinArea(Node) - Method in class org.openstreetmap.osmosis.core.filter.v0_5.AreaFilter
Indicates if the node lies within the area required.
isNodeWithinArea(Node) - Method in class org.openstreetmap.osmosis.core.filter.v0_5.BoundingBoxFilter
Indicates if the node lies within the area required.
isNodeWithinArea(Node) - Method in class org.openstreetmap.osmosis.core.filter.v0_5.PolygonFilter
Indicates if the node lies within the area required.
isNodeWithinArea(Node) - Method in class org.openstreetmap.osmosis.core.filter.v0_6.AreaFilter
Indicates if the node lies within the area required.
isNodeWithinArea(Node) - Method in class org.openstreetmap.osmosis.core.filter.v0_6.BoundingBoxFilter
Indicates if the node lies within the area required.
isNodeWithinArea(Node) - Method in class org.openstreetmap.osmosis.core.filter.v0_6.PolygonFilter
Indicates if the node lies within the area required.
isReadOnly() - Method in class org.openstreetmap.osmosis.core.domain.v0_6.CommonEntityData
Indicates if the object has been set to read-only.
isReadOnly() - Method in class org.openstreetmap.osmosis.core.domain.v0_6.Entity
Indicates if the object has been set to read-only.
isSuccessful() - Method in class org.openstreetmap.osmosis.core.pipeline.common.TaskRunner
This can be called after the thread has completed to determine if the thread terminated normally.
isTileWayIndexAvailable() - Method in class org.openstreetmap.osmosis.core.customdb.v0_5.impl.DatasetStoreReader
Indicates if a tile index is available for ways or if a node to way index must be used instead.
isTileWayIndexAvailable() - Method in class org.openstreetmap.osmosis.core.filter.v0_5.impl.BaseDatasetReader
Indicates if a tile index is available for ways or if a node to way index must be used instead.
isUsableResult() - Method in class org.openstreetmap.osmosis.core.apidb.common.BaseTableReader.ReadResult
Returns the usable result flag.
isUsableResult() - Method in class org.openstreetmap.osmosis.core.mysql.common.BaseTableReader.ReadResult
Returns the usable result flag.
isUsableResult() - Method in class org.openstreetmap.osmosis.core.pgsql.common.BaseTableReader.ReadResult
Returns the usable result flag.
isValid() - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.NodeLocation
Indicates if the node is valid.
isVisible() - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.impl.EntityHistory
Gets the visible flag.
isVisible() - Method in class org.openstreetmap.osmosis.core.mysql.v0_5.impl.EntityHistory
Gets the visible flag.
isWayBboxSupported() - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.DatabaseCapabilityChecker
Indicates if way bounding box support is available.
isWayLinestringSupported() - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.DatabaseCapabilityChecker
Indicates if way linestring support is available.
iterate() - Method in interface org.openstreetmap.osmosis.core.container.v0_5.DatasetReader
Allows the entire dataset to be iterated across.
iterate() - Method in interface org.openstreetmap.osmosis.core.container.v0_6.DatasetContext
Allows the entire dataset to be iterated across.
iterate() - Method in interface org.openstreetmap.osmosis.core.container.v0_6.EntityManager
Returns an iterator providing access to all entities in the database.
iterate() - Method in class org.openstreetmap.osmosis.core.customdb.v0_5.impl.DatasetStoreReader
Allows the entire dataset to be iterated across.
iterate() - Method in class org.openstreetmap.osmosis.core.customdb.v0_6.impl.DatasetStoreReader
Allows the entire dataset to be iterated across.
iterate() - Method in class org.openstreetmap.osmosis.core.customdb.v0_6.impl.NodeManager
Returns an iterator providing access to all entities in the database.
iterate() - Method in class org.openstreetmap.osmosis.core.customdb.v0_6.impl.RelationManager
Returns an iterator providing access to all entities in the database.
iterate() - Method in class org.openstreetmap.osmosis.core.customdb.v0_6.impl.WayManager
Returns an iterator providing access to all entities in the database.
iterate() - Method in class org.openstreetmap.osmosis.core.pgsql.v0_5.impl.NodeDao
Returns an iterator providing access to all nodes in the database.
iterate() - Method in class org.openstreetmap.osmosis.core.pgsql.v0_5.impl.PostgreSqlDatasetReader
Allows the entire dataset to be iterated across.
iterate() - Method in class org.openstreetmap.osmosis.core.pgsql.v0_5.impl.RelationDao
Returns an iterator providing access to all nodes in the database.
iterate() - Method in class org.openstreetmap.osmosis.core.pgsql.v0_5.impl.WayDao
Returns an iterator providing access to all ways in the database.
iterate() - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.EntityDao
Returns an iterator providing access to all entities in the database.
iterate() - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.EntityFeatureDao
Returns an iterator providing access to all entity features of this type in the database.
iterate() - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.NodeDao
Returns an iterator providing access to all entities in the database.
iterate() - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.PostgreSqlDatasetContext
Allows the entire dataset to be iterated across.
iterate() - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.PostgresSqlEntityManager
Returns an iterator providing access to all entities in the database.
iterate() - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.RelationDao
Returns an iterator providing access to all entities in the database.
iterate() - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.WayDao
Returns an iterator providing access to all entities in the database.
iterate() - Method in class org.openstreetmap.osmosis.core.sort.common.FileBasedSort
Sorts and returns the contents of the sorter.
iterate(long) - Method in class org.openstreetmap.osmosis.core.store.ChunkedObjectStore
Provides access to the contents of this store.
iterate(long) - Method in class org.openstreetmap.osmosis.core.store.RandomAccessObjectStoreReader
Iterates over the entire stream of data.
iterate() - Method in class org.openstreetmap.osmosis.core.store.RandomAccessObjectStoreReader
Iterates over the entire stream of data.
iterate() - Method in class org.openstreetmap.osmosis.core.store.SegmentedObjectStore
Returns an iterator for reading objects from the underlying data store.
iterate(long, long) - Method in class org.openstreetmap.osmosis.core.store.SegmentedObjectStore
Returns an iterator for reading objects from the underlying data store.
iterate() - Method in class org.openstreetmap.osmosis.core.store.SimpleObjectStore
Returns an iterator for reading objects from the underlying data store.
iterateBoundingBox(double, double, double, double, boolean) - Method in interface org.openstreetmap.osmosis.core.container.v0_5.DatasetReader
Allows all data within a bounding box to be iterated across.
iterateBoundingBox(double, double, double, double, boolean) - Method in interface org.openstreetmap.osmosis.core.container.v0_6.DatasetContext
Allows all data within a bounding box to be iterated across.
iterateBoundingBox(double, double, double, double, boolean) - Method in class org.openstreetmap.osmosis.core.customdb.v0_6.impl.DatasetStoreReader
Allows all data within a bounding box to be iterated across.
iterateBoundingBox(double, double, double, double, boolean) - Method in class org.openstreetmap.osmosis.core.filter.v0_5.impl.BaseDatasetReader
Allows all data within a bounding box to be iterated across.
iterateBoundingBox(double, double, double, double, boolean) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_5.impl.PostgreSqlDatasetReader
Allows all data within a bounding box to be iterated across.
iterateBoundingBox(double, double, double, double, boolean) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_5.impl.RelationDao
Allows all data within a bounding box to be iterated across.
iterateBoundingBox(double, double, double, double, boolean) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_5.impl.WayDao
Allows all data within a bounding box to be iterated across.
iterateBoundingBox(double, double, double, double, boolean) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.PostgreSqlDatasetContext
Allows all data within a bounding box to be iterated across.
iterator() - Method in class org.openstreetmap.osmosis.core.filter.common.BitSetIdTracker
iterator() - Method in class org.openstreetmap.osmosis.core.filter.common.ListIdTracker
iterator() - Method in class org.openstreetmap.osmosis.core.util.CollectionWrapper

L

length() - Method in class org.openstreetmap.osmosis.core.store.BufferedRandomAccessFileInputStream
Returns the length of the data file.
length() - Method in class org.openstreetmap.osmosis.core.store.RandomAccessObjectStoreReader
Returns the length of data.
ListIdTracker - Class in org.openstreetmap.osmosis.core.filter.common
Implements the IdTracker interface using a list of ids.
ListIdTracker() - Constructor for class org.openstreetmap.osmosis.core.filter.common.ListIdTracker
Creates a new instance.
load() - Method in class org.openstreetmap.osmosis.core.util.PropertiesPersister
Loads the properties from the file.
loadFeatures(long, T) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.EntityDao
Adds the type specific features to the entity.
loadFeatures(long, Node) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.NodeDao
Adds the type specific features to the entity.
loadFeatures(long, Relation) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.RelationDao
Adds the type specific features to the entity.
loadFeatures(long, Way) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.WayDao
Adds the type specific features to the entity.
loadPolygon() - Method in class org.openstreetmap.osmosis.core.filter.common.PolygonFileReader
Builds an Area configured with the polygon information defined in the file.
loadState() - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.impl.FileReplicationDestination
Loads the existing state.
loadState() - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.impl.FileReplicationStatePersistor
Loads the existing state.
loadState() - Method in interface org.openstreetmap.osmosis.core.apidb.v0_6.impl.ReplicationStatePersister
Loads the existing state.
loadTaskFactories() - Method in interface org.openstreetmap.osmosis.core.plugin.PluginLoader
Loads all task factories provided by the plugin and specifies the names to register them under.
locationStore - Variable in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.WayGeometryBuilder
Stores the locations of nodes so that they can be used to build the way geometries.
lock() - Method in class org.openstreetmap.osmosis.core.util.FileBasedLock
Obtain an exclusive lock.
lockTables(List<String>) - Method in class org.openstreetmap.osmosis.core.apidb.common.DatabaseContext
Locks the specified tables for exclusive access.
lockTables(List<String>) - Method in class org.openstreetmap.osmosis.core.apidb.common.DatabaseContext2
Locks the specified tables for exclusive access.
LongAsInt - Class in org.openstreetmap.osmosis.core.util
Contains utility methods supporting storage of longs as integers.
LongLongIndexElement - Class in org.openstreetmap.osmosis.core.store
A single index element for a long-long index.
LongLongIndexElement(long, long) - Constructor for class org.openstreetmap.osmosis.core.store.LongLongIndexElement
Creates a new instance.
LongLongIndexElement(StoreReader, StoreClassRegister) - Constructor for class org.openstreetmap.osmosis.core.store.LongLongIndexElement
Creates a new instance.
longToInt(long) - Static method in class org.openstreetmap.osmosis.core.util.LongAsInt
Converts the specified long to an int and verifies that it is legal.

M

main(String[]) - Static method in class org.openstreetmap.osmosis.core.Osmosis
The entry point to the application.
main(String[]) - Static method in class org.openstreetmap.osmosis.extract.apidb.v0_6.OsmosisExtractApiDb
The entry point to the application.
main(String[]) - Static method in class org.openstreetmap.osmosis.extract.mysql.v0_5.OsmosisExtractMysql
The entry point to the application.
makeReadOnly() - Method in class org.openstreetmap.osmosis.core.domain.v0_6.CommonEntityData
Configures the object to be read-only.
makeReadOnly() - Method in class org.openstreetmap.osmosis.core.domain.v0_6.Entity
Configures the object to be read-only.
makeReadOnly() - Method in class org.openstreetmap.osmosis.core.domain.v0_6.Relation
Configures the object to be read-only.
makeReadOnly() - Method in class org.openstreetmap.osmosis.core.domain.v0_6.Way
Configures the object to be read-only.
maximumTile - Variable in class org.openstreetmap.osmosis.core.customdb.v0_6.impl.BoundingBoxContext
The maximum tile value for the box.
maximumTile - Variable in class org.openstreetmap.osmosis.core.filter.v0_5.impl.BoundingBoxContext
The maximum tile value for the box.
MemberTypeParser - Class in org.openstreetmap.osmosis.core.apidb.v0_6.impl
Parses the database representation of a relation member type into an entity type object.
MemberTypeParser() - Constructor for class org.openstreetmap.osmosis.core.apidb.v0_6.impl.MemberTypeParser
 
MemberTypeParser - Class in org.openstreetmap.osmosis.core.mysql.v0_5.impl
Parses the database representation of a relation member type into an entity type object.
MemberTypeParser() - Constructor for class org.openstreetmap.osmosis.core.mysql.v0_5.impl.MemberTypeParser
 
MemberTypeParser - Class in org.openstreetmap.osmosis.core.xml.v0_5.impl
Parses the xml representation of a relation member type into an entity type object.
MemberTypeParser() - Constructor for class org.openstreetmap.osmosis.core.xml.v0_5.impl.MemberTypeParser
 
MemberTypeParser - Class in org.openstreetmap.osmosis.core.xml.v0_6.impl
Parses the xml representation of a relation member type into an entity type object.
MemberTypeParser() - Constructor for class org.openstreetmap.osmosis.core.xml.v0_6.impl.MemberTypeParser
 
MemberTypeRenderer - Class in org.openstreetmap.osmosis.core.apidb.v0_6.impl
Renders a member type object into its database representation.
MemberTypeRenderer() - Constructor for class org.openstreetmap.osmosis.core.apidb.v0_6.impl.MemberTypeRenderer
 
MemberTypeRenderer - Class in org.openstreetmap.osmosis.core.mysql.v0_5.impl
Renders a member type object into its database representation.
MemberTypeRenderer() - Constructor for class org.openstreetmap.osmosis.core.mysql.v0_5.impl.MemberTypeRenderer
 
MemberTypeRenderer - Class in org.openstreetmap.osmosis.core.xml.v0_5.impl
Renders a member type object into its xml representation.
MemberTypeRenderer() - Constructor for class org.openstreetmap.osmosis.core.xml.v0_5.impl.MemberTypeRenderer
 
MemberTypeRenderer - Class in org.openstreetmap.osmosis.core.xml.v0_6.impl
Renders a member type object into its xml representation.
MemberTypeRenderer() - Constructor for class org.openstreetmap.osmosis.core.xml.v0_6.impl.MemberTypeRenderer
 
MemberTypeValueMapper - Class in org.openstreetmap.osmosis.core.pgsql.v0_5.impl
This is a utility class for mapping between relation member type columns and the corresponding entity type.
MemberTypeValueMapper() - Constructor for class org.openstreetmap.osmosis.core.pgsql.v0_5.impl.MemberTypeValueMapper
 
MemberTypeValueMapper - Class in org.openstreetmap.osmosis.core.pgsql.v0_6.impl
This is a utility class for mapping between relation member type columns and the corresponding entity type.
MemberTypeValueMapper() - Constructor for class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.MemberTypeValueMapper
 
MergingIterator<DataType> - Class in org.openstreetmap.osmosis.core.sort.common
This iterator examines a list of sorted input sources and merges them into a single sorted list.
MergingIterator(List<ReleasableIterator<DataType>>, Comparator<DataType>) - Constructor for class org.openstreetmap.osmosis.core.sort.common.MergingIterator
Creates a new instance.
migrate(EntityContainer) - Method in class org.openstreetmap.osmosis.core.migrate.impl.EntityContainerMigrater
Migrates an entity container from 0.5 to 0.6 format.
migrate(Bound) - Method in class org.openstreetmap.osmosis.core.migrate.impl.EntityMigrater
Migrates a bound object from 0.5 to 0.6 format.
migrate(Node) - Method in class org.openstreetmap.osmosis.core.migrate.impl.EntityMigrater
Migrates a node object from 0.5 to 0.6 format.
migrate(Way) - Method in class org.openstreetmap.osmosis.core.migrate.impl.EntityMigrater
Migrates a way object from 0.5 to 0.6 format.
migrate(Relation) - Method in class org.openstreetmap.osmosis.core.migrate.impl.EntityMigrater
Migrates a relation object from 0.5 to 0.6 format.
MigrateChangeV05ToV06 - Class in org.openstreetmap.osmosis.core.migrate
A task for converting 0.5 change data into 0.6 format.
MigrateChangeV05ToV06() - Constructor for class org.openstreetmap.osmosis.core.migrate.MigrateChangeV05ToV06
Creates a new instance.
MigrateChangeV05ToV06Factory - Class in org.openstreetmap.osmosis.core.migrate
The task manager factory for a 0.5 to 0.6 change migration task.
MigrateChangeV05ToV06Factory() - Constructor for class org.openstreetmap.osmosis.core.migrate.MigrateChangeV05ToV06Factory
 
MigrateV05ToV06 - Class in org.openstreetmap.osmosis.core.migrate
A task for converting 0.5 data into 0.6 format.
MigrateV05ToV06() - Constructor for class org.openstreetmap.osmosis.core.migrate.MigrateV05ToV06
Creates a new instance.
MigrateV05ToV06Factory - Class in org.openstreetmap.osmosis.core.migrate
The task manager factory for a 0.5 to 0.6 migration task.
MigrateV05ToV06Factory() - Constructor for class org.openstreetmap.osmosis.core.migrate.MigrateV05ToV06Factory
 
minimumTile - Variable in class org.openstreetmap.osmosis.core.customdb.v0_6.impl.BoundingBoxContext
The minimum tile value for the box.
minimumTile - Variable in class org.openstreetmap.osmosis.core.filter.v0_5.impl.BoundingBoxContext
The minimum tile value for the box.
modifyEntity(T) - Method in interface org.openstreetmap.osmosis.core.container.v0_6.EntityManager
Updates the specified entity details in the database.
modifyEntity(Node) - Method in class org.openstreetmap.osmosis.core.customdb.v0_6.impl.NodeManager
Updates the specified entity details in the database.
modifyEntity(Relation) - Method in class org.openstreetmap.osmosis.core.customdb.v0_6.impl.RelationManager
Updates the specified entity details in the database.
modifyEntity(Way) - Method in class org.openstreetmap.osmosis.core.customdb.v0_6.impl.WayManager
Updates the specified entity details in the database.
modifyEntity(T) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.EntityDao
Updates the specified entity details in the database.
modifyEntity(Node) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.NodeDao
Updates the specified entity details in the database.
modifyEntity(T) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.PostgresSqlEntityManager
Updates the specified entity details in the database.
modifyEntity(Relation) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.RelationDao
Updates the specified entity details in the database.
modifyEntity(Way) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.WayDao
Updates the specified entity details in the database.
MultiChangeSink - Interface in org.openstreetmap.osmosis.core.task.v0_5
Defines the interface for tasks consuming multiple streams of data.
MultiChangeSink - Interface in org.openstreetmap.osmosis.core.task.v0_6
Defines the interface for tasks consuming multiple streams of data.
MultiChangeSinkRunnableChangeSource - Interface in org.openstreetmap.osmosis.core.task.v0_5
Defines the interface for combining multi change sink and change source functionality.
MultiChangeSinkRunnableChangeSource - Interface in org.openstreetmap.osmosis.core.task.v0_6
Defines the interface for combining multi change sink and change source functionality.
MultiChangeSinkRunnableChangeSourceManager - Class in org.openstreetmap.osmosis.core.pipeline.v0_5
A task manager implementation for MultiChangeSinkRunnableChangeSource task implementations.
MultiChangeSinkRunnableChangeSourceManager(String, MultiChangeSinkRunnableChangeSource, Map<String, String>) - Constructor for class org.openstreetmap.osmosis.core.pipeline.v0_5.MultiChangeSinkRunnableChangeSourceManager
Creates a new instance.
MultiChangeSinkRunnableChangeSourceManager - Class in org.openstreetmap.osmosis.core.pipeline.v0_6
A task manager implementation for MultiChangeSinkRunnableChangeSource task implementations.
MultiChangeSinkRunnableChangeSourceManager(String, MultiChangeSinkRunnableChangeSource, Map<String, String>) - Constructor for class org.openstreetmap.osmosis.core.pipeline.v0_6.MultiChangeSinkRunnableChangeSourceManager
Creates a new instance.
MultiChangeSource - Interface in org.openstreetmap.osmosis.core.task.v0_5
Defines the interface for tasks producing multiple change streams of OSM data.
MultiChangeSource - Interface in org.openstreetmap.osmosis.core.task.v0_6
Defines the interface for tasks producing multiple change streams of OSM data.
MultiMemberGZIPInputStream - Class in org.openstreetmap.osmosis.core.util
This class was copied directly from the workaround class provided in http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4691425.
MultiMemberGZIPInputStream(InputStream, int) - Constructor for class org.openstreetmap.osmosis.core.util.MultiMemberGZIPInputStream
Creates a new instance.
MultiMemberGZIPInputStream(InputStream) - Constructor for class org.openstreetmap.osmosis.core.util.MultiMemberGZIPInputStream
Creates a new instance.
MultipleSourceIterator<T> - Class in org.openstreetmap.osmosis.core.store
Allows the contents of several iterators to be combined into a single iterator.
MultipleSourceIterator(List<ReleasableIterator<T>>) - Constructor for class org.openstreetmap.osmosis.core.store.MultipleSourceIterator
Creates a new instance.
MultiSink - Interface in org.openstreetmap.osmosis.core.task.v0_5
Defines the interface for tasks consuming multiple streams of data.
MultiSink - Interface in org.openstreetmap.osmosis.core.task.v0_6
Defines the interface for tasks consuming multiple streams of data.
MultiSinkMultiChangeSinkRunnableSource - Interface in org.openstreetmap.osmosis.core.task.v0_5
Defines the interface for combining sink, change sink and source functionality.
MultiSinkMultiChangeSinkRunnableSource - Interface in org.openstreetmap.osmosis.core.task.v0_6
Defines the interface for combining sink, change sink and source functionality.
MultiSinkMultiChangeSinkRunnableSourceManager - Class in org.openstreetmap.osmosis.core.pipeline.v0_5
A task manager implementation for SinkChangeSinkSource task implementations.
MultiSinkMultiChangeSinkRunnableSourceManager(String, MultiSinkMultiChangeSinkRunnableSource, Map<String, String>) - Constructor for class org.openstreetmap.osmosis.core.pipeline.v0_5.MultiSinkMultiChangeSinkRunnableSourceManager
Creates a new instance.
MultiSinkMultiChangeSinkRunnableSourceManager - Class in org.openstreetmap.osmosis.core.pipeline.v0_6
A task manager implementation for SinkChangeSinkSource task implementations.
MultiSinkMultiChangeSinkRunnableSourceManager(String, MultiSinkMultiChangeSinkRunnableSource, Map<String, String>) - Constructor for class org.openstreetmap.osmosis.core.pipeline.v0_6.MultiSinkMultiChangeSinkRunnableSourceManager
Creates a new instance.
MultiSinkRunnableChangeSource - Interface in org.openstreetmap.osmosis.core.task.v0_5
Defines the interface for combining multi sink and change source functionality.
MultiSinkRunnableChangeSource - Interface in org.openstreetmap.osmosis.core.task.v0_6
Defines the interface for combining multi sink and change source functionality.
MultiSinkRunnableChangeSourceManager - Class in org.openstreetmap.osmosis.core.pipeline.v0_5
A task manager implementation for MultiSinkRunnableChangeSource task implementations.
MultiSinkRunnableChangeSourceManager(String, MultiSinkRunnableChangeSource, Map<String, String>) - Constructor for class org.openstreetmap.osmosis.core.pipeline.v0_5.MultiSinkRunnableChangeSourceManager
Creates a new instance.
MultiSinkRunnableChangeSourceManager - Class in org.openstreetmap.osmosis.core.pipeline.v0_6
A task manager implementation for MultiSinkRunnableChangeSource task implementations.
MultiSinkRunnableChangeSourceManager(String, MultiSinkRunnableChangeSource, Map<String, String>) - Constructor for class org.openstreetmap.osmosis.core.pipeline.v0_6.MultiSinkRunnableChangeSourceManager
Creates a new instance.
MultiSinkRunnableSource - Interface in org.openstreetmap.osmosis.core.task.v0_5
Defines the interface for combining multi sink and source functionality.
MultiSinkRunnableSource - Interface in org.openstreetmap.osmosis.core.task.v0_6
Defines the interface for combining multi sink and source functionality.
MultiSinkRunnableSourceManager - Class in org.openstreetmap.osmosis.core.pipeline.v0_5
A task manager implementation for MultiSinkRunnableSource task implementations.
MultiSinkRunnableSourceManager(String, MultiSinkRunnableSource, Map<String, String>) - Constructor for class org.openstreetmap.osmosis.core.pipeline.v0_5.MultiSinkRunnableSourceManager
Creates a new instance.
MultiSinkRunnableSourceManager - Class in org.openstreetmap.osmosis.core.pipeline.v0_6
A task manager implementation for MultiSinkRunnableSource task implementations.
MultiSinkRunnableSourceManager(String, MultiSinkRunnableSource, Map<String, String>) - Constructor for class org.openstreetmap.osmosis.core.pipeline.v0_6.MultiSinkRunnableSourceManager
Creates a new instance.
MultiSource - Interface in org.openstreetmap.osmosis.core.task.v0_5
Defines the interface for tasks producing multiple streams of OSM data.
MultiSource - Interface in org.openstreetmap.osmosis.core.task.v0_6
Defines the interface for tasks producing multiple streams of OSM data.
MysqlChangeReader - Class in org.openstreetmap.osmosis.core.mysql.v0_5
A change source reading from database history tables.
MysqlChangeReader(DatabaseLoginCredentials, DatabasePreferences, boolean, Date, Date) - Constructor for class org.openstreetmap.osmosis.core.mysql.v0_5.MysqlChangeReader
Creates a new instance.
MysqlChangeReaderFactory - Class in org.openstreetmap.osmosis.core.mysql.v0_5
The task manager factory for a database change reader.
MysqlChangeReaderFactory() - Constructor for class org.openstreetmap.osmosis.core.mysql.v0_5.MysqlChangeReaderFactory
 
MysqlChangeWriter - Class in org.openstreetmap.osmosis.core.mysql.v0_5
A change sink writing to database tables.
MysqlChangeWriter(DatabaseLoginCredentials, DatabasePreferences, boolean) - Constructor for class org.openstreetmap.osmosis.core.mysql.v0_5.MysqlChangeWriter
Creates a new instance.
MysqlChangeWriterFactory - Class in org.openstreetmap.osmosis.core.mysql.v0_5
The task manager factory for a database change writer.
MysqlChangeWriterFactory() - Constructor for class org.openstreetmap.osmosis.core.mysql.v0_5.MysqlChangeWriterFactory
 
MySqlCurrentReader - Class in org.openstreetmap.osmosis.core.mysql.v0_5
An OSM data source reading from a databases current tables.
MySqlCurrentReader(DatabaseLoginCredentials, DatabasePreferences, boolean) - Constructor for class org.openstreetmap.osmosis.core.mysql.v0_5.MySqlCurrentReader
Creates a new instance.
MySqlCurrentReaderFactory - Class in org.openstreetmap.osmosis.core.mysql.v0_5
The task manager factory for a database reader.
MySqlCurrentReaderFactory() - Constructor for class org.openstreetmap.osmosis.core.mysql.v0_5.MySqlCurrentReaderFactory
 
MysqlIdentityValueLoader - Class in org.openstreetmap.osmosis.core.apidb.common
Mysql implementation of an identity value loader.
MysqlIdentityValueLoader(DatabaseContext) - Constructor for class org.openstreetmap.osmosis.core.apidb.common.MysqlIdentityValueLoader
Creates a new instance.
MysqlIdentityValueLoader2 - Class in org.openstreetmap.osmosis.core.apidb.common
Mysql implementation of an identity value loader.
MysqlIdentityValueLoader2(DatabaseContext2) - Constructor for class org.openstreetmap.osmosis.core.apidb.common.MysqlIdentityValueLoader2
Creates a new instance.
MysqlReader - Class in org.openstreetmap.osmosis.core.mysql.v0_5
An OSM data source reading from a database.
MysqlReader(DatabaseLoginCredentials, DatabasePreferences, Date, boolean) - Constructor for class org.openstreetmap.osmosis.core.mysql.v0_5.MysqlReader
Creates a new instance.
MysqlReaderFactory - Class in org.openstreetmap.osmosis.core.mysql.v0_5
The task manager factory for a database reader.
MysqlReaderFactory() - Constructor for class org.openstreetmap.osmosis.core.mysql.v0_5.MysqlReaderFactory
 
MysqlTruncator - Class in org.openstreetmap.osmosis.core.mysql.v0_5
A standalone OSM task with no inputs or outputs that truncates tables in a mysql database.
MysqlTruncator(DatabaseLoginCredentials, DatabasePreferences) - Constructor for class org.openstreetmap.osmosis.core.mysql.v0_5.MysqlTruncator
Creates a new instance.
MysqlTruncatorFactory - Class in org.openstreetmap.osmosis.core.mysql.v0_5
The task manager factory for a database table truncator.
MysqlTruncatorFactory() - Constructor for class org.openstreetmap.osmosis.core.mysql.v0_5.MysqlTruncatorFactory
 
MySqlVersionConstants - Interface in org.openstreetmap.osmosis.core.mysql.v0_5
Defines constants specific to the specific schema version.
MysqlWriter - Class in org.openstreetmap.osmosis.core.mysql.v0_5
An OSM data sink for storing all data to a database.
MysqlWriter(DatabaseLoginCredentials, DatabasePreferences, boolean, boolean) - Constructor for class org.openstreetmap.osmosis.core.mysql.v0_5.MysqlWriter
Creates a new instance.
MysqlWriterFactory - Class in org.openstreetmap.osmosis.core.mysql.v0_5
The task manager factory for a database writer.
MysqlWriterFactory() - Constructor for class org.openstreetmap.osmosis.core.mysql.v0_5.MysqlWriterFactory
 

N

next() - Method in class org.openstreetmap.osmosis.core.apidb.common.BaseTableReader
next() - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.impl.ChangeReader
next() - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.impl.DeltaToDiffReader
next() - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.impl.EntityContainerReader
next() - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.impl.EntityHistoryListReader
next() - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.impl.EntityHistoryReader
next() - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.impl.EntitySnapshotReader
next() - Method in class org.openstreetmap.osmosis.core.container.v0_5.NodeContainerIterator
next() - Method in class org.openstreetmap.osmosis.core.container.v0_5.RelationContainerIterator
next() - Method in class org.openstreetmap.osmosis.core.container.v0_5.WayContainerIterator
next() - Method in class org.openstreetmap.osmosis.core.container.v0_6.BoundContainerIterator
next() - Method in class org.openstreetmap.osmosis.core.container.v0_6.NodeContainerIterator
next() - Method in class org.openstreetmap.osmosis.core.container.v0_6.RelationContainerIterator
next() - Method in class org.openstreetmap.osmosis.core.container.v0_6.WayContainerIterator
next() - Method in class org.openstreetmap.osmosis.core.customdb.v0_5.impl.RelationalIndexValueIdIterator
next() - Method in class org.openstreetmap.osmosis.core.customdb.v0_5.impl.TileIndexValueIdIterator
next() - Method in class org.openstreetmap.osmosis.core.customdb.v0_6.impl.RelationalIndexValueIdIterator
next() - Method in class org.openstreetmap.osmosis.core.customdb.v0_6.impl.TileIndexValueIdIterator
next() - Method in class org.openstreetmap.osmosis.core.mysql.common.BaseTableReader
next() - Method in class org.openstreetmap.osmosis.core.mysql.v0_5.impl.CurrentRelationReader
next() - Method in class org.openstreetmap.osmosis.core.mysql.v0_5.impl.CurrentWayReader
next() - Method in class org.openstreetmap.osmosis.core.mysql.v0_5.impl.EntitySnapshotReader
next() - Method in class org.openstreetmap.osmosis.core.mysql.v0_5.impl.NodeChangeReader
Returns the next available entity and advances to the next record.
next() - Method in class org.openstreetmap.osmosis.core.mysql.v0_5.impl.RelationChangeReader
Returns the next available entity and advances to the next record.
next() - Method in class org.openstreetmap.osmosis.core.mysql.v0_5.impl.RelationReader
next() - Method in class org.openstreetmap.osmosis.core.mysql.v0_5.impl.WayChangeReader
Returns the next available entity and advances to the next record.
next() - Method in class org.openstreetmap.osmosis.core.mysql.v0_5.impl.WayReader
next() - Method in class org.openstreetmap.osmosis.core.pgsql.common.BaseTableReader
next() - Method in class org.openstreetmap.osmosis.core.pgsql.v0_5.impl.NodeReader
next() - Method in class org.openstreetmap.osmosis.core.pgsql.v0_5.impl.RelationReader
next() - Method in class org.openstreetmap.osmosis.core.pgsql.v0_5.impl.WayReader
next() - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.EntityReader
next() - Method in class org.openstreetmap.osmosis.core.sort.common.MergingIterator
next() - Method in class org.openstreetmap.osmosis.core.store.EmptyIterator
next() - Method in class org.openstreetmap.osmosis.core.store.IndexRangeIterator
next() - Method in class org.openstreetmap.osmosis.core.store.MultipleSourceIterator
next() - Method in class org.openstreetmap.osmosis.core.store.ObjectDataInputIterator
next() - Method in class org.openstreetmap.osmosis.core.store.PeekableIterator
next() - Method in class org.openstreetmap.osmosis.core.store.PersistentIterator
next() - Method in class org.openstreetmap.osmosis.core.store.ReleasableAdaptorForIterator
next() - Method in class org.openstreetmap.osmosis.core.store.StoreReleasingIterator
next() - Method in class org.openstreetmap.osmosis.core.store.SubObjectStreamIterator
next() - Method in class org.openstreetmap.osmosis.core.store.UpcastIterator
Node - Class in org.openstreetmap.osmosis.core.domain.v0_5
A data class representing a single OSM node.
Node(long, Date, OsmUser, double, double) - Constructor for class org.openstreetmap.osmosis.core.domain.v0_5.Node
Creates a new instance.
Node(long, TimestampContainer, OsmUser, double, double) - Constructor for class org.openstreetmap.osmosis.core.domain.v0_5.Node
Creates a new instance.
Node(StoreReader, StoreClassRegister) - Constructor for class org.openstreetmap.osmosis.core.domain.v0_5.Node
Creates a new instance.
Node - Class in org.openstreetmap.osmosis.core.domain.v0_6
A data class representing a single OSM node.
Node(long, int, Date, OsmUser, long, double, double) - Constructor for class org.openstreetmap.osmosis.core.domain.v0_6.Node
Creates a new instance.
Node(long, int, TimestampContainer, OsmUser, long, double, double) - Constructor for class org.openstreetmap.osmosis.core.domain.v0_6.Node
Creates a new instance.
Node(CommonEntityData, double, double) - Constructor for class org.openstreetmap.osmosis.core.domain.v0_6.Node
Creates a new instance.
Node(long, int, Date, OsmUser, long, Collection<Tag>, double, double) - Constructor for class org.openstreetmap.osmosis.core.domain.v0_6.Node
Creates a new instance.
Node(long, int, TimestampContainer, OsmUser, long, Collection<Tag>, double, double) - Constructor for class org.openstreetmap.osmosis.core.domain.v0_6.Node
Creates a new instance.
Node(StoreReader, StoreClassRegister) - Constructor for class org.openstreetmap.osmosis.core.domain.v0_6.Node
Creates a new instance.
NodeBuilder - Class in org.openstreetmap.osmosis.core.domain.v0_6
Deprecated. Builder classes are not required because entities are now writeable.
NodeBuilder() - Constructor for class org.openstreetmap.osmosis.core.domain.v0_6.NodeBuilder
Deprecated. Creates a new instance.
NodeBuilder(Node) - Constructor for class org.openstreetmap.osmosis.core.domain.v0_6.NodeBuilder
Deprecated. Creates a new instance.
NodeBuilder(long, int, Date, OsmUser, long, double, double) - Constructor for class org.openstreetmap.osmosis.core.domain.v0_6.NodeBuilder
Deprecated. Creates a new instance.
NodeBuilder(long, int, TimestampContainer, OsmUser, long, double, double) - Constructor for class org.openstreetmap.osmosis.core.domain.v0_6.NodeBuilder
Deprecated. Creates a new instance.
NodeBuilder(StoreReader, StoreClassRegister) - Constructor for class org.openstreetmap.osmosis.core.domain.v0_6.NodeBuilder
Deprecated. Creates a new instance.
NodeChangeReader - Class in org.openstreetmap.osmosis.core.mysql.v0_5.impl
Reads the set of node changes from a database that have occurred within a time interval.
NodeChangeReader(DatabaseLoginCredentials, boolean, Date, Date) - Constructor for class org.openstreetmap.osmosis.core.mysql.v0_5.impl.NodeChangeReader
Creates a new instance.
NodeContainer - Class in org.openstreetmap.osmosis.core.container.v0_5
Entity container implementation for nodes.
NodeContainer(Node) - Constructor for class org.openstreetmap.osmosis.core.container.v0_5.NodeContainer
Creates a new instance.
NodeContainer(StoreReader, StoreClassRegister) - Constructor for class org.openstreetmap.osmosis.core.container.v0_5.NodeContainer
Creates a new instance.
NodeContainer - Class in org.openstreetmap.osmosis.core.container.v0_6
Entity container implementation for nodes.
NodeContainer(Node) - Constructor for class org.openstreetmap.osmosis.core.container.v0_6.NodeContainer
Creates a new instance.
NodeContainer(StoreReader, StoreClassRegister) - Constructor for class org.openstreetmap.osmosis.core.container.v0_6.NodeContainer
Creates a new instance.
NodeContainerFactory - Class in org.openstreetmap.osmosis.core.container.v0_6
A container factory for node objects.
NodeContainerFactory() - Constructor for class org.openstreetmap.osmosis.core.container.v0_6.NodeContainerFactory
 
NodeContainerIterator - Class in org.openstreetmap.osmosis.core.container.v0_5
Wraps a set of nodes into node containers.
NodeContainerIterator(ReleasableIterator<Node>) - Constructor for class org.openstreetmap.osmosis.core.container.v0_5.NodeContainerIterator
Creates a new instance.
NodeContainerIterator - Class in org.openstreetmap.osmosis.core.container.v0_6
Wraps a set of nodes into node containers.
NodeContainerIterator(ReleasableIterator<Node>) - Constructor for class org.openstreetmap.osmosis.core.container.v0_6.NodeContainerIterator
Creates a new instance.
NodeDao - Class in org.openstreetmap.osmosis.core.apidb.v0_6.impl
Provides access to nodes in the database.
NodeDao(JdbcTemplate) - Constructor for class org.openstreetmap.osmosis.core.apidb.v0_6.impl.NodeDao
Creates a new instance.
NodeDao - Class in org.openstreetmap.osmosis.core.pgsql.v0_5.impl
Performs all node-specific db operations.
NodeDao(DatabaseContext) - Constructor for class org.openstreetmap.osmosis.core.pgsql.v0_5.impl.NodeDao
Creates a new instance.
NodeDao - Class in org.openstreetmap.osmosis.core.pgsql.v0_6.impl
Performs all node-specific db operations.
NodeDao(DatabaseContext, ActionDao) - Constructor for class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.NodeDao
Creates a new instance.
NodeElementProcessor - Class in org.openstreetmap.osmosis.core.xml.v0_5.impl
Provides an element processor implementation for a node.
NodeElementProcessor(BaseElementProcessor, Sink, boolean) - Constructor for class org.openstreetmap.osmosis.core.xml.v0_5.impl.NodeElementProcessor
Creates a new instance.
NodeElementProcessor - Class in org.openstreetmap.osmosis.core.xml.v0_6.impl
Provides an element processor implementation for a node.
NodeElementProcessor(BaseElementProcessor, Sink, boolean) - Constructor for class org.openstreetmap.osmosis.core.xml.v0_6.impl.NodeElementProcessor
Creates a new instance.
NodeHistoryReader - Class in org.openstreetmap.osmosis.core.mysql.v0_5.impl
Reads node history records for nodes that have been modified within a time interval.
NodeHistoryReader(DatabaseLoginCredentials, boolean, Date, Date) - Constructor for class org.openstreetmap.osmosis.core.mysql.v0_5.impl.NodeHistoryReader
Creates a new instance.
nodeIdTracker - Variable in class org.openstreetmap.osmosis.core.customdb.v0_6.impl.BoundingBoxContext
All node ids are stored within this tracker.
nodeIdTracker - Variable in class org.openstreetmap.osmosis.core.filter.v0_5.impl.BoundingBoxContext
All node ids are stored within this tracker.
NodeKeyFilter - Class in org.openstreetmap.osmosis.core.filter.v0_5
A class filtering everything but allowed nodes.
NodeKeyFilter(String) - Constructor for class org.openstreetmap.osmosis.core.filter.v0_5.NodeKeyFilter
Creates a new instance.
NodeKeyFilter - Class in org.openstreetmap.osmosis.core.filter.v0_6
A class filtering everything but allowed nodes.
NodeKeyFilter(String) - Constructor for class org.openstreetmap.osmosis.core.filter.v0_6.NodeKeyFilter
Creates a new instance.
NodeKeyFilterFactory - Class in org.openstreetmap.osmosis.core.filter.v0_5
Extends the basic task manager factory functionality with used-node filter task specific common methods.
NodeKeyFilterFactory() - Constructor for class org.openstreetmap.osmosis.core.filter.v0_5.NodeKeyFilterFactory
 
NodeKeyFilterFactory - Class in org.openstreetmap.osmosis.core.filter.v0_6
Extends the basic task manager factory functionality with used-node filter task specific common methods.
NodeKeyFilterFactory() - Constructor for class org.openstreetmap.osmosis.core.filter.v0_6.NodeKeyFilterFactory
 
NodeKeyValueFilter - Class in org.openstreetmap.osmosis.core.filter.v0_5
A class filtering everything but allowed nodes.
NodeKeyValueFilter(String) - Constructor for class org.openstreetmap.osmosis.core.filter.v0_5.NodeKeyValueFilter
Creates a new instance.
NodeKeyValueFilter - Class in org.openstreetmap.osmosis.core.filter.v0_6
A class filtering everything but allowed nodes.
NodeKeyValueFilter(String) - Constructor for class org.openstreetmap.osmosis.core.filter.v0_6.NodeKeyValueFilter
Creates a new instance.
NodeKeyValueFilterFactory - Class in org.openstreetmap.osmosis.core.filter.v0_5
Extends the basic task manager factory functionality with used-node filter task specific common methods.
NodeKeyValueFilterFactory() - Constructor for class org.openstreetmap.osmosis.core.filter.v0_5.NodeKeyValueFilterFactory
 
NodeKeyValueFilterFactory - Class in org.openstreetmap.osmosis.core.filter.v0_6
Extends the basic task manager factory functionality with used-node filter task specific common methods.
NodeKeyValueFilterFactory() - Constructor for class org.openstreetmap.osmosis.core.filter.v0_6.NodeKeyValueFilterFactory
 
NodeLocation - Class in org.openstreetmap.osmosis.core.pgsql.v0_6.impl
Represents the minimal geo-spatial information associated with a node.
NodeLocation() - Constructor for class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.NodeLocation
Creates a new empty instance which is marked as invalid.
NodeLocation(double, double) - Constructor for class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.NodeLocation
Creates a new instance with populated location details.
NodeLocationStore - Interface in org.openstreetmap.osmosis.core.pgsql.v0_6.impl
A node location store is used for caching node locations that are subsequently used to build way geometries.
NodeLocationStoreType - Enum in org.openstreetmap.osmosis.core.pgsql.v0_6.impl
Defines the different node location store implementations available.
NodeManager - Class in org.openstreetmap.osmosis.core.customdb.v0_6.impl
Provides access to nodes within a dataset store.
NodeManager(NodeStorageContainer) - Constructor for class org.openstreetmap.osmosis.core.customdb.v0_6.impl.NodeManager
Creates a new instance.
NodeMapper - Class in org.openstreetmap.osmosis.core.pgsql.v0_6.impl
Reads and writes node attributes to jdbc classes.
NodeMapper() - Constructor for class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.NodeMapper
Creates a new instance.
NodeReader - Class in org.openstreetmap.osmosis.core.mysql.v0_5.impl
Reads complete node history from a database ordered by their identifier.
NodeReader(DatabaseLoginCredentials, boolean) - Constructor for class org.openstreetmap.osmosis.core.mysql.v0_5.impl.NodeReader
Creates a new instance.
NodeReader - Class in org.openstreetmap.osmosis.core.pgsql.v0_5.impl
Reads all nodes from a database ordered by their identifier.
NodeReader(DatabaseContext) - Constructor for class org.openstreetmap.osmosis.core.pgsql.v0_5.impl.NodeReader
Creates a new instance.
NodeReader(DatabaseContext, String) - Constructor for class org.openstreetmap.osmosis.core.pgsql.v0_5.impl.NodeReader
Creates a new instance.
NodeReader - Class in org.openstreetmap.osmosis.core.pgsql.v0_6.impl
Reads all nodes from a database ordered by their identifier.
NodeReader(DatabaseContext) - Constructor for class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.NodeReader
Creates a new instance.
NodeReader(DatabaseContext, String) - Constructor for class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.NodeReader
Creates a new instance.
NodeRowMapper - Class in org.openstreetmap.osmosis.core.apidb.v0_6.impl
Maps node result set rows into node objects.
NodeRowMapper(RowMapperListener<Node>) - Constructor for class org.openstreetmap.osmosis.core.apidb.v0_6.impl.NodeRowMapper
Creates a new instance.
NodeStorageContainer - Class in org.openstreetmap.osmosis.core.customdb.v0_5.impl
Holds references to all of the node storage related classes.
NodeStorageContainer(RandomAccessObjectStoreReader<Node>, IndexStoreReader<Long, LongLongIndexElement>, IndexStoreReader<Integer, IntegerLongIndexElement>, IndexStoreReader<Long, LongLongIndexElement>, IndexStoreReader<Long, LongLongIndexElement>) - Constructor for class org.openstreetmap.osmosis.core.customdb.v0_5.impl.NodeStorageContainer
Creates a new instance.
NodeStorageContainer - Class in org.openstreetmap.osmosis.core.customdb.v0_6.impl
Holds references to all of the node storage related classes.
NodeStorageContainer(RandomAccessObjectStoreReader<Node>, IndexStoreReader<Long, LongLongIndexElement>, IndexStoreReader<Integer, IntegerLongIndexElement>, IndexStoreReader<Long, LongLongIndexElement>, IndexStoreReader<Long, LongLongIndexElement>) - Constructor for class org.openstreetmap.osmosis.core.customdb.v0_6.impl.NodeStorageContainer
Creates a new instance.
NodeTableReader - Class in org.openstreetmap.osmosis.core.pgsql.v0_5.impl
Reads nodes from a database ordered by their identifier.
NodeTableReader(DatabaseContext) - Constructor for class org.openstreetmap.osmosis.core.pgsql.v0_5.impl.NodeTableReader
Creates a new instance.
NodeTableReader(DatabaseContext, String) - Constructor for class org.openstreetmap.osmosis.core.pgsql.v0_5.impl.NodeTableReader
Creates a new instance with a constrained search.
NodeWriter - Class in org.openstreetmap.osmosis.core.xml.v0_5.impl
Renders a node as xml.
NodeWriter(String, int) - Constructor for class org.openstreetmap.osmosis.core.xml.v0_5.impl.NodeWriter
Creates a new instance.
NodeWriter - Class in org.openstreetmap.osmosis.core.xml.v0_6.impl
Renders a node as xml.
NodeWriter(String, int) - Constructor for class org.openstreetmap.osmosis.core.xml.v0_6.impl.NodeWriter
Creates a new instance.
NONE - Static variable in class org.openstreetmap.osmosis.core.domain.v0_5.OsmUser
The user instance representing no user available or no user applicable.
NONE - Static variable in class org.openstreetmap.osmosis.core.domain.v0_6.OsmUser
The user instance representing no user available or no user applicable.
NoSuchIndexElementException - Exception in org.openstreetmap.osmosis.core.store
A runtime exception indicating that the requested index value does not exist.
NoSuchIndexElementException() - Constructor for exception org.openstreetmap.osmosis.core.store.NoSuchIndexElementException
Constructs a new exception with null as its detail message.
NoSuchIndexElementException(String) - Constructor for exception org.openstreetmap.osmosis.core.store.NoSuchIndexElementException
Constructs a new exception with the specified detail message.
NoSuchIndexElementException(Throwable) - Constructor for exception org.openstreetmap.osmosis.core.store.NoSuchIndexElementException
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
NoSuchIndexElementException(String, Throwable) - Constructor for exception org.openstreetmap.osmosis.core.store.NoSuchIndexElementException
Constructs a new exception with the specified detail message and cause.
NoSuchRecordException - Exception in org.openstreetmap.osmosis.core.pgsql.common
A runtime exception indicating that the requested database record doesn't exist.
NoSuchRecordException() - Constructor for exception org.openstreetmap.osmosis.core.pgsql.common.NoSuchRecordException
Constructs a new exception with null as its detail message.
NoSuchRecordException(String) - Constructor for exception org.openstreetmap.osmosis.core.pgsql.common.NoSuchRecordException
Constructs a new exception with the specified detail message.
NoSuchRecordException(Throwable) - Constructor for exception org.openstreetmap.osmosis.core.pgsql.common.NoSuchRecordException
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
NoSuchRecordException(String, Throwable) - Constructor for exception org.openstreetmap.osmosis.core.pgsql.common.NoSuchRecordException
Constructs a new exception with the specified detail message and cause.
NullChangeWriter - Class in org.openstreetmap.osmosis.core.misc.v0_5
An OSM change sink that discards all data sent to it.
NullChangeWriter() - Constructor for class org.openstreetmap.osmosis.core.misc.v0_5.NullChangeWriter
 
NullChangeWriter - Class in org.openstreetmap.osmosis.core.misc.v0_6
An OSM change sink that discards all data sent to it.
NullChangeWriter() - Constructor for class org.openstreetmap.osmosis.core.misc.v0_6.NullChangeWriter
 
NullChangeWriterFactory - Class in org.openstreetmap.osmosis.core.misc.v0_5
The task manager factory for a null change writer.
NullChangeWriterFactory() - Constructor for class org.openstreetmap.osmosis.core.misc.v0_5.NullChangeWriterFactory
 
NullChangeWriterFactory - Class in org.openstreetmap.osmosis.core.misc.v0_6
The task manager factory for a null change writer.
NullChangeWriterFactory() - Constructor for class org.openstreetmap.osmosis.core.misc.v0_6.NullChangeWriterFactory
 
NullWriter - Class in org.openstreetmap.osmosis.core.misc.v0_5
An OSM data sink that discards all data sent to it.
NullWriter() - Constructor for class org.openstreetmap.osmosis.core.misc.v0_5.NullWriter
 
NullWriter - Class in org.openstreetmap.osmosis.core.misc.v0_6
An OSM data sink that discards all data sent to it.
NullWriter() - Constructor for class org.openstreetmap.osmosis.core.misc.v0_6.NullWriter
 
NullWriterFactory - Class in org.openstreetmap.osmosis.core.misc.v0_5
The task manager factory for a null writer.
NullWriterFactory() - Constructor for class org.openstreetmap.osmosis.core.misc.v0_5.NullWriterFactory
 
NullWriterFactory - Class in org.openstreetmap.osmosis.core.misc.v0_6
The task manager factory for a null writer.
NullWriterFactory() - Constructor for class org.openstreetmap.osmosis.core.misc.v0_6.NullWriterFactory
 

O

ObjectDataInputIterator<T> - Class in org.openstreetmap.osmosis.core.store
Provides functionality common to all object iterators.
ObjectDataInputIterator(ObjectReader) - Constructor for class org.openstreetmap.osmosis.core.store.ObjectDataInputIterator
Creates a new instance.
ObjectReader - Interface in org.openstreetmap.osmosis.core.store
Implementations provide functionality to deserialise a Storeable implementation from a store.
ObjectSerializationFactory - Interface in org.openstreetmap.osmosis.core.store
Implementations of this factory provide methods for creating object readers and writers for storing and loading objects from data stores.
ObjectStreamIterator<T> - Class in org.openstreetmap.osmosis.core.store
This class reads objects from an ObjectInputStream until the end of stream is reached.
ObjectStreamIterator(DataInputStream, ObjectReader) - Constructor for class org.openstreetmap.osmosis.core.store.ObjectStreamIterator
Creates a new instance.
ObjectWriter - Interface in org.openstreetmap.osmosis.core.store
Implementations provide functionality to serialise a Storeable implementation to a store.
OffsetTrackingOutputStream - Class in org.openstreetmap.osmosis.core.store
Tracks the number of bytes written so far to the stream.
OffsetTrackingOutputStream(OutputStream) - Constructor for class org.openstreetmap.osmosis.core.store.OffsetTrackingOutputStream
Creates a new instance.
org.openstreetmap.osmosis.core - package org.openstreetmap.osmosis.core
 
org.openstreetmap.osmosis.core.apidb.common - package org.openstreetmap.osmosis.core.apidb.common
 
org.openstreetmap.osmosis.core.apidb.v0_6 - package org.openstreetmap.osmosis.core.apidb.v0_6
 
org.openstreetmap.osmosis.core.apidb.v0_6.impl - package org.openstreetmap.osmosis.core.apidb.v0_6.impl
 
org.openstreetmap.osmosis.core.buffer.v0_5 - package org.openstreetmap.osmosis.core.buffer.v0_5
 
org.openstreetmap.osmosis.core.buffer.v0_6 - package org.openstreetmap.osmosis.core.buffer.v0_6
 
org.openstreetmap.osmosis.core.change.v0_5 - package org.openstreetmap.osmosis.core.change.v0_5
 
org.openstreetmap.osmosis.core.change.v0_5.impl - package org.openstreetmap.osmosis.core.change.v0_5.impl
 
org.openstreetmap.osmosis.core.change.v0_6 - package org.openstreetmap.osmosis.core.change.v0_6
 
org.openstreetmap.osmosis.core.change.v0_6.impl - package org.openstreetmap.osmosis.core.change.v0_6.impl
 
org.openstreetmap.osmosis.core.cli - package org.openstreetmap.osmosis.core.cli
 
org.openstreetmap.osmosis.core.container.v0_5 - package org.openstreetmap.osmosis.core.container.v0_5
 
org.openstreetmap.osmosis.core.container.v0_6 - package org.openstreetmap.osmosis.core.container.v0_6
 
org.openstreetmap.osmosis.core.customdb.v0_5 - package org.openstreetmap.osmosis.core.customdb.v0_5
 
org.openstreetmap.osmosis.core.customdb.v0_5.impl - package org.openstreetmap.osmosis.core.customdb.v0_5.impl
 
org.openstreetmap.osmosis.core.customdb.v0_6 - package org.openstreetmap.osmosis.core.customdb.v0_6
 
org.openstreetmap.osmosis.core.customdb.v0_6.impl - package org.openstreetmap.osmosis.core.customdb.v0_6.impl
 
org.openstreetmap.osmosis.core.database - package org.openstreetmap.osmosis.core.database
 
org.openstreetmap.osmosis.core.domain.common - package org.openstreetmap.osmosis.core.domain.common
 
org.openstreetmap.osmosis.core.domain.v0_5 - package org.openstreetmap.osmosis.core.domain.v0_5
 
org.openstreetmap.osmosis.core.domain.v0_6 - package org.openstreetmap.osmosis.core.domain.v0_6
 
org.openstreetmap.osmosis.core.filter.common - package org.openstreetmap.osmosis.core.filter.common
 
org.openstreetmap.osmosis.core.filter.v0_5 - package org.openstreetmap.osmosis.core.filter.v0_5
 
org.openstreetmap.osmosis.core.filter.v0_5.impl - package org.openstreetmap.osmosis.core.filter.v0_5.impl
 
org.openstreetmap.osmosis.core.filter.v0_6 - package org.openstreetmap.osmosis.core.filter.v0_6
 
org.openstreetmap.osmosis.core.lifecycle - package org.openstreetmap.osmosis.core.lifecycle
 
org.openstreetmap.osmosis.core.merge.common - package org.openstreetmap.osmosis.core.merge.common
 
org.openstreetmap.osmosis.core.merge.v0_5 - package org.openstreetmap.osmosis.core.merge.v0_5
 
org.openstreetmap.osmosis.core.merge.v0_5.impl - package org.openstreetmap.osmosis.core.merge.v0_5.impl
 
org.openstreetmap.osmosis.core.merge.v0_6 - package org.openstreetmap.osmosis.core.merge.v0_6
 
org.openstreetmap.osmosis.core.merge.v0_6.impl - package org.openstreetmap.osmosis.core.merge.v0_6.impl
 
org.openstreetmap.osmosis.core.migrate - package org.openstreetmap.osmosis.core.migrate
 
org.openstreetmap.osmosis.core.migrate.impl - package org.openstreetmap.osmosis.core.migrate.impl
 
org.openstreetmap.osmosis.core.misc.v0_5 - package org.openstreetmap.osmosis.core.misc.v0_5
 
org.openstreetmap.osmosis.core.misc.v0_6 - package org.openstreetmap.osmosis.core.misc.v0_6
 
org.openstreetmap.osmosis.core.mysql.common - package org.openstreetmap.osmosis.core.mysql.common
 
org.openstreetmap.osmosis.core.mysql.v0_5 - package org.openstreetmap.osmosis.core.mysql.v0_5
 
org.openstreetmap.osmosis.core.mysql.v0_5.impl - package org.openstreetmap.osmosis.core.mysql.v0_5.impl
 
org.openstreetmap.osmosis.core.pgsql.common - package org.openstreetmap.osmosis.core.pgsql.common
 
org.openstreetmap.osmosis.core.pgsql.v0_5 - package org.openstreetmap.osmosis.core.pgsql.v0_5
 
org.openstreetmap.osmosis.core.pgsql.v0_5.impl - package org.openstreetmap.osmosis.core.pgsql.v0_5.impl
 
org.openstreetmap.osmosis.core.pgsql.v0_6 - package org.openstreetmap.osmosis.core.pgsql.v0_6
 
org.openstreetmap.osmosis.core.pgsql.v0_6.impl - package org.openstreetmap.osmosis.core.pgsql.v0_6.impl
 
org.openstreetmap.osmosis.core.pipeline.common - package org.openstreetmap.osmosis.core.pipeline.common
 
org.openstreetmap.osmosis.core.pipeline.v0_5 - package org.openstreetmap.osmosis.core.pipeline.v0_5
 
org.openstreetmap.osmosis.core.pipeline.v0_6 - package org.openstreetmap.osmosis.core.pipeline.v0_6
 
org.openstreetmap.osmosis.core.plugin - package org.openstreetmap.osmosis.core.plugin
 
org.openstreetmap.osmosis.core.progress.v0_5 - package org.openstreetmap.osmosis.core.progress.v0_5
 
org.openstreetmap.osmosis.core.progress.v0_6 - package org.openstreetmap.osmosis.core.progress.v0_6
 
org.openstreetmap.osmosis.core.progress.v0_6.impl - package org.openstreetmap.osmosis.core.progress.v0_6.impl
 
org.openstreetmap.osmosis.core.report.v0_5 - package org.openstreetmap.osmosis.core.report.v0_5
 
org.openstreetmap.osmosis.core.report.v0_6 - package org.openstreetmap.osmosis.core.report.v0_6
 
org.openstreetmap.osmosis.core.sort.common - package org.openstreetmap.osmosis.core.sort.common
 
org.openstreetmap.osmosis.core.sort.v0_5 - package org.openstreetmap.osmosis.core.sort.v0_5
 
org.openstreetmap.osmosis.core.sort.v0_6 - package org.openstreetmap.osmosis.core.sort.v0_6
 
org.openstreetmap.osmosis.core.store - package org.openstreetmap.osmosis.core.store
 
org.openstreetmap.osmosis.core.tagremove.v0_6 - package org.openstreetmap.osmosis.core.tagremove.v0_6
 
org.openstreetmap.osmosis.core.task.common - package org.openstreetmap.osmosis.core.task.common
 
org.openstreetmap.osmosis.core.task.v0_5 - package org.openstreetmap.osmosis.core.task.v0_5
 
org.openstreetmap.osmosis.core.task.v0_6 - package org.openstreetmap.osmosis.core.task.v0_6
 
org.openstreetmap.osmosis.core.tee.v0_5 - package org.openstreetmap.osmosis.core.tee.v0_5
 
org.openstreetmap.osmosis.core.tee.v0_6 - package org.openstreetmap.osmosis.core.tee.v0_6
 
org.openstreetmap.osmosis.core.util - package org.openstreetmap.osmosis.core.util
 
org.openstreetmap.osmosis.core.xml.common - package org.openstreetmap.osmosis.core.xml.common
 
org.openstreetmap.osmosis.core.xml.v0_5 - package org.openstreetmap.osmosis.core.xml.v0_5
 
org.openstreetmap.osmosis.core.xml.v0_5.impl - package org.openstreetmap.osmosis.core.xml.v0_5.impl
 
org.openstreetmap.osmosis.core.xml.v0_6 - package org.openstreetmap.osmosis.core.xml.v0_6
 
org.openstreetmap.osmosis.core.xml.v0_6.impl - package org.openstreetmap.osmosis.core.xml.v0_6.impl
 
org.openstreetmap.osmosis.extract.apidb.common - package org.openstreetmap.osmosis.extract.apidb.common
 
org.openstreetmap.osmosis.extract.apidb.v0_6 - package org.openstreetmap.osmosis.extract.apidb.v0_6
 
org.openstreetmap.osmosis.extract.mysql.common - package org.openstreetmap.osmosis.extract.mysql.common
 
org.openstreetmap.osmosis.extract.mysql.v0_5 - package org.openstreetmap.osmosis.extract.mysql.v0_5
 
OSM_VERSION - Static variable in interface org.openstreetmap.osmosis.core.xml.v0_5.impl.XmlConstants
Defines the version number to be stored in osm xml files.
OSM_VERSION - Static variable in interface org.openstreetmap.osmosis.core.xml.v0_6.impl.XmlConstants
Defines the version number to be stored in osm xml files.
OsmChangeHandler - Class in org.openstreetmap.osmosis.core.xml.v0_5.impl
This class is a SAX default handler for processing OSM Change XML files.
OsmChangeHandler(ChangeSink, boolean) - Constructor for class org.openstreetmap.osmosis.core.xml.v0_5.impl.OsmChangeHandler
 
OsmChangeHandler - Class in org.openstreetmap.osmosis.core.xml.v0_6.impl
This class is a SAX default handler for processing OSM Change XML files.
OsmChangeHandler(ChangeSink, boolean) - Constructor for class org.openstreetmap.osmosis.core.xml.v0_6.impl.OsmChangeHandler
 
OsmChangeWriter - Class in org.openstreetmap.osmosis.core.xml.v0_5.impl
Renders OSM changes as xml.
OsmChangeWriter(String, int) - Constructor for class org.openstreetmap.osmosis.core.xml.v0_5.impl.OsmChangeWriter
Creates a new instance.
OsmChangeWriter - Class in org.openstreetmap.osmosis.core.xml.v0_6.impl
Renders OSM changes as xml.
OsmChangeWriter(String, int) - Constructor for class org.openstreetmap.osmosis.core.xml.v0_6.impl.OsmChangeWriter
Creates a new instance.
OsmElementProcessor - Class in org.openstreetmap.osmosis.core.xml.v0_5.impl
Provides an element processor implementation for an osm element.
OsmElementProcessor(BaseElementProcessor, Sink, boolean) - Constructor for class org.openstreetmap.osmosis.core.xml.v0_5.impl.OsmElementProcessor
Creates a new instance.
OsmElementProcessor - Class in org.openstreetmap.osmosis.core.xml.v0_6.impl
Provides an element processor implementation for an osm element.
OsmElementProcessor(BaseElementProcessor, Sink, boolean, boolean) - Constructor for class org.openstreetmap.osmosis.core.xml.v0_6.impl.OsmElementProcessor
Creates a new instance.
OsmHandler - Class in org.openstreetmap.osmosis.core.xml.v0_5.impl
This class is a SAX default handler for processing OSM XML files.
OsmHandler(Sink, boolean) - Constructor for class org.openstreetmap.osmosis.core.xml.v0_5.impl.OsmHandler
Creates a new instance.
OsmHandler - Class in org.openstreetmap.osmosis.core.xml.v0_6.impl
This class is a SAX default handler for processing OSM XML files.
OsmHandler(Sink, boolean) - Constructor for class org.openstreetmap.osmosis.core.xml.v0_6.impl.OsmHandler
Creates a new instance.
Osmosis - Class in org.openstreetmap.osmosis.core
The main entry point for the command line application.
Osmosis() - Constructor for class org.openstreetmap.osmosis.core.Osmosis
 
OsmosisConstants - Interface in org.openstreetmap.osmosis.core
Constants shared across the Osmosis application.
OsmosisException - Exception in org.openstreetmap.osmosis.core
The root of the checked exception hierarchy for the application.
OsmosisException() - Constructor for exception org.openstreetmap.osmosis.core.OsmosisException
Constructs a new exception with null as its detail message.
OsmosisException(String) - Constructor for exception org.openstreetmap.osmosis.core.OsmosisException
Constructs a new exception with the specified detail message.
OsmosisException(Throwable) - Constructor for exception org.openstreetmap.osmosis.core.OsmosisException
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
OsmosisException(String, Throwable) - Constructor for exception org.openstreetmap.osmosis.core.OsmosisException
Constructs a new exception with the specified detail message and cause.
OsmosisExtractApiDb - Class in org.openstreetmap.osmosis.extract.apidb.v0_6
The main entry point for the apidb change extraction application.
OsmosisExtractApiDb(String[]) - Constructor for class org.openstreetmap.osmosis.extract.apidb.v0_6.OsmosisExtractApiDb
Creates a new instance.
OsmosisExtractMysql - Class in org.openstreetmap.osmosis.extract.mysql.v0_5
The main entry point for the mysql change extraction application.
OsmosisExtractMysql(String[]) - Constructor for class org.openstreetmap.osmosis.extract.mysql.v0_5.OsmosisExtractMysql
Creates a new instance.
OsmosisRuntimeException - Exception in org.openstreetmap.osmosis.core
The root of the unchecked exception hierarchy for the application.
OsmosisRuntimeException() - Constructor for exception org.openstreetmap.osmosis.core.OsmosisRuntimeException
Constructs a new exception with null as its detail message.
OsmosisRuntimeException(String) - Constructor for exception org.openstreetmap.osmosis.core.OsmosisRuntimeException
Constructs a new exception with the specified detail message.
OsmosisRuntimeException(Throwable) - Constructor for exception org.openstreetmap.osmosis.core.OsmosisRuntimeException
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
OsmosisRuntimeException(String, Throwable) - Constructor for exception org.openstreetmap.osmosis.core.OsmosisRuntimeException
Constructs a new exception with the specified detail message and cause.
OsmUser - Class in org.openstreetmap.osmosis.core.domain.v0_5
A value class representing a single OSM user, comprised of user name and id.
OsmUser(int, String) - Constructor for class org.openstreetmap.osmosis.core.domain.v0_5.OsmUser
Creates a new instance.
OsmUser(StoreReader, StoreClassRegister) - Constructor for class org.openstreetmap.osmosis.core.domain.v0_5.OsmUser
Creates a new instance.
OsmUser - Class in org.openstreetmap.osmosis.core.domain.v0_6
A value class representing a single OSM user, comprised of user name and id.
OsmUser(int, String) - Constructor for class org.openstreetmap.osmosis.core.domain.v0_6.OsmUser
Creates a new instance.
OsmUser(StoreReader, StoreClassRegister) - Constructor for class org.openstreetmap.osmosis.core.domain.v0_6.OsmUser
Creates a new instance.
OsmWriter - Class in org.openstreetmap.osmosis.core.xml.v0_5.impl
Renders OSM data types as xml.
OsmWriter(String, int) - Constructor for class org.openstreetmap.osmosis.core.xml.v0_5.impl.OsmWriter
Creates a new instance.
OsmWriter - Class in org.openstreetmap.osmosis.core.xml.v0_6.impl
Renders OSM data types as xml.
OsmWriter(String, int, boolean) - Constructor for class org.openstreetmap.osmosis.core.xml.v0_6.impl.OsmWriter
Creates a new instance.
OUT_PIPE_ARGUMENT_PREFIX - Static variable in interface org.openstreetmap.osmosis.core.pipeline.common.PipelineConstants
Defines the prefix used for command line output pipe arguments.

P

parse(String) - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.impl.MemberTypeParser
Parses the database representation of a relation member type into an entity type object.
parse(String[]) - Method in class org.openstreetmap.osmosis.core.cli.CommandLineParser
Parses the command line arguments.
parse(String) - Method in class org.openstreetmap.osmosis.core.mysql.v0_5.impl.MemberTypeParser
Parses the database representation of a relation member type into an entity type object.
parse(String) - Method in class org.openstreetmap.osmosis.core.xml.common.DateParser
Attempts to parse the specified date.
parse(String) - Method in class org.openstreetmap.osmosis.core.xml.common.FallbackDateParser
Attempts to parse the specified date.
parse(String) - Method in class org.openstreetmap.osmosis.core.xml.v0_5.impl.MemberTypeParser
Parses the database representation of a relation member type into an entity type object.
parse(String) - Method in class org.openstreetmap.osmosis.core.xml.v0_6.impl.MemberTypeParser
Parses the database representation of a relation member type into an entity type object.
parseRecord(ResultSet) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.EntityMapper
Creates a new entity based upon the current row in the result set.
parseRecord(ResultSet) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.NodeMapper
Creates a new entity based upon the current row in the result set.
parseRecord(ResultSet) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.RelationMapper
Creates a new entity based upon the current row in the result set.
parseRecord(ResultSet) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.WayMapper
Creates a new entity based upon the current row in the result set.
parseTags(String) - Method in class org.openstreetmap.osmosis.core.mysql.v0_5.impl.EmbeddedTagProcessor
Parses the specified tag string and produces corresponding tag objects.
parseTimestamp(String) - Method in class org.openstreetmap.osmosis.core.domain.common.TimestampFormat
Parses a date string into date form.
parseTimestamp(String) - Method in class org.openstreetmap.osmosis.core.xml.common.XmlTimestampFormat
Parses a date string into date form.
PassiveTaskManager - Class in org.openstreetmap.osmosis.core.pipeline.common
This task manager implementation supports tasks that perform passive processing on data received from other tasks.
PassiveTaskManager(String, Map<String, String>) - Constructor for class org.openstreetmap.osmosis.core.pipeline.common.PassiveTaskManager
Creates a new instance.
PeekableIterator<T> - Class in org.openstreetmap.osmosis.core.store
Wraps a releasable iterator and adds the ability to peek at the next value without moving to the next record.
PeekableIterator(ReleasableIterator<T>) - Constructor for class org.openstreetmap.osmosis.core.store.PeekableIterator
Creates a new instance.
peekNext() - Method in class org.openstreetmap.osmosis.core.store.PeekableIterator
Returns the next available entity without advancing to the next record.
PermanentFileDatasetStoreFileManager - Class in org.openstreetmap.osmosis.core.customdb.v0_5.impl
Implements a dataset store file manager using permanent files stored in a specified directory.
PermanentFileDatasetStoreFileManager(File) - Constructor for class org.openstreetmap.osmosis.core.customdb.v0_5.impl.PermanentFileDatasetStoreFileManager
Creates a new instance.
PermanentFileDatasetStoreFileManager - Class in org.openstreetmap.osmosis.core.customdb.v0_6.impl
Implements a dataset store file manager using permanent files stored in a specified directory.
PermanentFileDatasetStoreFileManager(File) - Constructor for class org.openstreetmap.osmosis.core.customdb.v0_6.impl.PermanentFileDatasetStoreFileManager
Creates a new instance.
PersistentIterator<T extends Storeable> - Class in org.openstreetmap.osmosis.core.store
Wraps an underlying iterator implementation so that all data is read from the underlying reader and written to a temporary file before being returned.
PersistentIterator(ObjectSerializationFactory, ReleasableIterator<T>, String, boolean) - Constructor for class org.openstreetmap.osmosis.core.store.PersistentIterator
Creates a new instance.
PersistentNodeLocationStore - Class in org.openstreetmap.osmosis.core.pgsql.v0_6.impl
A file-based node location store implementation.
PersistentNodeLocationStore() - Constructor for class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.PersistentNodeLocationStore
Creates a new instance.
Pipeline - Class in org.openstreetmap.osmosis.core.pipeline.common
Manages a processing pipeline from parsing of arguments, to creating and instantiating tasks, running of the pipeline, and waiting until pipeline completion.
Pipeline(TaskManagerFactoryRegister) - Constructor for class org.openstreetmap.osmosis.core.pipeline.common.Pipeline
Creates a new instance.
PipelineConstants - Interface in org.openstreetmap.osmosis.core.pipeline.common
Defines constants used by pipeline management.
PipeTasks - Class in org.openstreetmap.osmosis.core.pipeline.common
Maintains the tasks that have been registered as producing data during the connection process.
PipeTasks() - Constructor for class org.openstreetmap.osmosis.core.pipeline.common.PipeTasks
Creates a new instance.
PluginLoader - Interface in org.openstreetmap.osmosis.core.plugin
Defines the methods required by a plugin loading implementation.
PointBuilder - Class in org.openstreetmap.osmosis.core.pgsql.common
Builds PostGIS Point objects based on a set of coordinates.
PointBuilder() - Constructor for class org.openstreetmap.osmosis.core.pgsql.common.PointBuilder
 
PolygonBuilder - Class in org.openstreetmap.osmosis.core.pgsql.common
Builds PostGIS Polygon objects based on a series of points.
PolygonBuilder() - Constructor for class org.openstreetmap.osmosis.core.pgsql.common.PolygonBuilder
 
PolygonFileReader - Class in org.openstreetmap.osmosis.core.filter.common
Reads the contents of a polygon file into an Area instance.
PolygonFileReader(InputStream, String) - Constructor for class org.openstreetmap.osmosis.core.filter.common.PolygonFileReader
Creates a new instance.
PolygonFileReader(File) - Constructor for class org.openstreetmap.osmosis.core.filter.common.PolygonFileReader
Creates a new instance.
PolygonFilter - Class in org.openstreetmap.osmosis.core.filter.v0_5
Provides a filter for extracting all entities that lie within a specific geographical box identified by latitude and longitude coordinates.
PolygonFilter(IdTrackerType, File, boolean, boolean) - Constructor for class org.openstreetmap.osmosis.core.filter.v0_5.PolygonFilter
Creates a new instance.
PolygonFilter - Class in org.openstreetmap.osmosis.core.filter.v0_6
Provides a filter for extracting all entities that lie within a specific geographical box identified by latitude and longitude coordinates.
PolygonFilter(IdTrackerType, File, boolean, boolean, boolean) - Constructor for class org.openstreetmap.osmosis.core.filter.v0_6.PolygonFilter
Creates a new instance.
PolygonFilterFactory - Class in org.openstreetmap.osmosis.core.filter.v0_5
The task manager factory for a polygon filter.
PolygonFilterFactory() - Constructor for class org.openstreetmap.osmosis.core.filter.v0_5.PolygonFilterFactory
 
PolygonFilterFactory - Class in org.openstreetmap.osmosis.core.filter.v0_6
The task manager factory for a polygon filter.
PolygonFilterFactory() - Constructor for class org.openstreetmap.osmosis.core.filter.v0_6.PolygonFilterFactory
 
populateCommonEntityParameters(PreparedStatement, int, Entity) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.EntityMapper
Sets common entity values as bind variable parameters to an entity insert query.
populateEntityFeatures(T) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.EntityReader
Populates the entity with the its features.
populateEntityFeatures(Relation) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.RelationReader
Populates the entity with the its features.
populateEntityFeatures(Way) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.WayReader
Populates the entity with the its features.
populateEntityParameters(PreparedStatement, int, T) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.EntityFeatureMapper
Sets entity values as bind variable parameters to an entity insert query.
populateEntityParameters(PreparedStatement, int, T) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.EntityMapper
Sets entity values as bind variable parameters to an entity insert query.
populateEntityParameters(PreparedStatement, int, Node) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.NodeMapper
Sets entity values as bind variable parameters to an entity insert query.
populateEntityParameters(PreparedStatement, int, Relation) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.RelationMapper
Sets entity values as bind variable parameters to an entity insert query.
populateEntityParameters(PreparedStatement, int, DbOrderedFeature<RelationMember>) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.RelationMemberMapper
Sets entity values as bind variable parameters to an entity insert query.
populateEntityParameters(PreparedStatement, int, DbFeature<Tag>) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.TagMapper
Sets entity values as bind variable parameters to an entity insert query.
populateEntityParameters(PreparedStatement, int, Way) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.WayMapper
Sets entity values as bind variable parameters to an entity insert query.
populateEntityParameters(PreparedStatement, int, Way, List<Geometry>) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.WayMapper
Sets entity values as bind variable parameters to an entity insert query.
populateEntityParameters(PreparedStatement, int, DbOrderedFeature<WayNode>) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.WayNodeMapper
Sets entity values as bind variable parameters to an entity insert query.
populateFeatures(Te) - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.impl.FeatureHistoryPopulator
Populates the specified entity.
populateFeatures(T) - Method in interface org.openstreetmap.osmosis.core.apidb.v0_6.impl.FeaturePopulator
Populates the specified entity.
position() - Method in class org.openstreetmap.osmosis.core.store.BufferedRandomAccessFileInputStream
Returns the current read position in the data file.
position() - Method in class org.openstreetmap.osmosis.core.store.RandomAccessObjectStoreReader
Returns the current read position.
PostgreSqlChangeWriter - Class in org.openstreetmap.osmosis.core.pgsql.v0_5
A change sink writing to database tables.
PostgreSqlChangeWriter(DatabaseLoginCredentials, DatabasePreferences) - Constructor for class org.openstreetmap.osmosis.core.pgsql.v0_5.PostgreSqlChangeWriter
Creates a new instance.
PostgreSqlChangeWriter - Class in org.openstreetmap.osmosis.core.pgsql.v0_6
A change sink writing to database tables.
PostgreSqlChangeWriter(DatabaseLoginCredentials, DatabasePreferences) - Constructor for class org.openstreetmap.osmosis.core.pgsql.v0_6.PostgreSqlChangeWriter
Creates a new instance.
PostgreSqlChangeWriterFactory - Class in org.openstreetmap.osmosis.core.pgsql.v0_5
The task manager factory for a database change writer.
PostgreSqlChangeWriterFactory() - Constructor for class org.openstreetmap.osmosis.core.pgsql.v0_5.PostgreSqlChangeWriterFactory
 
PostgreSqlChangeWriterFactory - Class in org.openstreetmap.osmosis.core.pgsql.v0_6
The task manager factory for a database change writer.
PostgreSqlChangeWriterFactory() - Constructor for class org.openstreetmap.osmosis.core.pgsql.v0_6.PostgreSqlChangeWriterFactory
 
PostgreSqlDatasetContext - Class in org.openstreetmap.osmosis.core.pgsql.v0_6.impl
Provides read-only access to a PostgreSQL dataset store.
PostgreSqlDatasetContext(DatabaseLoginCredentials, DatabasePreferences) - Constructor for class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.PostgreSqlDatasetContext
Creates a new instance.
PostgreSqlDatasetDumpWriter - Class in org.openstreetmap.osmosis.core.pgsql.v0_5
An OSM data sink for storing all data to a database dump file.
PostgreSqlDatasetDumpWriter(File) - Constructor for class org.openstreetmap.osmosis.core.pgsql.v0_5.PostgreSqlDatasetDumpWriter
Creates a new instance.
PostgreSqlDatasetDumpWriter - Class in org.openstreetmap.osmosis.core.pgsql.v0_6
An OSM data sink for storing all data to a database dump file.
PostgreSqlDatasetDumpWriter(File, boolean, boolean, NodeLocationStoreType) - Constructor for class org.openstreetmap.osmosis.core.pgsql.v0_6.PostgreSqlDatasetDumpWriter
Creates a new instance.
PostgreSqlDatasetDumpWriterFactory - Class in org.openstreetmap.osmosis.core.pgsql.v0_5
The task manager factory for a database dump writer.
PostgreSqlDatasetDumpWriterFactory() - Constructor for class org.openstreetmap.osmosis.core.pgsql.v0_5.PostgreSqlDatasetDumpWriterFactory
 
PostgreSqlDatasetDumpWriterFactory - Class in org.openstreetmap.osmosis.core.pgsql.v0_6
The task manager factory for a database dump writer.
PostgreSqlDatasetDumpWriterFactory() - Constructor for class org.openstreetmap.osmosis.core.pgsql.v0_6.PostgreSqlDatasetDumpWriterFactory
 
PostgreSqlDatasetReader - Class in org.openstreetmap.osmosis.core.pgsql.v0_5.impl
Provides read-only access to a PostgreSQL dataset store.
PostgreSqlDatasetReader(DatabaseLoginCredentials, DatabasePreferences) - Constructor for class org.openstreetmap.osmosis.core.pgsql.v0_5.impl.PostgreSqlDatasetReader
Creates a new instance.
PostgreSqlDatasetReaderFactory - Class in org.openstreetmap.osmosis.core.pgsql.v0_5
The task manager factory for a database reader.
PostgreSqlDatasetReaderFactory() - Constructor for class org.openstreetmap.osmosis.core.pgsql.v0_5.PostgreSqlDatasetReaderFactory
 
PostgreSqlDatasetReaderFactory - Class in org.openstreetmap.osmosis.core.pgsql.v0_6
The task manager factory for a database reader.
PostgreSqlDatasetReaderFactory() - Constructor for class org.openstreetmap.osmosis.core.pgsql.v0_6.PostgreSqlDatasetReaderFactory
 
PostgreSqlDatasetTruncator - Class in org.openstreetmap.osmosis.core.pgsql.v0_5
A standalone OSM task with no inputs or outputs that truncates tables in a mysql database.
PostgreSqlDatasetTruncator(DatabaseLoginCredentials, DatabasePreferences) - Constructor for class org.openstreetmap.osmosis.core.pgsql.v0_5.PostgreSqlDatasetTruncator
Creates a new instance.
PostgreSqlDatasetTruncator - Class in org.openstreetmap.osmosis.core.pgsql.v0_6
A standalone OSM task with no inputs or outputs that truncates tables in a mysql database.
PostgreSqlDatasetTruncator(DatabaseLoginCredentials, DatabasePreferences) - Constructor for class org.openstreetmap.osmosis.core.pgsql.v0_6.PostgreSqlDatasetTruncator
Creates a new instance.
PostgreSqlDatasetTruncatorFactory - Class in org.openstreetmap.osmosis.core.pgsql.v0_5
The task manager factory for a database table truncator.
PostgreSqlDatasetTruncatorFactory() - Constructor for class org.openstreetmap.osmosis.core.pgsql.v0_5.PostgreSqlDatasetTruncatorFactory
 
PostgreSqlDatasetTruncatorFactory - Class in org.openstreetmap.osmosis.core.pgsql.v0_6
The task manager factory for a database table truncator.
PostgreSqlDatasetTruncatorFactory() - Constructor for class org.openstreetmap.osmosis.core.pgsql.v0_6.PostgreSqlDatasetTruncatorFactory
 
PostgreSqlDatasetWriterFactory - Class in org.openstreetmap.osmosis.core.pgsql.v0_5
The task manager factory for a database writer.
PostgreSqlDatasetWriterFactory() - Constructor for class org.openstreetmap.osmosis.core.pgsql.v0_5.PostgreSqlDatasetWriterFactory
 
PostgreSqlDatasetWriterFactory - Class in org.openstreetmap.osmosis.core.pgsql.v0_6
The task manager factory for a database writer.
PostgreSqlDatasetWriterFactory() - Constructor for class org.openstreetmap.osmosis.core.pgsql.v0_6.PostgreSqlDatasetWriterFactory
 
PostgresqlIdentityValueLoader - Class in org.openstreetmap.osmosis.core.apidb.common
Postgresql implementation of an identity value loader.
PostgresqlIdentityValueLoader(DatabaseContext) - Constructor for class org.openstreetmap.osmosis.core.apidb.common.PostgresqlIdentityValueLoader
Creates a new instance.
PostgresqlIdentityValueLoader2 - Class in org.openstreetmap.osmosis.core.apidb.common
Postgresql implementation of an identity value loader.
PostgresqlIdentityValueLoader2(DatabaseContext2) - Constructor for class org.openstreetmap.osmosis.core.apidb.common.PostgresqlIdentityValueLoader2
Creates a new instance.
PostgreSqlReader - Class in org.openstreetmap.osmosis.core.pgsql.v0_5
An OSM dataset source exposing read-only access to a custom PostgreSQL database.
PostgreSqlReader(DatabaseLoginCredentials, DatabasePreferences) - Constructor for class org.openstreetmap.osmosis.core.pgsql.v0_5.PostgreSqlReader
Creates a new instance.
PostgreSqlReader - Class in org.openstreetmap.osmosis.core.pgsql.v0_6
An OSM dataset source exposing generic access to a custom PostgreSQL database.
PostgreSqlReader(DatabaseLoginCredentials, DatabasePreferences) - Constructor for class org.openstreetmap.osmosis.core.pgsql.v0_6.PostgreSqlReader
Creates a new instance.
PostgreSqlVersionConstants - Interface in org.openstreetmap.osmosis.core.pgsql.v0_5
Defines constants specific to the specific schema version.
PostgreSqlVersionConstants - Interface in org.openstreetmap.osmosis.core.pgsql.v0_6
Defines constants specific to the specific schema version.
PostgreSqlWriter - Class in org.openstreetmap.osmosis.core.pgsql.v0_5
An OSM data sink for storing all data to a database.
PostgreSqlWriter(DatabaseLoginCredentials, DatabasePreferences) - Constructor for class org.openstreetmap.osmosis.core.pgsql.v0_5.PostgreSqlWriter
Creates a new instance.
PostgreSqlWriter - Class in org.openstreetmap.osmosis.core.pgsql.v0_6
An OSM data sink for storing all data to a database.
PostgreSqlWriter(DatabaseLoginCredentials, DatabasePreferences, boolean, boolean, NodeLocationStoreType) - Constructor for class org.openstreetmap.osmosis.core.pgsql.v0_6.PostgreSqlWriter
Creates a new instance.
PostgresSqlEntityManager<T extends Entity> - Class in org.openstreetmap.osmosis.core.pgsql.v0_6.impl
Provides postgres entity manager support allowing entities to be manipulated via a common dataset interface.
PostgresSqlEntityManager(EntityDao<T>, UserDao) - Constructor for class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.PostgresSqlEntityManager
Creates a new instance.
prepare(List<TaskConfiguration>) - Method in class org.openstreetmap.osmosis.core.pipeline.common.Pipeline
Instantiates and configures all tasks within the pipeline.
prepareCall(String) - Method in class org.openstreetmap.osmosis.core.pgsql.common.DatabaseContext
Creates a new database callable statement.
prepareStatement(String) - Method in class org.openstreetmap.osmosis.core.apidb.common.DatabaseContext
Creates a new database prepared statement.
prepareStatement(String) - Method in class org.openstreetmap.osmosis.core.mysql.common.DatabaseContext
Creates a new database prepared statement.
prepareStatement(String) - Method in class org.openstreetmap.osmosis.core.pgsql.common.BaseDao
Creates a new database prepared statement.
prepareStatement(String) - Method in class org.openstreetmap.osmosis.core.pgsql.common.DatabaseContext
Creates a new database prepared statement.
prepareStatementForStreaming(String) - Method in class org.openstreetmap.osmosis.core.apidb.common.DatabaseContext
Creates a new database statement that is configured so that any result sets created using it will stream data from the database instead of returning all records at once and storing in memory.
prepareStatementForStreaming(String) - Method in class org.openstreetmap.osmosis.core.mysql.common.DatabaseContext
Creates a new database statement that is configured so that any result sets created using it will stream data from the database instead of returning all records at once and storing in memory.
process(ChangeContainer) - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.ApidbChangeWriter
Process the change.
process(EntityContainer) - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.ApidbWriter
Process the entity.
process(BoundContainer) - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.ApidbWriter
Process the bound.
process(NodeContainer) - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.ApidbWriter
Process the node.
process(WayContainer) - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.ApidbWriter
Process the way.
process(RelationContainer) - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.ApidbWriter
Process the relation.
process(BoundContainer) - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.impl.ActionChangeWriter
Process the bound.
process(NodeContainer) - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.impl.ActionChangeWriter
Process the node.
process(WayContainer) - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.impl.ActionChangeWriter
Process the way.
process(RelationContainer) - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.impl.ActionChangeWriter
Process the relation.
process(T, ResultSet) - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.impl.DbFeatureHistoryRowMapper
Processes the provided object.
process(T, ResultSet) - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.impl.DbFeatureRowMapper
Processes the provided object.
process(DbFeature<T>, ResultSet) - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.impl.DbOrderedFeatureRowMapper
Processes the provided object.
process(T, ResultSet) - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.impl.EntityHistoryRowMapper
Processes the provided object.
process(ChangeContainer) - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.impl.FileReplicationDestination
Process the change.
process(CommonEntityData, ResultSet) - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.impl.NodeRowMapper
Processes the provided object.
process(CommonEntityData, ResultSet) - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.impl.RelationRowMapper
Processes the provided object.
process(T, ResultSet) - Method in interface org.openstreetmap.osmosis.core.apidb.v0_6.impl.RowMapperListener
Processes the provided object.
process(T, ResultSet) - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.impl.SortingStoreRowMapperListener
Processes the provided object.
process(CommonEntityData, ResultSet) - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.impl.WayRowMapper
Processes the provided object.
process(ChangeContainer) - Method in class org.openstreetmap.osmosis.core.buffer.v0_5.ChangeBuffer
Process the change.
process(EntityContainer) - Method in class org.openstreetmap.osmosis.core.buffer.v0_5.EntityBuffer
Process the entity.
process(ChangeContainer) - Method in class org.openstreetmap.osmosis.core.buffer.v0_6.ChangeBuffer
Process the change.
process(EntityContainer) - Method in class org.openstreetmap.osmosis.core.buffer.v0_6.EntityBuffer
Process the entity.
process(BoundContainer) - Method in class org.openstreetmap.osmosis.core.change.v0_5.impl.TimestampChangeSetter
Process the bound.
process(NodeContainer) - Method in class org.openstreetmap.osmosis.core.change.v0_5.impl.TimestampChangeSetter
Process the node.
process(WayContainer) - Method in class org.openstreetmap.osmosis.core.change.v0_5.impl.TimestampChangeSetter
Process the way.
process(RelationContainer) - Method in class org.openstreetmap.osmosis.core.change.v0_5.impl.TimestampChangeSetter
Process the relation.
process(EntityProcessor) - Method in class org.openstreetmap.osmosis.core.container.v0_5.BoundContainer
Calls the appropriate process method with the contained entity.
process(EntityProcessor) - Method in class org.openstreetmap.osmosis.core.container.v0_5.EntityContainer
Calls the appropriate process method with the contained entity.
process(BoundContainer) - Method in interface org.openstreetmap.osmosis.core.container.v0_5.EntityProcessor
Process the bound.
process(NodeContainer) - Method in interface org.openstreetmap.osmosis.core.container.v0_5.EntityProcessor
Process the node.
process(WayContainer) - Method in interface org.openstreetmap.osmosis.core.container.v0_5.EntityProcessor
Process the way.
process(RelationContainer) - Method in interface org.openstreetmap.osmosis.core.container.v0_5.EntityProcessor
Process the relation.
process(EntityProcessor) - Method in class org.openstreetmap.osmosis.core.container.v0_5.NodeContainer
Calls the appropriate process method with the contained entity.
process(EntityProcessor) - Method in class org.openstreetmap.osmosis.core.container.v0_5.RelationContainer
Calls the appropriate process method with the contained entity.
process(EntityProcessor) - Method in class org.openstreetmap.osmosis.core.container.v0_5.WayContainer
Calls the appropriate process method with the contained entity.
process(EntityProcessor) - Method in class org.openstreetmap.osmosis.core.container.v0_6.BoundContainer
Calls the appropriate process method with the contained entity.
process(EntityProcessor) - Method in class org.openstreetmap.osmosis.core.container.v0_6.EntityContainer
Calls the appropriate process method with the contained entity.
process(BoundContainer) - Method in class org.openstreetmap.osmosis.core.container.v0_6.EntityContainerBuilder
Deprecated. Process the bound.
process(NodeContainer) - Method in class org.openstreetmap.osmosis.core.container.v0_6.EntityContainerBuilder
Deprecated. Process the node.
process(WayContainer) - Method in class org.openstreetmap.osmosis.core.container.v0_6.EntityContainerBuilder
Deprecated. Process the way.
process(RelationContainer) - Method in class org.openstreetmap.osmosis.core.container.v0_6.EntityContainerBuilder
Deprecated. Process the relation.
process(BoundContainer) - Method in interface org.openstreetmap.osmosis.core.container.v0_6.EntityProcessor
Process the bound.
process(NodeContainer) - Method in interface org.openstreetmap.osmosis.core.container.v0_6.EntityProcessor
Process the node.
process(WayContainer) - Method in interface org.openstreetmap.osmosis.core.container.v0_6.EntityProcessor
Process the way.
process(RelationContainer) - Method in interface org.openstreetmap.osmosis.core.container.v0_6.EntityProcessor
Process the relation.
process(EntityProcessor) - Method in class org.openstreetmap.osmosis.core.container.v0_6.NodeContainer
Calls the appropriate process method with the contained entity.
process(EntityProcessor) - Method in class org.openstreetmap.osmosis.core.container.v0_6.RelationContainer
Calls the appropriate process method with the contained entity.
process(EntityProcessor) - Method in class org.openstreetmap.osmosis.core.container.v0_6.WayContainer
Calls the appropriate process method with the contained entity.
process(Dataset) - Method in class org.openstreetmap.osmosis.core.customdb.v0_5.DumpDataset
Process the dataset.
process(EntityContainer) - Method in class org.openstreetmap.osmosis.core.customdb.v0_5.impl.DatasetStore
Process the entity.
process(BoundContainer) - Method in class org.openstreetmap.osmosis.core.customdb.v0_5.impl.DatasetStore
Process the bound.
process(NodeContainer) - Method in class org.openstreetmap.osmosis.core.customdb.v0_5.impl.DatasetStore
Process the node.
process(WayContainer) - Method in class org.openstreetmap.osmosis.core.customdb.v0_5.impl.DatasetStore
Process the way.
process(RelationContainer) - Method in class org.openstreetmap.osmosis.core.customdb.v0_5.impl.DatasetStore
Process the relation.
process(EntityContainer) - Method in class org.openstreetmap.osmosis.core.customdb.v0_5.WriteDataset
Process the entity.
process(Dataset) - Method in class org.openstreetmap.osmosis.core.customdb.v0_6.DumpDataset
Process the dataset.
process(EntityContainer) - Method in class org.openstreetmap.osmosis.core.customdb.v0_6.impl.DatasetStore
Process the entity.
process(BoundContainer) - Method in class org.openstreetmap.osmosis.core.customdb.v0_6.impl.DatasetStore
Process the bound.
process(NodeContainer) - Method in class org.openstreetmap.osmosis.core.customdb.v0_6.impl.DatasetStore
Process the node.
process(WayContainer) - Method in class org.openstreetmap.osmosis.core.customdb.v0_6.impl.DatasetStore
Process the way.
process(RelationContainer) - Method in class org.openstreetmap.osmosis.core.customdb.v0_6.impl.DatasetStore
Process the relation.
process(EntityContainer) - Method in class org.openstreetmap.osmosis.core.customdb.v0_6.WriteDataset
Process the entity.
process(EntityContainer) - Method in class org.openstreetmap.osmosis.core.filter.v0_5.AreaFilter
Process the entity.
process(BoundContainer) - Method in class org.openstreetmap.osmosis.core.filter.v0_5.AreaFilter
Process the bound.
process(NodeContainer) - Method in class org.openstreetmap.osmosis.core.filter.v0_5.AreaFilter
Process the node.
process(WayContainer) - Method in class org.openstreetmap.osmosis.core.filter.v0_5.AreaFilter
Process the way.
process(RelationContainer) - Method in class org.openstreetmap.osmosis.core.filter.v0_5.AreaFilter
Process the relation.
process(BoundContainer) - Method in class org.openstreetmap.osmosis.core.filter.v0_5.BoundingBoxFilter
Process the bound.
process(Dataset) - Method in class org.openstreetmap.osmosis.core.filter.v0_5.DatasetBoundingBoxFilter
Process the dataset.
process(EntityContainer) - Method in class org.openstreetmap.osmosis.core.filter.v0_5.NodeKeyFilter
Process the entity.
process(BoundContainer) - Method in class org.openstreetmap.osmosis.core.filter.v0_5.NodeKeyFilter
Process the bound.
process(NodeContainer) - Method in class org.openstreetmap.osmosis.core.filter.v0_5.NodeKeyFilter
Process the node.
process(WayContainer) - Method in class org.openstreetmap.osmosis.core.filter.v0_5.NodeKeyFilter
Process the way.
process(RelationContainer) - Method in class org.openstreetmap.osmosis.core.filter.v0_5.NodeKeyFilter
Process the relation.
process(EntityContainer) - Method in class org.openstreetmap.osmosis.core.filter.v0_5.NodeKeyValueFilter
Process the entity.
process(BoundContainer) - Method in class org.openstreetmap.osmosis.core.filter.v0_5.NodeKeyValueFilter
Process the bound.
process(NodeContainer) - Method in class org.openstreetmap.osmosis.core.filter.v0_5.NodeKeyValueFilter
Process the node.
process(WayContainer) - Method in class org.openstreetmap.osmosis.core.filter.v0_5.NodeKeyValueFilter
Process the way.
process(RelationContainer) - Method in class org.openstreetmap.osmosis.core.filter.v0_5.NodeKeyValueFilter
Process the relation.
process(BoundContainer) - Method in class org.openstreetmap.osmosis.core.filter.v0_5.PolygonFilter
Process the bound.
process(EntityContainer) - Method in class org.openstreetmap.osmosis.core.filter.v0_5.UsedNodeFilter
Process the entity.
process(BoundContainer) - Method in class org.openstreetmap.osmosis.core.filter.v0_5.UsedNodeFilter
Process the bound.
process(NodeContainer) - Method in class org.openstreetmap.osmosis.core.filter.v0_5.UsedNodeFilter
Process the node.
process(WayContainer) - Method in class org.openstreetmap.osmosis.core.filter.v0_5.UsedNodeFilter
Process the way.
process(RelationContainer) - Method in class org.openstreetmap.osmosis.core.filter.v0_5.UsedNodeFilter
Process the relation.
process(EntityContainer) - Method in class org.openstreetmap.osmosis.core.filter.v0_5.WayKeyValueFilter
Process the entity.
process(BoundContainer) - Method in class org.openstreetmap.osmosis.core.filter.v0_5.WayKeyValueFilter
Process the bound.
process(NodeContainer) - Method in class org.openstreetmap.osmosis.core.filter.v0_5.WayKeyValueFilter
Process the node.
process(WayContainer) - Method in class org.openstreetmap.osmosis.core.filter.v0_5.WayKeyValueFilter
Process the way.
process(RelationContainer) - Method in class org.openstreetmap.osmosis.core.filter.v0_5.WayKeyValueFilter
Process the relation.
process(EntityContainer) - Method in class org.openstreetmap.osmosis.core.filter.v0_6.AreaFilter
Process the entity.
process(BoundContainer) - Method in class org.openstreetmap.osmosis.core.filter.v0_6.AreaFilter
Process the bound.
process(NodeContainer) - Method in class org.openstreetmap.osmosis.core.filter.v0_6.AreaFilter
Process the node.
process(WayContainer) - Method in class org.openstreetmap.osmosis.core.filter.v0_6.AreaFilter
Process the way.
process(RelationContainer) - Method in class org.openstreetmap.osmosis.core.filter.v0_6.AreaFilter
Process the relation.
process(BoundContainer) - Method in class org.openstreetmap.osmosis.core.filter.v0_6.BoundingBoxFilter
Process the bound.
process(Dataset) - Method in class org.openstreetmap.osmosis.core.filter.v0_6.DatasetBoundingBoxFilter
Process the dataset.
process(EntityContainer) - Method in class org.openstreetmap.osmosis.core.filter.v0_6.NodeKeyFilter
Process the entity.
process(BoundContainer) - Method in class org.openstreetmap.osmosis.core.filter.v0_6.NodeKeyFilter
Process the bound.
process(NodeContainer) - Method in class org.openstreetmap.osmosis.core.filter.v0_6.NodeKeyFilter
Process the node.
process(WayContainer) - Method in class org.openstreetmap.osmosis.core.filter.v0_6.NodeKeyFilter
Process the way.
process(RelationContainer) - Method in class org.openstreetmap.osmosis.core.filter.v0_6.NodeKeyFilter
Process the relation.
process(EntityContainer) - Method in class org.openstreetmap.osmosis.core.filter.v0_6.NodeKeyValueFilter
Process the entity.
process(BoundContainer) - Method in class org.openstreetmap.osmosis.core.filter.v0_6.NodeKeyValueFilter
Process the bound.
process(NodeContainer) - Method in class org.openstreetmap.osmosis.core.filter.v0_6.NodeKeyValueFilter
Process the node.
process(WayContainer) - Method in class org.openstreetmap.osmosis.core.filter.v0_6.NodeKeyValueFilter
Process the way.
process(RelationContainer) - Method in class org.openstreetmap.osmosis.core.filter.v0_6.NodeKeyValueFilter
Process the relation.
process(BoundContainer) - Method in class org.openstreetmap.osmosis.core.filter.v0_6.PolygonFilter
Process the bound.
process(EntityContainer) - Method in class org.openstreetmap.osmosis.core.filter.v0_6.UsedNodeFilter
Process the entity.
process(BoundContainer) - Method in class org.openstreetmap.osmosis.core.filter.v0_6.UsedNodeFilter
Process the bound.
process(NodeContainer) - Method in class org.openstreetmap.osmosis.core.filter.v0_6.UsedNodeFilter
Process the node.
process(WayContainer) - Method in class org.openstreetmap.osmosis.core.filter.v0_6.UsedNodeFilter
Process the way.
process(RelationContainer) - Method in class org.openstreetmap.osmosis.core.filter.v0_6.UsedNodeFilter
Process the relation.
process(EntityContainer) - Method in class org.openstreetmap.osmosis.core.filter.v0_6.WayKeyValueFilter
Process the entity.
process(BoundContainer) - Method in class org.openstreetmap.osmosis.core.filter.v0_6.WayKeyValueFilter
Process the bound.
process(NodeContainer) - Method in class org.openstreetmap.osmosis.core.filter.v0_6.WayKeyValueFilter
Process the node.
process(WayContainer) - Method in class org.openstreetmap.osmosis.core.filter.v0_6.WayKeyValueFilter
Process the way.
process(RelationContainer) - Method in class org.openstreetmap.osmosis.core.filter.v0_6.WayKeyValueFilter
Process the relation.
process(ChangeContainer) - Method in class org.openstreetmap.osmosis.core.merge.v0_5.impl.SortedChangePipeValidator
Process the change.
process(EntityContainer) - Method in class org.openstreetmap.osmosis.core.merge.v0_5.impl.SortedEntityPipeValidator
Process the entity.
process(ChangeContainer) - Method in class org.openstreetmap.osmosis.core.merge.v0_6.impl.DataPostboxChangeSink
Process the change.
process(ChangeContainer) - Method in class org.openstreetmap.osmosis.core.merge.v0_6.impl.SortedChangePipeValidator
Process the change.
process(EntityContainer) - Method in class org.openstreetmap.osmosis.core.merge.v0_6.impl.SortedEntityPipeValidator
Process the entity.
process(BoundContainer) - Method in class org.openstreetmap.osmosis.core.migrate.impl.EntityContainerMigrater
Process the bound.
process(NodeContainer) - Method in class org.openstreetmap.osmosis.core.migrate.impl.EntityContainerMigrater
Process the node.
process(WayContainer) - Method in class org.openstreetmap.osmosis.core.migrate.impl.EntityContainerMigrater
Process the way.
process(RelationContainer) - Method in class org.openstreetmap.osmosis.core.migrate.impl.EntityContainerMigrater
Process the relation.
process(ChangeContainer) - Method in class org.openstreetmap.osmosis.core.migrate.MigrateChangeV05ToV06
Process the change.
process(EntityContainer) - Method in class org.openstreetmap.osmosis.core.migrate.MigrateV05ToV06
Process the entity.
process(BoundContainer) - Method in class org.openstreetmap.osmosis.core.migrate.MigrateV05ToV06
Process the bound.
process(NodeContainer) - Method in class org.openstreetmap.osmosis.core.migrate.MigrateV05ToV06
Process the node.
process(WayContainer) - Method in class org.openstreetmap.osmosis.core.migrate.MigrateV05ToV06
Process the way.
process(RelationContainer) - Method in class org.openstreetmap.osmosis.core.migrate.MigrateV05ToV06
Process the relation.
process(ChangeContainer) - Method in class org.openstreetmap.osmosis.core.misc.v0_5.NullChangeWriter
Process the change.
process(EntityContainer) - Method in class org.openstreetmap.osmosis.core.misc.v0_5.NullWriter
Process the entity.
process(ChangeContainer) - Method in class org.openstreetmap.osmosis.core.misc.v0_6.NullChangeWriter
Process the change.
process(EntityContainer) - Method in class org.openstreetmap.osmosis.core.misc.v0_6.NullWriter
Process the entity.
process(BoundContainer) - Method in class org.openstreetmap.osmosis.core.mysql.v0_5.impl.ActionChangeWriter
Process the bound.
process(NodeContainer) - Method in class org.openstreetmap.osmosis.core.mysql.v0_5.impl.ActionChangeWriter
Process the node.
process(WayContainer) - Method in class org.openstreetmap.osmosis.core.mysql.v0_5.impl.ActionChangeWriter
Process the way.
process(RelationContainer) - Method in class org.openstreetmap.osmosis.core.mysql.v0_5.impl.ActionChangeWriter
Process the relation.
process(ChangeContainer) - Method in class org.openstreetmap.osmosis.core.mysql.v0_5.MysqlChangeWriter
Process the change.
process(EntityContainer) - Method in class org.openstreetmap.osmosis.core.mysql.v0_5.MysqlWriter
Process the entity.
process(BoundContainer) - Method in class org.openstreetmap.osmosis.core.mysql.v0_5.MysqlWriter
Process the bound.
process(NodeContainer) - Method in class org.openstreetmap.osmosis.core.mysql.v0_5.MysqlWriter
Process the node.
process(WayContainer) - Method in class org.openstreetmap.osmosis.core.mysql.v0_5.MysqlWriter
Process the way.
process(RelationContainer) - Method in class org.openstreetmap.osmosis.core.mysql.v0_5.MysqlWriter
Process the relation.
process(BoundContainer) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_5.impl.ActionChangeWriter
Process the bound.
process(NodeContainer) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_5.impl.ActionChangeWriter
Process the node.
process(WayContainer) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_5.impl.ActionChangeWriter
Process the way.
process(RelationContainer) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_5.impl.ActionChangeWriter
Process the relation.
process(ChangeContainer) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_5.PostgreSqlChangeWriter
Process the change.
process(EntityContainer) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_5.PostgreSqlDatasetDumpWriter
Process the entity.
process(BoundContainer) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_5.PostgreSqlDatasetDumpWriter
Process the bound.
process(NodeContainer) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_5.PostgreSqlDatasetDumpWriter
Process the node.
process(WayContainer) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_5.PostgreSqlDatasetDumpWriter
Process the way.
process(RelationContainer) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_5.PostgreSqlDatasetDumpWriter
Process the relation.
process(EntityContainer) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_5.PostgreSqlWriter
Process the entity.
process(BoundContainer) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_5.PostgreSqlWriter
Process the bound.
process(NodeContainer) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_5.PostgreSqlWriter
Process the node.
process(WayContainer) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_5.PostgreSqlWriter
Process the way.
process(RelationContainer) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_5.PostgreSqlWriter
Process the relation.
process(BoundContainer) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.ActionChangeWriter
Process the bound.
process(NodeContainer) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.ActionChangeWriter
Process the node.
process(WayContainer) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.ActionChangeWriter
Process the way.
process(RelationContainer) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.ActionChangeWriter
Process the relation.
process(ChangeContainer) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.PostgreSqlChangeWriter
Process the change.
process(EntityContainer) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.PostgreSqlDatasetDumpWriter
Process the entity.
process(BoundContainer) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.PostgreSqlDatasetDumpWriter
Process the bound.
process(NodeContainer) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.PostgreSqlDatasetDumpWriter
Process the node.
process(WayContainer) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.PostgreSqlDatasetDumpWriter
Process the way.
process(RelationContainer) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.PostgreSqlDatasetDumpWriter
Process the relation.
process(EntityContainer) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.PostgreSqlWriter
Process the entity.
process(BoundContainer) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.PostgreSqlWriter
Process the bound.
process(NodeContainer) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.PostgreSqlWriter
Process the node.
process(WayContainer) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.PostgreSqlWriter
Process the way.
process(RelationContainer) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.PostgreSqlWriter
Process the relation.
process(ChangeContainer) - Method in class org.openstreetmap.osmosis.core.progress.v0_5.ChangeProgressLogger
Process the change.
process(EntityContainer) - Method in class org.openstreetmap.osmosis.core.progress.v0_5.EntityProgressLogger
Process the entity.
process(ChangeContainer) - Method in class org.openstreetmap.osmosis.core.progress.v0_6.ChangeProgressLogger
Process the change.
process(EntityContainer) - Method in class org.openstreetmap.osmosis.core.progress.v0_6.EntityProgressLogger
Process the entity.
process(EntityContainer) - Method in class org.openstreetmap.osmosis.core.report.v0_5.EntityReporter
Process the entity.
process(EntityContainer) - Method in class org.openstreetmap.osmosis.core.report.v0_5.IntegrityReporter
Process the entity.
process(BoundContainer) - Method in class org.openstreetmap.osmosis.core.report.v0_5.IntegrityReporter
Process the bound.
process(NodeContainer) - Method in class org.openstreetmap.osmosis.core.report.v0_5.IntegrityReporter
Process the node.
process(WayContainer) - Method in class org.openstreetmap.osmosis.core.report.v0_5.IntegrityReporter
Process the way.
process(RelationContainer) - Method in class org.openstreetmap.osmosis.core.report.v0_5.IntegrityReporter
Process the relation.
process(EntityContainer) - Method in class org.openstreetmap.osmosis.core.report.v0_6.EntityReporter
Process the entity.
process(EntityContainer) - Method in class org.openstreetmap.osmosis.core.report.v0_6.IntegrityReporter
Process the entity.
process(BoundContainer) - Method in class org.openstreetmap.osmosis.core.report.v0_6.IntegrityReporter
Process the bound.
process(NodeContainer) - Method in class org.openstreetmap.osmosis.core.report.v0_6.IntegrityReporter
Process the node.
process(WayContainer) - Method in class org.openstreetmap.osmosis.core.report.v0_6.IntegrityReporter
Process the way.
process(RelationContainer) - Method in class org.openstreetmap.osmosis.core.report.v0_6.IntegrityReporter
Process the relation.
process(ChangeContainer) - Method in class org.openstreetmap.osmosis.core.sort.v0_5.ChangeSorter
Process the change.
process(EntityContainer) - Method in class org.openstreetmap.osmosis.core.sort.v0_5.EntitySorter
Process the entity.
process(ChangeContainer) - Method in class org.openstreetmap.osmosis.core.sort.v0_6.ChangeSorter
Process the change.
process(ChangeContainer) - Method in class org.openstreetmap.osmosis.core.sort.v0_6.ChangeTagSorter
Process the change.
process(EntityContainer) - Method in class org.openstreetmap.osmosis.core.sort.v0_6.EntitySorter
Process the entity.
process(EntityContainer) - Method in class org.openstreetmap.osmosis.core.sort.v0_6.TagSorter
Process the entity.
process(EntityContainer) - Method in class org.openstreetmap.osmosis.core.tagremove.v0_6.TagRemover
Process the entity.
process(ChangeContainer) - Method in interface org.openstreetmap.osmosis.core.task.v0_5.ChangeSink
Process the change.
process(Dataset) - Method in interface org.openstreetmap.osmosis.core.task.v0_5.DatasetSink
Process the dataset.
process(EntityContainer) - Method in interface org.openstreetmap.osmosis.core.task.v0_5.Sink
Process the entity.
process(ChangeContainer) - Method in interface org.openstreetmap.osmosis.core.task.v0_6.ChangeSink
Process the change.
process(Dataset) - Method in interface org.openstreetmap.osmosis.core.task.v0_6.DatasetSink
Process the dataset.
process(EntityContainer) - Method in interface org.openstreetmap.osmosis.core.task.v0_6.Sink
Process the entity.
process(ChangeContainer) - Method in class org.openstreetmap.osmosis.core.tee.v0_5.ChangeTee
Process the change.
process(EntityContainer) - Method in class org.openstreetmap.osmosis.core.tee.v0_5.EntityTee
Process the entity.
process(ChangeContainer) - Method in class org.openstreetmap.osmosis.core.tee.v0_6.ChangeTee
Process the change.
process(EntityContainer) - Method in class org.openstreetmap.osmosis.core.tee.v0_6.EntityTee
Process the entity.
process(Bound) - Method in class org.openstreetmap.osmosis.core.xml.v0_5.impl.BoundWriter
Writes the bound.
process(Node) - Method in class org.openstreetmap.osmosis.core.xml.v0_5.impl.NodeWriter
Writes the node.
process(ChangeContainer) - Method in class org.openstreetmap.osmosis.core.xml.v0_5.impl.OsmChangeWriter
Writes the change in the container.
process(EntityContainer) - Method in class org.openstreetmap.osmosis.core.xml.v0_5.impl.OsmWriter
Writes the element in the container.
process(Relation) - Method in class org.openstreetmap.osmosis.core.xml.v0_5.impl.RelationWriter
Writes the relation.
process(Tag) - Method in class org.openstreetmap.osmosis.core.xml.v0_5.impl.TagWriter
Writes the tag.
process(Way) - Method in class org.openstreetmap.osmosis.core.xml.v0_5.impl.WayWriter
Writes the way.
process(ChangeContainer) - Method in class org.openstreetmap.osmosis.core.xml.v0_5.XmlChangeWriter
Process the change.
process(EntityContainer) - Method in class org.openstreetmap.osmosis.core.xml.v0_5.XmlWriter
Process the entity.
process(Bound) - Method in class org.openstreetmap.osmosis.core.xml.v0_6.impl.BoundWriter
Writes the bound.
process(Node) - Method in class org.openstreetmap.osmosis.core.xml.v0_6.impl.NodeWriter
Writes the node.
process(ChangeContainer) - Method in class org.openstreetmap.osmosis.core.xml.v0_6.impl.OsmChangeWriter
Writes the change in the container.
process(EntityContainer) - Method in class org.openstreetmap.osmosis.core.xml.v0_6.impl.OsmWriter
Writes the element in the container.
process(Relation) - Method in class org.openstreetmap.osmosis.core.xml.v0_6.impl.RelationWriter
Writes the relation.
process(Tag) - Method in class org.openstreetmap.osmosis.core.xml.v0_6.impl.TagWriter
Writes the tag.
process(Way) - Method in class org.openstreetmap.osmosis.core.xml.v0_6.impl.WayWriter
Writes the way.
process(ChangeContainer) - Method in class org.openstreetmap.osmosis.core.xml.v0_6.XmlChangeWriter
Process the change.
process(EntityContainer) - Method in class org.openstreetmap.osmosis.core.xml.v0_6.XmlWriter
Process the entity.
processChangeset(XmlChangeReader, ReplicationState) - Method in class org.openstreetmap.osmosis.core.merge.v0_6.BaseReplicationDownloader
Processes the changeset.
processChangeset(XmlChangeReader, ReplicationState) - Method in class org.openstreetmap.osmosis.core.merge.v0_6.ReplicationDownloader
Processes the changeset.
processChangeset(XmlChangeReader, ReplicationState) - Method in class org.openstreetmap.osmosis.core.merge.v0_6.ReplicationFileMerger
Processes the changeset.
processComplete() - Method in class org.openstreetmap.osmosis.core.merge.v0_6.BaseReplicationDownloader
This is implemented by sub-classes and is called when all changesets have been processed.
processComplete() - Method in class org.openstreetmap.osmosis.core.merge.v0_6.ReplicationDownloader
This is implemented by sub-classes and is called when all changesets have been processed.
processComplete() - Method in class org.openstreetmap.osmosis.core.merge.v0_6.ReplicationFileMerger
This is implemented by sub-classes and is called when all changesets have been processed.
processEntity(EntityBuilder<?>) - Method in class org.openstreetmap.osmosis.core.container.v0_6.EntityContainerBuilder
Deprecated. Performs generic entity processing.
processImpl(EntityContainer) - Method in class org.openstreetmap.osmosis.core.customdb.v0_5.impl.DatasetStore
The entity processing implementation.
processImpl(EntityContainer) - Method in class org.openstreetmap.osmosis.core.customdb.v0_6.impl.DatasetStore
The entity processing implementation.
processInitialize(ReplicationState) - Method in class org.openstreetmap.osmosis.core.merge.v0_6.BaseReplicationDownloader
Invoked once during the first execution run to allow initialisation based on the initial replication state downloaded from the server.
processInitialize(ReplicationState) - Method in class org.openstreetmap.osmosis.core.merge.v0_6.ReplicationDownloader
Invoked once during the first execution run to allow initialisation based on the initial replication state downloaded from the server.
processInitialize(ReplicationState) - Method in class org.openstreetmap.osmosis.core.merge.v0_6.ReplicationFileMerger
Invoked once during the first execution run to allow initialisation based on the initial replication state downloaded from the server.
processNode(NodeBuilder) - Method in class org.openstreetmap.osmosis.core.container.v0_6.EntityContainerBuilder
Deprecated. Performs node specific processing.
processRelation(RelationBuilder) - Method in class org.openstreetmap.osmosis.core.container.v0_6.EntityContainerBuilder
Deprecated. Performs relation specific processing.
processRelationMember(RelationMember) - Method in class org.openstreetmap.osmosis.core.xml.v0_5.impl.RelationElementProcessor
This is called by child element processors when a way node object is encountered.
processRelationMember(RelationMember) - Method in interface org.openstreetmap.osmosis.core.xml.v0_5.impl.RelationMemberListener
Processes the relation member.
processRelationMember(RelationMember) - Method in class org.openstreetmap.osmosis.core.xml.v0_5.impl.RelationMemberWriter
Writes the way node.
processRelationMember(RelationMember) - Method in class org.openstreetmap.osmosis.core.xml.v0_6.impl.RelationElementProcessor
This is called by child element processors when a way node object is encountered.
processRelationMember(RelationMember) - Method in interface org.openstreetmap.osmosis.core.xml.v0_6.impl.RelationMemberListener
Processes the relation member.
processRelationMember(RelationMember) - Method in class org.openstreetmap.osmosis.core.xml.v0_6.impl.RelationMemberWriter
Writes the way node.
processRelease() - Method in class org.openstreetmap.osmosis.core.merge.v0_6.BaseReplicationDownloader
This is implemented by sub-classes and is called and the completion of all processing regardless of whether it was successful or not.
processRelease() - Method in class org.openstreetmap.osmosis.core.merge.v0_6.ReplicationDownloader
This is implemented by sub-classes and is called and the completion of all processing regardless of whether it was successful or not.
processRelease() - Method in class org.openstreetmap.osmosis.core.merge.v0_6.ReplicationFileMerger
This is implemented by sub-classes and is called and the completion of all processing regardless of whether it was successful or not.
processRow(ResultSet) - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.impl.EntityDataRowMapper
processRow(ResultSet) - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.impl.RelationMemberRowMapper
processRow(ResultSet) - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.impl.TagRowMapper
processRow(ResultSet) - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.impl.WayNodeRowMapper
processTag(Tag) - Method in class org.openstreetmap.osmosis.core.xml.v0_5.impl.NodeElementProcessor
This is called by child element processors when a tag object is encountered.
processTag(Tag) - Method in class org.openstreetmap.osmosis.core.xml.v0_5.impl.RelationElementProcessor
This is called by child element processors when a tag object is encountered.
processTag(Tag) - Method in interface org.openstreetmap.osmosis.core.xml.v0_5.impl.TagListener
Processes the tag.
processTag(Tag) - Method in class org.openstreetmap.osmosis.core.xml.v0_5.impl.WayElementProcessor
This is called by child element processors when a tag object is encountered.
processTag(Tag) - Method in class org.openstreetmap.osmosis.core.xml.v0_6.impl.NodeElementProcessor
This is called by child element processors when a tag object is encountered.
processTag(Tag) - Method in class org.openstreetmap.osmosis.core.xml.v0_6.impl.RelationElementProcessor
This is called by child element processors when a tag object is encountered.
processTag(Tag) - Method in interface org.openstreetmap.osmosis.core.xml.v0_6.impl.TagListener
Processes the tag.
processTag(Tag) - Method in class org.openstreetmap.osmosis.core.xml.v0_6.impl.WayElementProcessor
This is called by child element processors when a tag object is encountered.
processWay(WayBuilder) - Method in class org.openstreetmap.osmosis.core.container.v0_6.EntityContainerBuilder
Deprecated. Performs way specific processing.
processWayNode(WayNode) - Method in class org.openstreetmap.osmosis.core.xml.v0_5.impl.WayElementProcessor
This is called by child element processors when a way node object is encountered.
processWayNode(WayNode) - Method in interface org.openstreetmap.osmosis.core.xml.v0_5.impl.WayNodeListener
Processes the way node.
processWayNode(WayNode) - Method in class org.openstreetmap.osmosis.core.xml.v0_5.impl.WayNodeWriter
Writes the way node.
processWayNode(WayNode) - Method in class org.openstreetmap.osmosis.core.xml.v0_6.impl.WayElementProcessor
This is called by child element processors when a way node object is encountered.
processWayNode(WayNode) - Method in interface org.openstreetmap.osmosis.core.xml.v0_6.impl.WayNodeListener
Processes the way node.
processWayNode(WayNode) - Method in class org.openstreetmap.osmosis.core.xml.v0_6.impl.WayNodeWriter
Writes the way node.
ProgressTracker - Class in org.openstreetmap.osmosis.core.progress.v0_6.impl
Maintains state about execution progress.
ProgressTracker(int) - Constructor for class org.openstreetmap.osmosis.core.progress.v0_6.impl.ProgressTracker
Creates a new instance.
PropertiesPersister - Class in org.openstreetmap.osmosis.core.util
Allows Properties objects to be loaded and stored to file.
PropertiesPersister(File) - Constructor for class org.openstreetmap.osmosis.core.util.PropertiesPersister
Creates a new instance.
put(T) - Method in class org.openstreetmap.osmosis.core.store.DataPostbox
Adds a new object to the postbox.
putTask(String, String, Task) - Method in class org.openstreetmap.osmosis.core.pipeline.common.PipeTasks
Adds the specified task using the specified name.
putTask(String, Task) - Method in class org.openstreetmap.osmosis.core.pipeline.common.PipeTasks
Adds the specified task to the default pipe list.

R

RandomAccessObjectStore<T extends Storeable> - Class in org.openstreetmap.osmosis.core.store
Provides a store for writing objects to a file for later retrieval.
RandomAccessObjectStore(ObjectSerializationFactory, String) - Constructor for class org.openstreetmap.osmosis.core.store.RandomAccessObjectStore
Creates a new instance.
RandomAccessObjectStore(ObjectSerializationFactory, File) - Constructor for class org.openstreetmap.osmosis.core.store.RandomAccessObjectStore
Creates a new instance.
RandomAccessObjectStoreReader<T> - Class in org.openstreetmap.osmosis.core.store
Provides read-only access to a random access object store.
RandomAccessObjectStoreReader(BufferedRandomAccessFileInputStream, ObjectReader) - Constructor for class org.openstreetmap.osmosis.core.store.RandomAccessObjectStoreReader
Creates a new instance.
read() - Method in class org.openstreetmap.osmosis.core.store.BufferedRandomAccessFileInputStream
read(byte[]) - Method in class org.openstreetmap.osmosis.core.store.BufferedRandomAccessFileInputStream
read(byte[], int, int) - Method in class org.openstreetmap.osmosis.core.store.BufferedRandomAccessFileInputStream
read(byte[], int, int) - Method in class org.openstreetmap.osmosis.core.util.MultiMemberGZIPInputStream
readBoolean() - Method in class org.openstreetmap.osmosis.core.store.DataInputStoreReader
Reads a boolean from storage.
readBoolean() - Method in interface org.openstreetmap.osmosis.core.store.StoreReader
Reads a boolean from storage.
readByte() - Method in class org.openstreetmap.osmosis.core.store.DataInputStoreReader
Reads a byte from storage.
readByte() - Method in interface org.openstreetmap.osmosis.core.store.StoreReader
Reads a byte from storage.
readCharacter() - Method in class org.openstreetmap.osmosis.core.store.DataInputStoreReader
Reads a character from storage.
readCharacter() - Method in interface org.openstreetmap.osmosis.core.store.StoreReader
Reads a character from storage.
readClassFromIdentifier(StoreReader, StoreClassRegister) - Method in class org.openstreetmap.osmosis.core.store.BaseObjectReader
Identifies the class using data from the underlying stream.
readClassFromIdentifier(StoreReader, StoreClassRegister) - Method in class org.openstreetmap.osmosis.core.store.GenericObjectReader
Identifies the class using data from the underlying stream.
readClassFromIdentifier(StoreReader, StoreClassRegister) - Method in class org.openstreetmap.osmosis.core.store.SingleClassObjectReader
Identifies the class using data from the underlying stream.
ReadDataset - Class in org.openstreetmap.osmosis.core.customdb.v0_5
An OSM dataset source exposing read-only access to a custom DB database.
ReadDataset(File, boolean) - Constructor for class org.openstreetmap.osmosis.core.customdb.v0_5.ReadDataset
Creates a new instance.
ReadDataset - Class in org.openstreetmap.osmosis.core.customdb.v0_6
An OSM dataset source exposing read-only access to a custom DB database.
ReadDataset(File, boolean) - Constructor for class org.openstreetmap.osmosis.core.customdb.v0_6.ReadDataset
Creates a new instance.
ReadDatasetFactory - Class in org.openstreetmap.osmosis.core.customdb.v0_5
The task manager factory for a custom database reader.
ReadDatasetFactory() - Constructor for class org.openstreetmap.osmosis.core.customdb.v0_5.ReadDatasetFactory
 
ReadDatasetFactory - Class in org.openstreetmap.osmosis.core.customdb.v0_6
The task manager factory for a custom database reader.
ReadDatasetFactory() - Constructor for class org.openstreetmap.osmosis.core.customdb.v0_6.ReadDatasetFactory
 
readDouble() - Method in class org.openstreetmap.osmosis.core.store.DataInputStoreReader
Reads a double from storage.
readDouble() - Method in interface org.openstreetmap.osmosis.core.store.StoreReader
Reads a double from storage.
readInteger() - Method in class org.openstreetmap.osmosis.core.store.DataInputStoreReader
Reads an integer from storage.
readInteger() - Method in interface org.openstreetmap.osmosis.core.store.StoreReader
Reads an integer from storage.
readLong() - Method in class org.openstreetmap.osmosis.core.store.DataInputStoreReader
Reads a long from storage.
readLong() - Method in interface org.openstreetmap.osmosis.core.store.StoreReader
Reads a long from storage.
readObject() - Method in class org.openstreetmap.osmosis.core.store.BaseObjectReader
Reads an object from storage using identifiers embedded in the stream to determine the correct class type to instantiate.
readObject() - Method in interface org.openstreetmap.osmosis.core.store.ObjectReader
Reads an object from storage.
readOsm() - Method in class org.openstreetmap.osmosis.core.xml.v0_6.impl.FastXmlParser
Parses the xml and sends all data to the sink.
readString() - Method in class org.openstreetmap.osmosis.core.store.DataInputStoreReader
Reads a String from storage.
readString() - Method in interface org.openstreetmap.osmosis.core.store.StoreReader
Reads a String from storage.
readUserField(boolean, int, String) - Method in class org.openstreetmap.osmosis.core.mysql.v0_5.impl.BaseEntityReader
Determines the appropriate user name to add to an entity based upon the user details provided.
register(String, TaskManagerFactory) - Method in class org.openstreetmap.osmosis.core.pipeline.common.TaskManagerFactoryRegister
Registers a new factory.
registerClass(Class<?>, byte) - Method in class org.openstreetmap.osmosis.core.store.BaseStoreClassRegister
Registers the class with the specified id.
registerComparator(String, Comparator<ChangeContainer>, boolean) - Method in class org.openstreetmap.osmosis.core.sort.v0_5.ChangeSorterFactory
Registers a new comparator.
registerComparator(String, Comparator<EntityContainer>, boolean) - Method in class org.openstreetmap.osmosis.core.sort.v0_5.EntitySorterFactory
Registers a new comparator.
registerComparator(String, Comparator<ChangeContainer>, boolean) - Method in class org.openstreetmap.osmosis.core.sort.v0_6.ChangeSorterFactory
Registers a new comparator.
registerComparator(String, Comparator<EntityContainer>, boolean) - Method in class org.openstreetmap.osmosis.core.sort.v0_6.EntitySorterFactory
Registers a new comparator.
Relation - Class in org.openstreetmap.osmosis.core.domain.v0_5
A data class representing a single OSM relation.
Relation(long, Date, OsmUser) - Constructor for class org.openstreetmap.osmosis.core.domain.v0_5.Relation
Creates a new instance.
Relation(long, TimestampContainer, OsmUser) - Constructor for class org.openstreetmap.osmosis.core.domain.v0_5.Relation
Creates a new instance.
Relation(StoreReader, StoreClassRegister) - Constructor for class org.openstreetmap.osmosis.core.domain.v0_5.Relation
Creates a new instance.
Relation - Class in org.openstreetmap.osmosis.core.domain.v0_6
A data class representing a single OSM relation.
Relation(long, int, Date, OsmUser, long) - Constructor for class org.openstreetmap.osmosis.core.domain.v0_6.Relation
Creates a new instance.
Relation(long, int, TimestampContainer, OsmUser, long) - Constructor for class org.openstreetmap.osmosis.core.domain.v0_6.Relation
Creates a new instance.
Relation(CommonEntityData) - Constructor for class org.openstreetmap.osmosis.core.domain.v0_6.Relation
Creates a new instance.
Relation(long, int, Date, OsmUser, long, Collection<Tag>, List<RelationMember>) - Constructor for class org.openstreetmap.osmosis.core.domain.v0_6.Relation
Creates a new instance.
Relation(long, int, TimestampContainer, OsmUser, long, Collection<Tag>, List<RelationMember>) - Constructor for class org.openstreetmap.osmosis.core.domain.v0_6.Relation
Creates a new instance.
Relation(CommonEntityData, List<RelationMember>) - Constructor for class org.openstreetmap.osmosis.core.domain.v0_6.Relation
Creates a new instance.
Relation(StoreReader, StoreClassRegister) - Constructor for class org.openstreetmap.osmosis.core.domain.v0_6.Relation
Creates a new instance.
RelationalIndexValueIdIterator - Class in org.openstreetmap.osmosis.core.customdb.v0_5.impl
Iterates over a relational index iterator and returns all the id values stored against the index elements.
RelationalIndexValueIdIterator(Iterator<LongLongIndexElement>) - Constructor for class org.openstreetmap.osmosis.core.customdb.v0_5.impl.RelationalIndexValueIdIterator
Creates a new instance.
RelationalIndexValueIdIterator - Class in org.openstreetmap.osmosis.core.customdb.v0_6.impl
Iterates over a relational index iterator and returns all the id values stored against the index elements.
RelationalIndexValueIdIterator(Iterator<LongLongIndexElement>) - Constructor for class org.openstreetmap.osmosis.core.customdb.v0_6.impl.RelationalIndexValueIdIterator
Creates a new instance.
RelationBuilder - Class in org.openstreetmap.osmosis.core.domain.v0_6
Deprecated. Builder classes are not required because entities are now writeable.
RelationBuilder() - Constructor for class org.openstreetmap.osmosis.core.domain.v0_6.RelationBuilder
Deprecated. Creates a new instance.
RelationBuilder(Relation) - Constructor for class org.openstreetmap.osmosis.core.domain.v0_6.RelationBuilder
Deprecated. Creates a new instance.
RelationBuilder(long, int, Date, OsmUser, long) - Constructor for class org.openstreetmap.osmosis.core.domain.v0_6.RelationBuilder
Deprecated. Creates a new instance.
RelationBuilder(long, TimestampContainer, OsmUser, int, long) - Constructor for class org.openstreetmap.osmosis.core.domain.v0_6.RelationBuilder
Deprecated. Creates a new instance.
RelationBuilder(StoreReader, StoreClassRegister) - Constructor for class org.openstreetmap.osmosis.core.domain.v0_6.RelationBuilder
Deprecated. Creates a new instance.
RelationChangeReader - Class in org.openstreetmap.osmosis.core.mysql.v0_5.impl
Reads the set of relation changes from a database that have occurred within a time interval.
RelationChangeReader(DatabaseLoginCredentials, boolean, Date, Date) - Constructor for class org.openstreetmap.osmosis.core.mysql.v0_5.impl.RelationChangeReader
Creates a new instance.
RelationContainer - Class in org.openstreetmap.osmosis.core.container.v0_5
Entity container implementation for relations.
RelationContainer(Relation) - Constructor for class org.openstreetmap.osmosis.core.container.v0_5.RelationContainer
Creates a new instance.
RelationContainer(StoreReader, StoreClassRegister) - Constructor for class org.openstreetmap.osmosis.core.container.v0_5.RelationContainer
Creates a new instance.
RelationContainer - Class in org.openstreetmap.osmosis.core.container.v0_6
Entity container implementation for relations.
RelationContainer(Relation) - Constructor for class org.openstreetmap.osmosis.core.container.v0_6.RelationContainer
Creates a new instance.
RelationContainer(StoreReader, StoreClassRegister) - Constructor for class org.openstreetmap.osmosis.core.container.v0_6.RelationContainer
Creates a new instance.
RelationContainerFactory - Class in org.openstreetmap.osmosis.core.container.v0_6
A container factory for relation objects.
RelationContainerFactory() - Constructor for class org.openstreetmap.osmosis.core.container.v0_6.RelationContainerFactory
 
RelationContainerIterator - Class in org.openstreetmap.osmosis.core.container.v0_5
Wraps a set of relations into relation containers.
RelationContainerIterator(ReleasableIterator<Relation>) - Constructor for class org.openstreetmap.osmosis.core.container.v0_5.RelationContainerIterator
Creates a new instance.
RelationContainerIterator - Class in org.openstreetmap.osmosis.core.container.v0_6
Wraps a set of relations into relation containers.
RelationContainerIterator(ReleasableIterator<Relation>) - Constructor for class org.openstreetmap.osmosis.core.container.v0_6.RelationContainerIterator
Creates a new instance.
RelationDao - Class in org.openstreetmap.osmosis.core.apidb.v0_6.impl
Provides access to relations in the database.
RelationDao(JdbcTemplate) - Constructor for class org.openstreetmap.osmosis.core.apidb.v0_6.impl.RelationDao
Creates a new instance.
RelationDao - Class in org.openstreetmap.osmosis.core.pgsql.v0_5.impl
Performs all relation-specific db operations.
RelationDao(DatabaseContext) - Constructor for class org.openstreetmap.osmosis.core.pgsql.v0_5.impl.RelationDao
Creates a new instance.
RelationDao - Class in org.openstreetmap.osmosis.core.pgsql.v0_6.impl
Performs all relation-specific db operations.
RelationDao(DatabaseContext, ActionDao) - Constructor for class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.RelationDao
Creates a new instance.
RelationElementProcessor - Class in org.openstreetmap.osmosis.core.xml.v0_5.impl
Provides an element processor implementation for a relation.
RelationElementProcessor(BaseElementProcessor, Sink, boolean) - Constructor for class org.openstreetmap.osmosis.core.xml.v0_5.impl.RelationElementProcessor
Creates a new instance.
RelationElementProcessor - Class in org.openstreetmap.osmosis.core.xml.v0_6.impl
Provides an element processor implementation for a relation.
RelationElementProcessor(BaseElementProcessor, Sink, boolean) - Constructor for class org.openstreetmap.osmosis.core.xml.v0_6.impl.RelationElementProcessor
Creates a new instance.
RelationHistoryReader - Class in org.openstreetmap.osmosis.core.mysql.v0_5.impl
Reads the set of relation changes from a database that have occurred within a time interval.
RelationHistoryReader(DatabaseLoginCredentials, boolean, Date, Date) - Constructor for class org.openstreetmap.osmosis.core.mysql.v0_5.impl.RelationHistoryReader
Creates a new instance.
relationIdTracker - Variable in class org.openstreetmap.osmosis.core.customdb.v0_6.impl.BoundingBoxContext
All relation ids are stored within this tracker.
relationIdTracker - Variable in class org.openstreetmap.osmosis.core.filter.v0_5.impl.BoundingBoxContext
All relation ids are stored within this tracker.
RelationManager - Class in org.openstreetmap.osmosis.core.customdb.v0_6.impl
Provides access to relations within a dataset store.
RelationManager(RelationStorageContainer) - Constructor for class org.openstreetmap.osmosis.core.customdb.v0_6.impl.RelationManager
Creates a new instance.
RelationMapper - Class in org.openstreetmap.osmosis.core.pgsql.v0_6.impl
Reads and writes relation attributes to jdbc classes.
RelationMapper() - Constructor for class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.RelationMapper
 
RelationMember - Class in org.openstreetmap.osmosis.core.domain.v0_5
A data class representing a single member within a relation entity.
RelationMember(long, EntityType, String) - Constructor for class org.openstreetmap.osmosis.core.domain.v0_5.RelationMember
Creates a new instance.
RelationMember(StoreReader, StoreClassRegister) - Constructor for class org.openstreetmap.osmosis.core.domain.v0_5.RelationMember
Creates a new instance.
RelationMember - Class in org.openstreetmap.osmosis.core.domain.v0_6
A data class representing a single member within a relation entity.
RelationMember(long, EntityType, String) - Constructor for class org.openstreetmap.osmosis.core.domain.v0_6.RelationMember
Creates a new instance.
RelationMember(StoreReader, StoreClassRegister) - Constructor for class org.openstreetmap.osmosis.core.domain.v0_6.RelationMember
Creates a new instance.
RelationMemberCollectionLoader - Class in org.openstreetmap.osmosis.core.apidb.v0_6.impl
Loads relation members from relations.
RelationMemberCollectionLoader() - Constructor for class org.openstreetmap.osmosis.core.apidb.v0_6.impl.RelationMemberCollectionLoader
 
RelationMemberElementProcessor - Class in org.openstreetmap.osmosis.core.xml.v0_5.impl
Provides an element processor implementation for a relation member.
RelationMemberElementProcessor(BaseElementProcessor, RelationMemberListener) - Constructor for class org.openstreetmap.osmosis.core.xml.v0_5.impl.RelationMemberElementProcessor
Creates a new instance.
RelationMemberElementProcessor - Class in org.openstreetmap.osmosis.core.xml.v0_6.impl
Provides an element processor implementation for a relation member.
RelationMemberElementProcessor(BaseElementProcessor, RelationMemberListener) - Constructor for class org.openstreetmap.osmosis.core.xml.v0_6.impl.RelationMemberElementProcessor
Creates a new instance.
RelationMemberHistoryReader - Class in org.openstreetmap.osmosis.core.mysql.v0_5.impl
Reads the most recent set of relation members from a database for relations that have been modified within a time interval.
RelationMemberHistoryReader(DatabaseLoginCredentials, Date, Date) - Constructor for class org.openstreetmap.osmosis.core.mysql.v0_5.impl.RelationMemberHistoryReader
Creates a new instance.
RelationMemberListener - Interface in org.openstreetmap.osmosis.core.xml.v0_5.impl
Provides the definition of a class receiving relation members.
RelationMemberListener - Interface in org.openstreetmap.osmosis.core.xml.v0_6.impl
Provides the definition of a class receiving relation members.
RelationMemberMapper - Class in org.openstreetmap.osmosis.core.pgsql.v0_6.impl
Reads and writes relation members to jdbc classes.
RelationMemberMapper() - Constructor for class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.RelationMemberMapper
Creates a new instance.
RelationMemberRowMapper - Class in org.openstreetmap.osmosis.core.apidb.v0_6.impl
Maps relation member result set rows into relation member objects.
RelationMemberRowMapper(RowMapperListener<RelationMember>) - Constructor for class org.openstreetmap.osmosis.core.apidb.v0_6.impl.RelationMemberRowMapper
Creates a new instance.
RelationMemberTableReader - Class in org.openstreetmap.osmosis.core.mysql.v0_5.impl
Reads all relation members from a database ordered by the relation identifier.
RelationMemberTableReader(DatabaseLoginCredentials) - Constructor for class org.openstreetmap.osmosis.core.mysql.v0_5.impl.RelationMemberTableReader
Creates a new instance.
RelationMemberTableReader - Class in org.openstreetmap.osmosis.core.pgsql.v0_5.impl
Reads all relation members from a database ordered by the relation identifier.
RelationMemberTableReader(DatabaseContext) - Constructor for class org.openstreetmap.osmosis.core.pgsql.v0_5.impl.RelationMemberTableReader
Creates a new instance.
RelationMemberTableReader(DatabaseContext, String) - Constructor for class org.openstreetmap.osmosis.core.pgsql.v0_5.impl.RelationMemberTableReader
Creates a new instance.
RelationMemberWriter - Class in org.openstreetmap.osmosis.core.xml.v0_5.impl
Renders a relation member as xml.
RelationMemberWriter(String, int) - Constructor for class org.openstreetmap.osmosis.core.xml.v0_5.impl.RelationMemberWriter
Creates a new instance.
RelationMemberWriter - Class in org.openstreetmap.osmosis.core.xml.v0_6.impl
Renders a relation member as xml.
RelationMemberWriter(String, int) - Constructor for class org.openstreetmap.osmosis.core.xml.v0_6.impl.RelationMemberWriter
Creates a new instance.
RelationReader - Class in org.openstreetmap.osmosis.core.mysql.v0_5.impl
Reads all relations from a database ordered by their identifier.
RelationReader(DatabaseLoginCredentials, boolean) - Constructor for class org.openstreetmap.osmosis.core.mysql.v0_5.impl.RelationReader
Creates a new instance.
RelationReader - Class in org.openstreetmap.osmosis.core.pgsql.v0_5.impl
Reads all relations from a database ordered by their identifier.
RelationReader(DatabaseContext) - Constructor for class org.openstreetmap.osmosis.core.pgsql.v0_5.impl.RelationReader
Creates a new instance.
RelationReader(DatabaseContext, String) - Constructor for class org.openstreetmap.osmosis.core.pgsql.v0_5.impl.RelationReader
Creates a new instance.
RelationReader - Class in org.openstreetmap.osmosis.core.pgsql.v0_6.impl
Reads all relations from a database ordered by their identifier.
RelationReader(DatabaseContext) - Constructor for class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.RelationReader
Creates a new instance.
RelationReader(DatabaseContext, String) - Constructor for class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.RelationReader
Creates a new instance.
RelationRowMapper - Class in org.openstreetmap.osmosis.core.apidb.v0_6.impl
Maps relation result set rows into relation objects.
RelationRowMapper(RowMapperListener<Relation>) - Constructor for class org.openstreetmap.osmosis.core.apidb.v0_6.impl.RelationRowMapper
Creates a new instance.
RelationStorageContainer - Class in org.openstreetmap.osmosis.core.customdb.v0_5.impl
Holds references to all of the node storage related classes.
RelationStorageContainer(RandomAccessObjectStoreReader<Relation>, IndexStoreReader<Long, LongLongIndexElement>, IndexStoreReader<Long, LongLongIndexElement>) - Constructor for class org.openstreetmap.osmosis.core.customdb.v0_5.impl.RelationStorageContainer
Creates a new instance.
RelationStorageContainer - Class in org.openstreetmap.osmosis.core.customdb.v0_6.impl
Holds references to all of the node storage related classes.
RelationStorageContainer(RandomAccessObjectStoreReader<Relation>, IndexStoreReader<Long, LongLongIndexElement>, IndexStoreReader<Long, LongLongIndexElement>) - Constructor for class org.openstreetmap.osmosis.core.customdb.v0_6.impl.RelationStorageContainer
Creates a new instance.
RelationTableReader - Class in org.openstreetmap.osmosis.core.mysql.v0_5.impl
Reads all relations from a database ordered by their identifier.
RelationTableReader(DatabaseLoginCredentials, boolean) - Constructor for class org.openstreetmap.osmosis.core.mysql.v0_5.impl.RelationTableReader
Creates a new instance.
RelationTableReader - Class in org.openstreetmap.osmosis.core.pgsql.v0_5.impl
Reads all relations from a database ordered by their identifier.
RelationTableReader(DatabaseContext) - Constructor for class org.openstreetmap.osmosis.core.pgsql.v0_5.impl.RelationTableReader
Creates a new instance.
RelationTableReader(DatabaseContext, String) - Constructor for class org.openstreetmap.osmosis.core.pgsql.v0_5.impl.RelationTableReader
Creates a new instance.
RelationWriter - Class in org.openstreetmap.osmosis.core.xml.v0_5.impl
Renders a relation as xml.
RelationWriter(String, int) - Constructor for class org.openstreetmap.osmosis.core.xml.v0_5.impl.RelationWriter
Creates a new instance.
RelationWriter - Class in org.openstreetmap.osmosis.core.xml.v0_6.impl
Renders a relation as xml.
RelationWriter(String, int) - Constructor for class org.openstreetmap.osmosis.core.xml.v0_6.impl.RelationWriter
Creates a new instance.
Releasable - Interface in org.openstreetmap.osmosis.core.lifecycle
Classes that hold heavyweight resources that can't wait for garbage collection should implement this interface.
ReleasableAdaptorForIterator<T> - Class in org.openstreetmap.osmosis.core.store
Simple wrapper around a standard iterator to allow it to be used as a releasable iterator.
ReleasableAdaptorForIterator(Iterator<T>) - Constructor for class org.openstreetmap.osmosis.core.store.ReleasableAdaptorForIterator
Creates a new instance.
ReleasableContainer - Class in org.openstreetmap.osmosis.core.lifecycle
A container for releasable objects that must be freed.
ReleasableContainer() - Constructor for class org.openstreetmap.osmosis.core.lifecycle.ReleasableContainer
Creates a new instance.
ReleasableIterator<T> - Interface in org.openstreetmap.osmosis.core.lifecycle
Defines an iterator that must be explicitly released after use.
ReleasableStatementContainer - Class in org.openstreetmap.osmosis.core.database
A container for database statement objects that must be freed.
ReleasableStatementContainer() - Constructor for class org.openstreetmap.osmosis.core.database.ReleasableStatementContainer
Creates a new instance.
release() - Method in class org.openstreetmap.osmosis.core.apidb.common.BaseTableReader
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.apidb.common.DatabaseContext
Releases all database resources.
release() - Method in class org.openstreetmap.osmosis.core.apidb.common.DatabaseContext2
Releases all database resources.
release() - Method in class org.openstreetmap.osmosis.core.apidb.common.MysqlIdentityValueLoader
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.apidb.common.MysqlIdentityValueLoader2
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.apidb.common.PostgresqlIdentityValueLoader
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.apidb.common.PostgresqlIdentityValueLoader2
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.ApidbChangeWriter
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.ApidbWriter
Releases all database resources.
release() - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.impl.ChangeReader
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.impl.ChangesetManager
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.impl.ChangeWriter
Releases all database resources.
release() - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.impl.DeltaToDiffReader
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.impl.EntityContainerReader
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.impl.EntityHistoryListReader
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.impl.EntityHistoryReader
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.impl.EntitySnapshotReader
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.impl.FeatureHistoryPopulator
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.impl.FileReplicationDestination
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.impl.UserManager
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.buffer.v0_5.ChangeBuffer
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.buffer.v0_5.EntityBuffer
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.buffer.v0_6.ChangeBuffer
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.buffer.v0_6.EntityBuffer
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.container.v0_5.NodeContainerIterator
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.container.v0_5.RelationContainerIterator
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.container.v0_5.WayContainerIterator
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.container.v0_6.BoundContainerIterator
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.container.v0_6.NodeContainerIterator
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.container.v0_6.RelationContainerIterator
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.container.v0_6.WayContainerIterator
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.customdb.v0_5.DumpDataset
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.customdb.v0_5.impl.DatasetStore
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.customdb.v0_5.impl.DatasetStoreReader
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.customdb.v0_5.impl.NodeStorageContainer
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.customdb.v0_5.impl.PermanentFileDatasetStoreFileManager
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.customdb.v0_5.impl.RelationalIndexValueIdIterator
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.customdb.v0_5.impl.RelationStorageContainer
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.customdb.v0_5.impl.TempFileDatasetStoreFileManager
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.customdb.v0_5.impl.TileIndexValueIdIterator
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.customdb.v0_5.impl.WayStorageContainer
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.customdb.v0_5.impl.WayTileAreaIndex
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.customdb.v0_5.impl.WayTileAreaIndexReader
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.customdb.v0_5.WriteDataset
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.customdb.v0_6.DumpDataset
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.customdb.v0_6.impl.DatasetStore
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.customdb.v0_6.impl.DatasetStoreReader
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.customdb.v0_6.impl.NodeStorageContainer
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.customdb.v0_6.impl.PermanentFileDatasetStoreFileManager
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.customdb.v0_6.impl.RelationalIndexValueIdIterator
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.customdb.v0_6.impl.RelationStorageContainer
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.customdb.v0_6.impl.TempFileDatasetStoreFileManager
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.customdb.v0_6.impl.TileIndexValueIdIterator
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.customdb.v0_6.impl.WayStorageContainer
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.customdb.v0_6.impl.WayTileAreaIndex
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.customdb.v0_6.impl.WayTileAreaIndexReader
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.customdb.v0_6.WriteDataset
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.database.ReleasableStatementContainer
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.filter.v0_5.AreaFilter
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.filter.v0_5.DatasetBoundingBoxFilter
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.filter.v0_5.NodeKeyFilter
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.filter.v0_5.NodeKeyValueFilter
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.filter.v0_5.UsedNodeFilter
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.filter.v0_5.WayKeyValueFilter
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.filter.v0_6.AreaFilter
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.filter.v0_6.DatasetBoundingBoxFilter
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.filter.v0_6.NodeKeyFilter
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.filter.v0_6.NodeKeyValueFilter
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.filter.v0_6.UsedNodeFilter
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.filter.v0_6.WayKeyValueFilter
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.lifecycle.CompletableContainer
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in interface org.openstreetmap.osmosis.core.lifecycle.Releasable
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.lifecycle.ReleasableContainer
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.merge.v0_5.impl.SortedChangePipeValidator
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.merge.v0_5.impl.SortedEntityPipeValidator
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.merge.v0_6.impl.DataPostboxChangeSink
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.merge.v0_6.impl.SortedChangePipeValidator
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.merge.v0_6.impl.SortedEntityPipeValidator
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.migrate.MigrateChangeV05ToV06
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.migrate.MigrateV05ToV06
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.misc.v0_5.NullChangeWriter
Cleans up any open file handles.
release() - Method in class org.openstreetmap.osmosis.core.misc.v0_5.NullWriter
Cleans up any open file handles.
release() - Method in class org.openstreetmap.osmosis.core.misc.v0_6.NullChangeWriter
Cleans up any open file handles.
release() - Method in class org.openstreetmap.osmosis.core.misc.v0_6.NullWriter
Cleans up any open file handles.
release() - Method in class org.openstreetmap.osmosis.core.mysql.common.BaseTableReader
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.mysql.common.DatabaseContext
Releases all database resources.
release() - Method in class org.openstreetmap.osmosis.core.mysql.common.IdentityColumnValueLoader
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.mysql.v0_5.impl.ChangeWriter
Releases all database resources.
release() - Method in class org.openstreetmap.osmosis.core.mysql.v0_5.impl.CurrentRelationReader
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.mysql.v0_5.impl.CurrentWayReader
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.mysql.v0_5.impl.EntitySnapshotReader
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.mysql.v0_5.impl.NodeChangeReader
Releases all database resources.
release() - Method in class org.openstreetmap.osmosis.core.mysql.v0_5.impl.RelationChangeReader
Releases all database resources.
release() - Method in class org.openstreetmap.osmosis.core.mysql.v0_5.impl.RelationReader
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.mysql.v0_5.impl.UserIdManager
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.mysql.v0_5.impl.WayChangeReader
Releases all database resources.
release() - Method in class org.openstreetmap.osmosis.core.mysql.v0_5.impl.WayReader
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.mysql.v0_5.MysqlChangeWriter
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.mysql.v0_5.MysqlWriter
Releases all database resources.
release() - Method in class org.openstreetmap.osmosis.core.pgsql.common.BaseDao
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.pgsql.common.BaseTableReader
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.pgsql.common.CopyFileWriter
Cleans up any open file handles.
release() - Method in class org.openstreetmap.osmosis.core.pgsql.common.DatabaseContext
Releases all database resources.
release() - Method in class org.openstreetmap.osmosis.core.pgsql.v0_5.impl.ChangeWriter
Releases all database resources.
release() - Method in class org.openstreetmap.osmosis.core.pgsql.v0_5.impl.NodeDao
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.pgsql.v0_5.impl.NodeReader
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.pgsql.v0_5.impl.PostgreSqlDatasetReader
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.pgsql.v0_5.impl.RelationDao
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.pgsql.v0_5.impl.RelationReader
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.pgsql.v0_5.impl.WayDao
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.pgsql.v0_5.impl.WayReader
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.pgsql.v0_5.PostgreSqlChangeWriter
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.pgsql.v0_5.PostgreSqlDatasetDumpWriter
Releases all database resources.
release() - Method in class org.openstreetmap.osmosis.core.pgsql.v0_5.PostgreSqlWriter
Releases all database resources.
release() - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.ChangeWriter
Releases all database resources.
release() - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.EntityReader
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.InMemoryNodeLocationStore
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.PersistentNodeLocationStore
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.PostgreSqlDatasetContext
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.RelationReader
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.WayGeometryBuilder
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.WayReader
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.PostgreSqlChangeWriter
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.PostgreSqlDatasetDumpWriter
Releases all database resources.
release() - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.PostgreSqlWriter
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.progress.v0_5.ChangeProgressLogger
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.progress.v0_5.EntityProgressLogger
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.progress.v0_6.ChangeProgressLogger
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.progress.v0_6.EntityProgressLogger
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.report.v0_5.EntityReporter
Cleans up any open file handles.
release() - Method in class org.openstreetmap.osmosis.core.report.v0_5.IntegrityReporter
Cleans up any open file handles.
release() - Method in class org.openstreetmap.osmosis.core.report.v0_6.EntityReporter
Cleans up any open file handles.
release() - Method in class org.openstreetmap.osmosis.core.report.v0_6.IntegrityReporter
Cleans up any open file handles.
release() - Method in class org.openstreetmap.osmosis.core.sort.common.FileBasedSort
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.sort.common.MergingIterator
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.sort.v0_5.ChangeSorter
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.sort.v0_5.EntitySorter
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.sort.v0_6.ChangeSorter
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.sort.v0_6.ChangeTagSorter
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.sort.v0_6.EntitySorter
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.sort.v0_6.TagSorter
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.store.ChunkedObjectStore
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.store.DataPostbox
Must be called at the end of input processing regardless of whether errors have occurred.
release() - Method in class org.openstreetmap.osmosis.core.store.EmptyIterator
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.store.IndexedObjectStore
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.store.IndexedObjectStoreReader
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.store.IndexStore
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.store.IndexStoreReader
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.store.MultipleSourceIterator
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.store.ObjectStreamIterator
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.store.PeekableIterator
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.store.PersistentIterator
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.store.RandomAccessObjectStore
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.store.RandomAccessObjectStoreReader
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.store.ReleasableAdaptorForIterator
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.store.SegmentedObjectStore
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.store.SimpleObjectStore
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.store.StoreReleasingIterator
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.store.UpcastIterator
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.tagremove.v0_6.TagRemover
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.tee.v0_5.ChangeTee
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.tee.v0_5.EntityTee
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.tee.v0_6.ChangeTee
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.tee.v0_6.EntityTee
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.util.FileBasedLock
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class org.openstreetmap.osmosis.core.xml.common.BaseXmlWriter
Cleans up any open file handles.
remove() - Method in class org.openstreetmap.osmosis.core.apidb.common.BaseTableReader
remove() - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.impl.ChangeReader
remove() - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.impl.DeltaToDiffReader
remove() - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.impl.EntityContainerReader
remove() - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.impl.EntityHistoryListReader
remove() - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.impl.EntityHistoryReader
remove() - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.impl.EntitySnapshotReader
remove() - Method in class org.openstreetmap.osmosis.core.container.v0_5.NodeContainerIterator
remove() - Method in class org.openstreetmap.osmosis.core.container.v0_5.RelationContainerIterator
remove() - Method in class org.openstreetmap.osmosis.core.container.v0_5.WayContainerIterator
remove() - Method in class org.openstreetmap.osmosis.core.container.v0_6.BoundContainerIterator
remove() - Method in class org.openstreetmap.osmosis.core.container.v0_6.NodeContainerIterator
remove() - Method in class org.openstreetmap.osmosis.core.container.v0_6.RelationContainerIterator
remove() - Method in class org.openstreetmap.osmosis.core.container.v0_6.WayContainerIterator
remove() - Method in class org.openstreetmap.osmosis.core.customdb.v0_5.impl.RelationalIndexValueIdIterator
remove() - Method in class org.openstreetmap.osmosis.core.customdb.v0_5.impl.TileIndexValueIdIterator
remove() - Method in class org.openstreetmap.osmosis.core.customdb.v0_6.impl.RelationalIndexValueIdIterator
remove() - Method in class org.openstreetmap.osmosis.core.customdb.v0_6.impl.TileIndexValueIdIterator
remove() - Method in class org.openstreetmap.osmosis.core.mysql.common.BaseTableReader
remove() - Method in class org.openstreetmap.osmosis.core.mysql.v0_5.impl.CurrentRelationReader
remove() - Method in class org.openstreetmap.osmosis.core.mysql.v0_5.impl.CurrentWayReader
remove() - Method in class org.openstreetmap.osmosis.core.mysql.v0_5.impl.EntitySnapshotReader
remove() - Method in class org.openstreetmap.osmosis.core.mysql.v0_5.impl.RelationReader
remove() - Method in class org.openstreetmap.osmosis.core.mysql.v0_5.impl.WayReader
remove() - Method in class org.openstreetmap.osmosis.core.pgsql.common.BaseTableReader
remove() - Method in class org.openstreetmap.osmosis.core.pgsql.v0_5.impl.NodeReader
remove() - Method in class org.openstreetmap.osmosis.core.pgsql.v0_5.impl.RelationReader
remove() - Method in class org.openstreetmap.osmosis.core.pgsql.v0_5.impl.WayReader
remove() - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.EntityReader
remove() - Method in class org.openstreetmap.osmosis.core.sort.common.MergingIterator
Not supported.
remove() - Method in class org.openstreetmap.osmosis.core.store.EmptyIterator
remove() - Method in class org.openstreetmap.osmosis.core.store.IndexRangeIterator
remove() - Method in class org.openstreetmap.osmosis.core.store.MultipleSourceIterator
remove() - Method in class org.openstreetmap.osmosis.core.store.ObjectDataInputIterator
remove() - Method in class org.openstreetmap.osmosis.core.store.PeekableIterator
remove() - Method in class org.openstreetmap.osmosis.core.store.PersistentIterator
remove() - Method in class org.openstreetmap.osmosis.core.store.ReleasableAdaptorForIterator
remove() - Method in class org.openstreetmap.osmosis.core.store.StoreReleasingIterator
remove() - Method in class org.openstreetmap.osmosis.core.store.UpcastIterator
remove(Object) - Method in class org.openstreetmap.osmosis.core.util.CollectionWrapper
removeAll(Collection<?>) - Method in class org.openstreetmap.osmosis.core.util.CollectionWrapper
removeEntity(long) - Method in interface org.openstreetmap.osmosis.core.container.v0_6.EntityManager
Removes the specified entity from the database.
removeEntity(long) - Method in class org.openstreetmap.osmosis.core.customdb.v0_6.impl.NodeManager
Removes the specified entity from the database.
removeEntity(long) - Method in class org.openstreetmap.osmosis.core.customdb.v0_6.impl.RelationManager
Removes the specified entity from the database.
removeEntity(long) - Method in class org.openstreetmap.osmosis.core.customdb.v0_6.impl.WayManager
Removes the specified entity from the database.
removeEntity(long) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.EntityDao
Removes the specified entity from the database.
removeEntity(long) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.PostgresSqlEntityManager
Removes the specified entity from the database.
removeEntity(long) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.RelationDao
Removes the specified entity from the database.
removeEntity(long) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.WayDao
Removes the specified entity from the database.
removeList(long) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.EntityFeatureDao
Removes the specified feature list from the database.
renameTmpFileToCurrent() - Method in class org.openstreetmap.osmosis.core.util.AtomicFileCreator
Renames the new temporary file to the current file deleting the current file if it exists.
render(EntityType) - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.impl.MemberTypeRenderer
Renders a member type into its xml representation.
render(EntityType) - Method in class org.openstreetmap.osmosis.core.mysql.v0_5.impl.MemberTypeRenderer
Renders a member type into its xml representation.
render(EntityType) - Method in class org.openstreetmap.osmosis.core.xml.v0_5.impl.MemberTypeRenderer
Renders a member type into its xml representation.
render(EntityType) - Method in class org.openstreetmap.osmosis.core.xml.v0_6.impl.MemberTypeRenderer
Renders a member type into its xml representation.
replicate() - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.impl.Replicator
Replicates the next set of changes from the database.
ReplicationDestination - Interface in org.openstreetmap.osmosis.core.apidb.v0_6.impl
Provides Replicator with end points for the change streams that it produces.
ReplicationDownloader - Class in org.openstreetmap.osmosis.core.merge.v0_6
Downloads a set of replication files from a HTTP server, and merges them into a single output stream.
ReplicationDownloader(File) - Constructor for class org.openstreetmap.osmosis.core.merge.v0_6.ReplicationDownloader
Creates a new instance.
ReplicationDownloaderConfiguration - Class in org.openstreetmap.osmosis.core.merge.v0_6.impl
Loads and exposes the configuration properties for downloading replication history.
ReplicationDownloaderConfiguration(File) - Constructor for class org.openstreetmap.osmosis.core.merge.v0_6.impl.ReplicationDownloaderConfiguration
Creates a new instance.
ReplicationDownloaderFactory - Class in org.openstreetmap.osmosis.core.merge.v0_6
The task manager factory for a replication file downloader.
ReplicationDownloaderFactory() - Constructor for class org.openstreetmap.osmosis.core.merge.v0_6.ReplicationDownloaderFactory
 
ReplicationDownloaderInitializer - Class in org.openstreetmap.osmosis.core.merge.v0_6
Downloads a set of replication files from a HTTP server, and merges them into a single output stream.
ReplicationDownloaderInitializer(File) - Constructor for class org.openstreetmap.osmosis.core.merge.v0_6.ReplicationDownloaderInitializer
Creates a new instance.
ReplicationDownloaderInitializerFactory - Class in org.openstreetmap.osmosis.core.merge.v0_6
The task manager factory for a replication file download initializer.
ReplicationDownloaderInitializerFactory() - Constructor for class org.openstreetmap.osmosis.core.merge.v0_6.ReplicationDownloaderInitializerFactory
 
ReplicationFileMerger - Class in org.openstreetmap.osmosis.core.merge.v0_6
Consumes the files in a replication directory and combines them into larger replication files grouped by a time interval.
ReplicationFileMerger(File) - Constructor for class org.openstreetmap.osmosis.core.merge.v0_6.ReplicationFileMerger
Creates a new instance.
ReplicationFileMergerConfiguration - Class in org.openstreetmap.osmosis.core.merge.v0_6.impl
Loads and exposes the configuration properties for replication file merging.
ReplicationFileMergerConfiguration(File) - Constructor for class org.openstreetmap.osmosis.core.merge.v0_6.impl.ReplicationFileMergerConfiguration
Creates a new instance.
ReplicationFileMergerFactory - Class in org.openstreetmap.osmosis.core.merge.v0_6
The task manager factory for a replication file merger.
ReplicationFileMergerFactory() - Constructor for class org.openstreetmap.osmosis.core.merge.v0_6.ReplicationFileMergerFactory
 
ReplicationFileMergerInitializer - Class in org.openstreetmap.osmosis.core.merge.v0_6
Initialises the working directory for the replication file merger task.
ReplicationFileMergerInitializer(File) - Constructor for class org.openstreetmap.osmosis.core.merge.v0_6.ReplicationFileMergerInitializer
Creates a new instance.
ReplicationFileMergerInitializerFactory - Class in org.openstreetmap.osmosis.core.merge.v0_6
The task manager factory for a replication file merger initializer.
ReplicationFileMergerInitializerFactory() - Constructor for class org.openstreetmap.osmosis.core.merge.v0_6.ReplicationFileMergerInitializerFactory
 
ReplicationFileSequenceFormatter - Class in org.openstreetmap.osmosis.core.apidb.v0_6.impl
Formats replication sequence numbers into file names.
ReplicationFileSequenceFormatter(File) - Constructor for class org.openstreetmap.osmosis.core.apidb.v0_6.impl.ReplicationFileSequenceFormatter
Creates a new instance.
ReplicationFileSequenceFormatter(File, int, int) - Constructor for class org.openstreetmap.osmosis.core.apidb.v0_6.impl.ReplicationFileSequenceFormatter
Creates a new instance.
ReplicationQueryPredicates - Class in org.openstreetmap.osmosis.core.apidb.v0_6.impl
Contains the parameters required to perform a single replication from the database.
ReplicationQueryPredicates(long, long) - Constructor for class org.openstreetmap.osmosis.core.apidb.v0_6.impl.ReplicationQueryPredicates
Creates a new instance.
ReplicationSequenceFormatter - Class in org.openstreetmap.osmosis.core.apidb.v0_6.impl
Formats replication sequence numbers into file names.
ReplicationSequenceFormatter(int, int) - Constructor for class org.openstreetmap.osmosis.core.apidb.v0_6.impl.ReplicationSequenceFormatter
Creates a new instance.
ReplicationSource - Interface in org.openstreetmap.osmosis.core.apidb.v0_6.impl
Provides Replicator with change streams that it consumes.
ReplicationState - Class in org.openstreetmap.osmosis.core.apidb.v0_6.impl
Contains the state to be remembered between replication invocations.
ReplicationState(long, long, List<Long>, List<Long>, Date, long) - Constructor for class org.openstreetmap.osmosis.core.apidb.v0_6.impl.ReplicationState
Creates a new instance.
ReplicationState(StoreReader, StoreClassRegister) - Constructor for class org.openstreetmap.osmosis.core.apidb.v0_6.impl.ReplicationState
Creates a new instance.
ReplicationState(Properties) - Constructor for class org.openstreetmap.osmosis.core.apidb.v0_6.impl.ReplicationState
Creates a new instance.
ReplicationStatePersister - Interface in org.openstreetmap.osmosis.core.apidb.v0_6.impl
Implementations of this interface provide persistence for replication state objects.
Replicator - Class in org.openstreetmap.osmosis.core.apidb.v0_6.impl
Replicates changes from the database utilising transaction snapshots.
Replicator(ReplicationSource, ReplicationDestination, TransactionSnapshotLoader, SystemTimeLoader) - Constructor for class org.openstreetmap.osmosis.core.apidb.v0_6.impl.Replicator
Creates a new instance.
ResourceFileManager - Class in org.openstreetmap.osmosis.core.util
Contains utility methods for dealing with resource files packaged within the application.
ResourceFileManager() - Constructor for class org.openstreetmap.osmosis.core.util.ResourceFileManager
 
retainAll(Collection<?>) - Method in class org.openstreetmap.osmosis.core.util.CollectionWrapper
retrieveTask(String, String, Class<? extends Task>) - Method in class org.openstreetmap.osmosis.core.pipeline.common.PipeTasks
Removes and returns the task registered under the specified name.
retrieveTask(String, Class<? extends Task>) - Method in class org.openstreetmap.osmosis.core.pipeline.common.PipeTasks
Removes and returns the next available task registered under a default name.
RowMapperListener<T> - Interface in org.openstreetmap.osmosis.core.apidb.v0_6.impl
Receives result objects produced by row mapper implementations.
run() - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.ApidbChangeReader
Reads all data from the database and send it to the sink.
run() - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.ApidbCurrentReader
Reads all data from the database and send it to the sink.
run() - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.ApidbFileReplicator
run() - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.ApidbReader
Reads all data from the database and send it to the sink.
run() - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.ApidbTestReader
Reads all data from the database and send it to the sink.
run() - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.ApidbTruncator
Truncates all data from the database.
run() - Method in class org.openstreetmap.osmosis.core.buffer.v0_5.ChangeBuffer
Sends all input data to the sink.
run() - Method in class org.openstreetmap.osmosis.core.buffer.v0_5.EntityBuffer
Sends all input data to the sink.
run() - Method in class org.openstreetmap.osmosis.core.buffer.v0_6.ChangeBuffer
Sends all input data to the sink.
run() - Method in class org.openstreetmap.osmosis.core.buffer.v0_6.EntityBuffer
Sends all input data to the sink.
run() - Method in class org.openstreetmap.osmosis.core.change.v0_5.ChangeApplier
Processes the input sources and sends the updated data stream to the sink.
run() - Method in class org.openstreetmap.osmosis.core.change.v0_5.ChangeDeriver
Processes the input sources and sends the changes to the change sink.
run() - Method in class org.openstreetmap.osmosis.core.change.v0_6.ChangeApplier
Processes the input sources and sends the updated data stream to the sink.
run() - Method in class org.openstreetmap.osmosis.core.change.v0_6.ChangeDeriver
Processes the input sources and sends the changes to the change sink.
run() - Method in class org.openstreetmap.osmosis.core.customdb.v0_5.ReadDataset
run() - Method in class org.openstreetmap.osmosis.core.customdb.v0_6.ReadDataset
run() - Method in class org.openstreetmap.osmosis.core.merge.v0_5.ChangeDownloader
run() - Method in class org.openstreetmap.osmosis.core.merge.v0_5.ChangeDownloadInitializer
run() - Method in class org.openstreetmap.osmosis.core.merge.v0_5.ChangeMerger
run() - Method in class org.openstreetmap.osmosis.core.merge.v0_5.EntityMerger
run() - Method in class org.openstreetmap.osmosis.core.merge.v0_6.BaseReplicationDownloader
run() - Method in class org.openstreetmap.osmosis.core.merge.v0_6.ChangeAppender
run() - Method in class org.openstreetmap.osmosis.core.merge.v0_6.ChangeMerger
run() - Method in class org.openstreetmap.osmosis.core.merge.v0_6.EntityMerger
run() - Method in class org.openstreetmap.osmosis.core.merge.v0_6.IntervalDownloader
run() - Method in class org.openstreetmap.osmosis.core.merge.v0_6.IntervalDownloaderInitializer
run() - Method in class org.openstreetmap.osmosis.core.merge.v0_6.ReplicationDownloaderInitializer
run() - Method in class org.openstreetmap.osmosis.core.merge.v0_6.ReplicationFileMergerInitializer
run() - Method in class org.openstreetmap.osmosis.core.mysql.v0_5.MysqlChangeReader
Reads all data from the file and send it to the sink.
run() - Method in class org.openstreetmap.osmosis.core.mysql.v0_5.MySqlCurrentReader
Reads all data from the database and send it to the sink.
run() - Method in class org.openstreetmap.osmosis.core.mysql.v0_5.MysqlReader
Reads all data from the database and send it to the sink.
run() - Method in class org.openstreetmap.osmosis.core.mysql.v0_5.MysqlTruncator
Truncates all data from the database.
run(String[]) - Static method in class org.openstreetmap.osmosis.core.Osmosis
This contains the real functionality of the main method.
run() - Method in class org.openstreetmap.osmosis.core.pgsql.v0_5.PostgreSqlDatasetTruncator
Truncates all data from the database.
run() - Method in class org.openstreetmap.osmosis.core.pgsql.v0_5.PostgreSqlReader
run() - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.PostgreSqlDatasetTruncator
Truncates all data from the database.
run() - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.PostgreSqlReader
run() - Method in class org.openstreetmap.osmosis.core.xml.v0_5.XmlChangeReader
Reads all data from the file and send it to the sink.
run() - Method in class org.openstreetmap.osmosis.core.xml.v0_5.XmlDownloader
* Reads all data from the server and send it to the Sink.
run() - Method in class org.openstreetmap.osmosis.core.xml.v0_5.XmlReader
Reads all data from the file and send it to the sink.
run() - Method in class org.openstreetmap.osmosis.core.xml.v0_6.FastXmlReader
Reads all data from the file and send it to the sink.
run() - Method in class org.openstreetmap.osmosis.core.xml.v0_6.XmlChangeReader
Reads all data from the file and send it to the sink.
run() - Method in class org.openstreetmap.osmosis.core.xml.v0_6.XmlDownloader
Reads all data from the server and send it to the Sink.
run() - Method in class org.openstreetmap.osmosis.core.xml.v0_6.XmlReader
Reads all data from the file and send it to the sink.
run() - Method in class org.openstreetmap.osmosis.extract.apidb.v0_6.IntervalExtractor
Runs the changeset extraction.
run() - Method in class org.openstreetmap.osmosis.extract.apidb.v0_6.OsmosisExtractApiDb
Launches program execution.
run() - Method in class org.openstreetmap.osmosis.extract.mysql.v0_5.IntervalExtractor
Runs the changeset extraction.
run() - Method in class org.openstreetmap.osmosis.extract.mysql.v0_5.OsmosisExtractMysql
Launches program execution.
runImpl(DatabaseContext2) - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.ApidbChangeReader
Runs the task implementation.
runImpl(DatabaseContext2) - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.ApidbCurrentReader
Runs the task implementation.
runImpl(DatabaseContext2) - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.ApidbFileReplicator
Runs the task implementation.
runImpl(DatabaseContext2) - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.ApidbReader
Runs the task implementation.
runImpl(DatabaseContext2) - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.ApidbTestReader
Runs the task implementation.
RunnableChangeSource - Interface in org.openstreetmap.osmosis.core.task.v0_5
Extends the basic ChangeSource interface with the Runnable capability.
RunnableChangeSource - Interface in org.openstreetmap.osmosis.core.task.v0_6
Extends the basic ChangeSource interface with the Runnable capability.
RunnableChangeSourceManager - Class in org.openstreetmap.osmosis.core.pipeline.v0_5
A task manager implementation for RunnableChangeSource task implementations.
RunnableChangeSourceManager(String, RunnableChangeSource, Map<String, String>) - Constructor for class org.openstreetmap.osmosis.core.pipeline.v0_5.RunnableChangeSourceManager
Creates a new instance.
RunnableChangeSourceManager - Class in org.openstreetmap.osmosis.core.pipeline.v0_6
A task manager implementation for RunnableChangeSource task implementations.
RunnableChangeSourceManager(String, RunnableChangeSource, Map<String, String>) - Constructor for class org.openstreetmap.osmosis.core.pipeline.v0_6.RunnableChangeSourceManager
Creates a new instance.
RunnableDatasetSource - Interface in org.openstreetmap.osmosis.core.task.v0_5
Extends the basic DatasetSource interface with the Runnable capability.
RunnableDatasetSource - Interface in org.openstreetmap.osmosis.core.task.v0_6
Extends the basic DatasetSource interface with the Runnable capability.
RunnableDatasetSourceManager - Class in org.openstreetmap.osmosis.core.pipeline.v0_5
A task manager implementation for RunnableDatasetSource task implementations.
RunnableDatasetSourceManager(String, RunnableDatasetSource, Map<String, String>) - Constructor for class org.openstreetmap.osmosis.core.pipeline.v0_5.RunnableDatasetSourceManager
Creates a new instance.
RunnableDatasetSourceManager - Class in org.openstreetmap.osmosis.core.pipeline.v0_6
A task manager implementation for RunnableDatasetSource task implementations.
RunnableDatasetSourceManager(String, RunnableDatasetSource, Map<String, String>) - Constructor for class org.openstreetmap.osmosis.core.pipeline.v0_6.RunnableDatasetSourceManager
Creates a new instance.
RunnableSource - Interface in org.openstreetmap.osmosis.core.task.v0_5
Extends the basic Source interface with the Runnable capability.
RunnableSource - Interface in org.openstreetmap.osmosis.core.task.v0_6
Extends the basic Source interface with the Runnable capability.
RunnableSourceManager - Class in org.openstreetmap.osmosis.core.pipeline.v0_5
A task manager implementation for RunnableSource task implementations.
RunnableSourceManager(String, RunnableSource, Map<String, String>) - Constructor for class org.openstreetmap.osmosis.core.pipeline.v0_5.RunnableSourceManager
Creates a new instance.
RunnableSourceManager - Class in org.openstreetmap.osmosis.core.pipeline.v0_6
A task manager implementation for RunnableSource task implementations.
RunnableSourceManager(String, RunnableSource, Map<String, String>) - Constructor for class org.openstreetmap.osmosis.core.pipeline.v0_6.RunnableSourceManager
Creates a new instance.
RunnableTask - Interface in org.openstreetmap.osmosis.core.task.common
Extends the basic Task interface with the Runnable capability.
RunnableTaskManager - Class in org.openstreetmap.osmosis.core.pipeline.common
A task manager implementation for RunnableTask task implementations.
RunnableTaskManager(String, RunnableTask, Map<String, String>) - Constructor for class org.openstreetmap.osmosis.core.pipeline.common.RunnableTaskManager
Creates a new instance.

S

saveState(ReplicationState) - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.impl.FileReplicationDestination
Persists the state.
saveState(ReplicationState) - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.impl.FileReplicationStatePersistor
Persists the state.
saveState(ReplicationState) - Method in interface org.openstreetmap.osmosis.core.apidb.v0_6.impl.ReplicationStatePersister
Persists the state.
SCHEMA_MIGRATIONS - Static variable in interface org.openstreetmap.osmosis.core.apidb.v0_6.ApidbVersionConstants
Defines the schema migrations expected to be in the database.
SCHEMA_VERSION - Static variable in interface org.openstreetmap.osmosis.core.mysql.v0_5.MySqlVersionConstants
Defines the schema version number currently supported.
SCHEMA_VERSION - Static variable in interface org.openstreetmap.osmosis.core.pgsql.v0_5.PostgreSqlVersionConstants
Defines the schema version number currently supported.
SCHEMA_VERSION - Static variable in interface org.openstreetmap.osmosis.core.pgsql.v0_6.PostgreSqlVersionConstants
Defines the schema version number currently supported.
SchemaVersionValidator - Class in org.openstreetmap.osmosis.core.apidb.v0_6.impl
Reads the version number stored in the schema_info table and verifies that it matches the expected version.
SchemaVersionValidator(DatabaseLoginCredentials, DatabasePreferences) - Constructor for class org.openstreetmap.osmosis.core.apidb.v0_6.impl.SchemaVersionValidator
Creates a new instance.
SchemaVersionValidator - Class in org.openstreetmap.osmosis.core.mysql.v0_5.impl
Reads the version number stored in the schema_info table and verifies that it matches the expected version.
SchemaVersionValidator(DatabaseLoginCredentials, DatabasePreferences) - Constructor for class org.openstreetmap.osmosis.core.mysql.v0_5.impl.SchemaVersionValidator
Creates a new instance.
SchemaVersionValidator - Class in org.openstreetmap.osmosis.core.pgsql.common
Reads the version number stored in the schema_info table and verifies that it matches the expected version.
SchemaVersionValidator(DatabaseLoginCredentials, DatabasePreferences) - Constructor for class org.openstreetmap.osmosis.core.pgsql.common.SchemaVersionValidator
Creates a new instance.
seek(long) - Method in class org.openstreetmap.osmosis.core.store.BufferedRandomAccessFileInputStream
Seeks to the specified position in the file.
SegmentedObjectStore<T extends Storeable> - Class in org.openstreetmap.osmosis.core.store
Provides a store for writing objects to a file for later retrieval.
SegmentedObjectStore(ObjectSerializationFactory, String, boolean) - Constructor for class org.openstreetmap.osmosis.core.store.SegmentedObjectStore
Creates a new instance.
ServerStateReader - Class in org.openstreetmap.osmosis.core.merge.v0_6.impl
Retrieves replication state files from the server hosting replication data.
ServerStateReader() - Constructor for class org.openstreetmap.osmosis.core.merge.v0_6.impl.ServerStateReader
Creates a new instance.
set(long) - Method in class org.openstreetmap.osmosis.core.filter.common.BitSetIdTracker
Marks the specified id as active.
set(long) - Method in interface org.openstreetmap.osmosis.core.filter.common.IdTracker
Marks the specified id as active.
set(long) - Method in class org.openstreetmap.osmosis.core.filter.common.ListIdTracker
Marks the specified id as active.
setAll(IdTracker) - Method in class org.openstreetmap.osmosis.core.filter.common.BitSetIdTracker
Sets all the ids contained in the specified tracker.
setAll(IdTracker) - Method in interface org.openstreetmap.osmosis.core.filter.common.IdTracker
Sets all the ids contained in the specified tracker.
setAll(IdTracker) - Method in class org.openstreetmap.osmosis.core.filter.common.ListIdTracker
Sets all the ids contained in the specified tracker.
setAllowIncorrectSchemaVersion(boolean) - Method in class org.openstreetmap.osmosis.core.database.DatabasePreferences
Updates the allowIncorrectSchemaVersion flag.
setAutoCommit(boolean) - Method in class org.openstreetmap.osmosis.core.apidb.common.DatabaseContext
Sets the auto-commit property on the underlying connection.
setAutoCommit(boolean) - Method in class org.openstreetmap.osmosis.core.pgsql.common.DatabaseContext
Sets the auto-commit property on the underlying connection.
setChangesetId(long) - Method in class org.openstreetmap.osmosis.core.domain.v0_6.CommonEntityData
Sets the id of the changeset that this version of the entity was created by.
setChangesetId(long) - Method in class org.openstreetmap.osmosis.core.domain.v0_6.Entity
Sets the id of the changeset that this version of the entity was created by.
setChangesetId(long) - Method in class org.openstreetmap.osmosis.core.domain.v0_6.EntityBuilder
Deprecated. Sets the id of the changeset that this version of the entity was created by.
setChangeSink(ChangeSink) - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.ApidbChangeReader
Sets the change sink to send data to.
setChangeSink(ChangeSink) - Method in class org.openstreetmap.osmosis.core.buffer.v0_5.ChangeBuffer
Sets the change sink to send data to.
setChangeSink(ChangeSink) - Method in class org.openstreetmap.osmosis.core.buffer.v0_6.ChangeBuffer
Sets the change sink to send data to.
setChangeSink(ChangeSink) - Method in class org.openstreetmap.osmosis.core.change.v0_5.ChangeDeriver
Sets the change sink to send data to.
setChangeSink(ChangeSink) - Method in class org.openstreetmap.osmosis.core.change.v0_6.ChangeDeriver
Sets the change sink to send data to.
setChangeSink(ChangeSink) - Method in class org.openstreetmap.osmosis.core.merge.v0_5.ChangeDownloader
Sets the change sink to send data to.
setChangeSink(ChangeSink) - Method in class org.openstreetmap.osmosis.core.merge.v0_5.ChangeMerger
Sets the change sink to send data to.
setChangeSink(ChangeSink) - Method in class org.openstreetmap.osmosis.core.merge.v0_5.impl.SortedChangePipeValidator
Sets the change sink to send data to.
setChangeSink(ChangeSink) - Method in class org.openstreetmap.osmosis.core.merge.v0_6.ChangeAppender
Sets the change sink to send data to.
setChangeSink(ChangeSink) - Method in class org.openstreetmap.osmosis.core.merge.v0_6.ChangeMerger
Sets the change sink to send data to.
setChangeSink(ChangeSink) - Method in class org.openstreetmap.osmosis.core.merge.v0_6.impl.SortedChangePipeValidator
Sets the change sink to send data to.
setChangeSink(ChangeSink) - Method in class org.openstreetmap.osmosis.core.merge.v0_6.IntervalDownloader
Sets the change sink to send data to.
setChangeSink(ChangeSink) - Method in class org.openstreetmap.osmosis.core.merge.v0_6.ReplicationDownloader
Sets the change sink to send data to.
setChangeSink(ChangeSink) - Method in class org.openstreetmap.osmosis.core.migrate.MigrateChangeV05ToV06
Sets the change sink to send data to.
setChangeSink(ChangeSink) - Method in class org.openstreetmap.osmosis.core.mysql.v0_5.MysqlChangeReader
Sets the change sink to send data to.
setChangeSink(ChangeSink) - Method in class org.openstreetmap.osmosis.core.progress.v0_5.ChangeProgressLogger
Sets the change sink to send data to.
setChangeSink(ChangeSink) - Method in class org.openstreetmap.osmosis.core.progress.v0_6.ChangeProgressLogger
Sets the change sink to send data to.
setChangeSink(ChangeSink) - Method in class org.openstreetmap.osmosis.core.sort.v0_5.ChangeSorter
Sets the change sink to send data to.
setChangeSink(ChangeSink) - Method in class org.openstreetmap.osmosis.core.sort.v0_6.ChangeSorter
Sets the change sink to send data to.
setChangeSink(ChangeSink) - Method in class org.openstreetmap.osmosis.core.sort.v0_6.ChangeTagSorter
Sets the change sink to send data to.
setChangeSink(ChangeSink) - Method in interface org.openstreetmap.osmosis.core.task.v0_5.ChangeSource
Sets the change sink to send data to.
setChangeSink(ChangeSink) - Method in interface org.openstreetmap.osmosis.core.task.v0_6.ChangeSource
Sets the change sink to send data to.
setChangeSink(ChangeSink) - Method in class org.openstreetmap.osmosis.core.xml.v0_5.XmlChangeReader
Sets the change sink to send data to.
setChangeSink(ChangeSink) - Method in class org.openstreetmap.osmosis.core.xml.v0_6.XmlChangeReader
Sets the change sink to send data to.
setDatabase(String) - Method in class org.openstreetmap.osmosis.core.database.DatabaseLoginCredentials
Updates the database.
setDatasetSink(DatasetSink) - Method in class org.openstreetmap.osmosis.core.customdb.v0_5.ReadDataset
Sets the dataset sink to send data to.
setDatasetSink(DatasetSink) - Method in class org.openstreetmap.osmosis.core.customdb.v0_6.ReadDataset
Sets the dataset sink to send data to.
setDatasetSink(DatasetSink) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_5.PostgreSqlReader
Sets the dataset sink to send data to.
setDatasetSink(DatasetSink) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.PostgreSqlReader
Sets the dataset sink to send data to.
setDatasetSink(DatasetSink) - Method in interface org.openstreetmap.osmosis.core.task.v0_5.DatasetSource
Sets the dataset sink to send data to.
setDatasetSink(DatasetSink) - Method in interface org.openstreetmap.osmosis.core.task.v0_6.DatasetSource
Sets the dataset sink to send data to.
setDbType(DatabaseType) - Method in class org.openstreetmap.osmosis.core.database.DatabaseLoginCredentials
Updates database type.
setDbType(String) - Method in class org.openstreetmap.osmosis.core.database.DatabaseLoginCredentials
Updates the database type.
setDocumentLocator(Locator) - Method in class org.openstreetmap.osmosis.core.xml.v0_5.impl.OsmHandler
Sets the document locator which is used to report the position in the file when errors occur.
setDocumentLocator(Locator) - Method in class org.openstreetmap.osmosis.core.xml.v0_6.impl.OsmHandler
Sets the document locator which is used to report the position in the file when errors occur.
setForceUtf8(boolean) - Method in class org.openstreetmap.osmosis.core.database.DatabaseLoginCredentials
Updates the force utf-8 flag.
setHost(String) - Method in class org.openstreetmap.osmosis.core.database.DatabaseLoginCredentials
Updates the host.
setId(long) - Method in class org.openstreetmap.osmosis.core.domain.v0_6.CommonEntityData
Sets the identifier.
setId(long) - Method in class org.openstreetmap.osmosis.core.domain.v0_6.Entity
Sets the identifier.
setId(long) - Method in class org.openstreetmap.osmosis.core.domain.v0_6.EntityBuilder
Deprecated. Sets a new id value.
setLatitude(double) - Method in class org.openstreetmap.osmosis.core.domain.v0_6.Node
Sets the latitude.
setLatitude(double) - Method in class org.openstreetmap.osmosis.core.domain.v0_6.NodeBuilder
Deprecated. Sets a new latitude value.
setLongitude(double) - Method in class org.openstreetmap.osmosis.core.domain.v0_6.Node
Sets the longitude.
setLongitude(double) - Method in class org.openstreetmap.osmosis.core.domain.v0_6.NodeBuilder
Deprecated. Sets a new longitude value.
setMembers(List<RelationMember>) - Method in class org.openstreetmap.osmosis.core.domain.v0_6.RelationBuilder
Deprecated. Sets a new members value.
setOutputError() - Method in class org.openstreetmap.osmosis.core.store.DataPostbox
Allows an output thread to signal that it has failed, this will cause exceptions to be thrown if more data is sent by input input threads.
setOutputTask(PipeTasks, Task, int) - Method in class org.openstreetmap.osmosis.core.pipeline.common.TaskManager
Registers the specified task as an output.
setPassword(String) - Method in class org.openstreetmap.osmosis.core.database.DatabaseLoginCredentials
Updates the password.
setProfileSql(boolean) - Method in class org.openstreetmap.osmosis.core.database.DatabaseLoginCredentials
Updates the profile SQL flag.
setSequenceNumber(long) - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.impl.ReplicationState
Sets the replication sequence number.
setSink(Sink) - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.ApidbCurrentReader
Sets the osm sink to send data to.
setSink(Sink) - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.ApidbReader
Sets the osm sink to send data to.
setSink(Sink) - Method in class org.openstreetmap.osmosis.core.buffer.v0_5.EntityBuffer
Sets the osm sink to send data to.
setSink(Sink) - Method in class org.openstreetmap.osmosis.core.buffer.v0_6.EntityBuffer
Sets the osm sink to send data to.
setSink(Sink) - Method in class org.openstreetmap.osmosis.core.change.v0_5.ChangeApplier
Sets the osm sink to send data to.
setSink(Sink) - Method in class org.openstreetmap.osmosis.core.change.v0_6.ChangeApplier
Sets the osm sink to send data to.
setSink(Sink) - Method in class org.openstreetmap.osmosis.core.container.v0_6.EntityContainerBuilder
Deprecated. Sets the osm sink to send data to.
setSink(Sink) - Method in class org.openstreetmap.osmosis.core.customdb.v0_5.DumpDataset
Sets the osm sink to send data to.
setSink(Sink) - Method in class org.openstreetmap.osmosis.core.customdb.v0_6.DumpDataset
Sets the osm sink to send data to.
setSink(Sink) - Method in class org.openstreetmap.osmosis.core.filter.v0_5.AreaFilter
Sets the osm sink to send data to.
setSink(Sink) - Method in class org.openstreetmap.osmosis.core.filter.v0_5.DatasetBoundingBoxFilter
Sets the osm sink to send data to.
setSink(Sink) - Method in class org.openstreetmap.osmosis.core.filter.v0_5.NodeKeyFilter
Sets the osm sink to send data to.
setSink(Sink) - Method in class org.openstreetmap.osmosis.core.filter.v0_5.NodeKeyValueFilter
Sets the osm sink to send data to.
setSink(Sink) - Method in class org.openstreetmap.osmosis.core.filter.v0_5.UsedNodeFilter
Sets the osm sink to send data to.
setSink(Sink) - Method in class org.openstreetmap.osmosis.core.filter.v0_5.WayKeyValueFilter
Sets the osm sink to send data to.
setSink(Sink) - Method in class org.openstreetmap.osmosis.core.filter.v0_6.AreaFilter
Sets the osm sink to send data to.
setSink(Sink) - Method in class org.openstreetmap.osmosis.core.filter.v0_6.DatasetBoundingBoxFilter
Sets the osm sink to send data to.
setSink(Sink) - Method in class org.openstreetmap.osmosis.core.filter.v0_6.NodeKeyFilter
Sets the osm sink to send data to.
setSink(Sink) - Method in class org.openstreetmap.osmosis.core.filter.v0_6.NodeKeyValueFilter
Sets the osm sink to send data to.
setSink(Sink) - Method in class org.openstreetmap.osmosis.core.filter.v0_6.UsedNodeFilter
Sets the osm sink to send data to.
setSink(Sink) - Method in class org.openstreetmap.osmosis.core.filter.v0_6.WayKeyValueFilter
Sets the osm sink to send data to.
setSink(Sink) - Method in class org.openstreetmap.osmosis.core.merge.v0_5.EntityMerger
Sets the osm sink to send data to.
setSink(Sink) - Method in class org.openstreetmap.osmosis.core.merge.v0_5.impl.SortedEntityPipeValidator
Sets the osm sink to send data to.
setSink(Sink) - Method in class org.openstreetmap.osmosis.core.merge.v0_6.EntityMerger
Sets the osm sink to send data to.
setSink(Sink) - Method in class org.openstreetmap.osmosis.core.merge.v0_6.impl.SortedEntityPipeValidator
Sets the osm sink to send data to.
setSink(Sink) - Method in class org.openstreetmap.osmosis.core.migrate.MigrateV05ToV06
Sets the osm sink to send data to.
setSink(Sink) - Method in class org.openstreetmap.osmosis.core.mysql.v0_5.MySqlCurrentReader
Sets the osm sink to send data to.
setSink(Sink) - Method in class org.openstreetmap.osmosis.core.mysql.v0_5.MysqlReader
Sets the osm sink to send data to.
setSink(Sink) - Method in class org.openstreetmap.osmosis.core.progress.v0_5.EntityProgressLogger
Sets the osm sink to send data to.
setSink(Sink) - Method in class org.openstreetmap.osmosis.core.progress.v0_6.EntityProgressLogger
Sets the osm sink to send data to.
setSink(Sink) - Method in class org.openstreetmap.osmosis.core.sort.v0_5.EntitySorter
Sets the osm sink to send data to.
setSink(Sink) - Method in class org.openstreetmap.osmosis.core.sort.v0_6.EntitySorter
Sets the osm sink to send data to.
setSink(Sink) - Method in class org.openstreetmap.osmosis.core.sort.v0_6.TagSorter
Sets the osm sink to send data to.
setSink(Sink) - Method in class org.openstreetmap.osmosis.core.tagremove.v0_6.TagRemover
Sets the osm sink to send data to.
setSink(Sink) - Method in interface org.openstreetmap.osmosis.core.task.v0_5.Source
Sets the osm sink to send data to.
setSink(Sink) - Method in interface org.openstreetmap.osmosis.core.task.v0_6.Source
Sets the osm sink to send data to.
setSink(Sink) - Method in class org.openstreetmap.osmosis.core.xml.v0_5.XmlDownloader
* Sets the osm sink to send data to.
setSink(Sink) - Method in class org.openstreetmap.osmosis.core.xml.v0_5.XmlReader
Sets the osm sink to send data to.
setSink(Sink) - Method in class org.openstreetmap.osmosis.core.xml.v0_6.FastXmlReader
Sets the osm sink to send data to.
setSink(Sink) - Method in class org.openstreetmap.osmosis.core.xml.v0_6.XmlDownloader
Sets the osm sink to send data to.
setSink(Sink) - Method in class org.openstreetmap.osmosis.core.xml.v0_6.XmlReader
Sets the osm sink to send data to.
setTags(Collection<Tag>) - Method in class org.openstreetmap.osmosis.core.domain.v0_6.EntityBuilder
Deprecated. Sets a new tags value.
setTime(Date) - Method in class org.openstreetmap.osmosis.extract.apidb.common.TimestampTracker
Update the stored time.
setTime(Date) - Method in class org.openstreetmap.osmosis.extract.mysql.common.TimestampTracker
Update the stored time.
setTimestamp(Date) - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.impl.ReplicationState
Sets the maximum timestamp of data currently read from the database.
setTimestamp(Date) - Method in class org.openstreetmap.osmosis.core.domain.v0_6.CommonEntityData
Sets the timestamp in date form.
setTimestamp(Date) - Method in class org.openstreetmap.osmosis.core.domain.v0_6.Entity
Sets the timestamp in date form.
setTimestamp(Date) - Method in class org.openstreetmap.osmosis.core.domain.v0_6.EntityBuilder
Deprecated. Sets a new timestamp value.
setTimestamp(TimestampContainer) - Method in class org.openstreetmap.osmosis.core.domain.v0_6.EntityBuilder
Deprecated. Sets a new timestamp value.
setTimestampContainer(TimestampContainer) - Method in class org.openstreetmap.osmosis.core.domain.v0_6.CommonEntityData
Sets the timestamp container object allowing the timestamp to be held in a different format.
setTimestampContainer(TimestampContainer) - Method in class org.openstreetmap.osmosis.core.domain.v0_6.Entity
Sets the timestamp container object allowing the timestamp to be held in a different format.
setTxnMax(long) - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.impl.ReplicationState
Sets the maximum transaction id in the database.
setTxnMaxQueried(long) - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.impl.ReplicationState
Sets the maximum transaction id currently replicated from the database.
setUser(String) - Method in class org.openstreetmap.osmosis.core.database.DatabaseLoginCredentials
Updates the user.
setUser(OsmUser) - Method in class org.openstreetmap.osmosis.core.domain.v0_6.CommonEntityData
Sets the last modification user.
setUser(OsmUser) - Method in class org.openstreetmap.osmosis.core.domain.v0_6.Entity
Sets the last modification user.
setUser(OsmUser) - Method in class org.openstreetmap.osmosis.core.domain.v0_6.EntityBuilder
Deprecated. Sets a new user value.
setValidateSchemaVersion(boolean) - Method in class org.openstreetmap.osmosis.core.database.DatabasePreferences
Updates the validateSchemaVersion flag.
setVersion(int) - Method in class org.openstreetmap.osmosis.core.domain.v0_6.CommonEntityData
Sets the version.
setVersion(int) - Method in class org.openstreetmap.osmosis.core.domain.v0_6.Entity
Sets the version.
setVersion(int) - Method in class org.openstreetmap.osmosis.core.domain.v0_6.EntityBuilder
Deprecated. Sets a new version value.
setWayNodes(List<WayNode>) - Method in class org.openstreetmap.osmosis.core.domain.v0_6.WayBuilder
Deprecated. Sets a new way nodes value.
setWriter(BufferedWriter) - Method in class org.openstreetmap.osmosis.core.xml.common.ElementWriter
Sets the writer used as the xml output destination.
setWriter(BufferedWriter) - Method in class org.openstreetmap.osmosis.core.xml.v0_5.impl.NodeWriter
Sets the writer used as the xml output destination.
setWriter(BufferedWriter) - Method in class org.openstreetmap.osmosis.core.xml.v0_5.impl.OsmChangeWriter
Sets the writer used as the xml output destination.
setWriter(BufferedWriter) - Method in class org.openstreetmap.osmosis.core.xml.v0_5.impl.OsmWriter
Sets the writer used as the xml output destination.
setWriter(BufferedWriter) - Method in class org.openstreetmap.osmosis.core.xml.v0_5.impl.RelationWriter
Sets the writer used as the xml output destination.
setWriter(BufferedWriter) - Method in class org.openstreetmap.osmosis.core.xml.v0_5.impl.WayWriter
Sets the writer used as the xml output destination.
setWriter(BufferedWriter) - Method in class org.openstreetmap.osmosis.core.xml.v0_6.impl.NodeWriter
Sets the writer used as the xml output destination.
setWriter(BufferedWriter) - Method in class org.openstreetmap.osmosis.core.xml.v0_6.impl.OsmChangeWriter
Sets the writer used as the xml output destination.
setWriter(BufferedWriter) - Method in class org.openstreetmap.osmosis.core.xml.v0_6.impl.OsmWriter
Sets the writer used as the xml output destination.
setWriter(BufferedWriter) - Method in class org.openstreetmap.osmosis.core.xml.v0_6.impl.RelationWriter
Sets the writer used as the xml output destination.
setWriter(BufferedWriter) - Method in class org.openstreetmap.osmosis.core.xml.v0_6.impl.WayWriter
Sets the writer used as the xml output destination.
setWriterOnElementWriter(BufferedWriter) - Method in class org.openstreetmap.osmosis.core.xml.common.BaseXmlWriter
Sets the writer on the element writer used for this implementation.
setWriterOnElementWriter(BufferedWriter) - Method in class org.openstreetmap.osmosis.core.xml.v0_5.XmlChangeWriter
Sets the writer on the element writer used for this implementation.
setWriterOnElementWriter(BufferedWriter) - Method in class org.openstreetmap.osmosis.core.xml.v0_5.XmlWriter
Sets the writer on the element writer used for this implementation.
setWriterOnElementWriter(BufferedWriter) - Method in class org.openstreetmap.osmosis.core.xml.v0_6.XmlChangeWriter
Sets the writer on the element writer used for this implementation.
setWriterOnElementWriter(BufferedWriter) - Method in class org.openstreetmap.osmosis.core.xml.v0_6.XmlWriter
Sets the writer on the element writer used for this implementation.
SimpleObjectStore<T extends Storeable> - Class in org.openstreetmap.osmosis.core.store
Provides a store for writing objects to a file for later retrieval.
SimpleObjectStore(ObjectSerializationFactory, String, boolean) - Constructor for class org.openstreetmap.osmosis.core.store.SimpleObjectStore
Creates a new instance.
SimpleTimestampContainer - Class in org.openstreetmap.osmosis.core.domain.common
A timestamp container implementation that holds a standard date object.
SimpleTimestampContainer(Date) - Constructor for class org.openstreetmap.osmosis.core.domain.common.SimpleTimestampContainer
Creates a new instance.
SingleClassObjectReader - Class in org.openstreetmap.osmosis.core.store
Provides object reading functionality where only a single class type will be loaded.
SingleClassObjectReader(StoreReader, StoreClassRegister, Class<?>) - Constructor for class org.openstreetmap.osmosis.core.store.SingleClassObjectReader
Creates a new instance.
SingleClassObjectSerializationFactory - Class in org.openstreetmap.osmosis.core.store
An object reader and writer factory providing object serialisation capabilities where only a single class type will be stored.
SingleClassObjectSerializationFactory(Class<?>) - Constructor for class org.openstreetmap.osmosis.core.store.SingleClassObjectSerializationFactory
Creates a new instance.
SingleClassObjectWriter - Class in org.openstreetmap.osmosis.core.store
Provides object writing functionality where only a single class type will be stored.
SingleClassObjectWriter(StoreWriter, StoreClassRegister, Class<?>) - Constructor for class org.openstreetmap.osmosis.core.store.SingleClassObjectWriter
Creates a new instance.
Sink - Interface in org.openstreetmap.osmosis.core.task.v0_5
Defines the interface for tasks consuming OSM data types.
Sink - Interface in org.openstreetmap.osmosis.core.task.v0_6
Defines the interface for tasks consuming OSM data types.
Sink05Source06 - Interface in org.openstreetmap.osmosis.core.migrate
A SinkSource interface for converting from 0.5 to 0.6 format data.
Sink05Source06Manager - Class in org.openstreetmap.osmosis.core.migrate
A task manager implementation for task performing sink and source functionality.
Sink05Source06Manager(String, Sink05Source06, Map<String, String>) - Constructor for class org.openstreetmap.osmosis.core.migrate.Sink05Source06Manager
Creates a new instance.
SinkDatasetSource - Interface in org.openstreetmap.osmosis.core.task.v0_5
Defines the interface for combining sink and dataset source functionality.
SinkDatasetSource - Interface in org.openstreetmap.osmosis.core.task.v0_6
Defines the interface for combining sink and dataset source functionality.
SinkDatasetSourceManager - Class in org.openstreetmap.osmosis.core.pipeline.v0_5
A task manager implementation for task performing sink and dataset source functionality.
SinkDatasetSourceManager(String, SinkDatasetSource, Map<String, String>) - Constructor for class org.openstreetmap.osmosis.core.pipeline.v0_5.SinkDatasetSourceManager
Creates a new instance.
SinkDatasetSourceManager - Class in org.openstreetmap.osmosis.core.pipeline.v0_6
A task manager implementation for task performing sink and dataset source functionality.
SinkDatasetSourceManager(String, SinkDatasetSource, Map<String, String>) - Constructor for class org.openstreetmap.osmosis.core.pipeline.v0_6.SinkDatasetSourceManager
Creates a new instance.
SinkManager - Class in org.openstreetmap.osmosis.core.pipeline.v0_5
A task manager implementation for Sink task implementations.
SinkManager(String, Sink, Map<String, String>) - Constructor for class org.openstreetmap.osmosis.core.pipeline.v0_5.SinkManager
Creates a new instance.
SinkManager - Class in org.openstreetmap.osmosis.core.pipeline.v0_6
A task manager implementation for Sink task implementations.
SinkManager(String, Sink, Map<String, String>) - Constructor for class org.openstreetmap.osmosis.core.pipeline.v0_6.SinkManager
Creates a new instance.
SinkMultiSource - Interface in org.openstreetmap.osmosis.core.task.v0_5
Defines the interface for combining Sink and MultiSource functionality.
SinkMultiSource - Interface in org.openstreetmap.osmosis.core.task.v0_6
Defines the interface for combining Sink and MultiSource functionality.
SinkMultiSourceManager - Class in org.openstreetmap.osmosis.core.pipeline.v0_5
A task manager implementation for task performing sink and multi source functionality.
SinkMultiSourceManager(String, SinkMultiSource, Map<String, String>) - Constructor for class org.openstreetmap.osmosis.core.pipeline.v0_5.SinkMultiSourceManager
Creates a new instance.
SinkMultiSourceManager - Class in org.openstreetmap.osmosis.core.pipeline.v0_6
A task manager implementation for task performing sink and multi source functionality.
SinkMultiSourceManager(String, SinkMultiSource, Map<String, String>) - Constructor for class org.openstreetmap.osmosis.core.pipeline.v0_6.SinkMultiSourceManager
Creates a new instance.
SinkRunnableSource - Interface in org.openstreetmap.osmosis.core.task.v0_5
Defines the interface for combining Sink and RunnableSource functionality.
SinkRunnableSource - Interface in org.openstreetmap.osmosis.core.task.v0_6
Defines the interface for combining Sink and RunnableSource functionality.
SinkRunnableSourceManager - Class in org.openstreetmap.osmosis.core.pipeline.v0_5
A task manager implementation for SinkRunnableSource task implementations.
SinkRunnableSourceManager(String, SinkRunnableSource, Map<String, String>) - Constructor for class org.openstreetmap.osmosis.core.pipeline.v0_5.SinkRunnableSourceManager
Creates a new instance.
SinkRunnableSourceManager - Class in org.openstreetmap.osmosis.core.pipeline.v0_6
A task manager implementation for SinkRunnableSource task implementations.
SinkRunnableSourceManager(String, SinkRunnableSource, Map<String, String>) - Constructor for class org.openstreetmap.osmosis.core.pipeline.v0_6.SinkRunnableSourceManager
Creates a new instance.
SinkSource - Interface in org.openstreetmap.osmosis.core.task.v0_5
Defines the interface for combining sink and source functionality.
SinkSource - Interface in org.openstreetmap.osmosis.core.task.v0_6
Defines the interface for combining sink and source functionality.
SinkSourceManager - Class in org.openstreetmap.osmosis.core.pipeline.v0_5
A task manager implementation for task performing sink and source functionality.
SinkSourceManager(String, SinkSource, Map<String, String>) - Constructor for class org.openstreetmap.osmosis.core.pipeline.v0_5.SinkSourceManager
Creates a new instance.
SinkSourceManager - Class in org.openstreetmap.osmosis.core.pipeline.v0_6
A task manager implementation for task performing sink and source functionality.
SinkSourceManager(String, SinkSource, Map<String, String>) - Constructor for class org.openstreetmap.osmosis.core.pipeline.v0_6.SinkSourceManager
Creates a new instance.
size() - Method in class org.openstreetmap.osmosis.core.pipeline.common.PipeTasks
Returns the number of pipes stored in this container.
size() - Method in class org.openstreetmap.osmosis.core.util.CollectionWrapper
SortedChangePipeValidator - Class in org.openstreetmap.osmosis.core.merge.v0_5.impl
Validates that change data in a pipeline is sorted by entity type then id.
SortedChangePipeValidator() - Constructor for class org.openstreetmap.osmosis.core.merge.v0_5.impl.SortedChangePipeValidator
Creates a new instance.
SortedChangePipeValidator - Class in org.openstreetmap.osmosis.core.merge.v0_6.impl
Validates that change data in a pipeline is sorted by entity type then id.
SortedChangePipeValidator() - Constructor for class org.openstreetmap.osmosis.core.merge.v0_6.impl.SortedChangePipeValidator
Creates a new instance.
SortedEntityPipeValidator - Class in org.openstreetmap.osmosis.core.merge.v0_5.impl
Validates that entity data in a pipeline is sorted by entity type then id.
SortedEntityPipeValidator() - Constructor for class org.openstreetmap.osmosis.core.merge.v0_5.impl.SortedEntityPipeValidator
Creates a new instance.
SortedEntityPipeValidator - Class in org.openstreetmap.osmosis.core.merge.v0_6.impl
Validates that entity data in a pipeline is sorted by entity type then id.
SortedEntityPipeValidator() - Constructor for class org.openstreetmap.osmosis.core.merge.v0_6.impl.SortedEntityPipeValidator
Creates a new instance.
SortingStoreRowMapperListener<T extends Storeable> - Class in org.openstreetmap.osmosis.core.apidb.v0_6.impl
A row mapper listener that writes all objects into an object sortingStore.
SortingStoreRowMapperListener(FileBasedSort<T>) - Constructor for class org.openstreetmap.osmosis.core.apidb.v0_6.impl.SortingStoreRowMapperListener
Creates a new instance.
Source - Interface in org.openstreetmap.osmosis.core.task.v0_5
Defines the interface for tasks producing OSM data types.
Source - Interface in org.openstreetmap.osmosis.core.task.v0_6
Defines the interface for tasks producing OSM data types.
SourceElementProcessor - Class in org.openstreetmap.osmosis.core.xml.v0_5.impl
Provides common behaviour across all source element processors.
SourceElementProcessor(BaseElementProcessor, Sink, boolean) - Constructor for class org.openstreetmap.osmosis.core.xml.v0_5.impl.SourceElementProcessor
Creates a new instance.
SourceElementProcessor - Class in org.openstreetmap.osmosis.core.xml.v0_6.impl
Provides common behaviour across all source element processors.
SourceElementProcessor(BaseElementProcessor, Sink, boolean) - Constructor for class org.openstreetmap.osmosis.core.xml.v0_6.impl.SourceElementProcessor
Creates a new instance.
startElement(String, String, String, Attributes) - Method in class org.openstreetmap.osmosis.core.xml.v0_5.impl.OsmChangeHandler
Begins processing of a new element.
startElement(String, String, String, Attributes) - Method in class org.openstreetmap.osmosis.core.xml.v0_5.impl.OsmHandler
Begins processing of a new element.
startElement(String, String, String, Attributes) - Method in class org.openstreetmap.osmosis.core.xml.v0_6.impl.OsmChangeHandler
Begins processing of a new element.
startElement(String, String, String, Attributes) - Method in class org.openstreetmap.osmosis.core.xml.v0_6.impl.OsmHandler
Begins processing of a new element.
stateExists() - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.impl.FileReplicationDestination
Checks if state currently exists.
stateExists() - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.impl.FileReplicationStatePersistor
Checks if state currently exists.
stateExists() - Method in interface org.openstreetmap.osmosis.core.apidb.v0_6.impl.ReplicationStatePersister
Checks if state currently exists.
StaticStoreClassRegister - Class in org.openstreetmap.osmosis.core.store
This store class register dynamically allocates identifiers for classes as they are encountered while writing to the store.
StaticStoreClassRegister(Class<?>[]) - Constructor for class org.openstreetmap.osmosis.core.store.StaticStoreClassRegister
Creates a new instance.
StorageStage - Enum in org.openstreetmap.osmosis.core.store
Each class used for managing storage has a lifecycle.
store(StoreWriter, StoreClassRegister) - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.impl.DbFeature
Stores all state to the specified store writer.
store(StoreWriter, StoreClassRegister) - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.impl.DbFeatureHistory
Stores all state to the specified store writer.
store(StoreWriter, StoreClassRegister) - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.impl.DbOrderedFeature
Stores all state to the specified store writer.
store(StoreWriter, StoreClassRegister) - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.impl.EntityHistory
Stores all state to the specified store writer.
store(StoreWriter, StoreClassRegister) - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.impl.ReplicationState
Stores all state to the specified store writer.
store(Properties) - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.impl.ReplicationState
Writes all state into the provided properties object.
store(StoreWriter, StoreClassRegister) - Method in class org.openstreetmap.osmosis.core.container.v0_5.BoundContainer
Stores all state to the specified store writer.
store(StoreWriter, StoreClassRegister) - Method in class org.openstreetmap.osmosis.core.container.v0_5.ChangeContainer
Stores all state to the specified store writer.
store(StoreWriter, StoreClassRegister) - Method in class org.openstreetmap.osmosis.core.container.v0_5.NodeContainer
Stores all state to the specified store writer.
store(StoreWriter, StoreClassRegister) - Method in class org.openstreetmap.osmosis.core.container.v0_5.RelationContainer
Stores all state to the specified store writer.
store(StoreWriter, StoreClassRegister) - Method in class org.openstreetmap.osmosis.core.container.v0_5.WayContainer
Stores all state to the specified store writer.
store(StoreWriter, StoreClassRegister) - Method in class org.openstreetmap.osmosis.core.container.v0_6.BoundContainer
Stores all state to the specified store writer.
store(StoreWriter, StoreClassRegister) - Method in class org.openstreetmap.osmosis.core.container.v0_6.ChangeContainer
Stores all state to the specified store writer.
store(StoreWriter, StoreClassRegister) - Method in class org.openstreetmap.osmosis.core.container.v0_6.NodeContainer
Stores all state to the specified store writer.
store(StoreWriter, StoreClassRegister) - Method in class org.openstreetmap.osmosis.core.container.v0_6.RelationContainer
Stores all state to the specified store writer.
store(StoreWriter, StoreClassRegister) - Method in class org.openstreetmap.osmosis.core.container.v0_6.WayContainer
Stores all state to the specified store writer.
store(StoreWriter, StoreClassRegister) - Method in class org.openstreetmap.osmosis.core.domain.v0_5.Bound
Stores all state to the specified store writer.
store(StoreWriter, StoreClassRegister) - Method in class org.openstreetmap.osmosis.core.domain.v0_5.Entity
Stores all state to the specified store writer.
store(StoreWriter, StoreClassRegister) - Method in class org.openstreetmap.osmosis.core.domain.v0_5.Node
Stores all state to the specified store writer.
store(StoreWriter, StoreClassRegister) - Method in class org.openstreetmap.osmosis.core.domain.v0_5.OsmUser
Stores all state to the specified store writer.
store(StoreWriter, StoreClassRegister) - Method in class org.openstreetmap.osmosis.core.domain.v0_5.Relation
Stores all state to the specified store writer.
store(StoreWriter, StoreClassRegister) - Method in class org.openstreetmap.osmosis.core.domain.v0_5.RelationMember
Stores all state to the specified store writer.
store(StoreWriter, StoreClassRegister) - Method in class org.openstreetmap.osmosis.core.domain.v0_5.Tag
Stores all state to the specified store writer.
store(StoreWriter, StoreClassRegister) - Method in class org.openstreetmap.osmosis.core.domain.v0_5.Way
Stores all state to the specified store writer.
store(StoreWriter, StoreClassRegister) - Method in class org.openstreetmap.osmosis.core.domain.v0_5.WayNode
Stores all state to the specified store writer.
store(StoreWriter, StoreClassRegister) - Method in class org.openstreetmap.osmosis.core.domain.v0_6.Bound
Stores all state to the specified store writer.
store(StoreWriter, StoreClassRegister) - Method in class org.openstreetmap.osmosis.core.domain.v0_6.CommonEntityData
Stores all state to the specified store writer.
store(StoreWriter, StoreClassRegister) - Method in class org.openstreetmap.osmosis.core.domain.v0_6.Entity
Stores all state to the specified store writer.
store(StoreWriter, StoreClassRegister) - Method in class org.openstreetmap.osmosis.core.domain.v0_6.Node
Stores all state to the specified store writer.
store(StoreWriter, StoreClassRegister) - Method in class org.openstreetmap.osmosis.core.domain.v0_6.NodeBuilder
Deprecated. Stores all state to the specified store writer.
store(StoreWriter, StoreClassRegister) - Method in class org.openstreetmap.osmosis.core.domain.v0_6.OsmUser
Stores all state to the specified store writer.
store(StoreWriter, StoreClassRegister) - Method in class org.openstreetmap.osmosis.core.domain.v0_6.Relation
Stores all state to the specified store writer.
store(StoreWriter, StoreClassRegister) - Method in class org.openstreetmap.osmosis.core.domain.v0_6.RelationBuilder
Deprecated. Stores all state to the specified store writer.
store(StoreWriter, StoreClassRegister) - Method in class org.openstreetmap.osmosis.core.domain.v0_6.RelationMember
Stores all state to the specified store writer.
store(StoreWriter, StoreClassRegister) - Method in class org.openstreetmap.osmosis.core.domain.v0_6.Tag
Stores all state to the specified store writer.
store(StoreWriter, StoreClassRegister) - Method in class org.openstreetmap.osmosis.core.domain.v0_6.TagCollectionImpl
Stores all state to the specified store writer.
store(StoreWriter, StoreClassRegister) - Method in class org.openstreetmap.osmosis.core.domain.v0_6.UnmodifiableTagCollection
Stores all state to the specified store writer.
store(StoreWriter, StoreClassRegister) - Method in class org.openstreetmap.osmosis.core.domain.v0_6.Way
Stores all state to the specified store writer.
store(StoreWriter, StoreClassRegister) - Method in class org.openstreetmap.osmosis.core.domain.v0_6.WayBuilder
Deprecated. Stores all state to the specified store writer.
store(StoreWriter, StoreClassRegister) - Method in class org.openstreetmap.osmosis.core.domain.v0_6.WayNode
Stores all state to the specified store writer.
store(StoreWriter, StoreClassRegister) - Method in class org.openstreetmap.osmosis.core.mysql.v0_5.impl.DBEntityTag
Stores all state to the specified store writer.
store(StoreWriter, StoreClassRegister) - Method in class org.openstreetmap.osmosis.core.mysql.v0_5.impl.DBRelationMember
Stores all state to the specified store writer.
store(StoreWriter, StoreClassRegister) - Method in class org.openstreetmap.osmosis.core.mysql.v0_5.impl.DBWayNode
Stores all state to the specified store writer.
store(StoreWriter, StoreClassRegister) - Method in class org.openstreetmap.osmosis.core.mysql.v0_5.impl.EntityHistory
Stores all state to the specified store writer.
store(StoreWriter, StoreClassRegister) - Method in class org.openstreetmap.osmosis.core.store.IntegerLongIndexElement
Stores all state to the specified store writer.
store(StoreWriter, StoreClassRegister) - Method in class org.openstreetmap.osmosis.core.store.LongLongIndexElement
Stores all state to the specified store writer.
store(StoreWriter, StoreClassRegister) - Method in interface org.openstreetmap.osmosis.core.store.Storeable
Stores all state to the specified store writer.
store(Properties) - Method in class org.openstreetmap.osmosis.core.util.PropertiesPersister
Stores the properties to the file overwriting any existing file contents.
Storeable - Interface in org.openstreetmap.osmosis.core.store
This interface defines the methods supporting custom serialisation.
StoreableConstructorCache - Class in org.openstreetmap.osmosis.core.store
Provides a cache mapping between classes and storeable constructors.
StoreableConstructorCache() - Constructor for class org.openstreetmap.osmosis.core.store.StoreableConstructorCache
Creates a new instance.
StoreClassRegister - Interface in org.openstreetmap.osmosis.core.store
Writes class identifiers to a store allowing the class to be identified when the store data is being read back again.
storeIdentifierForClass(StoreWriter, Class<?>) - Method in class org.openstreetmap.osmosis.core.store.BaseStoreClassRegister
Stores the unique identifier for the specified class to the store.
storeIdentifierForClass(StoreWriter, Class<?>) - Method in class org.openstreetmap.osmosis.core.store.DynamicStoreClassRegister
Stores the unique identifier for the specified class to the store.
storeIdentifierForClass(StoreWriter, Class<?>) - Method in interface org.openstreetmap.osmosis.core.store.StoreClassRegister
Stores the unique identifier for the specified class to the store.
StoreReader - Interface in org.openstreetmap.osmosis.core.store
Implementations of this interface are used by Storeable classes to load their state.
StoreReleasingIterator<DataType> - Class in org.openstreetmap.osmosis.core.store
This class allows an underlying store to be released along with the iterator accessing it.
StoreReleasingIterator(ReleasableIterator<DataType>, Releasable) - Constructor for class org.openstreetmap.osmosis.core.store.StoreReleasingIterator
Creates a new instance.
StoreWriter - Interface in org.openstreetmap.osmosis.core.store
Implementations of this interface are used by Storeable classes to persist their state.
SubObjectStreamIterator<T extends Storeable> - Class in org.openstreetmap.osmosis.core.store
This class reads objects from an ObjectInputStream until the end of stream is reached or a maximum number of objects is reached.
SubObjectStreamIterator(DataInputStream, ObjectReader, long) - Constructor for class org.openstreetmap.osmosis.core.store.SubObjectStreamIterator
Creates a new instance.
SystemTimeLoader - Interface in org.openstreetmap.osmosis.core.apidb.v0_6.impl
Provides Replicator with access to the system time on the database server.

T

Tag - Class in org.openstreetmap.osmosis.core.domain.v0_5
A data class representing a single OSM tag.
Tag(String, String) - Constructor for class org.openstreetmap.osmosis.core.domain.v0_5.Tag
Creates a new instance.
Tag(StoreReader, StoreClassRegister) - Constructor for class org.openstreetmap.osmosis.core.domain.v0_5.Tag
Creates a new instance.
Tag - Class in org.openstreetmap.osmosis.core.domain.v0_6
A data class representing a single OSM tag.
Tag(String, String) - Constructor for class org.openstreetmap.osmosis.core.domain.v0_6.Tag
Creates a new instance.
Tag(StoreReader, StoreClassRegister) - Constructor for class org.openstreetmap.osmosis.core.domain.v0_6.Tag
Creates a new instance.
TagCollection - Interface in org.openstreetmap.osmosis.core.domain.v0_6
An extension to basic Collection behaviour adding convenience methods for working with tags.
TagCollectionImpl - Class in org.openstreetmap.osmosis.core.domain.v0_6
Maintains a collection of tags.
TagCollectionImpl() - Constructor for class org.openstreetmap.osmosis.core.domain.v0_6.TagCollectionImpl
Creates a new instance.
TagCollectionImpl(Collection<? extends Tag>) - Constructor for class org.openstreetmap.osmosis.core.domain.v0_6.TagCollectionImpl
Creates a new instance.
TagCollectionImpl(StoreReader, StoreClassRegister) - Constructor for class org.openstreetmap.osmosis.core.domain.v0_6.TagCollectionImpl
Creates a new instance.
TagCollectionLoader<T extends Entity> - Class in org.openstreetmap.osmosis.core.apidb.v0_6.impl
Loads tags from entities.
TagCollectionLoader() - Constructor for class org.openstreetmap.osmosis.core.apidb.v0_6.impl.TagCollectionLoader
 
TagElementProcessor - Class in org.openstreetmap.osmosis.core.xml.v0_5.impl
Provides an element processor implementation for a tag.
TagElementProcessor(BaseElementProcessor, TagListener) - Constructor for class org.openstreetmap.osmosis.core.xml.v0_5.impl.TagElementProcessor
Creates a new instance.
TagElementProcessor - Class in org.openstreetmap.osmosis.core.xml.v0_6.impl
Provides an element processor implementation for a tag.
TagElementProcessor(BaseElementProcessor, TagListener) - Constructor for class org.openstreetmap.osmosis.core.xml.v0_6.impl.TagElementProcessor
Creates a new instance.
TagListener - Interface in org.openstreetmap.osmosis.core.xml.v0_5.impl
Provides the definition of a class receiving tags.
TagListener - Interface in org.openstreetmap.osmosis.core.xml.v0_6.impl
Provides the definition of a class receiving tags.
TagMapper - Class in org.openstreetmap.osmosis.core.pgsql.v0_6.impl
Reads and writes tags to jdbc classes.
TagMapper(String) - Constructor for class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.TagMapper
Creates a new instance.
TagRemover - Class in org.openstreetmap.osmosis.core.tagremove.v0_6
Filters a set of tags from all entities.
TagRemover(String, String) - Constructor for class org.openstreetmap.osmosis.core.tagremove.v0_6.TagRemover
Creates a new instance.
TagRemoverFactory - Class in org.openstreetmap.osmosis.core.tagremove.v0_6
Extends the basic task manager factory functionality with drop tags task specific common methods.
TagRemoverFactory() - Constructor for class org.openstreetmap.osmosis.core.tagremove.v0_6.TagRemoverFactory
 
TagRowMapper - Class in org.openstreetmap.osmosis.core.apidb.v0_6.impl
Maps tag result set rows into tag objects.
TagRowMapper(RowMapperListener<Tag>) - Constructor for class org.openstreetmap.osmosis.core.apidb.v0_6.impl.TagRowMapper
Creates a new instance.
tags - Variable in class org.openstreetmap.osmosis.core.domain.v0_6.EntityBuilder
Deprecated. The tags describing the entity.
TagSorter - Class in org.openstreetmap.osmosis.core.sort.v0_6
A data stream filter that sorts tags on entities.
TagSorter() - Constructor for class org.openstreetmap.osmosis.core.sort.v0_6.TagSorter
 
TagSorterFactory - Class in org.openstreetmap.osmosis.core.sort.v0_6
The task manager factory for a tag sorter.
TagSorterFactory() - Constructor for class org.openstreetmap.osmosis.core.sort.v0_6.TagSorterFactory
 
TagWriter - Class in org.openstreetmap.osmosis.core.xml.v0_5.impl
Renders a tag as xml.
TagWriter(String, int) - Constructor for class org.openstreetmap.osmosis.core.xml.v0_5.impl.TagWriter
Creates a new instance.
TagWriter - Class in org.openstreetmap.osmosis.core.xml.v0_6.impl
Renders a tag as xml.
TagWriter(String, int) - Constructor for class org.openstreetmap.osmosis.core.xml.v0_6.impl.TagWriter
Creates a new instance.
Task - Interface in org.openstreetmap.osmosis.core.task.common
Defines the root of the interface inheritance hierarchy for all task types.
TASK_ALLOW_INCORRECT_SCHEMA_VERSION - Static variable in interface org.openstreetmap.osmosis.core.database.DatabaseConstants
The default value for whether the program should allow an incorrect schema version.
TASK_ARG_ALLOW_INCORRECT_SCHEMA_VERSION - Static variable in interface org.openstreetmap.osmosis.core.database.DatabaseConstants
The task argument for specifying what should occur if an invalid schema version is encountered.
TASK_ARG_AUTH_FILE - Static variable in interface org.openstreetmap.osmosis.core.database.DatabaseConstants
The task argument for specifying an database authorisation properties file.
TASK_ARG_DATABASE - Static variable in interface org.openstreetmap.osmosis.core.database.DatabaseConstants
The task argument for specifying the database instance for a database connection.
TASK_ARG_DB_TYPE - Static variable in interface org.openstreetmap.osmosis.core.database.DatabaseConstants
The task argument for specifying the database type to be used.
TASK_ARG_FORCE_UTF8 - Static variable in interface org.openstreetmap.osmosis.core.database.DatabaseConstants
The task argument for forcing a utf-8 database connection.
TASK_ARG_HOST - Static variable in interface org.openstreetmap.osmosis.core.database.DatabaseConstants
The task argument for specifying the host for a database connection.
TASK_ARG_PASSWORD - Static variable in interface org.openstreetmap.osmosis.core.database.DatabaseConstants
The task argument for specifying the password for a database connection.
TASK_ARG_PROFILE_SQL - Static variable in interface org.openstreetmap.osmosis.core.database.DatabaseConstants
The task argument for enabling profiling on the database connection.
TASK_ARG_USER - Static variable in interface org.openstreetmap.osmosis.core.database.DatabaseConstants
The task argument for specifying the user for a database connection.
TASK_ARG_VALIDATE_SCHEMA_VERSION - Static variable in interface org.openstreetmap.osmosis.core.database.DatabaseConstants
The task argument for specifying whether schema version validation should be performed.
TASK_DEFAULT_DATABASE - Static variable in interface org.openstreetmap.osmosis.core.database.DatabaseConstants
The default database for a database connection.
TASK_DEFAULT_DB_TYPE - Static variable in interface org.openstreetmap.osmosis.core.database.DatabaseConstants
The default password for a database connection.
TASK_DEFAULT_FORCE_UTF8 - Static variable in interface org.openstreetmap.osmosis.core.database.DatabaseConstants
The default value for forcing a utf-8 connection.
TASK_DEFAULT_HOST - Static variable in interface org.openstreetmap.osmosis.core.database.DatabaseConstants
The default host for a database connection.
TASK_DEFAULT_PASSWORD - Static variable in interface org.openstreetmap.osmosis.core.database.DatabaseConstants
The default password for a database connection.
TASK_DEFAULT_PROFILE_SQL - Static variable in interface org.openstreetmap.osmosis.core.database.DatabaseConstants
The default value for enabling profile on a database connection.
TASK_DEFAULT_USER - Static variable in interface org.openstreetmap.osmosis.core.database.DatabaseConstants
The default user for a database connection.
TASK_DEFAULT_VALIDATE_SCHEMA_VERSION - Static variable in interface org.openstreetmap.osmosis.core.database.DatabaseConstants
The default value for whether schema version validation should be performed.
TaskConfiguration - Class in org.openstreetmap.osmosis.core.pipeline.common
Contains all information relating to the configuration of a single task.
TaskConfiguration(String, String, Map<String, String>, Map<String, String>, String) - Constructor for class org.openstreetmap.osmosis.core.pipeline.common.TaskConfiguration
Creates a new instance.
TaskManager - Class in org.openstreetmap.osmosis.core.pipeline.common
All task instances within a pipeline are managed by a task manager.
TaskManager(String, Map<String, String>) - Constructor for class org.openstreetmap.osmosis.core.pipeline.common.TaskManager
Creates a new instance.
TaskManagerFactory - Class in org.openstreetmap.osmosis.core.pipeline.common
All task implementations require a corresponding task manager factory.
TaskManagerFactory() - Constructor for class org.openstreetmap.osmosis.core.pipeline.common.TaskManagerFactory
Creates a new instance.
TaskManagerFactoryRegister - Class in org.openstreetmap.osmosis.core.pipeline.common
Maintains the set of task manager factories each identified by one or more unique names.
TaskManagerFactoryRegister() - Constructor for class org.openstreetmap.osmosis.core.pipeline.common.TaskManagerFactoryRegister
Creates a new instance.
TaskRegistrar - Class in org.openstreetmap.osmosis.core
Provides the initialisation logic for registering all task factories.
TaskRegistrar() - Constructor for class org.openstreetmap.osmosis.core.TaskRegistrar
Creates a new instance.
TaskRunner - Class in org.openstreetmap.osmosis.core.pipeline.common
A thread implementation for launching a runnable task.
TaskRunner(Runnable, String) - Constructor for class org.openstreetmap.osmosis.core.pipeline.common.TaskRunner
Creates a new instance.
TempFileDatasetStoreFileManager - Class in org.openstreetmap.osmosis.core.customdb.v0_5.impl
Implements a dataset store file manager using temporary files.
TempFileDatasetStoreFileManager() - Constructor for class org.openstreetmap.osmosis.core.customdb.v0_5.impl.TempFileDatasetStoreFileManager
Creates a new instance.
TempFileDatasetStoreFileManager - Class in org.openstreetmap.osmosis.core.customdb.v0_6.impl
Implements a dataset store file manager using temporary files.
TempFileDatasetStoreFileManager() - Constructor for class org.openstreetmap.osmosis.core.customdb.v0_6.impl.TempFileDatasetStoreFileManager
Creates a new instance.
TileCalculator - Class in org.openstreetmap.osmosis.core.util
Calculates a tile index based upon coordinate values.
TileCalculator() - Constructor for class org.openstreetmap.osmosis.core.util.TileCalculator
 
TileIndexValueIdIterator - Class in org.openstreetmap.osmosis.core.customdb.v0_5.impl
Iterates over a tile index iterator and returns all the id values stored against the tile index elements.
TileIndexValueIdIterator(Iterator<IntegerLongIndexElement>) - Constructor for class org.openstreetmap.osmosis.core.customdb.v0_5.impl.TileIndexValueIdIterator
Creates a new instance.
TileIndexValueIdIterator - Class in org.openstreetmap.osmosis.core.customdb.v0_6.impl
Iterates over a tile index iterator and returns all the id values stored against the tile index elements.
TileIndexValueIdIterator(Iterator<IntegerLongIndexElement>) - Constructor for class org.openstreetmap.osmosis.core.customdb.v0_6.impl.TileIndexValueIdIterator
Creates a new instance.
TimeDao - Class in org.openstreetmap.osmosis.core.apidb.v0_6.impl
A DAO providing access to the system time on the database server.
TimeDao(JdbcTemplate) - Constructor for class org.openstreetmap.osmosis.core.apidb.v0_6.impl.TimeDao
Creates a new instance.
TimestampChangeSetter - Class in org.openstreetmap.osmosis.core.change.v0_5.impl
An entity processor that copies the input entity but applies the current timestamp before sending it to the change sink.
TimestampChangeSetter(ChangeSink, ChangeAction) - Constructor for class org.openstreetmap.osmosis.core.change.v0_5.impl.TimestampChangeSetter
Creates a new instance.
TimestampContainer - Interface in org.openstreetmap.osmosis.core.domain.common
Defines the interface for a class holding timestamps in one or both of parsed and unparsed forms.
timestampContainer - Variable in class org.openstreetmap.osmosis.core.domain.v0_6.EntityBuilder
Deprecated. The entity timestamp container.
TimestampFormat - Class in org.openstreetmap.osmosis.core.domain.common
Concrete implementations of this class support dates in a specific format.
TimestampFormat() - Constructor for class org.openstreetmap.osmosis.core.domain.common.TimestampFormat
 
TimestampSetter - Class in org.openstreetmap.osmosis.core.change.v0_6.impl
Updates the current timestamp on to entities.
TimestampSetter() - Constructor for class org.openstreetmap.osmosis.core.change.v0_6.impl.TimestampSetter
Creates a new instance.
TimestampTracker - Class in org.openstreetmap.osmosis.extract.apidb.common
Maintains the time that the extraction process has reached.
TimestampTracker(File, File) - Constructor for class org.openstreetmap.osmosis.extract.apidb.common.TimestampTracker
Creates a new instance.
TimestampTracker - Class in org.openstreetmap.osmosis.extract.mysql.common
Maintains the time that the extraction process has reached.
TimestampTracker(File, File) - Constructor for class org.openstreetmap.osmosis.extract.mysql.common.TimestampTracker
Creates a new instance.
toArray() - Method in class org.openstreetmap.osmosis.core.util.CollectionWrapper
toArray(T[]) - Method in class org.openstreetmap.osmosis.core.util.CollectionWrapper
toSimpleBound() - Method in class org.openstreetmap.osmosis.core.domain.v0_5.Bound
Retrieve a collection of Bound objects which collectively comprise the entirety of this Bound but individually do not cross the antimeridian and thus can be used in simple area operations.
toSimpleBound() - Method in class org.openstreetmap.osmosis.core.domain.v0_6.Bound
Retrieve a collection of Bound objects which collectively comprise the entirety of this Bound but individually do not cross the antimeridian and thus can be used in simple area operations.
toString() - Method in class org.openstreetmap.osmosis.core.domain.v0_6.Bound
$.
toString() - Method in class org.openstreetmap.osmosis.core.domain.v0_6.Node
$.
toString() - Method in class org.openstreetmap.osmosis.core.domain.v0_6.NodeBuilder
Deprecated. $.
toString() - Method in class org.openstreetmap.osmosis.core.domain.v0_6.Relation
$.
toString() - Method in class org.openstreetmap.osmosis.core.domain.v0_6.RelationBuilder
Deprecated. $.
toString() - Method in class org.openstreetmap.osmosis.core.domain.v0_6.RelationMember
$.
toString() - Method in class org.openstreetmap.osmosis.core.domain.v0_6.Tag
$.
toString() - Method in class org.openstreetmap.osmosis.core.domain.v0_6.Way
$.
toString() - Method in class org.openstreetmap.osmosis.core.domain.v0_6.WayBuilder
Deprecated. $.
toString() - Method in class org.openstreetmap.osmosis.core.domain.v0_6.WayNode
$.
TransactionDao - Class in org.openstreetmap.osmosis.core.apidb.v0_6.impl
Reads active transaction ids from the database allowing up-to-current queries to be performed when extracting changesets from the history tables.
TransactionDao(JdbcTemplate) - Constructor for class org.openstreetmap.osmosis.core.apidb.v0_6.impl.TransactionDao
Creates a new instance.
TransactionSnapshot - Class in org.openstreetmap.osmosis.core.apidb.v0_6.impl
Represents the data associated with a database transaction snapshot providing information about currently in-flight transactions.
TransactionSnapshot(String) - Constructor for class org.openstreetmap.osmosis.core.apidb.v0_6.impl.TransactionSnapshot
Creates a new instance.
TransactionSnapshotLoader - Interface in org.openstreetmap.osmosis.core.apidb.v0_6.impl
Obtains transaction snapshots used for replication.
truncate() - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.ActionDao
Removes all action records.
truncateTables(List<String>) - Method in class org.openstreetmap.osmosis.core.apidb.common.DatabaseContext
Truncates the contents of the specified tables.
truncateTables(List<String>) - Method in class org.openstreetmap.osmosis.core.apidb.common.DatabaseContext2
Truncates the contents of the specified tables.

U

union(Bound) - Method in class org.openstreetmap.osmosis.core.domain.v0_5.Bound
Calculate the union area of this with the specified bound.
union(Bound) - Method in class org.openstreetmap.osmosis.core.domain.v0_6.Bound
Calculate the union area of this with the specified bound.
unlock() - Method in class org.openstreetmap.osmosis.core.util.FileBasedLock
Release the lock.
unlockTables(List<String>) - Method in class org.openstreetmap.osmosis.core.apidb.common.DatabaseContext
Unlocks the specified tables.
unlockTables(List<String>) - Method in class org.openstreetmap.osmosis.core.apidb.common.DatabaseContext2
Unlocks the specified tables.
UnmodifiableTagCollection - Class in org.openstreetmap.osmosis.core.domain.v0_6
Wraps a tag collection and prevents modifications from being made to it.
UnmodifiableTagCollection(TagCollection) - Constructor for class org.openstreetmap.osmosis.core.domain.v0_6.UnmodifiableTagCollection
Creates a new instance.
UnparsedTimestampContainer - Class in org.openstreetmap.osmosis.core.domain.common
A timestamp container implementation that holds a timestamp in textual form.
UnparsedTimestampContainer(TimestampFormat, String) - Constructor for class org.openstreetmap.osmosis.core.domain.common.UnparsedTimestampContainer
Creates a new instance.
UnsignedIntegerComparator - Class in org.openstreetmap.osmosis.core.store
Compares two Integers as unsigned values.
UnsignedIntegerComparator() - Constructor for class org.openstreetmap.osmosis.core.store.UnsignedIntegerComparator
 
UpcastIterator<X,Y extends X> - Class in org.openstreetmap.osmosis.core.store
A simple pass-through iterator that changes an object from a specific class type to a more general class type.
UpcastIterator(ReleasableIterator<Y>) - Constructor for class org.openstreetmap.osmosis.core.store.UpcastIterator
Creates a new instance.
updateLoginCredentials(DatabaseLoginCredentials) - Method in class org.openstreetmap.osmosis.core.database.AuthenticationPropertiesLoader
Updates the login credentials with values from the properties file.
updateRequired() - Method in class org.openstreetmap.osmosis.core.progress.v0_6.impl.ProgressTracker
Indicates if an update is due.
updateTimestamp(EntityContainer) - Method in class org.openstreetmap.osmosis.core.change.v0_6.impl.TimestampSetter
Updates the timestamp on the supplied entity.
updateUser(OsmUser) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.UserDao
Updates the specified user record in the database.
UsedNodeFilter - Class in org.openstreetmap.osmosis.core.filter.v0_5
Restricts output of nodes to those that are used in ways.
UsedNodeFilter(IdTrackerType) - Constructor for class org.openstreetmap.osmosis.core.filter.v0_5.UsedNodeFilter
Creates a new instance.
UsedNodeFilter - Class in org.openstreetmap.osmosis.core.filter.v0_6
Restricts output of nodes to those that are used in ways.
UsedNodeFilter(IdTrackerType) - Constructor for class org.openstreetmap.osmosis.core.filter.v0_6.UsedNodeFilter
Creates a new instance.
UsedNodeFilterFactory - Class in org.openstreetmap.osmosis.core.filter.v0_5
Extends the basic task manager factory functionality with used-node filter task specific common methods.
UsedNodeFilterFactory() - Constructor for class org.openstreetmap.osmosis.core.filter.v0_5.UsedNodeFilterFactory
 
UsedNodeFilterFactory - Class in org.openstreetmap.osmosis.core.filter.v0_6
Extends the basic task manager factory functionality with used-node filter task specific common methods.
UsedNodeFilterFactory() - Constructor for class org.openstreetmap.osmosis.core.filter.v0_6.UsedNodeFilterFactory
 
user - Variable in class org.openstreetmap.osmosis.core.domain.v0_6.EntityBuilder
Deprecated. The user who created the entity.
UserDao - Class in org.openstreetmap.osmosis.core.pgsql.v0_6.impl
Performs all user-specific db operations.
UserDao(DatabaseContext, ActionDao) - Constructor for class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.UserDao
Creates a new instance.
UserIdManager - Class in org.openstreetmap.osmosis.core.mysql.v0_5.impl
Creates or loads the details of the Osmosis user in the database.
UserIdManager(DatabaseContext) - Constructor for class org.openstreetmap.osmosis.core.mysql.v0_5.impl.UserIdManager
Creates a new instance.
UserManager - Class in org.openstreetmap.osmosis.core.apidb.v0_6.impl
Creates or loads the details of the Osmosis user in the database.
UserManager(DatabaseContext) - Constructor for class org.openstreetmap.osmosis.core.apidb.v0_6.impl.UserManager
Creates a new instance.

V

validateVersion(String[]) - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.impl.SchemaVersionValidator
Validates that the schema migrations match the expected list of migrations.
validateVersion(int) - Method in class org.openstreetmap.osmosis.core.mysql.v0_5.impl.SchemaVersionValidator
Validates that the version number of the schema matches the expected version.
validateVersion(int) - Method in class org.openstreetmap.osmosis.core.pgsql.common.SchemaVersionValidator
Validates that the version number of the schema matches the expected version.
valueOf(String) - Static method in enum org.openstreetmap.osmosis.core.database.DatabaseType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openstreetmap.osmosis.core.domain.v0_5.EntityType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openstreetmap.osmosis.core.domain.v0_6.EntityType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openstreetmap.osmosis.core.filter.common.IdTrackerType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openstreetmap.osmosis.core.merge.common.ConflictResolutionMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openstreetmap.osmosis.core.pgsql.v0_6.impl.ActionDataType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openstreetmap.osmosis.core.pgsql.v0_6.impl.ChangesetAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openstreetmap.osmosis.core.pgsql.v0_6.impl.NodeLocationStoreType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openstreetmap.osmosis.core.store.StorageStage
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openstreetmap.osmosis.core.task.common.ChangeAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openstreetmap.osmosis.core.xml.common.CompressionMethod
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.openstreetmap.osmosis.core.database.DatabaseType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openstreetmap.osmosis.core.domain.v0_5.EntityType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openstreetmap.osmosis.core.domain.v0_6.EntityType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openstreetmap.osmosis.core.filter.common.IdTrackerType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openstreetmap.osmosis.core.merge.common.ConflictResolutionMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openstreetmap.osmosis.core.pgsql.v0_6.impl.ActionDataType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openstreetmap.osmosis.core.pgsql.v0_6.impl.ChangesetAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openstreetmap.osmosis.core.pgsql.v0_6.impl.NodeLocationStoreType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openstreetmap.osmosis.core.store.StorageStage
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openstreetmap.osmosis.core.task.common.ChangeAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openstreetmap.osmosis.core.xml.common.CompressionMethod
Returns an array containing the constants of this enum type, in the order they are declared.
version - Variable in class org.openstreetmap.osmosis.core.domain.v0_6.EntityBuilder
Deprecated. The current entity version.
VERSION - Static variable in interface org.openstreetmap.osmosis.core.OsmosisConstants
Defines the version of the Osmosis application.

W

waitForCompletion() - Method in class org.openstreetmap.osmosis.core.pipeline.common.ActiveTaskManager
Waits until all tasks have completed execution before returning.
waitForCompletion() - Method in class org.openstreetmap.osmosis.core.pipeline.common.PassiveTaskManager
Waits until all tasks have completed execution before returning.
waitForCompletion() - Method in class org.openstreetmap.osmosis.core.pipeline.common.Pipeline
Waits for all tasks within the pipeline to complete.
waitForCompletion() - Method in class org.openstreetmap.osmosis.core.pipeline.common.TaskManager
Waits until all tasks have completed execution before returning.
Way - Class in org.openstreetmap.osmosis.core.domain.v0_5
A data class representing a single OSM way.
Way(long, Date, OsmUser) - Constructor for class org.openstreetmap.osmosis.core.domain.v0_5.Way
Creates a new instance.
Way(long, TimestampContainer, OsmUser) - Constructor for class org.openstreetmap.osmosis.core.domain.v0_5.Way
Creates a new instance.
Way(StoreReader, StoreClassRegister) - Constructor for class org.openstreetmap.osmosis.core.domain.v0_5.Way
Creates a new instance.
Way - Class in org.openstreetmap.osmosis.core.domain.v0_6
A data class representing a single OSM way.
Way(long, int, Date, OsmUser, long) - Constructor for class org.openstreetmap.osmosis.core.domain.v0_6.Way
Creates a new instance.
Way(long, int, TimestampContainer, OsmUser, long) - Constructor for class org.openstreetmap.osmosis.core.domain.v0_6.Way
Creates a new instance.
Way(CommonEntityData) - Constructor for class org.openstreetmap.osmosis.core.domain.v0_6.Way
Creates a new instance.
Way(long, int, Date, OsmUser, long, Collection<Tag>, List<WayNode>) - Constructor for class org.openstreetmap.osmosis.core.domain.v0_6.Way
Creates a new instance.
Way(long, int, TimestampContainer, OsmUser, long, Collection<Tag>, List<WayNode>) - Constructor for class org.openstreetmap.osmosis.core.domain.v0_6.Way
Creates a new instance.
Way(CommonEntityData, List<WayNode>) - Constructor for class org.openstreetmap.osmosis.core.domain.v0_6.Way
Creates a new instance.
Way(StoreReader, StoreClassRegister) - Constructor for class org.openstreetmap.osmosis.core.domain.v0_6.Way
Creates a new instance.
WayBuilder - Class in org.openstreetmap.osmosis.core.domain.v0_6
Deprecated. Builder classes are not required because entities are now writeable.
WayBuilder() - Constructor for class org.openstreetmap.osmosis.core.domain.v0_6.WayBuilder
Deprecated. Creates a new instance.
WayBuilder(Way) - Constructor for class org.openstreetmap.osmosis.core.domain.v0_6.WayBuilder
Deprecated. Creates a new instance.
WayBuilder(long, int, Date, OsmUser, long) - Constructor for class org.openstreetmap.osmosis.core.domain.v0_6.WayBuilder
Deprecated. Creates a new instance.
WayBuilder(long, TimestampContainer, OsmUser, long, int) - Constructor for class org.openstreetmap.osmosis.core.domain.v0_6.WayBuilder
Deprecated. Creates a new instance.
WayBuilder(StoreReader, StoreClassRegister) - Constructor for class org.openstreetmap.osmosis.core.domain.v0_6.WayBuilder
Deprecated. Creates a new instance.
WayChangeReader - Class in org.openstreetmap.osmosis.core.mysql.v0_5.impl
Reads the set of way changes from a database that have occurred within a time interval.
WayChangeReader(DatabaseLoginCredentials, boolean, Date, Date) - Constructor for class org.openstreetmap.osmosis.core.mysql.v0_5.impl.WayChangeReader
Creates a new instance.
WayContainer - Class in org.openstreetmap.osmosis.core.container.v0_5
Entity container implementation for ways.
WayContainer(Way) - Constructor for class org.openstreetmap.osmosis.core.container.v0_5.WayContainer
Creates a new instance.
WayContainer(StoreReader, StoreClassRegister) - Constructor for class org.openstreetmap.osmosis.core.container.v0_5.WayContainer
Creates a new instance.
WayContainer - Class in org.openstreetmap.osmosis.core.container.v0_6
Entity container implementation for ways.
WayContainer(Way) - Constructor for class org.openstreetmap.osmosis.core.container.v0_6.WayContainer
Creates a new instance.
WayContainer(StoreReader, StoreClassRegister) - Constructor for class org.openstreetmap.osmosis.core.container.v0_6.WayContainer
Creates a new instance.
WayContainerFactory - Class in org.openstreetmap.osmosis.core.container.v0_6
A container factory for way objects.
WayContainerFactory() - Constructor for class org.openstreetmap.osmosis.core.container.v0_6.WayContainerFactory
 
WayContainerIterator - Class in org.openstreetmap.osmosis.core.container.v0_5
Wraps a set of ways into way containers.
WayContainerIterator(ReleasableIterator<Way>) - Constructor for class org.openstreetmap.osmosis.core.container.v0_5.WayContainerIterator
Creates a new instance.
WayContainerIterator - Class in org.openstreetmap.osmosis.core.container.v0_6
Wraps a set of ways into way containers.
WayContainerIterator(ReleasableIterator<Way>) - Constructor for class org.openstreetmap.osmosis.core.container.v0_6.WayContainerIterator
Creates a new instance.
WayDao - Class in org.openstreetmap.osmosis.core.apidb.v0_6.impl
Provides access to ways in the database.
WayDao(JdbcTemplate) - Constructor for class org.openstreetmap.osmosis.core.apidb.v0_6.impl.WayDao
Creates a new instance.
WayDao - Class in org.openstreetmap.osmosis.core.pgsql.v0_5.impl
Performs all way-specific db operations.
WayDao(DatabaseContext) - Constructor for class org.openstreetmap.osmosis.core.pgsql.v0_5.impl.WayDao
Creates a new instance.
WayDao - Class in org.openstreetmap.osmosis.core.pgsql.v0_6.impl
Performs all way-specific db operations.
WayDao(DatabaseContext, ActionDao) - Constructor for class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.WayDao
Creates a new instance.
WayElementProcessor - Class in org.openstreetmap.osmosis.core.xml.v0_5.impl
Provides an element processor implementation for a way.
WayElementProcessor(BaseElementProcessor, Sink, boolean) - Constructor for class org.openstreetmap.osmosis.core.xml.v0_5.impl.WayElementProcessor
Creates a new instance.
WayElementProcessor - Class in org.openstreetmap.osmosis.core.xml.v0_6.impl
Provides an element processor implementation for a way.
WayElementProcessor(BaseElementProcessor, Sink, boolean) - Constructor for class org.openstreetmap.osmosis.core.xml.v0_6.impl.WayElementProcessor
Creates a new instance.
WayGeometryBuilder - Class in org.openstreetmap.osmosis.core.pgsql.v0_6.impl
Caches a set of node latitudes and longitudes and uses these to calculate the geometries for ways.
WayGeometryBuilder(NodeLocationStoreType) - Constructor for class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.WayGeometryBuilder
Creates a new instance.
WayHistoryReader - Class in org.openstreetmap.osmosis.core.mysql.v0_5.impl
Reads the set of way changes from a database that have occurred within a time interval.
WayHistoryReader(DatabaseLoginCredentials, boolean, Date, Date) - Constructor for class org.openstreetmap.osmosis.core.mysql.v0_5.impl.WayHistoryReader
Creates a new instance.
wayIdTracker - Variable in class org.openstreetmap.osmosis.core.customdb.v0_6.impl.BoundingBoxContext
All way ids are stored within this tracker.
wayIdTracker - Variable in class org.openstreetmap.osmosis.core.filter.v0_5.impl.BoundingBoxContext
All way ids are stored within this tracker.
WayKeyValueFilter - Class in org.openstreetmap.osmosis.core.filter.v0_5
A base class for all tasks filter entities within an area.
WayKeyValueFilter(String) - Constructor for class org.openstreetmap.osmosis.core.filter.v0_5.WayKeyValueFilter
Creates a new instance.
WayKeyValueFilter - Class in org.openstreetmap.osmosis.core.filter.v0_6
A simple class to filter way entities by their tags.
WayKeyValueFilter(String) - Constructor for class org.openstreetmap.osmosis.core.filter.v0_6.WayKeyValueFilter
Creates a new instance.
WayKeyValueFilterFactory - Class in org.openstreetmap.osmosis.core.filter.v0_5
Extends the basic task manager factory functionality with used-node filter task specific common methods.
WayKeyValueFilterFactory() - Constructor for class org.openstreetmap.osmosis.core.filter.v0_5.WayKeyValueFilterFactory
 
WayKeyValueFilterFactory - Class in org.openstreetmap.osmosis.core.filter.v0_6
Extends the basic task manager factory functionality with used-node filter task specific common methods.
WayKeyValueFilterFactory() - Constructor for class org.openstreetmap.osmosis.core.filter.v0_6.WayKeyValueFilterFactory
 
WayManager - Class in org.openstreetmap.osmosis.core.customdb.v0_6.impl
Provides access to ways within a dataset store.
WayManager(WayStorageContainer) - Constructor for class org.openstreetmap.osmosis.core.customdb.v0_6.impl.WayManager
Creates a new instance.
WayMapper - Class in org.openstreetmap.osmosis.core.pgsql.v0_6.impl
Reads and writes way attributes to jdbc classes.
WayMapper() - Constructor for class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.WayMapper
Creates a new instance.
WayMapper(boolean, boolean) - Constructor for class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.WayMapper
Creates a new instance.
WayNode - Class in org.openstreetmap.osmosis.core.domain.v0_5
A data class representing a reference to an OSM node.
WayNode(long) - Constructor for class org.openstreetmap.osmosis.core.domain.v0_5.WayNode
Creates a new instance.
WayNode(StoreReader, StoreClassRegister) - Constructor for class org.openstreetmap.osmosis.core.domain.v0_5.WayNode
Creates a new instance.
WayNode - Class in org.openstreetmap.osmosis.core.domain.v0_6
A data class representing a reference to an OSM node.
WayNode(long) - Constructor for class org.openstreetmap.osmosis.core.domain.v0_6.WayNode
Creates a new instance.
WayNode(StoreReader, StoreClassRegister) - Constructor for class org.openstreetmap.osmosis.core.domain.v0_6.WayNode
Creates a new instance.
WayNodeCollectionLoader - Class in org.openstreetmap.osmosis.core.apidb.v0_6.impl
Loads way nodes from ways.
WayNodeCollectionLoader() - Constructor for class org.openstreetmap.osmosis.core.apidb.v0_6.impl.WayNodeCollectionLoader
 
WayNodeComparator - Class in org.openstreetmap.osmosis.core.mysql.v0_5.impl
Compares way nodes to allow them to be sorted by way id then sequence number.
WayNodeComparator() - Constructor for class org.openstreetmap.osmosis.core.mysql.v0_5.impl.WayNodeComparator
 
WayNodeElementProcessor - Class in org.openstreetmap.osmosis.core.xml.v0_5.impl
Provides an element processor implementation for a way node.
WayNodeElementProcessor(BaseElementProcessor, WayNodeListener) - Constructor for class org.openstreetmap.osmosis.core.xml.v0_5.impl.WayNodeElementProcessor
Creates a new instance.
WayNodeElementProcessor - Class in org.openstreetmap.osmosis.core.xml.v0_6.impl
Provides an element processor implementation for a way node.
WayNodeElementProcessor(BaseElementProcessor, WayNodeListener) - Constructor for class org.openstreetmap.osmosis.core.xml.v0_6.impl.WayNodeElementProcessor
Creates a new instance.
WayNodeHistoryReader - Class in org.openstreetmap.osmosis.core.mysql.v0_5.impl
Reads the most recent set of way nodes from a database for ways that have been modified within a time interval.
WayNodeHistoryReader(DatabaseLoginCredentials, Date, Date) - Constructor for class org.openstreetmap.osmosis.core.mysql.v0_5.impl.WayNodeHistoryReader
Creates a new instance.
WayNodeListener - Interface in org.openstreetmap.osmosis.core.xml.v0_5.impl
Provides the definition of a class receiving way nodes.
WayNodeListener - Interface in org.openstreetmap.osmosis.core.xml.v0_6.impl
Provides the definition of a class receiving way nodes.
WayNodeMapper - Class in org.openstreetmap.osmosis.core.pgsql.v0_6.impl
Reads and writes way nodes to jdbc classes.
WayNodeMapper() - Constructor for class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.WayNodeMapper
 
WayNodeRowMapper - Class in org.openstreetmap.osmosis.core.apidb.v0_6.impl
Maps way node result set rows into way node objects.
WayNodeRowMapper(RowMapperListener<WayNode>) - Constructor for class org.openstreetmap.osmosis.core.apidb.v0_6.impl.WayNodeRowMapper
Creates a new instance.
WayNodeTableReader - Class in org.openstreetmap.osmosis.core.mysql.v0_5.impl
Reads all way nodes from a database ordered by the way identifier but not by the sequence.
WayNodeTableReader(DatabaseLoginCredentials) - Constructor for class org.openstreetmap.osmosis.core.mysql.v0_5.impl.WayNodeTableReader
Creates a new instance.
WayNodeTableReader - Class in org.openstreetmap.osmosis.core.pgsql.v0_5.impl
Reads all way nodes from a database ordered by the way identifier but not by the sequence.
WayNodeTableReader(DatabaseContext) - Constructor for class org.openstreetmap.osmosis.core.pgsql.v0_5.impl.WayNodeTableReader
Creates a new instance.
WayNodeTableReader(DatabaseContext, String) - Constructor for class org.openstreetmap.osmosis.core.pgsql.v0_5.impl.WayNodeTableReader
Creates a new instance.
WayNodeWriter - Class in org.openstreetmap.osmosis.core.xml.v0_5.impl
Renders a way node as xml.
WayNodeWriter(String, int) - Constructor for class org.openstreetmap.osmosis.core.xml.v0_5.impl.WayNodeWriter
Creates a new instance.
WayNodeWriter - Class in org.openstreetmap.osmosis.core.xml.v0_6.impl
Renders a way node as xml.
WayNodeWriter(String, int) - Constructor for class org.openstreetmap.osmosis.core.xml.v0_6.impl.WayNodeWriter
Creates a new instance.
WayReader - Class in org.openstreetmap.osmosis.core.mysql.v0_5.impl
Reads all ways from a database ordered by their identifier.
WayReader(DatabaseLoginCredentials, boolean) - Constructor for class org.openstreetmap.osmosis.core.mysql.v0_5.impl.WayReader
Creates a new instance.
WayReader - Class in org.openstreetmap.osmosis.core.pgsql.v0_5.impl
Reads all ways from a database ordered by their identifier.
WayReader(DatabaseContext) - Constructor for class org.openstreetmap.osmosis.core.pgsql.v0_5.impl.WayReader
Creates a new instance.
WayReader(DatabaseContext, String) - Constructor for class org.openstreetmap.osmosis.core.pgsql.v0_5.impl.WayReader
Creates a new instance.
WayReader - Class in org.openstreetmap.osmosis.core.pgsql.v0_6.impl
Reads all ways from a database ordered by their identifier.
WayReader(DatabaseContext) - Constructor for class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.WayReader
Creates a new instance.
WayReader(DatabaseContext, String) - Constructor for class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.WayReader
Creates a new instance.
WayRowMapper - Class in org.openstreetmap.osmosis.core.apidb.v0_6.impl
Maps way result set rows into way objects.
WayRowMapper(RowMapperListener<Way>) - Constructor for class org.openstreetmap.osmosis.core.apidb.v0_6.impl.WayRowMapper
Creates a new instance.
WayStorageContainer - Class in org.openstreetmap.osmosis.core.customdb.v0_5.impl
Holds references to all of the node storage related classes.
WayStorageContainer(RandomAccessObjectStoreReader<Way>, IndexStoreReader<Long, LongLongIndexElement>, WayTileAreaIndexReader, IndexStoreReader<Long, LongLongIndexElement>) - Constructor for class org.openstreetmap.osmosis.core.customdb.v0_5.impl.WayStorageContainer
Creates a new instance.
WayStorageContainer - Class in org.openstreetmap.osmosis.core.customdb.v0_6.impl
Holds references to all of the node storage related classes.
WayStorageContainer(RandomAccessObjectStoreReader<Way>, IndexStoreReader<Long, LongLongIndexElement>, WayTileAreaIndexReader, IndexStoreReader<Long, LongLongIndexElement>) - Constructor for class org.openstreetmap.osmosis.core.customdb.v0_6.impl.WayStorageContainer
Creates a new instance.
WayTableReader - Class in org.openstreetmap.osmosis.core.mysql.v0_5.impl
Reads all ways from a database ordered by their identifier.
WayTableReader(DatabaseLoginCredentials, boolean) - Constructor for class org.openstreetmap.osmosis.core.mysql.v0_5.impl.WayTableReader
Creates a new instance.
WayTableReader - Class in org.openstreetmap.osmosis.core.pgsql.v0_5.impl
Reads all ways from a database ordered by their identifier.
WayTableReader(DatabaseContext) - Constructor for class org.openstreetmap.osmosis.core.pgsql.v0_5.impl.WayTableReader
Creates a new instance.
WayTableReader(DatabaseContext, String) - Constructor for class org.openstreetmap.osmosis.core.pgsql.v0_5.impl.WayTableReader
Creates a new instance.
WayTileAreaIndex - Class in org.openstreetmap.osmosis.core.customdb.v0_5.impl
A class for managing a way tile index of varying granularity allowing different sized tiles for different sized ways.
WayTileAreaIndex(DatasetStoreFileManager) - Constructor for class org.openstreetmap.osmosis.core.customdb.v0_5.impl.WayTileAreaIndex
Creates a new instance.
WayTileAreaIndex - Class in org.openstreetmap.osmosis.core.customdb.v0_6.impl
A class for managing a way tile index of varying granularity allowing different sized tiles for different sized ways.
WayTileAreaIndex(DatasetStoreFileManager) - Constructor for class org.openstreetmap.osmosis.core.customdb.v0_6.impl.WayTileAreaIndex
Creates a new instance.
WayTileAreaIndexReader - Class in org.openstreetmap.osmosis.core.customdb.v0_5.impl
Provides read-only access to a way tile area index store.
WayTileAreaIndexReader(int[], List<IndexStoreReader<Integer, IntegerLongIndexElement>>) - Constructor for class org.openstreetmap.osmosis.core.customdb.v0_5.impl.WayTileAreaIndexReader
Creates a new instance.
WayTileAreaIndexReader - Class in org.openstreetmap.osmosis.core.customdb.v0_6.impl
Provides read-only access to a way tile area index store.
WayTileAreaIndexReader(int[], List<IndexStoreReader<Integer, IntegerLongIndexElement>>) - Constructor for class org.openstreetmap.osmosis.core.customdb.v0_6.impl.WayTileAreaIndexReader
Creates a new instance.
WayWriter - Class in org.openstreetmap.osmosis.core.xml.v0_5.impl
Renders a way as xml.
WayWriter(String, int) - Constructor for class org.openstreetmap.osmosis.core.xml.v0_5.impl.WayWriter
Creates a new instance.
WayWriter - Class in org.openstreetmap.osmosis.core.xml.v0_6.impl
Renders a way as xml.
WayWriter(String, int) - Constructor for class org.openstreetmap.osmosis.core.xml.v0_6.impl.WayWriter
Creates a new instance.
write(Node, ChangeAction) - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.impl.ChangeWriter
Writes the specified node change to the database.
write(Way, ChangeAction) - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.impl.ChangeWriter
Writes the specified way change to the database.
write(Relation, ChangeAction) - Method in class org.openstreetmap.osmosis.core.apidb.v0_6.impl.ChangeWriter
Writes the specified relation change to the database.
write(long, int, int) - Method in class org.openstreetmap.osmosis.core.customdb.v0_5.impl.WayTileAreaIndex
Writes a new way tile entry to the index.
write(long, int, int) - Method in class org.openstreetmap.osmosis.core.customdb.v0_6.impl.WayTileAreaIndex
Writes a new way tile entry to the index.
write(Node, ChangeAction) - Method in class org.openstreetmap.osmosis.core.mysql.v0_5.impl.ChangeWriter
Writes the specified node change to the database.
write(Way, ChangeAction) - Method in class org.openstreetmap.osmosis.core.mysql.v0_5.impl.ChangeWriter
Writes the specified way change to the database.
write(Relation, ChangeAction) - Method in class org.openstreetmap.osmosis.core.mysql.v0_5.impl.ChangeWriter
Writes the specified relation change to the database.
write(Node, ChangeAction) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_5.impl.ChangeWriter
Writes the specified node change to the database.
write(Way, ChangeAction) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_5.impl.ChangeWriter
Writes the specified way change to the database.
write(Relation, ChangeAction) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_5.impl.ChangeWriter
Writes the specified relation change to the database.
write(Node, ChangeAction) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.ChangeWriter
Writes the specified node change to the database.
write(Way, ChangeAction) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.ChangeWriter
Writes the specified way change to the database.
write(Relation, ChangeAction) - Method in class org.openstreetmap.osmosis.core.pgsql.v0_6.impl.ChangeWriter
Writes the specified relation change to the database.
write(T) - Method in class org.openstreetmap.osmosis.core.store.IndexStore
Writes the specified element to the index.
write(int) - Method in class org.openstreetmap.osmosis.core.store.OffsetTrackingOutputStream
write(byte[], int, int) - Method in class org.openstreetmap.osmosis.core.store.OffsetTrackingOutputStream
write(byte[]) - Method in class org.openstreetmap.osmosis.core.store.OffsetTrackingOutputStream
writeBoolean(boolean) - Method in class org.openstreetmap.osmosis.core.store.DataOutputStoreWriter
Writes a boolean to storage.
writeBoolean(boolean) - Method in interface org.openstreetmap.osmosis.core.store.StoreWriter
Writes a boolean to storage.
writeByte(byte) - Method in class org.openstreetmap.osmosis.core.store.DataOutputStoreWriter
Writes a byte to storage.
writeByte(byte) - Method in interface org.openstreetmap.osmosis.core.store.StoreWriter
Writes a byte to storage.
writeCharacter(char) - Method in class org.openstreetmap.osmosis.core.store.DataOutputStoreWriter
Writes a character to storage.
writeCharacter(char) - Method in interface org.openstreetmap.osmosis.core.store.StoreWriter
Writes a character to storage.
writeClassIdentifier(StoreWriter, StoreClassRegister, Class<?>) - Method in class org.openstreetmap.osmosis.core.store.BaseObjectWriter
Writes the class identifier to the underlying data stream to allow it to be identified when reading in again.
writeClassIdentifier(StoreWriter, StoreClassRegister, Class<?>) - Method in class org.openstreetmap.osmosis.core.store.GenericObjectWriter
Writes the class identifier to the underlying data stream to allow it to be identified when reading in again.
writeClassIdentifier(StoreWriter, StoreClassRegister, Class<?>) - Method in class org.openstreetmap.osmosis.core.store.SingleClassObjectWriter
Writes the class identifier to the underlying data stream to allow it to be identified when reading in again.
WriteDataset - Class in org.openstreetmap.osmosis.core.customdb.v0_5
Receives input data as a stream and builds a dataset containing all of the data.
WriteDataset(File, boolean) - Constructor for class org.openstreetmap.osmosis.core.customdb.v0_5.WriteDataset
Creates a new instance.
WriteDataset - Class in org.openstreetmap.osmosis.core.customdb.v0_6
Receives input data as a stream and builds a dataset containing all of the data.
WriteDataset(File, boolean) - Constructor for class org.openstreetmap.osmosis.core.customdb.v0_6.WriteDataset
Creates a new instance.
WriteDatasetFactory - Class in org.openstreetmap.osmosis.core.customdb.v0_5
The task manager factory for writing an entity stream to a dataset.
WriteDatasetFactory() - Constructor for class org.openstreetmap.osmosis.core.customdb.v0_5.WriteDatasetFactory
 
WriteDatasetFactory - Class in org.openstreetmap.osmosis.core.customdb.v0_6
The task manager factory for writing an entity stream to a dataset.
WriteDatasetFactory() - Constructor for class org.openstreetmap.osmosis.core.customdb.v0_6.WriteDatasetFactory
 
writeDouble(double) - Method in class org.openstreetmap.osmosis.core.store.DataOutputStoreWriter
Writes a double to storage.
writeDouble(double) - Method in interface org.openstreetmap.osmosis.core.store.StoreWriter
Writes a double to storage.
writeField(boolean) - Method in class org.openstreetmap.osmosis.core.pgsql.common.CopyFileWriter
Writes data to the output file.
writeField(int) - Method in class org.openstreetmap.osmosis.core.pgsql.common.CopyFileWriter
Writes data to the output file.
writeField(long) - Method in class org.openstreetmap.osmosis.core.pgsql.common.CopyFileWriter
Writes data to the output file.
writeField(String) - Method in class org.openstreetmap.osmosis.core.pgsql.common.CopyFileWriter
Writes data to the output file.
writeField(Date) - Method in class org.openstreetmap.osmosis.core.pgsql.common.CopyFileWriter
Writes data to the output file.
writeField(Geometry) - Method in class org.openstreetmap.osmosis.core.pgsql.common.CopyFileWriter
Writes data to the output file.
writeInteger(int) - Method in class org.openstreetmap.osmosis.core.store.DataOutputStoreWriter
Writes an integer to storage.
writeInteger(int) - Method in interface org.openstreetmap.osmosis.core.store.StoreWriter
Writes an integer to storage.
writeLong(long) - Method in class org.openstreetmap.osmosis.core.store.DataOutputStoreWriter
Writes a long to storage.
writeLong(long) - Method in interface org.openstreetmap.osmosis.core.store.StoreWriter
Writes a long to storage.
writeObject(Storeable) - Method in class org.openstreetmap.osmosis.core.store.BaseObjectWriter
Writes an object to storage in a way that allows its type to be automatically determined when read back in.
writeObject(Storeable) - Method in interface org.openstreetmap.osmosis.core.store.ObjectWriter
Writes an object to storage.
writer - Variable in class org.openstreetmap.osmosis.core.xml.common.ElementWriter
The output destination for writing all xml.
writeString(String) - Method in class org.openstreetmap.osmosis.core.store.DataOutputStoreWriter
Writes a String to storage.
writeString(String) - Method in interface org.openstreetmap.osmosis.core.store.StoreWriter
Writes a String to storage.

X

XmlChangeReader - Class in org.openstreetmap.osmosis.core.xml.v0_5
A change source reading from an xml file.
XmlChangeReader(File, boolean, CompressionMethod) - Constructor for class org.openstreetmap.osmosis.core.xml.v0_5.XmlChangeReader
Creates a new instance.
XmlChangeReader - Class in org.openstreetmap.osmosis.core.xml.v0_6
A change source reading from an xml file.
XmlChangeReader(File, boolean, CompressionMethod) - Constructor for class org.openstreetmap.osmosis.core.xml.v0_6.XmlChangeReader
Creates a new instance.
XmlChangeReaderFactory - Class in org.openstreetmap.osmosis.core.xml.v0_5
The task manager factory for an xml change reader.
XmlChangeReaderFactory() - Constructor for class org.openstreetmap.osmosis.core.xml.v0_5.XmlChangeReaderFactory
 
XmlChangeReaderFactory - Class in org.openstreetmap.osmosis.core.xml.v0_6
The task manager factory for an xml change reader.
XmlChangeReaderFactory() - Constructor for class org.openstreetmap.osmosis.core.xml.v0_6.XmlChangeReaderFactory
 
XmlChangeWriter - Class in org.openstreetmap.osmosis.core.xml.v0_5
An OSM change sink for storing all data to an xml file.
XmlChangeWriter(File, CompressionMethod) - Constructor for class org.openstreetmap.osmosis.core.xml.v0_5.XmlChangeWriter
Creates a new instance.
XmlChangeWriter - Class in org.openstreetmap.osmosis.core.xml.v0_6
An OSM change sink for storing all data to an xml file.
XmlChangeWriter(File, CompressionMethod) - Constructor for class org.openstreetmap.osmosis.core.xml.v0_6.XmlChangeWriter
Creates a new instance.
XmlChangeWriterFactory - Class in org.openstreetmap.osmosis.core.xml.v0_5
The task manager factory for an xml change writer.
XmlChangeWriterFactory() - Constructor for class org.openstreetmap.osmosis.core.xml.v0_5.XmlChangeWriterFactory
 
XmlChangeWriterFactory - Class in org.openstreetmap.osmosis.core.xml.v0_6
The task manager factory for an xml change writer.
XmlChangeWriterFactory() - Constructor for class org.openstreetmap.osmosis.core.xml.v0_6.XmlChangeWriterFactory
 
XmlConstants - Interface in org.openstreetmap.osmosis.core.xml.v0_5.impl
Defines some common constants shared between various xml processing classes.
XmlConstants - Interface in org.openstreetmap.osmosis.core.xml.v0_6.impl
Defines some common constants shared between various xml processing classes.
XmlDownloader - Class in org.openstreetmap.osmosis.core.xml.v0_5
* An OSM data source reading from an osm-xml file from the * OpenStreetMap-server.
XmlDownloader(double, double, double, double, String) - Constructor for class org.openstreetmap.osmosis.core.xml.v0_5.XmlDownloader
Creates a new instance with the specified geographical coordinates.
XmlDownloader - Class in org.openstreetmap.osmosis.core.xml.v0_6
An OSM data source reading from an osm-xml file from the OpenStreetMap-server.
XmlDownloader(double, double, double, double, String) - Constructor for class org.openstreetmap.osmosis.core.xml.v0_6.XmlDownloader
Creates a new instance with the specified geographical coordinates.
XmlDownloaderFactory - Class in org.openstreetmap.osmosis.core.xml.v0_5
The task manager factory for an xml reader that downloads the map instead of reading it from a file..
XmlDownloaderFactory() - Constructor for class org.openstreetmap.osmosis.core.xml.v0_5.XmlDownloaderFactory
 
XmlDownloaderFactory - Class in org.openstreetmap.osmosis.core.xml.v0_6
The task manager factory for an xml reader that downloads the map instead of reading it from a file..
XmlDownloaderFactory() - Constructor for class org.openstreetmap.osmosis.core.xml.v0_6.XmlDownloaderFactory
 
XmlReader - Class in org.openstreetmap.osmosis.core.xml.v0_5
An OSM data source reading from an xml file.
XmlReader(File, boolean, CompressionMethod) - Constructor for class org.openstreetmap.osmosis.core.xml.v0_5.XmlReader
Creates a new instance.
XmlReader - Class in org.openstreetmap.osmosis.core.xml.v0_6
An OSM data source reading from an xml file.
XmlReader(File, boolean, CompressionMethod) - Constructor for class org.openstreetmap.osmosis.core.xml.v0_6.XmlReader
Creates a new instance.
XmlReaderFactory - Class in org.openstreetmap.osmosis.core.xml.v0_5
The task manager factory for an xml reader.
XmlReaderFactory() - Constructor for class org.openstreetmap.osmosis.core.xml.v0_5.XmlReaderFactory
 
XmlReaderFactory - Class in org.openstreetmap.osmosis.core.xml.v0_6
The task manager factory for an xml reader.
XmlReaderFactory() - Constructor for class org.openstreetmap.osmosis.core.xml.v0_6.XmlReaderFactory
 
XmlTaskManagerFactory - Class in org.openstreetmap.osmosis.core.xml.common
Extends the basic task manager factory functionality with xml task specific common methods.
XmlTaskManagerFactory() - Constructor for class org.openstreetmap.osmosis.core.xml.common.XmlTaskManagerFactory
 
XmlTimestampFormat - Class in org.openstreetmap.osmosis.core.xml.common
A timestamp format implementation for dates read and stored from osm xml files.
XmlTimestampFormat() - Constructor for class org.openstreetmap.osmosis.core.xml.common.XmlTimestampFormat
Creates a new instance.
XmlWriter - Class in org.openstreetmap.osmosis.core.xml.v0_5
An OSM data sink for storing all data to an xml file.
XmlWriter(File, CompressionMethod) - Constructor for class org.openstreetmap.osmosis.core.xml.v0_5.XmlWriter
Creates a new instance.
XmlWriter - Class in org.openstreetmap.osmosis.core.xml.v0_6
An OSM data sink for storing all data to an xml file.
XmlWriter(File, CompressionMethod) - Constructor for class org.openstreetmap.osmosis.core.xml.v0_6.XmlWriter
Creates a new instance.
XmlWriterFactory - Class in org.openstreetmap.osmosis.core.xml.v0_5
The task manager factory for an xml writer.
XmlWriterFactory() - Constructor for class org.openstreetmap.osmosis.core.xml.v0_5.XmlWriterFactory
 
XmlWriterFactory - Class in org.openstreetmap.osmosis.core.xml.v0_6
The task manager factory for an xml writer.
XmlWriterFactory() - Constructor for class org.openstreetmap.osmosis.core.xml.v0_6.XmlWriterFactory
 

A B C D E F G H I L M N O P R S T U V W X