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

A

ActionChangeWriter - Class in com.bretth.osmosis.core.mysql.v0_5.impl
Writes entities to a database according to a specific action.
ActionChangeWriter(ChangeWriter, ChangeAction) - Constructor for class com.bretth.osmosis.core.mysql.v0_5.impl.ActionChangeWriter
Creates a new instance.
ActionChangeWriter - Class in com.bretth.osmosis.core.mysql.v0_6.impl
Writes entities to a database according to a specific action.
ActionChangeWriter(ChangeWriter, ChangeAction) - Constructor for class com.bretth.osmosis.core.mysql.v0_6.impl.ActionChangeWriter
Creates a new instance.
ActionChangeWriter - Class in com.bretth.osmosis.core.pgsql.v0_5.impl
Writes entities to a database according to a specific action.
ActionChangeWriter(ChangeWriter, ChangeAction) - Constructor for class com.bretth.osmosis.core.pgsql.v0_5.impl.ActionChangeWriter
Creates a new instance.
ActionChangeWriter - Class in com.bretth.osmosis.core.pgsql.v0_6.impl
Writes entities to a database according to a specific action.
ActionChangeWriter(ChangeWriter, ChangeAction) - Constructor for class com.bretth.osmosis.core.pgsql.v0_6.impl.ActionChangeWriter
Creates a new instance.
ActionDao - Class in com.bretth.osmosis.core.pgsql.v0_6.impl
Performs all action db operations.
ActionDao(DatabaseContext) - Constructor for class com.bretth.osmosis.core.pgsql.v0_6.impl.ActionDao
Creates a new instance.
ActionDao(DatabaseContext, boolean) - Constructor for class com.bretth.osmosis.core.pgsql.v0_6.impl.ActionDao
Creates a new instance.
ActionDataType - Enum in com.bretth.osmosis.core.pgsql.v0_6.impl
Defines all the data types supported by the action table.
ActiveChangeset - Class in com.bretth.osmosis.core.mysql.v0_6.impl
Holds information about a changeset currently being used during entity writing to the database.
ActiveChangeset(long) - Constructor for class com.bretth.osmosis.core.mysql.v0_6.impl.ActiveChangeset
Creates a new instance.
ActiveTaskManager - Class in com.bretth.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 com.bretth.osmosis.core.pipeline.common.ActiveTaskManager
Creates a new instance.
add(T) - Method in class com.bretth.osmosis.core.database.ReleasableStatementContainer
Adds a new object to be managed.
add(T) - Method in class com.bretth.osmosis.core.lifecycle.CompletableContainer
Adds a new object to be managed.
add(T) - Method in class com.bretth.osmosis.core.lifecycle.ReleasableContainer
Adds a new object to be managed.
add(T) - Method in class com.bretth.osmosis.core.sort.common.FileBasedSort
Adds a new object to be sorted.
add(T) - Method in class com.bretth.osmosis.core.store.ChunkedObjectStore
Adds the specified object to the store.
add(long, T) - Method in class com.bretth.osmosis.core.store.IndexedObjectStore
Adds the specified object to the store.
add(T) - Method in class com.bretth.osmosis.core.store.RandomAccessObjectStore
Adds the specified object to the store.
add(T) - Method in class com.bretth.osmosis.core.store.SegmentedObjectStore
Adds the specified object to the store.
add(T) - Method in class com.bretth.osmosis.core.store.SimpleObjectStore
Adds the specified object to the store.
addAction(ActionDataType, ChangesetAction, long) - Method in class com.bretth.osmosis.core.pgsql.v0_6.impl.ActionDao
Adds the specified action to the database.
addAttribute(String, String) - Method in class com.bretth.osmosis.core.xml.common.ElementWriter
Adds an attribute to the element.
addEntity(T) - Method in class com.bretth.osmosis.core.pgsql.v0_6.impl.EntityDao
Adds the specified entity to the database.
addEntity(Relation) - Method in class com.bretth.osmosis.core.pgsql.v0_6.impl.RelationDao
Adds the specified entity to the database.
addEntity(Way) - Method in class com.bretth.osmosis.core.pgsql.v0_6.impl.WayDao
Adds the specified entity to the database.
addList(List<Tdb>) - Method in class com.bretth.osmosis.core.pgsql.v0_6.impl.EntityFeatureDao
Adds the specified feature list to the database.
addLocation(long, NodeLocation) - Method in class com.bretth.osmosis.core.pgsql.v0_6.impl.InMemoryNodeLocationStore
Adds the specified node location details.
addLocation(long, NodeLocation) - Method in interface com.bretth.osmosis.core.pgsql.v0_6.impl.NodeLocationStore
Adds the specified node location details.
addLocation(long, NodeLocation) - Method in class com.bretth.osmosis.core.pgsql.v0_6.impl.PersistentNodeLocationStore
Adds the specified node location details.
addMember(RelationMember) - Method in class com.bretth.osmosis.core.domain.v0_5.Relation
Adds a new member.
addMember(RelationMember) - Method in class com.bretth.osmosis.core.domain.v0_6.Relation
Adds a new member.
addMembers(Collection<RelationMember>) - Method in class com.bretth.osmosis.core.domain.v0_5.Relation
Adds all members in the collection to the relation.
addMembers(Collection<RelationMember>) - Method in class com.bretth.osmosis.core.domain.v0_6.Relation
Adds all members in the collection to the relation.
addNodeLocation(Node) - Method in class com.bretth.osmosis.core.pgsql.v0_6.impl.WayGeometryBuilder
Adds the location of the node to the internal store.
addOrUpdateUser(OsmUser) - Method in class com.bretth.osmosis.core.mysql.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 com.bretth.osmosis.core.domain.v0_5.Entity
Adds a new tag.
addTag(Tag) - Method in class com.bretth.osmosis.core.domain.v0_6.Entity
Adds a new tag.
addTags(Collection<Tag>) - Method in class com.bretth.osmosis.core.domain.v0_5.Entity
Adds all tags in the collection to the node.
addTags(Collection<Tag>) - Method in class com.bretth.osmosis.core.domain.v0_6.Entity
Adds all tags in the collection to the node.
addUser(OsmUser) - Method in class com.bretth.osmosis.core.pgsql.v0_6.impl.UserDao
Adds the specified user to the database.
addWayNode(WayNode) - Method in class com.bretth.osmosis.core.domain.v0_5.Way
Adds a new way node.
addWayNode(WayNode) - Method in class com.bretth.osmosis.core.domain.v0_6.Way
Adds a new way node.
addWayNodes(Collection<WayNode>) - Method in class com.bretth.osmosis.core.domain.v0_5.Way
Adds all node references in the collection to the node.
addWayNodes(Collection<WayNode>) - Method in class com.bretth.osmosis.core.domain.v0_6.Way
Adds all node references in the collection to the node.
AreaFilter - Class in com.bretth.osmosis.core.filter.v0_5
A base class for all tasks filter entities within an area.
AreaFilter(IdTrackerType, boolean, boolean) - Constructor for class com.bretth.osmosis.core.filter.v0_5.AreaFilter
Creates a new instance.
AreaFilter - Class in com.bretth.osmosis.core.filter.v0_6
A base class for all tasks filter entities within an area.
AreaFilter(IdTrackerType, boolean, boolean, boolean) - Constructor for class com.bretth.osmosis.core.filter.v0_6.AreaFilter
Creates a new instance.
AreaFilterTaskManagerFactory - Class in com.bretth.osmosis.core.filter.v0_5
Extends the basic task manager factory functionality with area filter task specific common methods.
AreaFilterTaskManagerFactory() - Constructor for class com.bretth.osmosis.core.filter.v0_5.AreaFilterTaskManagerFactory
 
AreaFilterTaskManagerFactory - Class in com.bretth.osmosis.core.filter.v0_6
Extends the basic task manager factory functionality with area filter task specific common methods.
AreaFilterTaskManagerFactory() - Constructor for class com.bretth.osmosis.core.filter.v0_6.AreaFilterTaskManagerFactory
 
AuthenticationPropertiesLoader - Class in com.bretth.osmosis.core.database
Loads database authentication details from a properties file.
AuthenticationPropertiesLoader(File) - Constructor for class com.bretth.osmosis.core.database.AuthenticationPropertiesLoader
Creates a new instance.

B

baseBlockSize - Static variable in interface org.apache.tools.bzip2.BZip2Constants
 
BaseDao - Class in com.bretth.osmosis.core.pgsql.common
Provides functionality common to all dao implementations.
BaseDao(DatabaseContext) - Constructor for class com.bretth.osmosis.core.pgsql.common.BaseDao
Creates a new instance.
BaseDatasetReader - Class in com.bretth.osmosis.core.filter.v0_5.impl
Provides common behaviour between dataset reader implementations.
BaseDatasetReader() - Constructor for class com.bretth.osmosis.core.filter.v0_5.impl.BaseDatasetReader
 
BaseDatasetReader - Class in com.bretth.osmosis.core.filter.v0_6.impl
Provides common behaviour between dataset reader implementations.
BaseDatasetReader() - Constructor for class com.bretth.osmosis.core.filter.v0_6.impl.BaseDatasetReader
 
BaseElementProcessor - Class in com.bretth.osmosis.core.xml.common
Provides common functionality shared by element processor implementations.
BaseElementProcessor(BaseElementProcessor, boolean) - Constructor for class com.bretth.osmosis.core.xml.common.BaseElementProcessor
Creates a new instance.
BaseEntityReader<T> - Class in com.bretth.osmosis.core.mysql.v0_5.impl
Provides the base implementation of all database entity readers.
BaseEntityReader(DatabaseLoginCredentials, boolean) - Constructor for class com.bretth.osmosis.core.mysql.v0_5.impl.BaseEntityReader
Creates a new instance.
BaseEntityReader<T> - Class in com.bretth.osmosis.core.mysql.v0_6.impl
Provides the base implementation of all database entity readers.
BaseEntityReader(DatabaseLoginCredentials, boolean) - Constructor for class com.bretth.osmosis.core.mysql.v0_6.impl.BaseEntityReader
Creates a new instance.
BaseObjectReader - Class in com.bretth.osmosis.core.store
Provides functionality common to all object reader implementations.
BaseObjectReader(StoreReader, StoreClassRegister) - Constructor for class com.bretth.osmosis.core.store.BaseObjectReader
Creates a new instance.
BaseObjectWriter - Class in com.bretth.osmosis.core.store
Provides functionality common to all object writer implementations.
BaseObjectWriter(StoreWriter, StoreClassRegister) - Constructor for class com.bretth.osmosis.core.store.BaseObjectWriter
Creates a new instance.
BaseTableReader<T> - Class in com.bretth.osmosis.core.mysql.common
Provides the base implementation of all database table readers.
BaseTableReader(DatabaseLoginCredentials) - Constructor for class com.bretth.osmosis.core.mysql.common.BaseTableReader
Creates a new instance.
BaseTableReader<T> - Class in com.bretth.osmosis.core.pgsql.common
Provides the base implementation of all database table readers.
BaseTableReader(DatabaseContext) - Constructor for class com.bretth.osmosis.core.pgsql.common.BaseTableReader
Creates a new instance.
BaseTableReader.ReadResult<T> - Class in com.bretth.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 com.bretth.osmosis.core.mysql.common.BaseTableReader.ReadResult
Creates a new instance.
BaseTableReader.ReadResult<T> - Class in com.bretth.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 com.bretth.osmosis.core.pgsql.common.BaseTableReader.ReadResult
Creates a new instance.
BaseXmlWriter - Class in com.bretth.osmosis.core.xml.common
An OSM data sink for storing all data to an xml file.
BaseXmlWriter(File, CompressionMethod, boolean) - Constructor for class com.bretth.osmosis.core.xml.common.BaseXmlWriter
Creates a new instance.
begin(Attributes) - Method in class com.bretth.osmosis.core.xml.common.DummyElementProcessor
This implementation does not do any processing.
begin(Attributes) - Method in interface com.bretth.osmosis.core.xml.common.ElementProcessor
Initialises the element processor with attributes for a new element to be processed.
begin(Attributes) - Method in class com.bretth.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 com.bretth.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 com.bretth.osmosis.core.xml.v0_5.impl.NodeElementProcessor
Initialises the element processor with attributes for a new element to be processed.
begin() - Method in class com.bretth.osmosis.core.xml.v0_5.impl.OsmChangeWriter
Begins an element.
begin(Attributes) - Method in class com.bretth.osmosis.core.xml.v0_5.impl.OsmElementProcessor
Initialises the element processor with attributes for a new element to be processed.
begin() - Method in class com.bretth.osmosis.core.xml.v0_5.impl.OsmWriter
Begins an element.
begin(Attributes) - Method in class com.bretth.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 com.bretth.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 com.bretth.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 com.bretth.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 com.bretth.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 com.bretth.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 com.bretth.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 com.bretth.osmosis.core.xml.v0_6.impl.NodeElementProcessor
Initialises the element processor with attributes for a new element to be processed.
begin() - Method in class com.bretth.osmosis.core.xml.v0_6.impl.OsmChangeWriter
Begins an element.
begin(Attributes) - Method in class com.bretth.osmosis.core.xml.v0_6.impl.OsmElementProcessor
Initialises the element processor with attributes for a new element to be processed.
begin() - Method in class com.bretth.osmosis.core.xml.v0_6.impl.OsmWriter
Begins an element.
begin(Attributes) - Method in class com.bretth.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 com.bretth.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 com.bretth.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 com.bretth.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 com.bretth.osmosis.core.xml.v0_6.impl.WayNodeElementProcessor
Initialises the element processor with attributes for a new element to be processed.
beginElementWriter() - Method in class com.bretth.osmosis.core.xml.common.BaseXmlWriter
Calls the begin method of the element writer used for this implementation.
beginElementWriter() - Method in class com.bretth.osmosis.core.xml.v0_5.XmlChangeWriter
Calls the begin method of the element writer used for this implementation.
beginElementWriter() - Method in class com.bretth.osmosis.core.xml.v0_5.XmlWriter
Calls the begin method of the element writer used for this implementation.
beginElementWriter() - Method in class com.bretth.osmosis.core.xml.v0_6.XmlChangeWriter
Calls the begin method of the element writer used for this implementation.
beginElementWriter() - Method in class com.bretth.osmosis.core.xml.v0_6.XmlWriter
Calls the begin method of the element writer used for this implementation.
beginOpenElement() - Method in class com.bretth.osmosis.core.xml.common.ElementWriter
Writes an element opening line without the final closing portion of the tag.
BitSetIdTracker - Class in com.bretth.osmosis.core.filter.common
Implements the IdTracker interface using an internal JDK BitSet.
BitSetIdTracker() - Constructor for class com.bretth.osmosis.core.filter.common.BitSetIdTracker
Creates a new instance.
Bound - Class in com.bretth.osmosis.core.domain.v0_5
A data class representing an OSM data bound element.
Bound(String) - Constructor for class com.bretth.osmosis.core.domain.v0_5.Bound
Creates a new instance which covers the entire planet.
Bound(double, double, double, double, String) - Constructor for class com.bretth.osmosis.core.domain.v0_5.Bound
Creates a new instance with the specified boundaries.
Bound(StoreReader, StoreClassRegister) - Constructor for class com.bretth.osmosis.core.domain.v0_5.Bound
Creates a new instance.
Bound - Class in com.bretth.osmosis.core.domain.v0_6
A data class representing an OSM data bound element.
Bound(String) - Constructor for class com.bretth.osmosis.core.domain.v0_6.Bound
Creates a new instance which covers the entire planet.
Bound(double, double, double, double, String) - Constructor for class com.bretth.osmosis.core.domain.v0_6.Bound
Creates a new instance with the specified boundaries.
Bound(StoreReader, StoreClassRegister) - Constructor for class com.bretth.osmosis.core.domain.v0_6.Bound
Creates a new instance.
BoundContainer - Class in com.bretth.osmosis.core.container.v0_5
Entity container implementation for bound.
BoundContainer(Bound) - Constructor for class com.bretth.osmosis.core.container.v0_5.BoundContainer
Creates a new instance.
BoundContainer(StoreReader, StoreClassRegister) - Constructor for class com.bretth.osmosis.core.container.v0_5.BoundContainer
Creates a new instance.
BoundContainer - Class in com.bretth.osmosis.core.container.v0_6
Entity container implementation for bound.
BoundContainer(Bound) - Constructor for class com.bretth.osmosis.core.container.v0_6.BoundContainer
Creates a new instance.
BoundContainer(StoreReader, StoreClassRegister) - Constructor for class com.bretth.osmosis.core.container.v0_6.BoundContainer
Creates a new instance.
BoundContainerIterator - Class in com.bretth.osmosis.core.container.v0_6
Wraps a set of bound items into bound containers.
BoundContainerIterator(ReleasableIterator<Bound>) - Constructor for class com.bretth.osmosis.core.container.v0_6.BoundContainerIterator
Creates a new instance.
BoundElementProcessor - Class in com.bretth.osmosis.core.xml.v0_5.impl
Provides an element processor implementation for a node.
BoundElementProcessor(BaseElementProcessor, Sink, boolean) - Constructor for class com.bretth.osmosis.core.xml.v0_5.impl.BoundElementProcessor
Creates a new instance.
BoundElementProcessor - Class in com.bretth.osmosis.core.xml.v0_6.impl
Provides an element processor implementation for a node.
BoundElementProcessor(BaseElementProcessor, Sink, boolean) - Constructor for class com.bretth.osmosis.core.xml.v0_6.impl.BoundElementProcessor
Creates a new instance.
boundingBox - Variable in class com.bretth.osmosis.core.filter.v0_5.impl.BoundingBoxContext
The coordinates of the box represented as an AWT box for use in AWT API calls.
boundingBox - Variable in class com.bretth.osmosis.core.filter.v0_6.impl.BoundingBoxContext
The coordinates of the box represented as an AWT box for use in AWT API calls.
BoundingBoxContext - Class in com.bretth.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 com.bretth.osmosis.core.filter.v0_5.impl.BoundingBoxContext
Creates a new instance.
BoundingBoxContext - Class in com.bretth.osmosis.core.filter.v0_6.impl
Contains the data associated with a bounding box iteration call on a dataset.
BoundingBoxContext(double, double, double, double) - Constructor for class com.bretth.osmosis.core.filter.v0_6.impl.BoundingBoxContext
Creates a new instance.
BoundingBoxFilter - Class in com.bretth.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 com.bretth.osmosis.core.filter.v0_5.BoundingBoxFilter
Creates a new instance with the specified geographical coordinates.
BoundingBoxFilter - Class in com.bretth.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 com.bretth.osmosis.core.filter.v0_6.BoundingBoxFilter
Creates a new instance with the specified geographical coordinates.
BoundingBoxFilterFactory - Class in com.bretth.osmosis.core.filter.v0_5
The task manager factory for a bounding box filter.
BoundingBoxFilterFactory() - Constructor for class com.bretth.osmosis.core.filter.v0_5.BoundingBoxFilterFactory
 
BoundingBoxFilterFactory - Class in com.bretth.osmosis.core.filter.v0_6
The task manager factory for a bounding box filter.
BoundingBoxFilterFactory() - Constructor for class com.bretth.osmosis.core.filter.v0_6.BoundingBoxFilterFactory
 
BoundWriter - Class in com.bretth.osmosis.core.xml.v0_5.impl
 
BoundWriter(String, int) - Constructor for class com.bretth.osmosis.core.xml.v0_5.impl.BoundWriter
Creates a new instance.
BoundWriter - Class in com.bretth.osmosis.core.xml.v0_6.impl
 
BoundWriter(String, int) - Constructor for class com.bretth.osmosis.core.xml.v0_6.impl.BoundWriter
Creates a new instance.
BufferedRandomAccessFileInputStream - Class in com.bretth.osmosis.core.store
Wraps a random access file adding buffered input stream capabilities.
BufferedRandomAccessFileInputStream(File) - Constructor for class com.bretth.osmosis.core.store.BufferedRandomAccessFileInputStream
Creates a new instance.
BufferedRandomAccessFileInputStream(File, int, int, int, float) - Constructor for class com.bretth.osmosis.core.store.BufferedRandomAccessFileInputStream
Creates a new instance.
buildEntity(ResultSet) - Method in class com.bretth.osmosis.core.pgsql.v0_6.impl.EntityBuilder
Creates a new entity based upon the current row in the result set.
buildEntity(ResultSet) - Method in class com.bretth.osmosis.core.pgsql.v0_6.impl.EntityFeatureBuilder
Creates a new entity based upon the current row in the result set.
buildEntity(ResultSet) - Method in class com.bretth.osmosis.core.pgsql.v0_6.impl.NodeBuilder
Creates a new entity based upon the current row in the result set.
buildEntity(ResultSet) - Method in class com.bretth.osmosis.core.pgsql.v0_6.impl.RelationBuilder
Creates a new entity based upon the current row in the result set.
buildEntity(ResultSet) - Method in class com.bretth.osmosis.core.pgsql.v0_6.impl.RelationMemberBuilder
Creates a new entity based upon the current row in the result set.
buildEntity(ResultSet) - Method in class com.bretth.osmosis.core.pgsql.v0_6.impl.TagBuilder
Creates a new entity based upon the current row in the result set.
buildEntity(ResultSet) - Method in class com.bretth.osmosis.core.pgsql.v0_6.impl.WayBuilder
Creates a new entity based upon the current row in the result set.
buildEntity(ResultSet) - Method in class com.bretth.osmosis.core.pgsql.v0_6.impl.WayNodeBuilder
Creates a new entity based upon the current row in the result set.
buildUser(ResultSet) - Method in class com.bretth.osmosis.core.pgsql.v0_6.impl.EntityBuilder
Creates a new user record based upon the current result set row.
buildUser(String, String) - Method in class com.bretth.osmosis.core.xml.v0_5.impl.EntityElementProcessor
Creates a user instance appropriate to the arguments.
buildUser(String, String) - Method in class com.bretth.osmosis.core.xml.v0_6.impl.EntityElementProcessor
Creates a user instance appropriate to the arguments.
BZip2Constants - Interface in org.apache.tools.bzip2
Base class for both the compress and decompress classes.

C

calculateTile(double, double) - Method in class com.bretth.osmosis.core.mysql.common.TileCalculator
Calculates a tile index based upon the supplied coordinates.
CBZip2InputStream - Class in org.apache.tools.bzip2
An input stream that decompresses from the BZip2 format (without the file header chars) to be read as any other stream.
CBZip2InputStream(InputStream) - Constructor for class org.apache.tools.bzip2.CBZip2InputStream
Constructs a new CBZip2InputStream which decompresses bytes read from the specified stream.
CBZip2OutputStream - Class in org.apache.tools.bzip2
An output stream that compresses into the BZip2 format (without the file header chars) into another stream.
CBZip2OutputStream(OutputStream) - Constructor for class org.apache.tools.bzip2.CBZip2OutputStream
 
CBZip2OutputStream(OutputStream, int) - Constructor for class org.apache.tools.bzip2.CBZip2OutputStream
 
ChangeAction - Enum in com.bretth.osmosis.core.task.common
Represents all the actions that can be performed on a data type when performing a change.
ChangeApplier - Class in com.bretth.osmosis.core.change.v0_5
Applies a change set to an input source and produces an updated data set.
ChangeApplier(int) - Constructor for class com.bretth.osmosis.core.change.v0_5.ChangeApplier
Creates a new instance.
ChangeApplier - Class in com.bretth.osmosis.core.change.v0_6
Applies a change set to an input source and produces an updated data set.
ChangeApplier(int) - Constructor for class com.bretth.osmosis.core.change.v0_6.ChangeApplier
Creates a new instance.
ChangeApplierFactory - Class in com.bretth.osmosis.core.change.v0_5
The task manager factory for a change applier.
ChangeApplierFactory() - Constructor for class com.bretth.osmosis.core.change.v0_5.ChangeApplierFactory
 
ChangeApplierFactory - Class in com.bretth.osmosis.core.change.v0_6
The task manager factory for a change applier.
ChangeApplierFactory() - Constructor for class com.bretth.osmosis.core.change.v0_6.ChangeApplierFactory
 
ChangeBuffer - Class in com.bretth.osmosis.core.buffer.v0_5
Splits the pipeline so that it can be processed on multiple threads.
ChangeBuffer(int) - Constructor for class com.bretth.osmosis.core.buffer.v0_5.ChangeBuffer
Creates a new instance.
ChangeBuffer - Class in com.bretth.osmosis.core.buffer.v0_6
Splits the pipeline so that it can be processed on multiple threads.
ChangeBuffer(int) - Constructor for class com.bretth.osmosis.core.buffer.v0_6.ChangeBuffer
Creates a new instance.
ChangeBufferFactory - Class in com.bretth.osmosis.core.buffer.v0_5
The task manager factory for a change buffer.
ChangeBufferFactory() - Constructor for class com.bretth.osmosis.core.buffer.v0_5.ChangeBufferFactory
 
ChangeBufferFactory - Class in com.bretth.osmosis.core.buffer.v0_6
The task manager factory for a change buffer.
ChangeBufferFactory() - Constructor for class com.bretth.osmosis.core.buffer.v0_6.ChangeBufferFactory
 
ChangeContainer - Class in com.bretth.osmosis.core.container.v0_5
Holds an EntityContainer and an associated action.
ChangeContainer(EntityContainer, ChangeAction) - Constructor for class com.bretth.osmosis.core.container.v0_5.ChangeContainer
Creates a new instance.
ChangeContainer(StoreReader, StoreClassRegister) - Constructor for class com.bretth.osmosis.core.container.v0_5.ChangeContainer
Creates a new instance.
ChangeContainer - Class in com.bretth.osmosis.core.container.v0_6
Holds an EntityContainer and an associated action.
ChangeContainer(EntityContainer, ChangeAction) - Constructor for class com.bretth.osmosis.core.container.v0_6.ChangeContainer
Creates a new instance.
ChangeContainer(StoreReader, StoreClassRegister) - Constructor for class com.bretth.osmosis.core.container.v0_6.ChangeContainer
Creates a new instance.
ChangeDeriver - Class in com.bretth.osmosis.core.change.v0_5
Compares two different data sources and produces a set of differences.
ChangeDeriver(int) - Constructor for class com.bretth.osmosis.core.change.v0_5.ChangeDeriver
Creates a new instance.
ChangeDeriver - Class in com.bretth.osmosis.core.change.v0_6
Compares two different data sources and produces a set of differences.
ChangeDeriver(int) - Constructor for class com.bretth.osmosis.core.change.v0_6.ChangeDeriver
Creates a new instance.
ChangeDeriverFactory - Class in com.bretth.osmosis.core.change.v0_5
The task manager factory for a change deriver.
ChangeDeriverFactory() - Constructor for class com.bretth.osmosis.core.change.v0_5.ChangeDeriverFactory
 
ChangeDeriverFactory - Class in com.bretth.osmosis.core.change.v0_6
The task manager factory for a change deriver.
ChangeDeriverFactory() - Constructor for class com.bretth.osmosis.core.change.v0_6.ChangeDeriverFactory
 
ChangeDownloader - Class in com.bretth.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 com.bretth.osmosis.core.merge.v0_5.ChangeDownloader
Creates a new instance.
ChangeDownloader - Class in com.bretth.osmosis.core.merge.v0_6
Downloads a set of change files from a HTTP server, and merges them into a single output stream.
ChangeDownloader(String, File) - Constructor for class com.bretth.osmosis.core.merge.v0_6.ChangeDownloader
Creates a new instance.
ChangeDownloaderFactory - Class in com.bretth.osmosis.core.merge.v0_5
The task manager factory for a change downloader.
ChangeDownloaderFactory() - Constructor for class com.bretth.osmosis.core.merge.v0_5.ChangeDownloaderFactory
 
ChangeDownloaderFactory - Class in com.bretth.osmosis.core.merge.v0_6
The task manager factory for a change downloader.
ChangeDownloaderFactory() - Constructor for class com.bretth.osmosis.core.merge.v0_6.ChangeDownloaderFactory
 
ChangeDownloadInitializer - Class in com.bretth.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 com.bretth.osmosis.core.merge.v0_5.ChangeDownloadInitializer
Creates a new instance.
ChangeDownloadInitializer - Class in com.bretth.osmosis.core.merge.v0_6
Downloads a set of change files from a HTTP server, and merges them into a single output stream.
ChangeDownloadInitializer(File, Date) - Constructor for class com.bretth.osmosis.core.merge.v0_6.ChangeDownloadInitializer
Creates a new instance.
ChangeDownloadInitializerFactory - Class in com.bretth.osmosis.core.merge.v0_5
The task manager factory for a change download initializer.
ChangeDownloadInitializerFactory() - Constructor for class com.bretth.osmosis.core.merge.v0_5.ChangeDownloadInitializerFactory
 
ChangeDownloadInitializerFactory - Class in com.bretth.osmosis.core.merge.v0_6
The task manager factory for a change download initializer.
ChangeDownloadInitializerFactory() - Constructor for class com.bretth.osmosis.core.merge.v0_6.ChangeDownloadInitializerFactory
 
ChangeForSeekableApplierComparator - Class in com.bretth.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 com.bretth.osmosis.core.sort.v0_5.ChangeForSeekableApplierComparator
 
ChangeForSeekableApplierComparator - Class in com.bretth.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 com.bretth.osmosis.core.sort.v0_6.ChangeForSeekableApplierComparator
 
ChangeForStreamableApplierComparator - Class in com.bretth.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 com.bretth.osmosis.core.sort.v0_5.ChangeForStreamableApplierComparator
 
ChangeForStreamableApplierComparator - Class in com.bretth.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 com.bretth.osmosis.core.sort.v0_6.ChangeForStreamableApplierComparator
 
ChangeMerger - Class in com.bretth.osmosis.core.merge.v0_5
Merges two change sources into a single data set.
ChangeMerger(ConflictResolutionMethod, int) - Constructor for class com.bretth.osmosis.core.merge.v0_5.ChangeMerger
Creates a new instance.
ChangeMerger - Class in com.bretth.osmosis.core.merge.v0_6
Merges two change sources into a single data set.
ChangeMerger(ConflictResolutionMethod, int) - Constructor for class com.bretth.osmosis.core.merge.v0_6.ChangeMerger
Creates a new instance.
ChangeMergerFactory - Class in com.bretth.osmosis.core.merge.v0_5
The task manager factory for a change merger.
ChangeMergerFactory() - Constructor for class com.bretth.osmosis.core.merge.v0_5.ChangeMergerFactory
 
ChangeMergerFactory - Class in com.bretth.osmosis.core.merge.v0_6
The task manager factory for a change merger.
ChangeMergerFactory() - Constructor for class com.bretth.osmosis.core.merge.v0_6.ChangeMergerFactory
 
ChangeProgressLogger - Class in com.bretth.osmosis.core.progress.v0_5
Logs progress information using jdk logging at info level at regular intervals.
ChangeProgressLogger(int) - Constructor for class com.bretth.osmosis.core.progress.v0_5.ChangeProgressLogger
Creates a new instance.
ChangeProgressLogger - Class in com.bretth.osmosis.core.progress.v0_6
Logs progress information using jdk logging at info level at regular intervals.
ChangeProgressLogger(int) - Constructor for class com.bretth.osmosis.core.progress.v0_6.ChangeProgressLogger
Creates a new instance.
ChangeProgressLoggerFactory - Class in com.bretth.osmosis.core.progress.v0_5
The task manager factory for a change progress logger.
ChangeProgressLoggerFactory() - Constructor for class com.bretth.osmosis.core.progress.v0_5.ChangeProgressLoggerFactory
 
ChangeProgressLoggerFactory - Class in com.bretth.osmosis.core.progress.v0_6
The task manager factory for a change progress logger.
ChangeProgressLoggerFactory() - Constructor for class com.bretth.osmosis.core.progress.v0_6.ChangeProgressLoggerFactory
 
ChangesetAction - Enum in com.bretth.osmosis.core.pgsql.v0_6.impl
Defines the values for the "action" columns in the pgsql schema.
ChangesetFileNameFormatter - Class in com.bretth.osmosis.core.merge.v0_5.impl
This class will generate changeset filenames.
ChangesetFileNameFormatter(String, String) - Constructor for class com.bretth.osmosis.core.merge.v0_5.impl.ChangesetFileNameFormatter
Creates a new instance.
ChangesetFileNameFormatter - Class in com.bretth.osmosis.core.merge.v0_6.impl
This class will generate changeset filenames.
ChangesetFileNameFormatter(String, String) - Constructor for class com.bretth.osmosis.core.merge.v0_6.impl.ChangesetFileNameFormatter
Creates a new instance.
ChangesetManager - Class in com.bretth.osmosis.core.mysql.v0_6.impl
Creates and maintains changesets for a database conversation.
ChangesetManager(DatabaseContext) - Constructor for class com.bretth.osmosis.core.mysql.v0_6.impl.ChangesetManager
Creates a new instance.
ChangeSink - Interface in com.bretth.osmosis.core.task.v0_5
Defines the interface for all tasks consuming OSM changes to data.
ChangeSink - Interface in com.bretth.osmosis.core.task.v0_6
Defines the interface for all tasks consuming OSM changes to data.
ChangeSink05ChangeSource06 - Interface in com.bretth.osmosis.core.migrate
A ChangeSinkChangeSource interface for converting from 0.5 to 0.6 format change data.
ChangeSink05ChangeSource06Manager - Class in com.bretth.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 com.bretth.osmosis.core.migrate.ChangeSink05ChangeSource06Manager
Creates a new instance.
ChangeSinkChangeSource - Interface in com.bretth.osmosis.core.task.v0_5
Defines the interface for combining change sink and change source functionality.
ChangeSinkChangeSource - Interface in com.bretth.osmosis.core.task.v0_6
Defines the interface for combining change sink and change source functionality.
ChangeSinkChangeSourceManager - Class in com.bretth.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 com.bretth.osmosis.core.pipeline.v0_5.ChangeSinkChangeSourceManager
Creates a new instance.
ChangeSinkChangeSourceManager - Class in com.bretth.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 com.bretth.osmosis.core.pipeline.v0_6.ChangeSinkChangeSourceManager
Creates a new instance.
ChangeSinkManager - Class in com.bretth.osmosis.core.pipeline.v0_5
A task manager implementation for ChangeSink task implementations.
ChangeSinkManager(String, ChangeSink, Map<String, String>) - Constructor for class com.bretth.osmosis.core.pipeline.v0_5.ChangeSinkManager
Creates a new instance.
ChangeSinkManager - Class in com.bretth.osmosis.core.pipeline.v0_6
A task manager implementation for ChangeSink task implementations.
ChangeSinkManager(String, ChangeSink, Map<String, String>) - Constructor for class com.bretth.osmosis.core.pipeline.v0_6.ChangeSinkManager
Creates a new instance.
ChangeSinkMultiChangeSource - Interface in com.bretth.osmosis.core.task.v0_5
Defines the interface for combining ChangeSink and MultiChangeSource functionality.
ChangeSinkMultiChangeSource - Interface in com.bretth.osmosis.core.task.v0_6
Defines the interface for combining ChangeSink and MultiChangeSource functionality.
ChangeSinkMultiChangeSourceManager - Class in com.bretth.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 com.bretth.osmosis.core.pipeline.v0_5.ChangeSinkMultiChangeSourceManager
Creates a new instance.
ChangeSinkMultiChangeSourceManager - Class in com.bretth.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 com.bretth.osmosis.core.pipeline.v0_6.ChangeSinkMultiChangeSourceManager
Creates a new instance.
ChangeSinkRunnableChangeSource - Interface in com.bretth.osmosis.core.task.v0_5
Defines the interface for combining ChangeSink and RunnableChangeSource functionality.
ChangeSinkRunnableChangeSource - Interface in com.bretth.osmosis.core.task.v0_6
Defines the interface for combining ChangeSink and RunnableChangeSource functionality.
ChangeSinkRunnableChangeSourceManager - Class in com.bretth.osmosis.core.pipeline.v0_5
A task manager implementation for ChangeSinkRunnableChangeSource task implementations.
ChangeSinkRunnableChangeSourceManager(String, ChangeSinkRunnableChangeSource, Map<String, String>) - Constructor for class com.bretth.osmosis.core.pipeline.v0_5.ChangeSinkRunnableChangeSourceManager
Creates a new instance.
ChangeSinkRunnableChangeSourceManager - Class in com.bretth.osmosis.core.pipeline.v0_6
A task manager implementation for ChangeSinkRunnableChangeSource task implementations.
ChangeSinkRunnableChangeSourceManager(String, ChangeSinkRunnableChangeSource, Map<String, String>) - Constructor for class com.bretth.osmosis.core.pipeline.v0_6.ChangeSinkRunnableChangeSourceManager
Creates a new instance.
ChangeSorter - Class in com.bretth.osmosis.core.sort.v0_5
A change stream filter that sorts changes.
ChangeSorter(Comparator<ChangeContainer>) - Constructor for class com.bretth.osmosis.core.sort.v0_5.ChangeSorter
Creates a new instance.
ChangeSorter - Class in com.bretth.osmosis.core.sort.v0_6
A change stream filter that sorts changes.
ChangeSorter(Comparator<ChangeContainer>) - Constructor for class com.bretth.osmosis.core.sort.v0_6.ChangeSorter
Creates a new instance.
ChangeSorterFactory - Class in com.bretth.osmosis.core.sort.v0_5
The task manager factory for a change sorter.
ChangeSorterFactory() - Constructor for class com.bretth.osmosis.core.sort.v0_5.ChangeSorterFactory
Creates a new instance.
ChangeSorterFactory - Class in com.bretth.osmosis.core.sort.v0_6
The task manager factory for a change sorter.
ChangeSorterFactory() - Constructor for class com.bretth.osmosis.core.sort.v0_6.ChangeSorterFactory
Creates a new instance.
ChangeSource - Interface in com.bretth.osmosis.core.task.v0_5
Defines the interface for all tasks producing OSM changes to data.
ChangeSource - Interface in com.bretth.osmosis.core.task.v0_6
Defines the interface for all tasks producing OSM changes to data.
ChangeSourceElementProcessor - Class in com.bretth.osmosis.core.xml.v0_5.impl
Provides an element processor implementation for an osm change element.
ChangeSourceElementProcessor(BaseElementProcessor, ChangeSink, boolean) - Constructor for class com.bretth.osmosis.core.xml.v0_5.impl.ChangeSourceElementProcessor
Creates a new instance.
ChangeSourceElementProcessor - Class in com.bretth.osmosis.core.xml.v0_6.impl
Provides an element processor implementation for an osm change element.
ChangeSourceElementProcessor(BaseElementProcessor, ChangeSink, boolean) - Constructor for class com.bretth.osmosis.core.xml.v0_6.impl.ChangeSourceElementProcessor
Creates a new instance.
ChangeTee - Class in com.bretth.osmosis.core.tee.v0_5
Sends input change data to two output destinations.
ChangeTee(int) - Constructor for class com.bretth.osmosis.core.tee.v0_5.ChangeTee
Creates a new instance.
ChangeTee - Class in com.bretth.osmosis.core.tee.v0_6
Sends input change data to two output destinations.
ChangeTee(int) - Constructor for class com.bretth.osmosis.core.tee.v0_6.ChangeTee
Creates a new instance.
ChangeTeeFactory - Class in com.bretth.osmosis.core.tee.v0_5
The task manager factory for a change tee.
ChangeTeeFactory() - Constructor for class com.bretth.osmosis.core.tee.v0_5.ChangeTeeFactory
 
ChangeTeeFactory - Class in com.bretth.osmosis.core.tee.v0_6
The task manager factory for a change tee.
ChangeTeeFactory() - Constructor for class com.bretth.osmosis.core.tee.v0_6.ChangeTeeFactory
 
ChangeWriter - Class in com.bretth.osmosis.core.mysql.v0_5.impl
Writes changes to a database.
ChangeWriter(DatabaseLoginCredentials, boolean) - Constructor for class com.bretth.osmosis.core.mysql.v0_5.impl.ChangeWriter
Creates a new instance.
ChangeWriter - Class in com.bretth.osmosis.core.mysql.v0_6.impl
Writes changes to a database.
ChangeWriter(DatabaseLoginCredentials, boolean) - Constructor for class com.bretth.osmosis.core.mysql.v0_6.impl.ChangeWriter
Creates a new instance.
ChangeWriter - Class in com.bretth.osmosis.core.pgsql.v0_5.impl
Writes changes to a database.
ChangeWriter(DatabaseLoginCredentials) - Constructor for class com.bretth.osmosis.core.pgsql.v0_5.impl.ChangeWriter
Creates a new instance.
ChangeWriter - Class in com.bretth.osmosis.core.pgsql.v0_6.impl
Writes changes to a database.
ChangeWriter(DatabaseLoginCredentials) - Constructor for class com.bretth.osmosis.core.pgsql.v0_6.impl.ChangeWriter
Creates a new instance.
ChunkedObjectStore<T extends Storeable> - Class in com.bretth.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 com.bretth.osmosis.core.store.ChunkedObjectStore
Creates a new instance.
clear() - Method in class com.bretth.osmosis.core.database.ReleasableStatementContainer
Removes all objects.
clear() - Method in class com.bretth.osmosis.core.lifecycle.ReleasableContainer
Removes all objects.
CLEARMASK - Static variable in class org.apache.tools.bzip2.CBZip2OutputStream
 
close() - Method in class com.bretth.osmosis.core.store.BufferedRandomAccessFileInputStream
close() - Method in class com.bretth.osmosis.core.store.OffsetTrackingOutputStream
close() - Method in class org.apache.tools.bzip2.CBZip2InputStream
 
close() - Method in class org.apache.tools.bzip2.CBZip2OutputStream
 
closeChunk() - Method in class com.bretth.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 com.bretth.osmosis.core.store.SegmentedObjectStore
Closes the current object stream and creates a new one.
closeElement() - Method in class com.bretth.osmosis.core.xml.common.ElementWriter
Writes the closing tag of the element.
com.bretth.osmosis.core - package com.bretth.osmosis.core
 
com.bretth.osmosis.core.buffer.v0_5 - package com.bretth.osmosis.core.buffer.v0_5
 
com.bretth.osmosis.core.buffer.v0_6 - package com.bretth.osmosis.core.buffer.v0_6
 
com.bretth.osmosis.core.change.v0_5 - package com.bretth.osmosis.core.change.v0_5
 
com.bretth.osmosis.core.change.v0_5.impl - package com.bretth.osmosis.core.change.v0_5.impl
 
com.bretth.osmosis.core.change.v0_6 - package com.bretth.osmosis.core.change.v0_6
 
com.bretth.osmosis.core.change.v0_6.impl - package com.bretth.osmosis.core.change.v0_6.impl
 
com.bretth.osmosis.core.cli - package com.bretth.osmosis.core.cli
 
com.bretth.osmosis.core.container.v0_5 - package com.bretth.osmosis.core.container.v0_5
 
com.bretth.osmosis.core.container.v0_6 - package com.bretth.osmosis.core.container.v0_6
 
com.bretth.osmosis.core.customdb.v0_5 - package com.bretth.osmosis.core.customdb.v0_5
 
com.bretth.osmosis.core.customdb.v0_5.impl - package com.bretth.osmosis.core.customdb.v0_5.impl
 
com.bretth.osmosis.core.customdb.v0_6 - package com.bretth.osmosis.core.customdb.v0_6
 
com.bretth.osmosis.core.customdb.v0_6.impl - package com.bretth.osmosis.core.customdb.v0_6.impl
 
com.bretth.osmosis.core.database - package com.bretth.osmosis.core.database
 
com.bretth.osmosis.core.domain.common - package com.bretth.osmosis.core.domain.common
 
com.bretth.osmosis.core.domain.v0_5 - package com.bretth.osmosis.core.domain.v0_5
 
com.bretth.osmosis.core.domain.v0_6 - package com.bretth.osmosis.core.domain.v0_6
 
com.bretth.osmosis.core.filter.common - package com.bretth.osmosis.core.filter.common
 
com.bretth.osmosis.core.filter.v0_5 - package com.bretth.osmosis.core.filter.v0_5
 
com.bretth.osmosis.core.filter.v0_5.impl - package com.bretth.osmosis.core.filter.v0_5.impl
 
com.bretth.osmosis.core.filter.v0_6 - package com.bretth.osmosis.core.filter.v0_6
 
com.bretth.osmosis.core.filter.v0_6.impl - package com.bretth.osmosis.core.filter.v0_6.impl
 
com.bretth.osmosis.core.lifecycle - package com.bretth.osmosis.core.lifecycle
 
com.bretth.osmosis.core.merge.common - package com.bretth.osmosis.core.merge.common
 
com.bretth.osmosis.core.merge.v0_5 - package com.bretth.osmosis.core.merge.v0_5
 
com.bretth.osmosis.core.merge.v0_5.impl - package com.bretth.osmosis.core.merge.v0_5.impl
 
com.bretth.osmosis.core.merge.v0_6 - package com.bretth.osmosis.core.merge.v0_6
 
com.bretth.osmosis.core.merge.v0_6.impl - package com.bretth.osmosis.core.merge.v0_6.impl
 
com.bretth.osmosis.core.migrate - package com.bretth.osmosis.core.migrate
 
com.bretth.osmosis.core.migrate.impl - package com.bretth.osmosis.core.migrate.impl
 
com.bretth.osmosis.core.misc.v0_5 - package com.bretth.osmosis.core.misc.v0_5
 
com.bretth.osmosis.core.misc.v0_6 - package com.bretth.osmosis.core.misc.v0_6
 
com.bretth.osmosis.core.mysql.common - package com.bretth.osmosis.core.mysql.common
 
com.bretth.osmosis.core.mysql.v0_5 - package com.bretth.osmosis.core.mysql.v0_5
 
com.bretth.osmosis.core.mysql.v0_5.impl - package com.bretth.osmosis.core.mysql.v0_5.impl
 
com.bretth.osmosis.core.mysql.v0_6 - package com.bretth.osmosis.core.mysql.v0_6
 
com.bretth.osmosis.core.mysql.v0_6.impl - package com.bretth.osmosis.core.mysql.v0_6.impl
 
com.bretth.osmosis.core.pgsql.common - package com.bretth.osmosis.core.pgsql.common
 
com.bretth.osmosis.core.pgsql.v0_5 - package com.bretth.osmosis.core.pgsql.v0_5
 
com.bretth.osmosis.core.pgsql.v0_5.impl - package com.bretth.osmosis.core.pgsql.v0_5.impl
 
com.bretth.osmosis.core.pgsql.v0_6 - package com.bretth.osmosis.core.pgsql.v0_6
 
com.bretth.osmosis.core.pgsql.v0_6.impl - package com.bretth.osmosis.core.pgsql.v0_6.impl
 
com.bretth.osmosis.core.pipeline.common - package com.bretth.osmosis.core.pipeline.common
 
com.bretth.osmosis.core.pipeline.v0_5 - package com.bretth.osmosis.core.pipeline.v0_5
 
com.bretth.osmosis.core.pipeline.v0_6 - package com.bretth.osmosis.core.pipeline.v0_6
 
com.bretth.osmosis.core.plugin - package com.bretth.osmosis.core.plugin
 
com.bretth.osmosis.core.progress.v0_5 - package com.bretth.osmosis.core.progress.v0_5
 
com.bretth.osmosis.core.progress.v0_6 - package com.bretth.osmosis.core.progress.v0_6
 
com.bretth.osmosis.core.progress.v0_6.impl - package com.bretth.osmosis.core.progress.v0_6.impl
 
com.bretth.osmosis.core.report.v0_5 - package com.bretth.osmosis.core.report.v0_5
 
com.bretth.osmosis.core.report.v0_6 - package com.bretth.osmosis.core.report.v0_6
 
com.bretth.osmosis.core.sort.common - package com.bretth.osmosis.core.sort.common
 
com.bretth.osmosis.core.sort.v0_5 - package com.bretth.osmosis.core.sort.v0_5
 
com.bretth.osmosis.core.sort.v0_6 - package com.bretth.osmosis.core.sort.v0_6
 
com.bretth.osmosis.core.store - package com.bretth.osmosis.core.store
 
com.bretth.osmosis.core.task.common - package com.bretth.osmosis.core.task.common
 
com.bretth.osmosis.core.task.v0_5 - package com.bretth.osmosis.core.task.v0_5
 
com.bretth.osmosis.core.task.v0_6 - package com.bretth.osmosis.core.task.v0_6
 
com.bretth.osmosis.core.tee.v0_5 - package com.bretth.osmosis.core.tee.v0_5
 
com.bretth.osmosis.core.tee.v0_6 - package com.bretth.osmosis.core.tee.v0_6
 
com.bretth.osmosis.core.util - package com.bretth.osmosis.core.util
 
com.bretth.osmosis.core.xml.common - package com.bretth.osmosis.core.xml.common
 
com.bretth.osmosis.core.xml.v0_5 - package com.bretth.osmosis.core.xml.v0_5
 
com.bretth.osmosis.core.xml.v0_5.impl - package com.bretth.osmosis.core.xml.v0_5.impl
 
com.bretth.osmosis.core.xml.v0_6 - package com.bretth.osmosis.core.xml.v0_6
 
com.bretth.osmosis.core.xml.v0_6.impl - package com.bretth.osmosis.core.xml.v0_6.impl
 
com.bretth.osmosis.extract.mysql.common - package com.bretth.osmosis.extract.mysql.common
 
com.bretth.osmosis.extract.mysql.v0_5 - package com.bretth.osmosis.extract.mysql.v0_5
 
com.bretth.osmosis.extract.mysql.v0_6 - package com.bretth.osmosis.extract.mysql.v0_6
 
com.bretth.osmosis.util - package com.bretth.osmosis.util
 
com.bretth.osmosis.util.impl - package com.bretth.osmosis.util.impl
 
CommandLineParser - Class in com.bretth.osmosis.core.cli
Parses command line arguments into a form that can be consumed by the rest of the application.
CommandLineParser() - Constructor for class com.bretth.osmosis.core.cli.CommandLineParser
Creates a new instance.
commit() - Method in class com.bretth.osmosis.core.mysql.common.DatabaseContext
Commits any outstanding transaction.
commit() - Method in class com.bretth.osmosis.core.pgsql.common.DatabaseContext
Commits any outstanding transaction.
ComparableComparator<T extends java.lang.Comparable<T>> - Class in com.bretth.osmosis.core.store
A simple utility class for providing comparator functionality for class types that are directly comparable.
ComparableComparator() - Constructor for class com.bretth.osmosis.core.store.ComparableComparator
 
compare(EntityHistory<T>, EntityHistory<T>) - Method in class com.bretth.osmosis.core.mysql.v0_5.impl.EntityHistoryComparator
compare(DBWayNode, DBWayNode) - Method in class com.bretth.osmosis.core.mysql.v0_5.impl.WayNodeComparator
compare(DbOrderedFeature<T>, DbOrderedFeature<T>) - Method in class com.bretth.osmosis.core.mysql.v0_6.impl.DbOrderedFeatureComparator
compare(EntityHistory<T>, EntityHistory<T>) - Method in class com.bretth.osmosis.core.mysql.v0_6.impl.EntityHistoryComparator
compare(ChangeContainer, ChangeContainer) - Method in class com.bretth.osmosis.core.sort.v0_5.ChangeForSeekableApplierComparator
compare(ChangeContainer, ChangeContainer) - Method in class com.bretth.osmosis.core.sort.v0_5.ChangeForStreamableApplierComparator
compare(EntityContainer, EntityContainer) - Method in class com.bretth.osmosis.core.sort.v0_5.EntityByTypeThenIdComparator
compare(ChangeContainer, ChangeContainer) - Method in class com.bretth.osmosis.core.sort.v0_6.ChangeForSeekableApplierComparator
compare(ChangeContainer, ChangeContainer) - Method in class com.bretth.osmosis.core.sort.v0_6.ChangeForStreamableApplierComparator
compare(EntityContainer, EntityContainer) - Method in class com.bretth.osmosis.core.sort.v0_6.EntityByTypeThenIdComparator
compare(T, T) - Method in class com.bretth.osmosis.core.store.ComparableComparator
compare(Integer, Integer) - Method in class com.bretth.osmosis.core.store.UnsignedIntegerComparator
compareMemberList(List<RelationMember>) - Method in class com.bretth.osmosis.core.domain.v0_5.Relation
Compares this member list to the specified member list.
compareMemberList(List<RelationMember>) - Method in class com.bretth.osmosis.core.domain.v0_6.Relation
Compares this member list to the specified member list.
compareTags(List<Tag>) - Method in class com.bretth.osmosis.core.domain.v0_5.Entity
Compares this tag list to the specified tag list.
compareTags(List<Tag>) - Method in class com.bretth.osmosis.core.domain.v0_6.Entity
Compares this tag list to the specified tag list.
compareTo(Bound) - Method in class com.bretth.osmosis.core.domain.v0_5.Bound
Compares this bound to the specified bound.
compareTo(Node) - Method in class com.bretth.osmosis.core.domain.v0_5.Node
Compares this node to the specified node.
compareTo(Relation) - Method in class com.bretth.osmosis.core.domain.v0_5.Relation
Compares this relation to the specified relation.
compareTo(RelationMember) - Method in class com.bretth.osmosis.core.domain.v0_5.RelationMember
Compares this relation member to the specified relation member.
compareTo(Tag) - Method in class com.bretth.osmosis.core.domain.v0_5.Tag
Compares this tag to the specified tag.
compareTo(Way) - Method in class com.bretth.osmosis.core.domain.v0_5.Way
Compares this way to the specified way.
compareTo(WayNode) - Method in class com.bretth.osmosis.core.domain.v0_5.WayNode
Compares this way node to the specified way node.
compareTo(Bound) - Method in class com.bretth.osmosis.core.domain.v0_6.Bound
Compares this bound to the specified bound.
compareTo(Node) - Method in class com.bretth.osmosis.core.domain.v0_6.Node
Compares this node to the specified node.
compareTo(Relation) - Method in class com.bretth.osmosis.core.domain.v0_6.Relation
Compares this relation to the specified relation.
compareTo(RelationMember) - Method in class com.bretth.osmosis.core.domain.v0_6.RelationMember
Compares this relation member to the specified relation member.
compareTo(Tag) - Method in class com.bretth.osmosis.core.domain.v0_6.Tag
Compares this tag to the specified tag.
compareTo(Way) - Method in class com.bretth.osmosis.core.domain.v0_6.Way
Compares this way to the specified way.
compareTo(WayNode) - Method in class com.bretth.osmosis.core.domain.v0_6.WayNode
Compares this way node to the specified way node.
compareWayNodes(List<WayNode>) - Method in class com.bretth.osmosis.core.domain.v0_5.Way
Compares this node list to the specified node list.
compareWayNodes(List<WayNode>) - Method in class com.bretth.osmosis.core.domain.v0_6.Way
Compares this node list to the specified node list.
Completable - Interface in com.bretth.osmosis.core.lifecycle
Some class implementations persist information and require notification to complete all output prior to being released.
CompletableContainer - Class in com.bretth.osmosis.core.lifecycle
A container for completable objects that require complete and release calls to be performed as a unit.
CompletableContainer() - Constructor for class com.bretth.osmosis.core.lifecycle.CompletableContainer
Creates a new instance.
complete() - Method in class com.bretth.osmosis.core.buffer.v0_5.ChangeBuffer
Ensures that all information is fully persisted.
complete() - Method in class com.bretth.osmosis.core.buffer.v0_5.EntityBuffer
Ensures that all information is fully persisted.
complete() - Method in class com.bretth.osmosis.core.buffer.v0_6.ChangeBuffer
Ensures that all information is fully persisted.
complete() - Method in class com.bretth.osmosis.core.buffer.v0_6.EntityBuffer
Ensures that all information is fully persisted.
complete() - Method in class com.bretth.osmosis.core.customdb.v0_5.impl.DatasetStore
Ensures that all information is fully persisted.
complete() - Method in class com.bretth.osmosis.core.customdb.v0_5.impl.WayTileAreaIndex
Ensures that all information is fully persisted.
complete() - Method in class com.bretth.osmosis.core.customdb.v0_5.WriteDataset
Ensures that all information is fully persisted.
complete() - Method in class com.bretth.osmosis.core.customdb.v0_6.impl.DatasetStore
Ensures that all information is fully persisted.
complete() - Method in class com.bretth.osmosis.core.customdb.v0_6.impl.WayTileAreaIndex
Ensures that all information is fully persisted.
complete() - Method in class com.bretth.osmosis.core.customdb.v0_6.WriteDataset
Ensures that all information is fully persisted.
complete() - Method in class com.bretth.osmosis.core.filter.v0_5.AreaFilter
Ensures that all information is fully persisted.
complete() - Method in class com.bretth.osmosis.core.filter.v0_5.NodeKeyFilter
Ensures that all information is fully persisted.
complete() - Method in class com.bretth.osmosis.core.filter.v0_5.NodeKeyValueFilter
Ensures that all information is fully persisted.
complete() - Method in class com.bretth.osmosis.core.filter.v0_5.UsedNodeFilter
Ensures that all information is fully persisted.
complete() - Method in class com.bretth.osmosis.core.filter.v0_5.WayKeyValueFilter
Ensures that all information is fully persisted.
complete() - Method in class com.bretth.osmosis.core.filter.v0_6.AreaFilter
Ensures that all information is fully persisted.
complete() - Method in class com.bretth.osmosis.core.filter.v0_6.NodeKeyFilter
Ensures that all information is fully persisted.
complete() - Method in class com.bretth.osmosis.core.filter.v0_6.NodeKeyValueFilter
Ensures that all information is fully persisted.
complete() - Method in class com.bretth.osmosis.core.filter.v0_6.UsedNodeFilter
Ensures that all information is fully persisted.
complete() - Method in class com.bretth.osmosis.core.filter.v0_6.WayKeyValueFilter
Ensures that all information is fully persisted.
complete() - Method in interface com.bretth.osmosis.core.lifecycle.Completable
Ensures that all information is fully persisted.
complete() - Method in class com.bretth.osmosis.core.lifecycle.CompletableContainer
Ensures that all information is fully persisted.
complete() - Method in class com.bretth.osmosis.core.merge.v0_5.impl.SortedChangePipeValidator
Ensures that all information is fully persisted.
complete() - Method in class com.bretth.osmosis.core.merge.v0_5.impl.SortedEntityPipeValidator
Ensures that all information is fully persisted.
complete() - Method in class com.bretth.osmosis.core.merge.v0_6.impl.SortedChangePipeValidator
Ensures that all information is fully persisted.
complete() - Method in class com.bretth.osmosis.core.merge.v0_6.impl.SortedEntityPipeValidator
Ensures that all information is fully persisted.
complete() - Method in class com.bretth.osmosis.core.migrate.MigrateChangeV05ToV06
Ensures that all information is fully persisted.
complete() - Method in class com.bretth.osmosis.core.migrate.MigrateV05ToV06
Ensures that all information is fully persisted.
complete() - Method in class com.bretth.osmosis.core.misc.v0_5.NullChangeWriter
Flushes all changes to file.
complete() - Method in class com.bretth.osmosis.core.misc.v0_5.NullWriter
Flushes all changes to file.
complete() - Method in class com.bretth.osmosis.core.misc.v0_6.NullChangeWriter
Flushes all changes to file.
complete() - Method in class com.bretth.osmosis.core.misc.v0_6.NullWriter
Flushes all changes to file.
complete() - Method in class com.bretth.osmosis.core.mysql.v0_5.impl.ChangeWriter
Flushes all changes to the database.
complete() - Method in class com.bretth.osmosis.core.mysql.v0_5.MysqlChangeWriter
Ensures that all information is fully persisted.
complete() - Method in class com.bretth.osmosis.core.mysql.v0_5.MysqlWriter
Writes any buffered data to the database and commits.
complete() - Method in class com.bretth.osmosis.core.mysql.v0_6.impl.ChangeWriter
Flushes all changes to the database.
complete() - Method in class com.bretth.osmosis.core.mysql.v0_6.MysqlChangeWriter
Ensures that all information is fully persisted.
complete() - Method in class com.bretth.osmosis.core.mysql.v0_6.MysqlWriter
Writes any buffered data to the database and commits.
complete() - Method in class com.bretth.osmosis.core.pgsql.common.CopyFileWriter
Flushes all changes to file.
complete() - Method in class com.bretth.osmosis.core.pgsql.v0_5.impl.ChangeWriter
Flushes all changes to the database.
complete() - Method in class com.bretth.osmosis.core.pgsql.v0_5.PostgreSqlChangeWriter
Ensures that all information is fully persisted.
complete() - Method in class com.bretth.osmosis.core.pgsql.v0_5.PostgreSqlDatasetDumpWriter
Writes any buffered data to the database and commits.
complete() - Method in class com.bretth.osmosis.core.pgsql.v0_5.PostgreSqlWriter
Writes any buffered data to the database and commits.
complete() - Method in class com.bretth.osmosis.core.pgsql.v0_6.impl.ChangeWriter
Flushes all changes to the database.
complete() - Method in class com.bretth.osmosis.core.pgsql.v0_6.PostgreSqlChangeWriter
Ensures that all information is fully persisted.
complete() - Method in class com.bretth.osmosis.core.pgsql.v0_6.PostgreSqlDatasetDumpWriter
Writes any buffered data to the database and commits.
complete() - Method in class com.bretth.osmosis.core.pgsql.v0_6.PostgreSqlWriter
Writes any buffered data to the database and commits.
complete() - Method in class com.bretth.osmosis.core.progress.v0_5.ChangeProgressLogger
Ensures that all information is fully persisted.
complete() - Method in class com.bretth.osmosis.core.progress.v0_5.EntityProgressLogger
Ensures that all information is fully persisted.
complete() - Method in class com.bretth.osmosis.core.progress.v0_6.ChangeProgressLogger
Ensures that all information is fully persisted.
complete() - Method in class com.bretth.osmosis.core.progress.v0_6.EntityProgressLogger
Ensures that all information is fully persisted.
complete() - Method in class com.bretth.osmosis.core.report.v0_5.EntityReporter
Flushes all changes to file.
complete() - Method in class com.bretth.osmosis.core.report.v0_5.IntegrityReporter
Flushes all changes to file.
complete() - Method in class com.bretth.osmosis.core.report.v0_6.EntityReporter
Flushes all changes to file.
complete() - Method in class com.bretth.osmosis.core.report.v0_6.IntegrityReporter
Flushes all changes to file.
complete() - Method in class com.bretth.osmosis.core.sort.v0_5.ChangeSorter
Ensures that all information is fully persisted.
complete() - Method in class com.bretth.osmosis.core.sort.v0_5.EntitySorter
Ensures that all information is fully persisted.
complete() - Method in class com.bretth.osmosis.core.sort.v0_6.ChangeSorter
Ensures that all information is fully persisted.
complete() - Method in class com.bretth.osmosis.core.sort.v0_6.EntitySorter
Ensures that all information is fully persisted.
complete() - Method in class com.bretth.osmosis.core.sort.v0_6.TagSorter
Ensures that all information is fully persisted.
complete() - Method in class com.bretth.osmosis.core.store.ChunkedObjectStore
Ensures that all information is fully persisted.
complete() - Method in class com.bretth.osmosis.core.store.DataPostbox
Marks input is complete.
complete() - Method in class com.bretth.osmosis.core.store.IndexedObjectStore
Ensures that all information is fully persisted.
complete() - Method in class com.bretth.osmosis.core.store.IndexStore
Ensures that all information is fully persisted.
complete() - Method in class com.bretth.osmosis.core.store.RandomAccessObjectStore
Ensures that all information is fully persisted.
complete() - Method in class com.bretth.osmosis.core.store.SegmentedObjectStore
Ensures that all information is fully persisted.
complete() - Method in class com.bretth.osmosis.core.store.SimpleObjectStore
Ensures that all information is fully persisted.
complete() - Method in class com.bretth.osmosis.core.tee.v0_5.ChangeTee
Ensures that all information is fully persisted.
complete() - Method in class com.bretth.osmosis.core.tee.v0_5.EntityTee
Ensures that all information is fully persisted.
complete() - Method in class com.bretth.osmosis.core.tee.v0_6.ChangeTee
Ensures that all information is fully persisted.
complete() - Method in class com.bretth.osmosis.core.tee.v0_6.EntityTee
Ensures that all information is fully persisted.
complete() - Method in class com.bretth.osmosis.core.xml.common.BaseXmlWriter
Flushes all changes to file.
CompressionActivator - Class in com.bretth.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 com.bretth.osmosis.core.xml.common.CompressionActivator
Creates a new instance.
CompressionMethod - Enum in com.bretth.osmosis.core.xml.common
Defines the various compression methods supported by xml tasks.
CompressionMethodDeriver - Class in com.bretth.osmosis.core.xml.common
A utility class for deriving the appropriate compression method based on the file extension.
CompressionMethodDeriver() - Constructor for class com.bretth.osmosis.core.xml.common.CompressionMethodDeriver
 
Configuration - Class in com.bretth.osmosis.extract.mysql.common
Loads and exposes the extraction configuration properties.
Configuration(File) - Constructor for class com.bretth.osmosis.extract.mysql.common.Configuration
Creates a new instance.
ConflictResolutionMethod - Enum in com.bretth.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 com.bretth.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 com.bretth.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 com.bretth.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 com.bretth.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 com.bretth.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 com.bretth.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 com.bretth.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 com.bretth.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 com.bretth.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 com.bretth.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 com.bretth.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 com.bretth.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 com.bretth.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 com.bretth.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 com.bretth.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 com.bretth.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 com.bretth.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 com.bretth.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 com.bretth.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 com.bretth.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 com.bretth.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 com.bretth.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 com.bretth.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 com.bretth.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 com.bretth.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 com.bretth.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 com.bretth.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 com.bretth.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 com.bretth.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 com.bretth.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 com.bretth.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 com.bretth.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 com.bretth.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 com.bretth.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 com.bretth.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 com.bretth.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 com.bretth.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 com.bretth.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(Charset) - Method in class com.bretth.osmosis.core.xml.common.ProductionDbCharset
convertToDouble(int) - Static method in class com.bretth.osmosis.core.util.FixedPrecisionCoordinateConvertor
Converts the requested coordinate from fixed to double precision.
convertToFixed(double) - Static method in class com.bretth.osmosis.core.util.FixedPrecisionCoordinateConvertor
Converts the requested coordinate from double to fixed precision.
CopyFileWriter - Class in com.bretth.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 com.bretth.osmosis.core.pgsql.common.CopyFileWriter
Creates a new instance.
copyResourceToFile(Class<?>, String, File) - Method in class com.bretth.osmosis.core.util.ResourceFileManager
Copies a packaged resource to a file on the file system.
createCompressionInputStream(InputStream) - Method in class com.bretth.osmosis.core.xml.common.CompressionActivator
Wraps a compression stream around the source stream based upon the requested compression method.
createCompressionOutputStream(OutputStream) - Method in class com.bretth.osmosis.core.xml.common.CompressionActivator
Wraps a compression stream around the destination stream based upon the requested compression method.
createInstance(IdTrackerType) - Static method in class com.bretth.osmosis.core.filter.common.IdTrackerFactory
Creates the requested id tracker type.
createLastValue() - Method in class com.bretth.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 com.bretth.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.
createNextValue(ResultSet) - Method in class com.bretth.osmosis.core.mysql.common.BaseTableReader
Builds an entity object from the current recordset row.
createNextValue(ResultSet) - Method in class com.bretth.osmosis.core.mysql.v0_5.impl.CurrentEntityTagTableReader
Builds an entity object from the current recordset row.
createNextValue(ResultSet) - Method in class com.bretth.osmosis.core.mysql.v0_5.impl.CurrentNodeReader
Builds an entity object from the current recordset row.
createNextValue(ResultSet) - Method in class com.bretth.osmosis.core.mysql.v0_5.impl.CurrentRelationMemberTableReader
Builds an entity object from the current recordset row.
createNextValue(ResultSet) - Method in class com.bretth.osmosis.core.mysql.v0_5.impl.CurrentRelationTableReader
Builds an entity object from the current recordset row.
createNextValue(ResultSet) - Method in class com.bretth.osmosis.core.mysql.v0_5.impl.CurrentWayNodeTableReader
Builds an entity object from the current recordset row.
createNextValue(ResultSet) - Method in class com.bretth.osmosis.core.mysql.v0_5.impl.CurrentWayTableReader
Builds an entity object from the current recordset row.
createNextValue(ResultSet) - Method in class com.bretth.osmosis.core.mysql.v0_5.impl.EntityTagHistoryReader
Builds an entity object from the current recordset row.
createNextValue(ResultSet) - Method in class com.bretth.osmosis.core.mysql.v0_5.impl.EntityTagTableReader
Builds an entity object from the current recordset row.
createNextValue(ResultSet) - Method in class com.bretth.osmosis.core.mysql.v0_5.impl.NodeHistoryReader
Builds an entity object from the current recordset row.
createNextValue(ResultSet) - Method in class com.bretth.osmosis.core.mysql.v0_5.impl.NodeReader
Builds an entity object from the current recordset row.
createNextValue(ResultSet) - Method in class com.bretth.osmosis.core.mysql.v0_5.impl.RelationHistoryReader
Builds an entity object from the current recordset row.
createNextValue(ResultSet) - Method in class com.bretth.osmosis.core.mysql.v0_5.impl.RelationMemberHistoryReader
Builds an entity object from the current recordset row.
createNextValue(ResultSet) - Method in class com.bretth.osmosis.core.mysql.v0_5.impl.RelationMemberTableReader
Builds an entity object from the current recordset row.
createNextValue(ResultSet) - Method in class com.bretth.osmosis.core.mysql.v0_5.impl.RelationTableReader
Builds an entity object from the current recordset row.
createNextValue(ResultSet) - Method in class com.bretth.osmosis.core.mysql.v0_5.impl.WayHistoryReader
Builds an entity object from the current recordset row.
createNextValue(ResultSet) - Method in class com.bretth.osmosis.core.mysql.v0_5.impl.WayNodeHistoryReader
Builds an entity object from the current recordset row.
createNextValue(ResultSet) - Method in class com.bretth.osmosis.core.mysql.v0_5.impl.WayNodeTableReader
Builds an entity object from the current recordset row.
createNextValue(ResultSet) - Method in class com.bretth.osmosis.core.mysql.v0_5.impl.WayTableReader
Builds an entity object from the current recordset row.
createNextValue(ResultSet) - Method in class com.bretth.osmosis.core.mysql.v0_6.impl.CurrentEntityTagTableReader
Builds an entity object from the current recordset row.
createNextValue(ResultSet) - Method in class com.bretth.osmosis.core.mysql.v0_6.impl.CurrentNodeTableReader
Builds an entity object from the current recordset row.
createNextValue(ResultSet) - Method in class com.bretth.osmosis.core.mysql.v0_6.impl.CurrentRelationMemberTableReader
Builds an entity object from the current recordset row.
createNextValue(ResultSet) - Method in class com.bretth.osmosis.core.mysql.v0_6.impl.CurrentRelationTableReader
Builds an entity object from the current recordset row.
createNextValue(ResultSet) - Method in class com.bretth.osmosis.core.mysql.v0_6.impl.CurrentWayNodeTableReader
Builds an entity object from the current recordset row.
createNextValue(ResultSet) - Method in class com.bretth.osmosis.core.mysql.v0_6.impl.CurrentWayTableReader
Builds an entity object from the current recordset row.
createNextValue(ResultSet) - Method in class com.bretth.osmosis.core.mysql.v0_6.impl.EntityTagHistoryReader
Builds an entity object from the current recordset row.
createNextValue(ResultSet) - Method in class com.bretth.osmosis.core.mysql.v0_6.impl.EntityTagTableReader
Builds an entity object from the current recordset row.
createNextValue(ResultSet) - Method in class com.bretth.osmosis.core.mysql.v0_6.impl.NodeHistoryReader
Builds an entity object from the current recordset row.
createNextValue(ResultSet) - Method in class com.bretth.osmosis.core.mysql.v0_6.impl.NodeTableReader
Builds an entity object from the current recordset row.
createNextValue(ResultSet) - Method in class com.bretth.osmosis.core.mysql.v0_6.impl.RelationHistoryReader
Builds an entity object from the current recordset row.
createNextValue(ResultSet) - Method in class com.bretth.osmosis.core.mysql.v0_6.impl.RelationMemberHistoryReader
Builds an entity object from the current recordset row.
createNextValue(ResultSet) - Method in class com.bretth.osmosis.core.mysql.v0_6.impl.RelationMemberTableReader
Builds an entity object from the current recordset row.
createNextValue(ResultSet) - Method in class com.bretth.osmosis.core.mysql.v0_6.impl.RelationTableReader
Builds an entity object from the current recordset row.
createNextValue(ResultSet) - Method in class com.bretth.osmosis.core.mysql.v0_6.impl.WayHistoryReader
Builds an entity object from the current recordset row.
createNextValue(ResultSet) - Method in class com.bretth.osmosis.core.mysql.v0_6.impl.WayNodeHistoryReader
Builds an entity object from the current recordset row.
createNextValue(ResultSet) - Method in class com.bretth.osmosis.core.mysql.v0_6.impl.WayNodeTableReader
Builds an entity object from the current recordset row.
createNextValue(ResultSet) - Method in class com.bretth.osmosis.core.mysql.v0_6.impl.WayTableReader
Builds an entity object from the current recordset row.
createNextValue(ResultSet) - Method in class com.bretth.osmosis.core.pgsql.common.BaseTableReader
Builds an entity object from the current recordset row.
createNextValue(ResultSet) - Method in class com.bretth.osmosis.core.pgsql.v0_5.impl.EntityTagTableReader
Builds an entity object from the current recordset row.
createNextValue(ResultSet) - Method in class com.bretth.osmosis.core.pgsql.v0_5.impl.NodeTableReader
Builds an entity object from the current recordset row.
createNextValue(ResultSet) - Method in class com.bretth.osmosis.core.pgsql.v0_5.impl.RelationMemberTableReader
Builds an entity object from the current recordset row.
createNextValue(ResultSet) - Method in class com.bretth.osmosis.core.pgsql.v0_5.impl.RelationTableReader
Builds an entity object from the current recordset row.
createNextValue(ResultSet) - Method in class com.bretth.osmosis.core.pgsql.v0_5.impl.WayNodeTableReader
Builds an entity object from the current recordset row.
createNextValue(ResultSet) - Method in class com.bretth.osmosis.core.pgsql.v0_5.impl.WayTableReader
Builds an entity object from the current recordset row.
createNextValue(ResultSet) - Method in class com.bretth.osmosis.core.pgsql.v0_6.impl.EntityFeatureTableReader
Builds an entity object from the current recordset row.
createNextValue(ResultSet) - Method in class com.bretth.osmosis.core.pgsql.v0_6.impl.EntityTableReader
Builds an entity object from the current recordset row.
createNextValue(ResultSet) - Method in class com.bretth.osmosis.util.impl.UserTableReader
Builds an entity object from the current recordset row.
createObjectReader(StoreReader, StoreClassRegister) - Method in class com.bretth.osmosis.core.store.GenericObjectSerializationFactory
Creates a new object reader.
createObjectReader(StoreReader, StoreClassRegister) - Method in interface com.bretth.osmosis.core.store.ObjectSerializationFactory
Creates a new object reader.
createObjectReader(StoreReader, StoreClassRegister) - Method in class com.bretth.osmosis.core.store.SingleClassObjectSerializationFactory
Creates a new object reader.
createObjectWriter(StoreWriter, StoreClassRegister) - Method in class com.bretth.osmosis.core.store.GenericObjectSerializationFactory
Creates a new object writer.
createObjectWriter(StoreWriter, StoreClassRegister) - Method in interface com.bretth.osmosis.core.store.ObjectSerializationFactory
Creates a new object writer.
createObjectWriter(StoreWriter, StoreClassRegister) - Method in class com.bretth.osmosis.core.store.SingleClassObjectSerializationFactory
Creates a new object writer.
createPoint(double, double) - Method in class com.bretth.osmosis.core.pgsql.common.PointBuilder
Creates a PostGIS Point object corresponding to the provided coordinates.
createPolygon(Point[]) - Method in class com.bretth.osmosis.core.pgsql.common.PolygonBuilder
Creates a PostGIS Polygon object corresponding to the provided Point list.
createReader() - Method in interface com.bretth.osmosis.core.container.v0_5.Dataset
Creates a new reader instance providing access to the data within this set.
createReader() - Method in interface com.bretth.osmosis.core.container.v0_6.Dataset
Creates a new reader instance providing access to the data within this set.
createReader() - Method in class com.bretth.osmosis.core.customdb.v0_5.impl.DatasetStore
Creates a new reader instance providing access to the data within this set.
createReader() - Method in class com.bretth.osmosis.core.customdb.v0_5.impl.WayTileAreaIndex
Creates a new reader capable of accessing the contents of this index.
createReader() - Method in class com.bretth.osmosis.core.customdb.v0_6.impl.DatasetStore
Creates a new reader instance providing access to the data within this set.
createReader() - Method in class com.bretth.osmosis.core.customdb.v0_6.impl.WayTileAreaIndex
Creates a new reader capable of accessing the contents of this index.
createReader() - Method in class com.bretth.osmosis.core.pgsql.v0_5.PostgreSqlReader
Creates a new reader instance providing access to the data within this set.
createReader() - Method in class com.bretth.osmosis.core.pgsql.v0_6.PostgreSqlReader
Creates a new reader instance providing access to the data within this set.
createReader() - Method in class com.bretth.osmosis.core.store.IndexedObjectStore
Creates a new reader capable of accessing the contents of this store.
createReader() - Method in class com.bretth.osmosis.core.store.IndexStore
Creates a new reader capable of accessing the contents of this store.
createReader() - Method in class com.bretth.osmosis.core.store.RandomAccessObjectStore
Creates a new reader capable of accessing the contents of this store.
createResultSet(DatabaseContext) - Method in class com.bretth.osmosis.core.mysql.common.BaseTableReader
Builds the result set that the reader will iterate over.
createResultSet(DatabaseContext) - Method in class com.bretth.osmosis.core.mysql.v0_5.impl.CurrentEntityTagTableReader
Builds the result set that the reader will iterate over.
createResultSet(DatabaseContext) - Method in class com.bretth.osmosis.core.mysql.v0_5.impl.CurrentNodeReader
Builds the result set that the reader will iterate over.
createResultSet(DatabaseContext) - Method in class com.bretth.osmosis.core.mysql.v0_5.impl.CurrentRelationMemberTableReader
Builds the result set that the reader will iterate over.
createResultSet(DatabaseContext) - Method in class com.bretth.osmosis.core.mysql.v0_5.impl.CurrentRelationTableReader
Builds the result set that the reader will iterate over.
createResultSet(DatabaseContext) - Method in class com.bretth.osmosis.core.mysql.v0_5.impl.CurrentWayNodeTableReader
Builds the result set that the reader will iterate over.
createResultSet(DatabaseContext) - Method in class com.bretth.osmosis.core.mysql.v0_5.impl.CurrentWayTableReader
Builds the result set that the reader will iterate over.
createResultSet(DatabaseContext) - Method in class com.bretth.osmosis.core.mysql.v0_5.impl.EntityTagHistoryReader
Builds the result set that the reader will iterate over.
createResultSet(DatabaseContext) - Method in class com.bretth.osmosis.core.mysql.v0_5.impl.EntityTagTableReader
Builds the result set that the reader will iterate over.
createResultSet(DatabaseContext) - Method in class com.bretth.osmosis.core.mysql.v0_5.impl.NodeHistoryReader
Builds the result set that the reader will iterate over.
createResultSet(DatabaseContext) - Method in class com.bretth.osmosis.core.mysql.v0_5.impl.NodeReader
Builds the result set that the reader will iterate over.
createResultSet(DatabaseContext) - Method in class com.bretth.osmosis.core.mysql.v0_5.impl.RelationHistoryReader
Builds the result set that the reader will iterate over.
createResultSet(DatabaseContext) - Method in class com.bretth.osmosis.core.mysql.v0_5.impl.RelationMemberHistoryReader
Builds the result set that the reader will iterate over.
createResultSet(DatabaseContext) - Method in class com.bretth.osmosis.core.mysql.v0_5.impl.RelationMemberTableReader
Builds the result set that the reader will iterate over.
createResultSet(DatabaseContext) - Method in class com.bretth.osmosis.core.mysql.v0_5.impl.RelationTableReader
Builds the result set that the reader will iterate over.
createResultSet(DatabaseContext) - Method in class com.bretth.osmosis.core.mysql.v0_5.impl.WayHistoryReader
Builds the result set that the reader will iterate over.
createResultSet(DatabaseContext) - Method in class com.bretth.osmosis.core.mysql.v0_5.impl.WayNodeHistoryReader
Builds the result set that the reader will iterate over.
createResultSet(DatabaseContext) - Method in class com.bretth.osmosis.core.mysql.v0_5.impl.WayNodeTableReader
Builds the result set that the reader will iterate over.
createResultSet(DatabaseContext) - Method in class com.bretth.osmosis.core.mysql.v0_5.impl.WayTableReader
Builds the result set that the reader will iterate over.
createResultSet(DatabaseContext) - Method in class com.bretth.osmosis.core.mysql.v0_6.impl.CurrentEntityTagTableReader
Builds the result set that the reader will iterate over.
createResultSet(DatabaseContext) - Method in class com.bretth.osmosis.core.mysql.v0_6.impl.CurrentNodeTableReader
Builds the result set that the reader will iterate over.
createResultSet(DatabaseContext) - Method in class com.bretth.osmosis.core.mysql.v0_6.impl.CurrentRelationMemberTableReader
Builds the result set that the reader will iterate over.
createResultSet(DatabaseContext) - Method in class com.bretth.osmosis.core.mysql.v0_6.impl.CurrentRelationTableReader
Builds the result set that the reader will iterate over.
createResultSet(DatabaseContext) - Method in class com.bretth.osmosis.core.mysql.v0_6.impl.CurrentWayNodeTableReader
Builds the result set that the reader will iterate over.
createResultSet(DatabaseContext) - Method in class com.bretth.osmosis.core.mysql.v0_6.impl.CurrentWayTableReader
Builds the result set that the reader will iterate over.
createResultSet(DatabaseContext) - Method in class com.bretth.osmosis.core.mysql.v0_6.impl.EntityTagHistoryReader
Builds the result set that the reader will iterate over.
createResultSet(DatabaseContext) - Method in class com.bretth.osmosis.core.mysql.v0_6.impl.EntityTagTableReader
Builds the result set that the reader will iterate over.
createResultSet(DatabaseContext) - Method in class com.bretth.osmosis.core.mysql.v0_6.impl.NodeHistoryReader
Builds the result set that the reader will iterate over.
createResultSet(DatabaseContext) - Method in class com.bretth.osmosis.core.mysql.v0_6.impl.NodeTableReader
Builds the result set that the reader will iterate over.
createResultSet(DatabaseContext) - Method in class com.bretth.osmosis.core.mysql.v0_6.impl.RelationHistoryReader
Builds the result set that the reader will iterate over.
createResultSet(DatabaseContext) - Method in class com.bretth.osmosis.core.mysql.v0_6.impl.RelationMemberHistoryReader
Builds the result set that the reader will iterate over.
createResultSet(DatabaseContext) - Method in class com.bretth.osmosis.core.mysql.v0_6.impl.RelationMemberTableReader
Builds the result set that the reader will iterate over.
createResultSet(DatabaseContext) - Method in class com.bretth.osmosis.core.mysql.v0_6.impl.RelationTableReader
Builds the result set that the reader will iterate over.
createResultSet(DatabaseContext) - Method in class com.bretth.osmosis.core.mysql.v0_6.impl.WayHistoryReader
Builds the result set that the reader will iterate over.
createResultSet(DatabaseContext) - Method in class com.bretth.osmosis.core.mysql.v0_6.impl.WayNodeHistoryReader
Builds the result set that the reader will iterate over.
createResultSet(DatabaseContext) - Method in class com.bretth.osmosis.core.mysql.v0_6.impl.WayNodeTableReader
Builds the result set that the reader will iterate over.
createResultSet(DatabaseContext) - Method in class com.bretth.osmosis.core.mysql.v0_6.impl.WayTableReader
Builds the result set that the reader will iterate over.
createResultSet(DatabaseContext) - Method in class com.bretth.osmosis.core.pgsql.common.BaseTableReader
Builds the result set that the reader will iterate over.
createResultSet(DatabaseContext) - Method in class com.bretth.osmosis.core.pgsql.v0_5.impl.EntityTagTableReader
Builds the result set that the reader will iterate over.
createResultSet(DatabaseContext) - Method in class com.bretth.osmosis.core.pgsql.v0_5.impl.NodeTableReader
Builds the result set that the reader will iterate over.
createResultSet(DatabaseContext) - Method in class com.bretth.osmosis.core.pgsql.v0_5.impl.RelationMemberTableReader
Builds the result set that the reader will iterate over.
createResultSet(DatabaseContext) - Method in class com.bretth.osmosis.core.pgsql.v0_5.impl.RelationTableReader
Builds the result set that the reader will iterate over.
createResultSet(DatabaseContext) - Method in class com.bretth.osmosis.core.pgsql.v0_5.impl.WayNodeTableReader
Builds the result set that the reader will iterate over.
createResultSet(DatabaseContext) - Method in class com.bretth.osmosis.core.pgsql.v0_5.impl.WayTableReader
Builds the result set that the reader will iterate over.
createResultSet(DatabaseContext) - Method in class com.bretth.osmosis.core.pgsql.v0_6.impl.EntityFeatureTableReader
Builds the result set that the reader will iterate over.
createResultSet(DatabaseContext) - Method in class com.bretth.osmosis.core.pgsql.v0_6.impl.EntityTableReader
Builds the result set that the reader will iterate over.
createResultSet(DatabaseContext) - Method in class com.bretth.osmosis.util.impl.UserTableReader
Builds the result set that the reader will iterate over.
createStatement() - Method in class com.bretth.osmosis.core.pgsql.common.DatabaseContext
Creates a new database statement.
createTaskManager(TaskConfiguration) - Method in class com.bretth.osmosis.core.pipeline.common.TaskManagerFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class com.bretth.osmosis.core.buffer.v0_5.ChangeBufferFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class com.bretth.osmosis.core.buffer.v0_5.EntityBufferFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class com.bretth.osmosis.core.buffer.v0_6.ChangeBufferFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class com.bretth.osmosis.core.buffer.v0_6.EntityBufferFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class com.bretth.osmosis.core.change.v0_5.ChangeApplierFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class com.bretth.osmosis.core.change.v0_5.ChangeDeriverFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class com.bretth.osmosis.core.change.v0_6.ChangeApplierFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class com.bretth.osmosis.core.change.v0_6.ChangeDeriverFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class com.bretth.osmosis.core.customdb.v0_5.DumpDatasetFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class com.bretth.osmosis.core.customdb.v0_5.ReadDatasetFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class com.bretth.osmosis.core.customdb.v0_5.WriteDatasetFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class com.bretth.osmosis.core.customdb.v0_6.DumpDatasetFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class com.bretth.osmosis.core.customdb.v0_6.ReadDatasetFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class com.bretth.osmosis.core.customdb.v0_6.WriteDatasetFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class com.bretth.osmosis.core.filter.v0_5.BoundingBoxFilterFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class com.bretth.osmosis.core.filter.v0_5.DatasetBoundingBoxFilterFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class com.bretth.osmosis.core.filter.v0_5.NodeKeyFilterFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class com.bretth.osmosis.core.filter.v0_5.NodeKeyValueFilterFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class com.bretth.osmosis.core.filter.v0_5.PolygonFilterFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class com.bretth.osmosis.core.filter.v0_5.UsedNodeFilterFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class com.bretth.osmosis.core.filter.v0_5.WayKeyValueFilterFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class com.bretth.osmosis.core.filter.v0_6.BoundingBoxFilterFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class com.bretth.osmosis.core.filter.v0_6.DatasetBoundingBoxFilterFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class com.bretth.osmosis.core.filter.v0_6.NodeKeyFilterFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class com.bretth.osmosis.core.filter.v0_6.NodeKeyValueFilterFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class com.bretth.osmosis.core.filter.v0_6.PolygonFilterFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class com.bretth.osmosis.core.filter.v0_6.UsedNodeFilterFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class com.bretth.osmosis.core.filter.v0_6.WayKeyValueFilterFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class com.bretth.osmosis.core.merge.v0_5.ChangeDownloaderFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class com.bretth.osmosis.core.merge.v0_5.ChangeDownloadInitializerFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class com.bretth.osmosis.core.merge.v0_5.ChangeMergerFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class com.bretth.osmosis.core.merge.v0_5.EntityMergerFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class com.bretth.osmosis.core.merge.v0_6.ChangeDownloaderFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class com.bretth.osmosis.core.merge.v0_6.ChangeDownloadInitializerFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class com.bretth.osmosis.core.merge.v0_6.ChangeMergerFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class com.bretth.osmosis.core.merge.v0_6.EntityMergerFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class com.bretth.osmosis.core.migrate.MigrateChangeV05ToV06Factory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class com.bretth.osmosis.core.migrate.MigrateV05ToV06Factory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class com.bretth.osmosis.core.misc.v0_5.NullChangeWriterFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class com.bretth.osmosis.core.misc.v0_5.NullWriterFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class com.bretth.osmosis.core.misc.v0_6.NullChangeWriterFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class com.bretth.osmosis.core.misc.v0_6.NullWriterFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class com.bretth.osmosis.core.mysql.v0_5.MysqlChangeReaderFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class com.bretth.osmosis.core.mysql.v0_5.MysqlChangeWriterFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class com.bretth.osmosis.core.mysql.v0_5.MySqlCurrentReaderFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class com.bretth.osmosis.core.mysql.v0_5.MysqlReaderFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class com.bretth.osmosis.core.mysql.v0_5.MysqlTruncatorFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class com.bretth.osmosis.core.mysql.v0_5.MysqlWriterFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class com.bretth.osmosis.core.mysql.v0_6.MysqlChangeReaderFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class com.bretth.osmosis.core.mysql.v0_6.MysqlChangeWriterFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class com.bretth.osmosis.core.mysql.v0_6.MySqlCurrentReaderFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class com.bretth.osmosis.core.mysql.v0_6.MysqlReaderFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class com.bretth.osmosis.core.mysql.v0_6.MysqlTruncatorFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class com.bretth.osmosis.core.mysql.v0_6.MysqlWriterFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class com.bretth.osmosis.core.pgsql.v0_5.PostgreSqlChangeWriterFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class com.bretth.osmosis.core.pgsql.v0_5.PostgreSqlDatasetDumpWriterFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class com.bretth.osmosis.core.pgsql.v0_5.PostgreSqlDatasetReaderFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class com.bretth.osmosis.core.pgsql.v0_5.PostgreSqlDatasetTruncatorFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class com.bretth.osmosis.core.pgsql.v0_5.PostgreSqlDatasetWriterFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class com.bretth.osmosis.core.pgsql.v0_6.PostgreSqlChangeWriterFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class com.bretth.osmosis.core.pgsql.v0_6.PostgreSqlDatasetDumpWriterFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class com.bretth.osmosis.core.pgsql.v0_6.PostgreSqlDatasetReaderFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class com.bretth.osmosis.core.pgsql.v0_6.PostgreSqlDatasetTruncatorFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class com.bretth.osmosis.core.pgsql.v0_6.PostgreSqlDatasetWriterFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class com.bretth.osmosis.core.pipeline.common.TaskManagerFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class com.bretth.osmosis.core.progress.v0_5.ChangeProgressLoggerFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class com.bretth.osmosis.core.progress.v0_5.EntityProgressLoggerFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class com.bretth.osmosis.core.progress.v0_6.ChangeProgressLoggerFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class com.bretth.osmosis.core.progress.v0_6.EntityProgressLoggerFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class com.bretth.osmosis.core.report.v0_5.EntityReporterFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class com.bretth.osmosis.core.report.v0_5.IntegrityReporterFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class com.bretth.osmosis.core.report.v0_6.EntityReporterFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class com.bretth.osmosis.core.report.v0_6.IntegrityReporterFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class com.bretth.osmosis.core.sort.v0_5.ChangeSorterFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class com.bretth.osmosis.core.sort.v0_5.EntitySorterFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class com.bretth.osmosis.core.sort.v0_6.ChangeSorterFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class com.bretth.osmosis.core.sort.v0_6.EntitySorterFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class com.bretth.osmosis.core.sort.v0_6.TagSorterFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class com.bretth.osmosis.core.tee.v0_5.ChangeTeeFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class com.bretth.osmosis.core.tee.v0_5.EntityTeeFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class com.bretth.osmosis.core.tee.v0_6.ChangeTeeFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class com.bretth.osmosis.core.tee.v0_6.EntityTeeFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class com.bretth.osmosis.core.xml.v0_5.XmlChangeReaderFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class com.bretth.osmosis.core.xml.v0_5.XmlChangeWriterFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class com.bretth.osmosis.core.xml.v0_5.XmlDownloaderFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class com.bretth.osmosis.core.xml.v0_5.XmlReaderFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class com.bretth.osmosis.core.xml.v0_5.XmlWriterFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class com.bretth.osmosis.core.xml.v0_6.FastXmlReaderFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class com.bretth.osmosis.core.xml.v0_6.XmlChangeReaderFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class com.bretth.osmosis.core.xml.v0_6.XmlChangeWriterFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class com.bretth.osmosis.core.xml.v0_6.XmlDownloaderFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class com.bretth.osmosis.core.xml.v0_6.XmlReaderFactory
Create a new task manager containing a task instance.
createTaskManagerImpl(TaskConfiguration) - Method in class com.bretth.osmosis.core.xml.v0_6.XmlWriterFactory
Create a new task manager containing a task instance.
createTimestampContainer(String) - Method in class com.bretth.osmosis.core.xml.common.BaseElementProcessor
Parses a date using the standard osm date format.
createWayBbox(Way) - Method in class com.bretth.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 com.bretth.osmosis.core.pgsql.v0_6.impl.WayGeometryBuilder
Builds a linestring geometry object from the node references in the specified way.
CurrentEntityTagTableReader - Class in com.bretth.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 com.bretth.osmosis.core.mysql.v0_5.impl.CurrentEntityTagTableReader
Creates a new instance.
CurrentEntityTagTableReader - Class in com.bretth.osmosis.core.mysql.v0_6.impl
Reads current tags for an entity from a tag table ordered by the entity identifier.
CurrentEntityTagTableReader(DatabaseLoginCredentials, String) - Constructor for class com.bretth.osmosis.core.mysql.v0_6.impl.CurrentEntityTagTableReader
Creates a new instance.
CurrentNodeReader - Class in com.bretth.osmosis.core.mysql.v0_5.impl
Reads current nodes from a database ordered by their identifier.
CurrentNodeReader(DatabaseLoginCredentials, boolean) - Constructor for class com.bretth.osmosis.core.mysql.v0_5.impl.CurrentNodeReader
Creates a new instance.
CurrentNodeReader - Class in com.bretth.osmosis.core.mysql.v0_6.impl
Reads current node from a database ordered by their identifier.
CurrentNodeReader(DatabaseLoginCredentials, boolean) - Constructor for class com.bretth.osmosis.core.mysql.v0_6.impl.CurrentNodeReader
Creates a new instance.
CurrentNodeTableReader - Class in com.bretth.osmosis.core.mysql.v0_6.impl
Reads current nodes from a database ordered by their identifier.
CurrentNodeTableReader(DatabaseLoginCredentials, boolean) - Constructor for class com.bretth.osmosis.core.mysql.v0_6.impl.CurrentNodeTableReader
Creates a new instance.
CurrentRelationMemberTableReader - Class in com.bretth.osmosis.core.mysql.v0_5.impl
Reads current relation members from a database ordered by the relation identifier.
CurrentRelationMemberTableReader(DatabaseLoginCredentials) - Constructor for class com.bretth.osmosis.core.mysql.v0_5.impl.CurrentRelationMemberTableReader
Creates a new instance.
CurrentRelationMemberTableReader - Class in com.bretth.osmosis.core.mysql.v0_6.impl
Reads current relation members from a database ordered by the relation identifier.
CurrentRelationMemberTableReader(DatabaseLoginCredentials) - Constructor for class com.bretth.osmosis.core.mysql.v0_6.impl.CurrentRelationMemberTableReader
Creates a new instance.
CurrentRelationReader - Class in com.bretth.osmosis.core.mysql.v0_5.impl
Reads current relations from a database ordered by their identifier.
CurrentRelationReader(DatabaseLoginCredentials, boolean) - Constructor for class com.bretth.osmosis.core.mysql.v0_5.impl.CurrentRelationReader
Creates a new instance.
CurrentRelationReader - Class in com.bretth.osmosis.core.mysql.v0_6.impl
Reads current relations from a database ordered by their identifier.
CurrentRelationReader(DatabaseLoginCredentials, boolean) - Constructor for class com.bretth.osmosis.core.mysql.v0_6.impl.CurrentRelationReader
Creates a new instance.
CurrentRelationTableReader - Class in com.bretth.osmosis.core.mysql.v0_5.impl
Reads current relations from a database ordered by their identifier.
CurrentRelationTableReader(DatabaseLoginCredentials, boolean) - Constructor for class com.bretth.osmosis.core.mysql.v0_5.impl.CurrentRelationTableReader
Creates a new instance.
CurrentRelationTableReader - Class in com.bretth.osmosis.core.mysql.v0_6.impl
Reads current relations from a database ordered by their identifier.
CurrentRelationTableReader(DatabaseLoginCredentials, boolean) - Constructor for class com.bretth.osmosis.core.mysql.v0_6.impl.CurrentRelationTableReader
Creates a new instance.
CurrentWayNodeTableReader - Class in com.bretth.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 com.bretth.osmosis.core.mysql.v0_5.impl.CurrentWayNodeTableReader
Creates a new instance.
CurrentWayNodeTableReader - Class in com.bretth.osmosis.core.mysql.v0_6.impl
Reads current way nodes from a database ordered by the way identifier but not by the sequence.
CurrentWayNodeTableReader(DatabaseLoginCredentials) - Constructor for class com.bretth.osmosis.core.mysql.v0_6.impl.CurrentWayNodeTableReader
Creates a new instance.
CurrentWayReader - Class in com.bretth.osmosis.core.mysql.v0_5.impl
Reads current ways from a database ordered by their identifier.
CurrentWayReader(DatabaseLoginCredentials, boolean) - Constructor for class com.bretth.osmosis.core.mysql.v0_5.impl.CurrentWayReader
Creates a new instance.
CurrentWayReader - Class in com.bretth.osmosis.core.mysql.v0_6.impl
Reads current ways from a database ordered by their identifier.
CurrentWayReader(DatabaseLoginCredentials, boolean) - Constructor for class com.bretth.osmosis.core.mysql.v0_6.impl.CurrentWayReader
Creates a new instance.
CurrentWayTableReader - Class in com.bretth.osmosis.core.mysql.v0_5.impl
Reads current ways from a database ordered by their identifier.
CurrentWayTableReader(DatabaseLoginCredentials, boolean) - Constructor for class com.bretth.osmosis.core.mysql.v0_5.impl.CurrentWayTableReader
Creates a new instance.
CurrentWayTableReader - Class in com.bretth.osmosis.core.mysql.v0_6.impl
Reads current ways from a database ordered by their identifier.
CurrentWayTableReader(DatabaseLoginCredentials, boolean) - Constructor for class com.bretth.osmosis.core.mysql.v0_6.impl.CurrentWayTableReader
Creates a new instance.

D

DatabaseCapabilityChecker - Class in com.bretth.osmosis.core.pgsql.v0_6.impl
Provides information about which features a database supports.
DatabaseCapabilityChecker(DatabaseContext) - Constructor for class com.bretth.osmosis.core.pgsql.v0_6.impl.DatabaseCapabilityChecker
Creates a new instance.
DatabaseConstants - Interface in com.bretth.osmosis.core.database
Defines common constants shared between MySQL tasks.
DatabaseContext - Class in com.bretth.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 com.bretth.osmosis.core.mysql.common.DatabaseContext
Creates a new instance.
DatabaseContext - Class in com.bretth.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 com.bretth.osmosis.core.pgsql.common.DatabaseContext
Creates a new instance.
DatabaseLoginCredentials - Class in com.bretth.osmosis.core.database
Stores all information required to connect to a database.
DatabaseLoginCredentials(String, String, String, String, boolean, boolean) - Constructor for class com.bretth.osmosis.core.database.DatabaseLoginCredentials
Creates a new instance.
DatabasePreferences - Class in com.bretth.osmosis.core.database
Stores parameters that can be used to configure database behaviour.
DatabasePreferences(boolean, boolean) - Constructor for class com.bretth.osmosis.core.database.DatabasePreferences
Creates a new instance.
DatabaseTaskManagerFactory - Class in com.bretth.osmosis.core.database
Extends the basic task manager factory functionality with MySQL task specific common methods.
DatabaseTaskManagerFactory() - Constructor for class com.bretth.osmosis.core.database.DatabaseTaskManagerFactory
 
DataInputStoreReader - Class in com.bretth.osmosis.core.store
Allows persisted input to be read from a DataInput implementation.
DataInputStoreReader(DataInput) - Constructor for class com.bretth.osmosis.core.store.DataInputStoreReader
Creates a new instance.
DataOutputStoreWriter - Class in com.bretth.osmosis.core.store
Allows persisted output to be written to a DataOutput implementation.
DataOutputStoreWriter(DataOutput) - Constructor for class com.bretth.osmosis.core.store.DataOutputStoreWriter
Creates a new instance.
DataPostbox<T> - Class in com.bretth.osmosis.core.store
This class provides a mechanism for a thread to pass data to another thread.
DataPostbox(int) - Constructor for class com.bretth.osmosis.core.store.DataPostbox
Creates a new instance.
Dataset - Interface in com.bretth.osmosis.core.container.v0_5
Allows entire datasets to be passed between tasks.
Dataset - Interface in com.bretth.osmosis.core.container.v0_6
Allows entire datasets to be passed between tasks.
DatasetBoundingBoxFilter - Class in com.bretth.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 com.bretth.osmosis.core.filter.v0_5.DatasetBoundingBoxFilter
Creates a new instance with the specified geographical coordinates.
DatasetBoundingBoxFilter - Class in com.bretth.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 com.bretth.osmosis.core.filter.v0_6.DatasetBoundingBoxFilter
Creates a new instance with the specified geographical coordinates.
DatasetBoundingBoxFilterFactory - Class in com.bretth.osmosis.core.filter.v0_5
The task manager factory for a dataset based bounding box filter.
DatasetBoundingBoxFilterFactory() - Constructor for class com.bretth.osmosis.core.filter.v0_5.DatasetBoundingBoxFilterFactory
 
DatasetBoundingBoxFilterFactory - Class in com.bretth.osmosis.core.filter.v0_6
The task manager factory for a dataset based bounding box filter.
DatasetBoundingBoxFilterFactory() - Constructor for class com.bretth.osmosis.core.filter.v0_6.DatasetBoundingBoxFilterFactory
 
DatasetReader - Interface in com.bretth.osmosis.core.container.v0_5
Provides access to data within a Dataset.
DatasetReader - Interface in com.bretth.osmosis.core.container.v0_6
Provides access to data within a Dataset.
DatasetSink - Interface in com.bretth.osmosis.core.task.v0_5
Defines the interface for tasks consuming datasets.
DatasetSink - Interface in com.bretth.osmosis.core.task.v0_6
Defines the interface for tasks consuming datasets.
DatasetSinkSource - Interface in com.bretth.osmosis.core.task.v0_5
Defines the interface for combining dataset sink and source functionality.
DatasetSinkSource - Interface in com.bretth.osmosis.core.task.v0_6
Defines the interface for combining dataset sink and source functionality.
DatasetSinkSourceManager - Class in com.bretth.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 com.bretth.osmosis.core.pipeline.v0_5.DatasetSinkSourceManager
Creates a new instance.
DatasetSinkSourceManager - Class in com.bretth.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 com.bretth.osmosis.core.pipeline.v0_6.DatasetSinkSourceManager
Creates a new instance.
DatasetSource - Interface in com.bretth.osmosis.core.task.v0_5
Defines the interface for tasks producing datasets.
DatasetSource - Interface in com.bretth.osmosis.core.task.v0_6
Defines the interface for tasks producing datasets.
DatasetStore - Class in com.bretth.osmosis.core.customdb.v0_5.impl
Provides a file based storage mechanism for implementing a dataset.
DatasetStore(DatasetStoreFileManager, boolean) - Constructor for class com.bretth.osmosis.core.customdb.v0_5.impl.DatasetStore
Creates a new instance.
DatasetStore - Class in com.bretth.osmosis.core.customdb.v0_6.impl
Provides a file based storage mechanism for implementing a dataset.
DatasetStore(DatasetStoreFileManager, boolean) - Constructor for class com.bretth.osmosis.core.customdb.v0_6.impl.DatasetStore
Creates a new instance.
DatasetStoreFileManager - Interface in com.bretth.osmosis.core.customdb.v0_5.impl
Defines the operations required for a manager of dataset store files.
DatasetStoreFileManager - Interface in com.bretth.osmosis.core.customdb.v0_6.impl
Defines the operations required for a manager of dataset store files.
DatasetStoreReader - Class in com.bretth.osmosis.core.customdb.v0_5.impl
Provides read-only access to a dataset store.
DatasetStoreReader(RandomAccessObjectStoreReader<Node>, IndexStoreReader<Long, LongLongIndexElement>, RandomAccessObjectStoreReader<Way>, IndexStoreReader<Long, LongLongIndexElement>, RandomAccessObjectStoreReader<Relation>, IndexStoreReader<Long, LongLongIndexElement>, TileCalculator, Comparator<Integer>, IndexStoreReader<Integer, IntegerLongIndexElement>, WayTileAreaIndexReader, IndexStoreReader<Long, LongLongIndexElement>, IndexStoreReader<Long, LongLongIndexElement>, IndexStoreReader<Long, LongLongIndexElement>, IndexStoreReader<Long, LongLongIndexElement>, boolean) - Constructor for class com.bretth.osmosis.core.customdb.v0_5.impl.DatasetStoreReader
Creates a new instance.
DatasetStoreReader - Class in com.bretth.osmosis.core.customdb.v0_6.impl
Provides read-only access to a dataset store.
DatasetStoreReader(RandomAccessObjectStoreReader<Node>, IndexStoreReader<Long, LongLongIndexElement>, RandomAccessObjectStoreReader<Way>, IndexStoreReader<Long, LongLongIndexElement>, RandomAccessObjectStoreReader<Relation>, IndexStoreReader<Long, LongLongIndexElement>, TileCalculator, Comparator<Integer>, IndexStoreReader<Integer, IntegerLongIndexElement>, WayTileAreaIndexReader, IndexStoreReader<Long, LongLongIndexElement>, IndexStoreReader<Long, LongLongIndexElement>, IndexStoreReader<Long, LongLongIndexElement>, IndexStoreReader<Long, LongLongIndexElement>, boolean) - Constructor for class com.bretth.osmosis.core.customdb.v0_6.impl.DatasetStoreReader
Creates a new instance.
DateFormatter - Class in com.bretth.osmosis.core.xml.common
Outputs a date in a format suitable for an OSM XML file.
DateFormatter() - Constructor for class com.bretth.osmosis.core.xml.common.DateFormatter
Creates a new instance.
DateParser - Class in com.bretth.osmosis.core.xml.common
Handles a number of different date formats encountered in OSM.
DateParser() - Constructor for class com.bretth.osmosis.core.xml.common.DateParser
Creates a new instance.
DBEntityTag - Class in com.bretth.osmosis.core.mysql.v0_5.impl
A data class for representing an entity tag database record.
DBEntityTag(long, Tag) - Constructor for class com.bretth.osmosis.core.mysql.v0_5.impl.DBEntityTag
Creates a new instance.
DBEntityTag(StoreReader, StoreClassRegister) - Constructor for class com.bretth.osmosis.core.mysql.v0_5.impl.DBEntityTag
Creates a new instance.
DbFeature<T extends Storeable> - Class in com.bretth.osmosis.core.mysql.v0_6.impl
A data class for representing a database record for an entity feature.
DbFeature(long, T) - Constructor for class com.bretth.osmosis.core.mysql.v0_6.impl.DbFeature
Creates a new instance.
DbFeature(StoreReader, StoreClassRegister) - Constructor for class com.bretth.osmosis.core.mysql.v0_6.impl.DbFeature
Creates a new instance.
DbFeatureHistory<T extends Storeable> - Class in com.bretth.osmosis.core.mysql.v0_6.impl
A data class representing a history record for an entity feature.
DbFeatureHistory(T, int) - Constructor for class com.bretth.osmosis.core.mysql.v0_6.impl.DbFeatureHistory
Creates a new instance.
DbFeatureHistory(StoreReader, StoreClassRegister) - Constructor for class com.bretth.osmosis.core.mysql.v0_6.impl.DbFeatureHistory
Creates a new instance.
DbOrderedFeature<T extends Storeable> - Class in com.bretth.osmosis.core.mysql.v0_6.impl
A data class for representing a way node database record.
DbOrderedFeature(long, T, int) - Constructor for class com.bretth.osmosis.core.mysql.v0_6.impl.DbOrderedFeature
Creates a new instance.
DbOrderedFeature(StoreReader, StoreClassRegister) - Constructor for class com.bretth.osmosis.core.mysql.v0_6.impl.DbOrderedFeature
Creates a new instance.
DbOrderedFeatureComparator<T extends Storeable> - Class in com.bretth.osmosis.core.mysql.v0_6.impl
Compares way nodes to allow them to be sorted by way id then sequence number.
DbOrderedFeatureComparator() - Constructor for class com.bretth.osmosis.core.mysql.v0_6.impl.DbOrderedFeatureComparator
 
DBRelationMember - Class in com.bretth.osmosis.core.mysql.v0_5.impl
A data class for representing a relation member database record.
DBRelationMember(long, RelationMember) - Constructor for class com.bretth.osmosis.core.mysql.v0_5.impl.DBRelationMember
Creates a new instance.
DBRelationMember(StoreReader, StoreClassRegister) - Constructor for class com.bretth.osmosis.core.mysql.v0_5.impl.DBRelationMember
Creates a new instance.
DBWayNode - Class in com.bretth.osmosis.core.mysql.v0_5.impl
A data class for representing a way node database record.
DBWayNode(long, WayNode, int) - Constructor for class com.bretth.osmosis.core.mysql.v0_5.impl.DBWayNode
Creates a new instance.
DBWayNode(StoreReader, StoreClassRegister) - Constructor for class com.bretth.osmosis.core.mysql.v0_5.impl.DBWayNode
Creates a new instance.
decodeLoop(ByteBuffer, CharBuffer) - Method in class com.bretth.osmosis.core.xml.common.ProductionDbDataDecoder
DEFAULT_PIPE_PREFIX - Static variable in interface com.bretth.osmosis.core.pipeline.common.PipelineConstants
Defines the prefix for default pipe names used when no pipes are specified.
DEFAULT_URL - Static variable in interface com.bretth.osmosis.core.xml.v0_5.impl.XmlConstants
The default URL for the production API.
DEFAULT_URL - Static variable in interface com.bretth.osmosis.core.xml.v0_6.impl.XmlConstants
The default URL for the production API.
defaultTaskSize() - Method in class com.bretth.osmosis.core.pipeline.common.PipeTasks
Returns how many default pipes are stored in this container.
DEPTH_THRESH - Static variable in class org.apache.tools.bzip2.CBZip2OutputStream
 
deriveCompressionMethod(String) - Method in class com.bretth.osmosis.core.xml.common.CompressionMethodDeriver
Determines the appropriate compression method for a file based upon the file extension.
doesArgumentExist(TaskConfiguration, String) - Method in class com.bretth.osmosis.core.pipeline.common.TaskManagerFactory
Checks if the specified argument has been supplied.
doesColumnExist(String, String) - Method in class com.bretth.osmosis.core.pgsql.common.DatabaseContext
Indicates if the specified column exists in the database.
doesTableExist(String) - Method in class com.bretth.osmosis.core.pgsql.common.DatabaseContext
Indicates if the specified table exists in the database.
DownloaderConfiguration - Class in com.bretth.osmosis.core.merge.v0_5.impl
Loads and exposes the extraction configuration properties.
DownloaderConfiguration(File) - Constructor for class com.bretth.osmosis.core.merge.v0_5.impl.DownloaderConfiguration
Creates a new instance.
DownloaderConfiguration - Class in com.bretth.osmosis.core.merge.v0_6.impl
Loads and exposes the extraction configuration properties.
DownloaderConfiguration(File) - Constructor for class com.bretth.osmosis.core.merge.v0_6.impl.DownloaderConfiguration
Creates a new instance.
DummyElementProcessor - Class in com.bretth.osmosis.core.xml.common
Provides a no-op implementation of an element processor.
DummyElementProcessor(BaseElementProcessor) - Constructor for class com.bretth.osmosis.core.xml.common.DummyElementProcessor
Creates a new instance.
DumpDataset - Class in com.bretth.osmosis.core.customdb.v0_5
Reads all data from a dataset.
DumpDataset() - Constructor for class com.bretth.osmosis.core.customdb.v0_5.DumpDataset
 
DumpDataset - Class in com.bretth.osmosis.core.customdb.v0_6
Reads all data from a dataset.
DumpDataset() - Constructor for class com.bretth.osmosis.core.customdb.v0_6.DumpDataset
 
DumpDatasetFactory - Class in com.bretth.osmosis.core.customdb.v0_5
The task manager factory for reading the entire contents of a dataset.
DumpDatasetFactory() - Constructor for class com.bretth.osmosis.core.customdb.v0_5.DumpDatasetFactory
 
DumpDatasetFactory - Class in com.bretth.osmosis.core.customdb.v0_6
The task manager factory for reading the entire contents of a dataset.
DumpDatasetFactory() - Constructor for class com.bretth.osmosis.core.customdb.v0_6.DumpDatasetFactory
 

E

ElementProcessor - Interface in com.bretth.osmosis.core.xml.common
An element processor provides a handler for processing a specific xml element within a document.
ElementWriter - Class in com.bretth.osmosis.core.xml.common
Provides common functionality for all classes writing elements to xml.
ElementWriter(String, int) - Constructor for class com.bretth.osmosis.core.xml.common.ElementWriter
Creates a new instance.
EmbeddedTagProcessor - Class in com.bretth.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 com.bretth.osmosis.core.mysql.v0_5.impl.EmbeddedTagProcessor
 
EmptyIterator<DataType> - Class in com.bretth.osmosis.core.store
Provides an iterator which returns no data.
EmptyIterator() - Constructor for class com.bretth.osmosis.core.store.EmptyIterator
 
encodeLoop(CharBuffer, ByteBuffer) - Method in class com.bretth.osmosis.core.xml.common.ProductionDbDataEncoder
end() - Method in class com.bretth.osmosis.core.xml.common.DummyElementProcessor
This implementation does not do any processing.
end() - Method in interface com.bretth.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 com.bretth.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 com.bretth.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 com.bretth.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 com.bretth.osmosis.core.xml.v0_5.impl.OsmChangeWriter
Ends an element.
end() - Method in class com.bretth.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 com.bretth.osmosis.core.xml.v0_5.impl.OsmWriter
Ends an element.
end() - Method in class com.bretth.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 com.bretth.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 com.bretth.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 com.bretth.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 com.bretth.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 com.bretth.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 com.bretth.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 com.bretth.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 com.bretth.osmosis.core.xml.v0_6.impl.OsmChangeWriter
Ends an element.
end() - Method in class com.bretth.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 com.bretth.osmosis.core.xml.v0_6.impl.OsmWriter
Ends an element.
end() - Method in class com.bretth.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 com.bretth.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 com.bretth.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 com.bretth.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 com.bretth.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 com.bretth.osmosis.core.xml.v0_5.impl.OsmChangeHandler
Ends processing of the current element.
endElement(String, String, String) - Method in class com.bretth.osmosis.core.xml.v0_5.impl.OsmHandler
Ends processing of the current element.
endElement(String, String, String) - Method in class com.bretth.osmosis.core.xml.v0_6.impl.OsmChangeHandler
Ends processing of the current element.
endElement(String, String, String) - Method in class com.bretth.osmosis.core.xml.v0_6.impl.OsmHandler
Ends processing of the current element.
endElementWriter() - Method in class com.bretth.osmosis.core.xml.common.BaseXmlWriter
Calls the end method of the element writer used for this implementation.
endElementWriter() - Method in class com.bretth.osmosis.core.xml.v0_5.XmlChangeWriter
Calls the end method of the element writer used for this implementation.
endElementWriter() - Method in class com.bretth.osmosis.core.xml.v0_5.XmlWriter
Calls the end method of the element writer used for this implementation.
endElementWriter() - Method in class com.bretth.osmosis.core.xml.v0_6.XmlChangeWriter
Calls the end method of the element writer used for this implementation.
endElementWriter() - Method in class com.bretth.osmosis.core.xml.v0_6.XmlWriter
Calls the end method of the element writer used for this implementation.
EndOfStoreException - Exception in com.bretth.osmosis.core.store
A runtime exception indicating that the end of the store has been reached while reading.
EndOfStoreException() - Constructor for exception com.bretth.osmosis.core.store.EndOfStoreException
Constructs a new exception with null as its detail message.
EndOfStoreException(String) - Constructor for exception com.bretth.osmosis.core.store.EndOfStoreException
Constructs a new exception with the specified detail message.
EndOfStoreException(Throwable) - Constructor for exception com.bretth.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 com.bretth.osmosis.core.store.EndOfStoreException
Constructs a new exception with the specified detail message and cause.
endOpenElement(boolean) - Method in class com.bretth.osmosis.core.xml.common.ElementWriter
Writes out the opening tag of the element.
endRecord() - Method in class com.bretth.osmosis.core.pgsql.common.CopyFileWriter
Writes a new line in the output file.
Entity - Class in com.bretth.osmosis.core.domain.v0_5
A data class representing a single OSM entity.
Entity(long, Date, OsmUser) - Constructor for class com.bretth.osmosis.core.domain.v0_5.Entity
Creates a new instance.
Entity(long, TimestampContainer, OsmUser) - Constructor for class com.bretth.osmosis.core.domain.v0_5.Entity
Creates a new instance.
Entity(StoreReader, StoreClassRegister) - Constructor for class com.bretth.osmosis.core.domain.v0_5.Entity
Creates a new instance.
Entity - Class in com.bretth.osmosis.core.domain.v0_6
A data class representing a single OSM entity.
Entity(long, int, Date, OsmUser) - Constructor for class com.bretth.osmosis.core.domain.v0_6.Entity
Creates a new instance.
Entity(long, TimestampContainer, OsmUser, int) - Constructor for class com.bretth.osmosis.core.domain.v0_6.Entity
Creates a new instance.
Entity(StoreReader, StoreClassRegister) - Constructor for class com.bretth.osmosis.core.domain.v0_6.Entity
Creates a new instance.
EntityBuffer - Class in com.bretth.osmosis.core.buffer.v0_5
Splits the pipeline so that it can be processed on multiple threads.
EntityBuffer(int) - Constructor for class com.bretth.osmosis.core.buffer.v0_5.EntityBuffer
Creates a new instance.
EntityBuffer - Class in com.bretth.osmosis.core.buffer.v0_6
Splits the pipeline so that it can be processed on multiple threads.
EntityBuffer(int) - Constructor for class com.bretth.osmosis.core.buffer.v0_6.EntityBuffer
Creates a new instance.
EntityBufferFactory - Class in com.bretth.osmosis.core.buffer.v0_5
The task manager factory for an entity buffer.
EntityBufferFactory() - Constructor for class com.bretth.osmosis.core.buffer.v0_5.EntityBufferFactory
 
EntityBufferFactory - Class in com.bretth.osmosis.core.buffer.v0_6
The task manager factory for an entity buffer.
EntityBufferFactory() - Constructor for class com.bretth.osmosis.core.buffer.v0_6.EntityBufferFactory
 
EntityBuilder<T extends Entity> - Class in com.bretth.osmosis.core.pgsql.v0_6.impl
Provides functionality common to all entity builder implementations.
EntityBuilder() - Constructor for class com.bretth.osmosis.core.pgsql.v0_6.impl.EntityBuilder
 
EntityByTypeThenIdComparator - Class in com.bretth.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 com.bretth.osmosis.core.sort.v0_5.EntityByTypeThenIdComparator
 
EntityByTypeThenIdComparator - Class in com.bretth.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 com.bretth.osmosis.core.sort.v0_6.EntityByTypeThenIdComparator
 
EntityContainer - Class in com.bretth.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 com.bretth.osmosis.core.container.v0_5.EntityContainer
 
EntityContainer - Class in com.bretth.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 com.bretth.osmosis.core.container.v0_6.EntityContainer
 
EntityContainerMigrater - Class in com.bretth.osmosis.core.migrate.impl
Provides a conversion between 0.5 and 0.6 entity containers.
EntityContainerMigrater() - Constructor for class com.bretth.osmosis.core.migrate.impl.EntityContainerMigrater
 
EntityDao<T extends Entity> - Class in com.bretth.osmosis.core.pgsql.v0_6.impl
Provides functionality common to all top level entity daos.
EntityDao(DatabaseContext, EntityBuilder<T>, ActionDao) - Constructor for class com.bretth.osmosis.core.pgsql.v0_6.impl.EntityDao
Creates a new instance.
EntityElementProcessor - Class in com.bretth.osmosis.core.xml.v0_5.impl
Provides common element processor functionality for all entity processors.
EntityElementProcessor(BaseElementProcessor, Sink, boolean) - Constructor for class com.bretth.osmosis.core.xml.v0_5.impl.EntityElementProcessor
Creates a new instance.
EntityElementProcessor - Class in com.bretth.osmosis.core.xml.v0_6.impl
Provides common element processor functionality for all entity processors.
EntityElementProcessor(BaseElementProcessor, Sink, boolean) - Constructor for class com.bretth.osmosis.core.xml.v0_6.impl.EntityElementProcessor
Creates a new instance.
EntityFeatureBuilder<T> - Class in com.bretth.osmosis.core.pgsql.v0_6.impl
Provides functionality common to all entity feature builder implementations.
EntityFeatureBuilder() - Constructor for class com.bretth.osmosis.core.pgsql.v0_6.impl.EntityFeatureBuilder
 
entityFeatureBuilder - Variable in class com.bretth.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 com.bretth.osmosis.core.pgsql.v0_6.impl
Provides functionality common to all entity feature daos.
EntityFeatureDao(DatabaseContext, EntityFeatureBuilder<Tdb>) - Constructor for class com.bretth.osmosis.core.pgsql.v0_6.impl.EntityFeatureDao
Creates a new instance.
EntityFeatureTableReader<Tef extends Storeable,Tdb extends DbFeature<Tef>> - Class in com.bretth.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, EntityFeatureBuilder<Tdb>) - Constructor for class com.bretth.osmosis.core.pgsql.v0_6.impl.EntityFeatureTableReader
Creates a new instance.
EntityFeatureTableReader(DatabaseContext, EntityFeatureBuilder<Tdb>, String) - Constructor for class com.bretth.osmosis.core.pgsql.v0_6.impl.EntityFeatureTableReader
Creates a new instance.
EntityHistory<T extends Storeable> - Class in com.bretth.osmosis.core.mysql.v0_5.impl
A data class representing a history record.
EntityHistory(T, int, boolean) - Constructor for class com.bretth.osmosis.core.mysql.v0_5.impl.EntityHistory
Creates a new instance.
EntityHistory(StoreReader, StoreClassRegister) - Constructor for class com.bretth.osmosis.core.mysql.v0_5.impl.EntityHistory
Creates a new instance.
EntityHistory<T extends Storeable> - Class in com.bretth.osmosis.core.mysql.v0_6.impl
A data class representing a history record.
EntityHistory(T, boolean) - Constructor for class com.bretth.osmosis.core.mysql.v0_6.impl.EntityHistory
Creates a new instance.
EntityHistory(StoreReader, StoreClassRegister) - Constructor for class com.bretth.osmosis.core.mysql.v0_6.impl.EntityHistory
Creates a new instance.
EntityHistoryComparator<T extends Entity> - Class in com.bretth.osmosis.core.mysql.v0_5.impl
A comparator for ordering entity history records by timestamp.
EntityHistoryComparator() - Constructor for class com.bretth.osmosis.core.mysql.v0_5.impl.EntityHistoryComparator
 
EntityHistoryComparator<T extends Entity> - Class in com.bretth.osmosis.core.mysql.v0_6.impl
A comparator for ordering entity history records by version.
EntityHistoryComparator() - Constructor for class com.bretth.osmosis.core.mysql.v0_6.impl.EntityHistoryComparator
 
EntityMerger - Class in com.bretth.osmosis.core.merge.v0_5
Merges two sources into a single data set.
EntityMerger(ConflictResolutionMethod, int) - Constructor for class com.bretth.osmosis.core.merge.v0_5.EntityMerger
Creates a new instance.
EntityMerger - Class in com.bretth.osmosis.core.merge.v0_6
Merges two sources into a single data set.
EntityMerger(ConflictResolutionMethod, int) - Constructor for class com.bretth.osmosis.core.merge.v0_6.EntityMerger
Creates a new instance.
EntityMergerFactory - Class in com.bretth.osmosis.core.merge.v0_5
The task manager factory for an entity merger.
EntityMergerFactory() - Constructor for class com.bretth.osmosis.core.merge.v0_5.EntityMergerFactory
 
EntityMergerFactory - Class in com.bretth.osmosis.core.merge.v0_6
The task manager factory for an entity merger.
EntityMergerFactory() - Constructor for class com.bretth.osmosis.core.merge.v0_6.EntityMergerFactory
 
EntityMigrater - Class in com.bretth.osmosis.core.migrate.impl
Provides conversion routines for entity classes between 0.5 and 0.6 format.
EntityMigrater() - Constructor for class com.bretth.osmosis.core.migrate.impl.EntityMigrater
 
EntityProcessor - Interface in com.bretth.osmosis.core.container.v0_5
EntityContainer implementations call implementations of this class to perform entity type specific processing.
EntityProcessor - Interface in com.bretth.osmosis.core.container.v0_6
EntityContainer implementations call implementations of this class to perform entity type specific processing.
EntityProgressLogger - Class in com.bretth.osmosis.core.progress.v0_5
Logs progress information using jdk logging at info level at regular intervals.
EntityProgressLogger(int) - Constructor for class com.bretth.osmosis.core.progress.v0_5.EntityProgressLogger
Creates a new instance.
EntityProgressLogger - Class in com.bretth.osmosis.core.progress.v0_6
Logs progress information using jdk logging at info level at regular intervals.
EntityProgressLogger(int) - Constructor for class com.bretth.osmosis.core.progress.v0_6.EntityProgressLogger
Creates a new instance.
EntityProgressLoggerFactory - Class in com.bretth.osmosis.core.progress.v0_5
The task manager factory for an entity progress logger.
EntityProgressLoggerFactory() - Constructor for class com.bretth.osmosis.core.progress.v0_5.EntityProgressLoggerFactory
 
EntityProgressLoggerFactory - Class in com.bretth.osmosis.core.progress.v0_6
The task manager factory for an entity progress logger.
EntityProgressLoggerFactory() - Constructor for class com.bretth.osmosis.core.progress.v0_6.EntityProgressLoggerFactory
 
EntityReader<T extends Entity> - Class in com.bretth.osmosis.core.pgsql.v0_6.impl
Reads instances of an entity type from a database ordered by the identifier.
EntityReader(DatabaseContext, EntityBuilder<T>) - Constructor for class com.bretth.osmosis.core.pgsql.v0_6.impl.EntityReader
Creates a new instance.
EntityReader(DatabaseContext, EntityBuilder<T>, String) - Constructor for class com.bretth.osmosis.core.pgsql.v0_6.impl.EntityReader
Creates a new instance.
EntityReporter - Class in com.bretth.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 com.bretth.osmosis.core.report.v0_5.EntityReporter
Creates a new instance.
EntityReporter - Class in com.bretth.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 com.bretth.osmosis.core.report.v0_6.EntityReporter
Creates a new instance.
EntityReporterFactory - Class in com.bretth.osmosis.core.report.v0_5
The task manager factory for an entity reporter.
EntityReporterFactory() - Constructor for class com.bretth.osmosis.core.report.v0_5.EntityReporterFactory
 
EntityReporterFactory - Class in com.bretth.osmosis.core.report.v0_6
The task manager factory for an entity reporter.
EntityReporterFactory() - Constructor for class com.bretth.osmosis.core.report.v0_6.EntityReporterFactory
 
EntitySnapshotReader<T extends Entity> - Class in com.bretth.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 com.bretth.osmosis.core.mysql.v0_5.impl.EntitySnapshotReader
Creates a new instance.
EntitySnapshotReader<T extends Entity> - Class in com.bretth.osmosis.core.mysql.v0_6.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 com.bretth.osmosis.core.mysql.v0_6.impl.EntitySnapshotReader
Creates a new instance.
EntitySorter - Class in com.bretth.osmosis.core.sort.v0_5
A data stream filter that sorts entities.
EntitySorter(Comparator<EntityContainer>) - Constructor for class com.bretth.osmosis.core.sort.v0_5.EntitySorter
Creates a new instance.
EntitySorter - Class in com.bretth.osmosis.core.sort.v0_6
A data stream filter that sorts entities.
EntitySorter(Comparator<EntityContainer>) - Constructor for class com.bretth.osmosis.core.sort.v0_6.EntitySorter
Creates a new instance.
EntitySorterFactory - Class in com.bretth.osmosis.core.sort.v0_5
The task manager factory for an entity sorter.
EntitySorterFactory() - Constructor for class com.bretth.osmosis.core.sort.v0_5.EntitySorterFactory
Creates a new instance.
EntitySorterFactory - Class in com.bretth.osmosis.core.sort.v0_6
The task manager factory for an entity sorter.
EntitySorterFactory() - Constructor for class com.bretth.osmosis.core.sort.v0_6.EntitySorterFactory
Creates a new instance.
EntityTableReader<T extends Entity> - Class in com.bretth.osmosis.core.pgsql.v0_6.impl
Reads entities from a database ordered by their identifier.
EntityTableReader(DatabaseContext, EntityBuilder<T>) - Constructor for class com.bretth.osmosis.core.pgsql.v0_6.impl.EntityTableReader
Creates a new instance.
EntityTableReader(DatabaseContext, EntityBuilder<T>, String) - Constructor for class com.bretth.osmosis.core.pgsql.v0_6.impl.EntityTableReader
Creates a new instance with a constrained search.
EntityTagHistoryReader - Class in com.bretth.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 com.bretth.osmosis.core.mysql.v0_5.impl.EntityTagHistoryReader
Creates a new instance.
EntityTagHistoryReader - Class in com.bretth.osmosis.core.mysql.v0_6.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 com.bretth.osmosis.core.mysql.v0_6.impl.EntityTagHistoryReader
Creates a new instance.
EntityTagTableReader - Class in com.bretth.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 com.bretth.osmosis.core.mysql.v0_5.impl.EntityTagTableReader
Creates a new instance.
EntityTagTableReader - Class in com.bretth.osmosis.core.mysql.v0_6.impl
Reads all tags for an entity from a tag table ordered by the entity identifier.
EntityTagTableReader(DatabaseLoginCredentials, String) - Constructor for class com.bretth.osmosis.core.mysql.v0_6.impl.EntityTagTableReader
Creates a new instance.
EntityTagTableReader - Class in com.bretth.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 com.bretth.osmosis.core.pgsql.v0_5.impl.EntityTagTableReader
Creates a new instance.
EntityTagTableReader(DatabaseContext, String, String, String) - Constructor for class com.bretth.osmosis.core.pgsql.v0_5.impl.EntityTagTableReader
Creates a new instance.
EntityTee - Class in com.bretth.osmosis.core.tee.v0_5
Sends input data to two output destinations.
EntityTee(int) - Constructor for class com.bretth.osmosis.core.tee.v0_5.EntityTee
Creates a new instance.
EntityTee - Class in com.bretth.osmosis.core.tee.v0_6
Sends input data to two output destinations.
EntityTee(int) - Constructor for class com.bretth.osmosis.core.tee.v0_6.EntityTee
Creates a new instance.
EntityTeeFactory - Class in com.bretth.osmosis.core.tee.v0_5
The task manager factory for an entity tee.
EntityTeeFactory() - Constructor for class com.bretth.osmosis.core.tee.v0_5.EntityTeeFactory
 
EntityTeeFactory - Class in com.bretth.osmosis.core.tee.v0_6
The task manager factory for an entity tee.
EntityTeeFactory() - Constructor for class com.bretth.osmosis.core.tee.v0_6.EntityTeeFactory
 
EntityType - Enum in com.bretth.osmosis.core.domain.v0_5
An enum representing the different data types in the OSM data model.
EntityType - Enum in com.bretth.osmosis.core.domain.v0_6
An enum representing the different data types in the OSM data model.
equals(Object) - Method in class com.bretth.osmosis.core.domain.v0_5.Bound
equals(Object) - Method in class com.bretth.osmosis.core.domain.v0_5.Node
equals(Object) - Method in class com.bretth.osmosis.core.domain.v0_5.OsmUser
equals(Object) - Method in class com.bretth.osmosis.core.domain.v0_5.Relation
equals(Object) - Method in class com.bretth.osmosis.core.domain.v0_5.Way
equals(Object) - Method in class com.bretth.osmosis.core.domain.v0_6.Bound
equals(Object) - Method in class com.bretth.osmosis.core.domain.v0_6.Node
equals(Object) - Method in class com.bretth.osmosis.core.domain.v0_6.OsmUser
equals(Object) - Method in class com.bretth.osmosis.core.domain.v0_6.Relation
equals(Object) - Method in class com.bretth.osmosis.core.domain.v0_6.Way
error(SAXParseException) - Method in class com.bretth.osmosis.core.xml.v0_5.impl.OsmHandler
Called by the SAX parser when an error occurs.
error(SAXParseException) - Method in class com.bretth.osmosis.core.xml.v0_6.impl.OsmHandler
Called by the SAX parser when an error occurs.
execute() - Method in class com.bretth.osmosis.core.pipeline.common.ActiveTaskManager
Begins execution of the task.
execute() - Method in class com.bretth.osmosis.core.pipeline.common.PassiveTaskManager
Begins execution of the task.
execute() - Method in class com.bretth.osmosis.core.pipeline.common.Pipeline
Launches the execution of the tasks within the pipeline.
execute() - Method in class com.bretth.osmosis.core.pipeline.common.TaskManager
Begins execution of the task.
executeQuery(String) - Method in class com.bretth.osmosis.core.pgsql.common.DatabaseContext
Executes a query and returns a result set.
executeStatement(String) - Method in class com.bretth.osmosis.core.mysql.common.DatabaseContext
Executes a sql statement against the database.
executeStatement(String) - Method in class com.bretth.osmosis.core.pgsql.common.DatabaseContext
Executes a sql statement against the database.
executeStreamingQuery(String) - Method in class com.bretth.osmosis.core.mysql.common.DatabaseContext
Creates a result set that is configured to stream results from the database.
exists(long) - Method in class com.bretth.osmosis.core.pgsql.v0_6.impl.EntityDao
Checks if the specified entity exists in the database.
externalNodeIdTracker - Variable in class com.bretth.osmosis.core.filter.v0_5.impl.BoundingBoxContext
All nodes outside the bounding box are stored within this tracker.
externalNodeIdTracker - Variable in class com.bretth.osmosis.core.filter.v0_6.impl.BoundingBoxContext
All nodes outside the bounding box are stored within this tracker.

F

FallbackDateParser - Class in com.bretth.osmosis.core.xml.common
Handles a number of different date formats encountered in OSM.
FallbackDateParser() - Constructor for class com.bretth.osmosis.core.xml.common.FallbackDateParser
Creates a new instance.
FastXmlParser - Class in com.bretth.osmosis.core.xml.v0_6.impl
Reads the contents of an osm file using a Stax parser.
FastXmlParser(Sink, XMLStreamReader2, boolean) - Constructor for class com.bretth.osmosis.core.xml.v0_6.impl.FastXmlParser
 
FastXmlReader - Class in com.bretth.osmosis.core.xml.v0_6
An OSM data source reading from an xml file.
FastXmlReader(File, boolean, CompressionMethod) - Constructor for class com.bretth.osmosis.core.xml.v0_6.FastXmlReader
Creates a new instance.
FastXmlReaderFactory - Class in com.bretth.osmosis.core.xml.v0_6
The task manager factory for an xml reader.
FastXmlReaderFactory() - Constructor for class com.bretth.osmosis.core.xml.v0_6.FastXmlReaderFactory
 
FileBasedLock - Class in com.bretth.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 com.bretth.osmosis.core.util.FileBasedLock
Creates a new instance.
FileBasedSort<T extends Storeable> - Class in com.bretth.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 com.bretth.osmosis.core.sort.common.FileBasedSort
Creates a new instance.
finalize() - Method in class com.bretth.osmosis.core.mysql.common.DatabaseContext
Enforces cleanup of any remaining resources during garbage collection.
finalize() - Method in class com.bretth.osmosis.core.pgsql.common.DatabaseContext
Enforces cleanup of any remaining resources during garbage collection.
finalize() - Method in class org.apache.tools.bzip2.CBZip2OutputStream
 
FixedPrecisionCoordinateConvertor - Class in com.bretth.osmosis.core.util
Converts a double coordinate value into an equivalent integer with fixed precision.
flush() - Method in class com.bretth.osmosis.core.store.OffsetTrackingOutputStream
flush() - Method in class org.apache.tools.bzip2.CBZip2OutputStream
 
format(List<Tag>) - Method in class com.bretth.osmosis.core.mysql.v0_5.impl.EmbeddedTagProcessor
Produces a string representing the complete list of tags.
format(Date) - Method in class com.bretth.osmosis.core.xml.common.DateFormatter
Formats a date in XML format.
formatTimestamp(Date) - Method in class com.bretth.osmosis.core.domain.common.TimestampFormat
Formats the date object into string form.
formatTimestamp(Date) - Method in class com.bretth.osmosis.core.xml.common.XmlTimestampFormat
Formats the date object into string form.

G

G_SIZE - Static variable in interface org.apache.tools.bzip2.BZip2Constants
 
generateFileName(Date, Date) - Method in class com.bretth.osmosis.core.merge.v0_5.impl.ChangesetFileNameFormatter
Generates an appropriate file name based on the input dates.
generateFileName(Date, Date) - Method in class com.bretth.osmosis.core.merge.v0_6.impl.ChangesetFileNameFormatter
Generates an appropriate file name based on the input dates.
GenericObjectReader - Class in com.bretth.osmosis.core.store
Provides functionality to deserialise a Storeable implementation from a store.
GenericObjectReader(StoreReader, StoreClassRegister) - Constructor for class com.bretth.osmosis.core.store.GenericObjectReader
Creates a new instance.
GenericObjectSerializationFactory - Class in com.bretth.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 com.bretth.osmosis.core.store.GenericObjectSerializationFactory
 
GenericObjectWriter - Class in com.bretth.osmosis.core.store
Provides functionality to serialise a Storeable implementation to a store.
GenericObjectWriter(StoreWriter, StoreClassRegister) - Constructor for class com.bretth.osmosis.core.store.GenericObjectWriter
Creates a new instance.
get(long) - Method in class com.bretth.osmosis.core.filter.common.BitSetIdTracker
Checks whether the specified id is active.
get(long) - Method in interface com.bretth.osmosis.core.filter.common.IdTracker
Checks whether the specified id is active.
get(long) - Method in class com.bretth.osmosis.core.filter.common.ListIdTracker
Checks whether the specified id is active.
get(long) - Method in class com.bretth.osmosis.core.store.IndexedObjectStoreReader
Returns the object identified by id.
get(K) - Method in class com.bretth.osmosis.core.store.IndexStoreReader
Returns the index element identified by id.
get(long) - Method in class com.bretth.osmosis.core.store.RandomAccessObjectStoreReader
Reads the object at the specified file offset.
getAction() - Method in class com.bretth.osmosis.core.container.v0_5.ChangeContainer
Returns the contained action.
getAction() - Method in class com.bretth.osmosis.core.container.v0_6.ChangeContainer
Returns the contained action.
getAllowIncorrectSchemaVersion() - Method in class com.bretth.osmosis.core.database.DatabasePreferences
Returns the allowIncorrectSchemaVersion flag.
getAllowIncorrectSchemaVersion() - Method in class com.bretth.osmosis.extract.mysql.common.Configuration
Returns the validate schema version flag.
getBaseUrl() - Method in class com.bretth.osmosis.core.merge.v0_5.impl.DownloaderConfiguration
Returns the URL that change files should be downloaded from.
getBaseUrl() - Method in class com.bretth.osmosis.core.merge.v0_6.impl.DownloaderConfiguration
Returns the URL that change files should be downloaded from.
getBooleanArgument(TaskConfiguration, String, boolean) - Method in class com.bretth.osmosis.core.pipeline.common.TaskManagerFactory
Utility method for retrieving a boolean argument value from a Map of task arguments.
getBottom() - Method in class com.bretth.osmosis.core.domain.v0_5.Bound
 
getBottom() - Method in class com.bretth.osmosis.core.domain.v0_6.Bound
 
getByteCount() - Method in class com.bretth.osmosis.core.store.OffsetTrackingOutputStream
Returns the number of bytes written to this stream so far.
getChangeFileBeginFormat() - Method in class com.bretth.osmosis.core.merge.v0_5.impl.DownloaderConfiguration
Returns the begin time portion of the changeset filename.
getChangeFileBeginFormat() - Method in class com.bretth.osmosis.core.merge.v0_6.impl.DownloaderConfiguration
Returns the begin time portion of the changeset filename.
getChangeFileBeginFormat() - Method in class com.bretth.osmosis.extract.mysql.common.Configuration
Returns the begin time portion of the changeset filename.
getChangeFileEndFormat() - Method in class com.bretth.osmosis.core.merge.v0_5.impl.DownloaderConfiguration
Returns the end time portion of the changeset filename.
getChangeFileEndFormat() - Method in class com.bretth.osmosis.core.merge.v0_6.impl.DownloaderConfiguration
Returns the end time portion of the changeset filename.
getChangeFileEndFormat() - Method in class com.bretth.osmosis.extract.mysql.common.Configuration
Returns the end time portion of the changeset filename.
getChangesetId() - Method in class com.bretth.osmosis.core.mysql.v0_6.impl.ActiveChangeset
Gets the database identifier of the changeset.
getChangeSink(int) - Method in class com.bretth.osmosis.core.change.v0_5.ChangeApplier
Obtains one of the change sinks exposed by the task.
getChangeSink(int) - Method in class com.bretth.osmosis.core.change.v0_6.ChangeApplier
Obtains one of the change sinks exposed by the task.
getChangeSink(int) - Method in class com.bretth.osmosis.core.merge.v0_5.ChangeMerger
Obtains one of the change sinks exposed by the task.
getChangeSink(int) - Method in class com.bretth.osmosis.core.merge.v0_6.ChangeMerger
Obtains one of the change sinks exposed by the task.
getChangeSink(int) - Method in interface com.bretth.osmosis.core.task.v0_5.MultiChangeSink
Obtains one of the change sinks exposed by the task.
getChangeSink(int) - Method in interface com.bretth.osmosis.core.task.v0_6.MultiChangeSink
Obtains one of the change sinks exposed by the task.
getChangeSinkCount() - Method in class com.bretth.osmosis.core.change.v0_5.ChangeApplier
This implementation always returns 1.
getChangeSinkCount() - Method in class com.bretth.osmosis.core.change.v0_6.ChangeApplier
This implementation always returns 1.
getChangeSinkCount() - Method in class com.bretth.osmosis.core.merge.v0_5.ChangeMerger
This implementation always returns 2.
getChangeSinkCount() - Method in class com.bretth.osmosis.core.merge.v0_6.ChangeMerger
This implementation always returns 2.
getChangeSinkCount() - Method in interface com.bretth.osmosis.core.task.v0_5.MultiChangeSink
Returns the number of change sinks provided by this task.
getChangeSinkCount() - Method in interface com.bretth.osmosis.core.task.v0_6.MultiChangeSink
Returns the number of change sinks provided by this task.
getChangeSource(int) - Method in interface com.bretth.osmosis.core.task.v0_5.MultiChangeSource
Retrieves a specific change source that can then have a change sink attached.
getChangeSource(int) - Method in interface com.bretth.osmosis.core.task.v0_6.MultiChangeSource
Retrieves a specific change source that can then have a change sink attached.
getChangeSource(int) - Method in class com.bretth.osmosis.core.tee.v0_5.ChangeTee
Retrieves a specific change source that can then have a change sink attached.
getChangeSource(int) - Method in class com.bretth.osmosis.core.tee.v0_6.ChangeTee
Retrieves a specific change source that can then have a change sink attached.
getChangeSourceCount() - Method in interface com.bretth.osmosis.core.task.v0_5.MultiChangeSource
Indicates the number of change sources that the task provides.
getChangeSourceCount() - Method in interface com.bretth.osmosis.core.task.v0_6.MultiChangeSource
Indicates the number of change sources that the task provides.
getChangeSourceCount() - Method in class com.bretth.osmosis.core.tee.v0_5.ChangeTee
Indicates the number of change sources that the task provides.
getChangeSourceCount() - Method in class com.bretth.osmosis.core.tee.v0_6.ChangeTee
Indicates the number of change sources that the task provides.
getChild(String, String, String) - Method in class com.bretth.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 com.bretth.osmosis.core.xml.common.DummyElementProcessor
This implementation returns itself and increments an internal counter.
getChild(String, String, String) - Method in interface com.bretth.osmosis.core.xml.common.ElementProcessor
Retrieves the appropriate child element processor for the newly encountered nested element.
getChild(String, String, String) - Method in class com.bretth.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 com.bretth.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 com.bretth.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 com.bretth.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 com.bretth.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 com.bretth.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 com.bretth.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 com.bretth.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 com.bretth.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 com.bretth.osmosis.core.xml.v0_6.impl.WayElementProcessor
Retrieves the appropriate child element processor for the newly encountered nested element.
getChunkCount() - Method in class com.bretth.osmosis.core.store.ChunkedObjectStore
Returns the number of chunks managed by this store.
getClassFromIdentifier(StoreReader) - Method in class com.bretth.osmosis.core.store.StoreClassRegister
Returns the class associated with the unique identifier in the store.
getCompressionMethodArgument(TaskConfiguration, String) - Method in class com.bretth.osmosis.core.xml.common.XmlTaskManagerFactory
Utility method for retrieving a CompressionMethod argument value from a Map of task arguments.
getConfigArgs() - Method in class com.bretth.osmosis.core.pipeline.common.TaskConfiguration
The configuration arguments for the task.
getDatabase() - Method in class com.bretth.osmosis.core.database.DatabaseLoginCredentials
Returns the database.
getDatabase() - Method in class com.bretth.osmosis.extract.mysql.common.Configuration
Returns the database instance.
getDatabaseContext() - Method in class com.bretth.osmosis.core.pgsql.common.BaseDao
Provides access to the database context.
getDatabaseLoginCredentials(TaskConfiguration) - Method in class com.bretth.osmosis.core.database.DatabaseTaskManagerFactory
Utility method for retrieving the login credentials for a database connection.
getDatabasePreferences(TaskConfiguration) - Method in class com.bretth.osmosis.core.database.DatabaseTaskManagerFactory
Utility method for retrieving the login credentials for a database connection.
getDatabaseValue() - Method in enum com.bretth.osmosis.core.pgsql.v0_6.impl.ActionDataType
Returns the database value representing this action.
getDatabaseValue() - Method in enum com.bretth.osmosis.core.pgsql.v0_6.impl.ChangesetAction
Returns the database value representing this action.
getDateArgument(TaskConfiguration, String, Date) - Method in class com.bretth.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 com.bretth.osmosis.core.pipeline.common.TaskManagerFactory
Utility method for retrieving a date argument value from a Map of task arguments.
getDbFeature() - Method in class com.bretth.osmosis.core.mysql.v0_6.impl.DbFeatureHistory
Gets the contained feature.
getDefaultArg() - Method in class com.bretth.osmosis.core.pipeline.common.TaskConfiguration
Contains the single default argument (if supplied) to the task.
getDefaultIntegerArgument(TaskConfiguration, int) - Method in class com.bretth.osmosis.core.pipeline.common.TaskManagerFactory
Utility method for retrieving the default argument for the task as an integer.
getDefaultStringArgument(TaskConfiguration, String) - Method in class com.bretth.osmosis.core.pipeline.common.TaskManagerFactory
Utility method for retrieving the default argument for the task as a String.
getDisplayName() - Method in class com.bretth.osmosis.util.impl.User
The publicly displayed name of the user.
getDoubleArgument(TaskConfiguration, String, double) - Method in class com.bretth.osmosis.core.pipeline.common.TaskManagerFactory
Utility method for retrieving a double argument value from a Map of task arguments.
getEnableProductionEncodingHack() - Method in class com.bretth.osmosis.extract.mysql.common.Configuration
Returns the production encoding hack flag.
getEntity() - Method in class com.bretth.osmosis.core.container.v0_5.BoundContainer
Returns the contained entity.
getEntity() - Method in class com.bretth.osmosis.core.container.v0_5.EntityContainer
Returns the contained entity.
getEntity() - Method in class com.bretth.osmosis.core.container.v0_5.NodeContainer
Returns the contained entity.
getEntity() - Method in class com.bretth.osmosis.core.container.v0_5.RelationContainer
Returns the contained entity.
getEntity() - Method in class com.bretth.osmosis.core.container.v0_5.WayContainer
Returns the contained entity.
getEntity() - Method in class com.bretth.osmosis.core.container.v0_6.BoundContainer
Returns the contained entity.
getEntity() - Method in class com.bretth.osmosis.core.container.v0_6.EntityContainer
Returns the contained entity.
getEntity() - Method in class com.bretth.osmosis.core.container.v0_6.NodeContainer
Returns the contained entity.
getEntity() - Method in class com.bretth.osmosis.core.container.v0_6.RelationContainer
Returns the contained entity.
getEntity() - Method in class com.bretth.osmosis.core.container.v0_6.WayContainer
Returns the contained entity.
getEntity() - Method in class com.bretth.osmosis.core.mysql.common.BaseTableReader.ReadResult
Returns the entity.
getEntity() - Method in class com.bretth.osmosis.core.mysql.v0_5.impl.EntityHistory
Gets the contained entity.
getEntity() - Method in class com.bretth.osmosis.core.mysql.v0_6.impl.EntityHistory
Gets the contained entity.
getEntity() - Method in class com.bretth.osmosis.core.pgsql.common.BaseTableReader.ReadResult
Returns the entity.
getEntity(long) - Method in class com.bretth.osmosis.core.pgsql.v0_6.impl.EntityDao
Loads the specified entity from the database.
getEntity(long) - Method in class com.bretth.osmosis.core.pgsql.v0_6.impl.RelationDao
Loads the specified entity from the database.
getEntity(long) - Method in class com.bretth.osmosis.core.pgsql.v0_6.impl.WayDao
Loads the specified entity from the database.
getEntityClass() - Method in class com.bretth.osmosis.core.pgsql.v0_6.impl.EntityBuilder
Returns the class for the entity type being supported.
getEntityClass() - Method in class com.bretth.osmosis.core.pgsql.v0_6.impl.NodeBuilder
Returns the class for the entity type being supported.
getEntityClass() - Method in class com.bretth.osmosis.core.pgsql.v0_6.impl.RelationBuilder
Returns the class for the entity type being supported.
getEntityClass() - Method in class com.bretth.osmosis.core.pgsql.v0_6.impl.WayBuilder
Returns the class for the entity type being supported.
getEntityContainer() - Method in class com.bretth.osmosis.core.container.v0_5.ChangeContainer
Returns the contained entity.
getEntityContainer() - Method in class com.bretth.osmosis.core.container.v0_6.ChangeContainer
Returns the contained entity.
getEntityCount() - Method in class com.bretth.osmosis.core.mysql.v0_6.impl.ActiveChangeset
Gets the number of entities that have been added using this changeset.
getEntityId() - Method in class com.bretth.osmosis.core.mysql.v0_5.impl.DBEntityTag
 
getEntityId() - Method in class com.bretth.osmosis.core.mysql.v0_6.impl.DbFeature
 
getEntityName() - Method in class com.bretth.osmosis.core.pgsql.v0_6.impl.EntityBuilder
Returns the name of the entity to substitute into SQL statements.
getEntityName() - Method in class com.bretth.osmosis.core.pgsql.v0_6.impl.EntityFeatureBuilder
Returns the name of the entity feature.
getEntityName() - Method in class com.bretth.osmosis.core.pgsql.v0_6.impl.NodeBuilder
Returns the name of the entity to substitute into SQL statements.
getEntityName() - Method in class com.bretth.osmosis.core.pgsql.v0_6.impl.RelationBuilder
Returns the name of the entity to substitute into SQL statements.
getEntityName() - Method in class com.bretth.osmosis.core.pgsql.v0_6.impl.RelationMemberBuilder
Returns the name of the entity feature.
getEntityName() - Method in class com.bretth.osmosis.core.pgsql.v0_6.impl.TagBuilder
Returns the name of the entity feature.
getEntityName() - Method in class com.bretth.osmosis.core.pgsql.v0_6.impl.WayBuilder
Returns the name of the entity to substitute into SQL statements.
getEntityName() - Method in class com.bretth.osmosis.core.pgsql.v0_6.impl.WayNodeBuilder
Returns the name of the entity feature.
getEntityType(byte) - Method in class com.bretth.osmosis.core.pgsql.v0_5.impl.MemberTypeValueMapper
Returns the entity type value corresponding to the specified member type.
getEntityType() - Method in class com.bretth.osmosis.core.pgsql.v0_6.impl.EntityBuilder
Returns the action data type of the entity.
getEntityType(String) - Method in class com.bretth.osmosis.core.pgsql.v0_6.impl.MemberTypeValueMapper
Returns the entity type value corresponding to the specified member type.
getEntityType() - Method in class com.bretth.osmosis.core.pgsql.v0_6.impl.NodeBuilder
Returns the action data type of the entity.
getEntityType() - Method in class com.bretth.osmosis.core.pgsql.v0_6.impl.RelationBuilder
Returns the action data type of the entity.
getEntityType() - Method in class com.bretth.osmosis.core.pgsql.v0_6.impl.WayBuilder
Returns the action data type of the entity.
getException() - Method in class com.bretth.osmosis.core.pipeline.common.TaskRunner
Returns the reason for abnormal termination.
getFactoryRegister() - Method in class com.bretth.osmosis.core.TaskRegistrar
Returns the configured task manager factory register configured.
getFeature() - Method in class com.bretth.osmosis.core.mysql.v0_6.impl.DbFeature
 
getForceUtf8() - Method in class com.bretth.osmosis.core.database.DatabaseLoginCredentials
Returns the force utf-8 flag.
getFormattedTimestamp(TimestampFormat) - Method in class com.bretth.osmosis.core.domain.common.SimpleTimestampContainer
Gets the timestamp in a string format.
getFormattedTimestamp(TimestampFormat) - Method in interface com.bretth.osmosis.core.domain.common.TimestampContainer
Gets the timestamp in a string format.
getFormattedTimestamp(TimestampFormat) - Method in class com.bretth.osmosis.core.domain.common.UnparsedTimestampContainer
Gets the timestamp in a string format.
getFormattedTimestamp(TimestampFormat) - Method in class com.bretth.osmosis.core.domain.v0_5.Entity
Gets the timestamp in a string format.
getFormattedTimestamp(TimestampFormat) - Method in class com.bretth.osmosis.core.domain.v0_6.Entity
Gets the timestamp in a string format.
getHost() - Method in class com.bretth.osmosis.core.database.DatabaseLoginCredentials
Returns the host.
getHost() - Method in class com.bretth.osmosis.extract.mysql.common.Configuration
Returns the database host.
getId() - Method in class com.bretth.osmosis.core.domain.v0_5.Entity
 
getId() - Method in class com.bretth.osmosis.core.domain.v0_5.OsmUser
 
getId() - Method in class com.bretth.osmosis.core.domain.v0_6.Entity
 
getId() - Method in class com.bretth.osmosis.core.domain.v0_6.OsmUser
 
getId() - Method in class com.bretth.osmosis.core.pipeline.common.TaskConfiguration
The unique identifier for the task.
getId() - Method in class com.bretth.osmosis.core.store.IntegerLongIndexElement
Returns the id of this index element.
getId() - Method in class com.bretth.osmosis.core.store.LongLongIndexElement
Returns the id of this index element.
getId() - Method in class com.bretth.osmosis.util.impl.User
The unique identifier of the user.
getIdTrackerType(TaskConfiguration) - Method in class com.bretth.osmosis.core.filter.v0_5.AreaFilterTaskManagerFactory
Utility method for retrieving the login credentials for a database connection.
getIdTrackerType(TaskConfiguration) - Method in class com.bretth.osmosis.core.filter.v0_5.UsedNodeFilterFactory
Utility method that returns the IdTrackerType to use for a given taskConfig.
getIdTrackerType(TaskConfiguration) - Method in class com.bretth.osmosis.core.filter.v0_6.AreaFilterTaskManagerFactory
Utility method for retrieving the login credentials for a database connection.
getIdTrackerType(TaskConfiguration) - Method in class com.bretth.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 com.bretth.osmosis.core.pipeline.common.TaskManager
Finds the specified pipe task, unregisters it from the available tasks and returns it.
getInstance(String) - Method in class com.bretth.osmosis.core.pipeline.common.TaskManagerFactoryRegister
Get a task manager factory from the register.
getIntegerArgument(TaskConfiguration, String) - Method in class com.bretth.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 com.bretth.osmosis.core.pipeline.common.TaskManagerFactory
Utility method for retrieving an integer argument value from a Map of task arguments.
getIntervalLength() - Method in class com.bretth.osmosis.core.merge.v0_5.impl.DownloaderConfiguration
Returns the duration of each changeset interval.
getIntervalLength() - Method in class com.bretth.osmosis.core.merge.v0_6.impl.DownloaderConfiguration
Returns the duration of each changeset interval.
getIntervalLength() - Method in class com.bretth.osmosis.extract.mysql.common.Configuration
Returns the duration of each changeset interval.
getKey() - Method in class com.bretth.osmosis.core.domain.v0_5.Tag
 
getKey() - Method in class com.bretth.osmosis.core.domain.v0_6.Tag
 
getKey() - Method in interface com.bretth.osmosis.core.store.IndexElement
Returns the key associated with this element for the purposes of indexing.
getKey() - Method in class com.bretth.osmosis.core.store.IntegerLongIndexElement
Returns the key associated with this element for the purposes of indexing.
getKey() - Method in class com.bretth.osmosis.core.store.LongLongIndexElement
Returns the key associated with this element for the purposes of indexing.
getLagLength() - Method in class com.bretth.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 com.bretth.osmosis.core.mysql.common.IdentityColumnValueLoader
Returns the id of the most recently inserted row on the current connection.
getLatitude() - Method in class com.bretth.osmosis.core.domain.v0_5.Node
 
getLatitude() - Method in class com.bretth.osmosis.core.domain.v0_6.Node
 
getLatitude() - Method in class com.bretth.osmosis.core.pgsql.v0_6.impl.NodeLocation
Gets the latitude of the node.
getLeft() - Method in class com.bretth.osmosis.core.domain.v0_5.Bound
 
getLeft() - Method in class com.bretth.osmosis.core.domain.v0_6.Bound
 
getList(long) - Method in class com.bretth.osmosis.core.pgsql.v0_6.impl.EntityFeatureDao
Loads all instances of this feature for the specified entity from the database.
getLogLevel() - Method in class com.bretth.osmosis.core.cli.CommandLineParser
The level of logging required.
getLongitude() - Method in class com.bretth.osmosis.core.domain.v0_5.Node
 
getLongitude() - Method in class com.bretth.osmosis.core.domain.v0_6.Node
 
getLongitude() - Method in class com.bretth.osmosis.core.pgsql.v0_6.impl.NodeLocation
Gets the longitude of the node.
getMaxDownloadCount() - Method in class com.bretth.osmosis.core.merge.v0_5.impl.DownloaderConfiguration
Returns the maximum number of files to download in a single invocation.
getMemberId() - Method in class com.bretth.osmosis.core.domain.v0_5.RelationMember
Returns the id of the member entity.
getMemberId() - Method in class com.bretth.osmosis.core.domain.v0_6.RelationMember
Returns the id of the member entity.
getMemberList() - Method in class com.bretth.osmosis.core.domain.v0_5.Relation
Returns the attached list of relation members.
getMemberList() - Method in class com.bretth.osmosis.core.domain.v0_6.Relation
Returns the attached list of relation members.
getMemberRole() - Method in class com.bretth.osmosis.core.domain.v0_5.RelationMember
Returns the role that this member forms within the relation.
getMemberRole() - Method in class com.bretth.osmosis.core.domain.v0_6.RelationMember
Returns the role that this member forms within the relation.
getMemberType() - Method in class com.bretth.osmosis.core.domain.v0_5.RelationMember
Returns the type of the member entity.
getMemberType() - Method in class com.bretth.osmosis.core.domain.v0_6.RelationMember
Returns the type of the member entity.
getMemberType(EntityType) - Method in class com.bretth.osmosis.core.pgsql.v0_5.impl.MemberTypeValueMapper
Returns the member type value corresponding to the specified entity type.
getMemberType(EntityType) - Method in class com.bretth.osmosis.core.pgsql.v0_6.impl.MemberTypeValueMapper
Returns the member type value corresponding to the specified entity type.
getName() - Method in class com.bretth.osmosis.core.domain.v0_5.OsmUser
 
getName() - Method in class com.bretth.osmosis.core.domain.v0_6.OsmUser
 
getNext() - Method in class com.bretth.osmosis.core.store.DataPostbox
Returns the next available object from the postbox.
getNode(long) - Method in interface com.bretth.osmosis.core.container.v0_5.DatasetReader
Retrieves a specific node by its identifier.
getNode(long) - Method in interface com.bretth.osmosis.core.container.v0_6.DatasetReader
Retrieves a specific node by its identifier.
getNode(long) - Method in class com.bretth.osmosis.core.customdb.v0_5.impl.DatasetStoreReader
Retrieves a specific node by its identifier.
getNode(long) - Method in class com.bretth.osmosis.core.customdb.v0_6.impl.DatasetStoreReader
Retrieves a specific node by its identifier.
getNode(long) - Method in class com.bretth.osmosis.core.pgsql.v0_5.impl.NodeDao
Loads the specified node from the database.
getNode(long) - Method in class com.bretth.osmosis.core.pgsql.v0_5.impl.PostgreSqlDatasetReader
Retrieves a specific node by its identifier.
getNode(long) - Method in class com.bretth.osmosis.core.pgsql.v0_6.impl.PostgreSqlDatasetReader
Retrieves a specific node by its identifier.
getNodeId() - Method in class com.bretth.osmosis.core.domain.v0_5.WayNode
 
getNodeId() - Method in class com.bretth.osmosis.core.domain.v0_6.WayNode
 
getNodeIdsForTileRange(int, int) - Method in class com.bretth.osmosis.core.customdb.v0_5.impl.DatasetStoreReader
Returns all nodes that are contained within the specified tile range.
getNodeIdsForTileRange(int, int) - Method in class com.bretth.osmosis.core.customdb.v0_6.impl.DatasetStoreReader
Returns all nodes that are contained within the specified tile range.
getNodeIdsForTileRange(int, int) - Method in class com.bretth.osmosis.core.filter.v0_5.impl.BaseDatasetReader
Returns all nodes that are contained within the specified tile range.
getNodeIdsForTileRange(int, int) - Method in class com.bretth.osmosis.core.filter.v0_6.impl.BaseDatasetReader
Returns all nodes that are contained within the specified tile range.
getNodeLocation(long) - Method in class com.bretth.osmosis.core.pgsql.v0_6.impl.InMemoryNodeLocationStore
Gets the location details of the specified node.
getNodeLocation(long) - Method in interface com.bretth.osmosis.core.pgsql.v0_6.impl.NodeLocationStore
Gets the location details of the specified node.
getNodeLocation(long) - Method in class com.bretth.osmosis.core.pgsql.v0_6.impl.PersistentNodeLocationStore
Gets the location details of the specified node.
getNodeObjectFile() - Method in interface com.bretth.osmosis.core.customdb.v0_5.impl.DatasetStoreFileManager
Returns the file to be used for storing node objects.
getNodeObjectFile() - Method in class com.bretth.osmosis.core.customdb.v0_5.impl.PermanentFileDatasetStoreFileManager
Returns the file to be used for storing node objects.
getNodeObjectFile() - Method in class com.bretth.osmosis.core.customdb.v0_5.impl.TempFileDatasetStoreFileManager
Returns the file to be used for storing node objects.
getNodeObjectFile() - Method in interface com.bretth.osmosis.core.customdb.v0_6.impl.DatasetStoreFileManager
Returns the file to be used for storing node objects.
getNodeObjectFile() - Method in class com.bretth.osmosis.core.customdb.v0_6.impl.PermanentFileDatasetStoreFileManager
Returns the file to be used for storing node objects.
getNodeObjectFile() - Method in class com.bretth.osmosis.core.customdb.v0_6.impl.TempFileDatasetStoreFileManager
Returns the file to be used for storing node objects.
getNodeObjectOffsetIndexFile() - Method in interface com.bretth.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 com.bretth.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 com.bretth.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 com.bretth.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 com.bretth.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 com.bretth.osmosis.core.customdb.v0_6.impl.TempFileDatasetStoreFileManager
Returns the file to be used for storing node object offsets against their id.
getNodeRelationIndexFile() - Method in interface com.bretth.osmosis.core.customdb.v0_5.impl.DatasetStoreFileManager
Returns the file to be used for storing relationships between nodes and relations.
getNodeRelationIndexFile() - Method in class com.bretth.osmosis.core.customdb.v0_5.impl.PermanentFileDatasetStoreFileManager
Returns the file to be used for storing relationships between nodes and relations.
getNodeRelationIndexFile() - Method in class com.bretth.osmosis.core.customdb.v0_5.impl.TempFileDatasetStoreFileManager
Returns the file to be used for storing relationships between nodes and relations.
getNodeRelationIndexFile() - Method in interface com.bretth.osmosis.core.customdb.v0_6.impl.DatasetStoreFileManager
Returns the file to be used for storing relationships between nodes and relations.
getNodeRelationIndexFile() - Method in class com.bretth.osmosis.core.customdb.v0_6.impl.PermanentFileDatasetStoreFileManager
Returns the file to be used for storing relationships between nodes and relations.
getNodeRelationIndexFile() - Method in class com.bretth.osmosis.core.customdb.v0_6.impl.TempFileDatasetStoreFileManager
Returns the file to be used for storing relationships between nodes and relations.
getNodeTileIndexFile() - Method in interface com.bretth.osmosis.core.customdb.v0_5.impl.DatasetStoreFileManager
Returns the file to be used for storing node ids against tile ids.
getNodeTileIndexFile() - Method in class com.bretth.osmosis.core.customdb.v0_5.impl.PermanentFileDatasetStoreFileManager
Returns the file to be used for storing node ids against tile ids.
getNodeTileIndexFile() - Method in class com.bretth.osmosis.core.customdb.v0_5.impl.TempFileDatasetStoreFileManager
Returns the file to be used for storing node ids against tile ids.
getNodeTileIndexFile() - Method in interface com.bretth.osmosis.core.customdb.v0_6.impl.DatasetStoreFileManager
Returns the file to be used for storing node ids against tile ids.
getNodeTileIndexFile() - Method in class com.bretth.osmosis.core.customdb.v0_6.impl.PermanentFileDatasetStoreFileManager
Returns the file to be used for storing node ids against tile ids.
getNodeTileIndexFile() - Method in class com.bretth.osmosis.core.customdb.v0_6.impl.TempFileDatasetStoreFileManager
Returns the file to be used for storing node ids against tile ids.
getNodeWayIndexFile() - Method in interface com.bretth.osmosis.core.customdb.v0_5.impl.DatasetStoreFileManager
Returns the file to be used for storing relationships between nodes and ways.
getNodeWayIndexFile() - Method in class com.bretth.osmosis.core.customdb.v0_5.impl.PermanentFileDatasetStoreFileManager
Returns the file to be used for storing relationships between nodes and ways.
getNodeWayIndexFile() - Method in class com.bretth.osmosis.core.customdb.v0_5.impl.TempFileDatasetStoreFileManager
Returns the file to be used for storing relationships between nodes and ways.
getNodeWayIndexFile() - Method in interface com.bretth.osmosis.core.customdb.v0_6.impl.DatasetStoreFileManager
Returns the file to be used for storing relationships between nodes and ways.
getNodeWayIndexFile() - Method in class com.bretth.osmosis.core.customdb.v0_6.impl.PermanentFileDatasetStoreFileManager
Returns the file to be used for storing relationships between nodes and ways.
getNodeWayIndexFile() - Method in class com.bretth.osmosis.core.customdb.v0_6.impl.TempFileDatasetStoreFileManager
Returns the file to be used for storing relationships between nodes and ways.
getObjectsPerSecond() - Method in class com.bretth.osmosis.core.progress.v0_6.impl.ProgressTracker
Provides the number of objects processed per second.
getOrigin() - Method in class com.bretth.osmosis.core.domain.v0_5.Bound
 
getOrigin() - Method in class com.bretth.osmosis.core.domain.v0_6.Bound
 
getParent() - Method in class com.bretth.osmosis.core.xml.common.BaseElementProcessor
Returns the parent element processor.
getParent() - Method in class com.bretth.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 com.bretth.osmosis.core.xml.common.ElementProcessor
Returns the parent element processor.
getParentEntityName() - Method in class com.bretth.osmosis.core.pgsql.v0_6.impl.EntityFeatureBuilder
Returns the name of the entity features entity type.
getParentEntityName() - Method in class com.bretth.osmosis.core.pgsql.v0_6.impl.RelationMemberBuilder
Returns the name of the entity features entity type.
getParentEntityName() - Method in class com.bretth.osmosis.core.pgsql.v0_6.impl.TagBuilder
Returns the name of the entity features entity type.
getParentEntityName() - Method in class com.bretth.osmosis.core.pgsql.v0_6.impl.WayNodeBuilder
Returns the name of the entity features entity type.
getPassword() - Method in class com.bretth.osmosis.core.database.DatabaseLoginCredentials
Returns the password.
getPassword() - Method in class com.bretth.osmosis.extract.mysql.common.Configuration
Returns the database password.
getPipeArgs() - Method in class com.bretth.osmosis.core.pipeline.common.TaskConfiguration
The pipeline connection arguments for the task.
getPipeNames() - Method in class com.bretth.osmosis.core.pipeline.common.PipeTasks
Returns the names of all of the currently registered pipes.
getPlugins() - Method in class com.bretth.osmosis.core.cli.CommandLineParser
Returns the plugins to be loaded.
getProdEncodingHackArgument(TaskConfiguration) - Method in class com.bretth.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 com.bretth.osmosis.core.database.DatabaseLoginCredentials
Returns the profile SQL flag.
getRange(Integer, Integer) - Method in class com.bretth.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 com.bretth.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 com.bretth.osmosis.core.store.IndexStoreReader
Returns all elements in the range specified by the begin and end keys.
getRawList(long) - Method in class com.bretth.osmosis.core.pgsql.v0_6.impl.EntityFeatureDao
Loads all instances of this feature for the specified entity from the database.
getReadFullHistory() - Method in class com.bretth.osmosis.extract.mysql.common.Configuration
Returns the full history flag.
getRelation(long) - Method in interface com.bretth.osmosis.core.container.v0_5.DatasetReader
Retrieves a specific relation by its identifier.
getRelation(long) - Method in interface com.bretth.osmosis.core.container.v0_6.DatasetReader
Retrieves a specific relation by its identifier.
getRelation(long) - Method in class com.bretth.osmosis.core.customdb.v0_5.impl.DatasetStoreReader
Retrieves a specific relation by its identifier.
getRelation(long) - Method in class com.bretth.osmosis.core.customdb.v0_6.impl.DatasetStoreReader
Retrieves a specific relation by its identifier.
getRelation(long) - Method in class com.bretth.osmosis.core.pgsql.v0_5.impl.PostgreSqlDatasetReader
Retrieves a specific relation by its identifier.
getRelation(long) - Method in class com.bretth.osmosis.core.pgsql.v0_5.impl.RelationDao
Loads the specified relation from the database.
getRelation(long) - Method in class com.bretth.osmosis.core.pgsql.v0_6.impl.PostgreSqlDatasetReader
Retrieves a specific relation by its identifier.
getRelationId() - Method in class com.bretth.osmosis.core.mysql.v0_5.impl.DBRelationMember
 
getRelationIdsOwningNode(long) - Method in class com.bretth.osmosis.core.customdb.v0_5.impl.DatasetStoreReader
Returns all relations that contain the specified node.
getRelationIdsOwningNode(long) - Method in class com.bretth.osmosis.core.customdb.v0_6.impl.DatasetStoreReader
Returns all relations that contain the specified node.
getRelationIdsOwningNode(long) - Method in class com.bretth.osmosis.core.filter.v0_5.impl.BaseDatasetReader
Returns all relations that contain the specified node.
getRelationIdsOwningNode(long) - Method in class com.bretth.osmosis.core.filter.v0_6.impl.BaseDatasetReader
Returns all relations that contain the specified node.
getRelationIdsOwningRelation(long) - Method in class com.bretth.osmosis.core.customdb.v0_5.impl.DatasetStoreReader
Returns all relations that contain the specified relation.
getRelationIdsOwningRelation(long) - Method in class com.bretth.osmosis.core.customdb.v0_6.impl.DatasetStoreReader
Returns all relations that contain the specified relation.
getRelationIdsOwningRelation(long) - Method in class com.bretth.osmosis.core.filter.v0_5.impl.BaseDatasetReader
Returns all relations that contain the specified relation.
getRelationIdsOwningRelation(long) - Method in class com.bretth.osmosis.core.filter.v0_6.impl.BaseDatasetReader
Returns all relations that contain the specified relation.
getRelationIdsOwningWay(long) - Method in class com.bretth.osmosis.core.customdb.v0_5.impl.DatasetStoreReader
Returns all relations that contain the specified way.
getRelationIdsOwningWay(long) - Method in class com.bretth.osmosis.core.customdb.v0_6.impl.DatasetStoreReader
Returns all relations that contain the specified way.
getRelationIdsOwningWay(long) - Method in class com.bretth.osmosis.core.filter.v0_5.impl.BaseDatasetReader
Returns all relations that contain the specified way.
getRelationIdsOwningWay(long) - Method in class com.bretth.osmosis.core.filter.v0_6.impl.BaseDatasetReader
Returns all relations that contain the specified way.
getRelationMember() - Method in class com.bretth.osmosis.core.mysql.v0_5.impl.DBRelationMember
 
getRelationObjectFile() - Method in interface com.bretth.osmosis.core.customdb.v0_5.impl.DatasetStoreFileManager
Returns the file to be used for storing relation objects.
getRelationObjectFile() - Method in class com.bretth.osmosis.core.customdb.v0_5.impl.PermanentFileDatasetStoreFileManager
Returns the file to be used for storing relation objects.
getRelationObjectFile() - Method in class com.bretth.osmosis.core.customdb.v0_5.impl.TempFileDatasetStoreFileManager
Returns the file to be used for storing relation objects.
getRelationObjectFile() - Method in interface com.bretth.osmosis.core.customdb.v0_6.impl.DatasetStoreFileManager
Returns the file to be used for storing relation objects.
getRelationObjectFile() - Method in class com.bretth.osmosis.core.customdb.v0_6.impl.PermanentFileDatasetStoreFileManager
Returns the file to be used for storing relation objects.
getRelationObjectFile() - Method in class com.bretth.osmosis.core.customdb.v0_6.impl.TempFileDatasetStoreFileManager
Returns the file to be used for storing relation objects.
getRelationObjectOffsetIndexFile() - Method in interface com.bretth.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 com.bretth.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 com.bretth.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 com.bretth.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 com.bretth.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 com.bretth.osmosis.core.customdb.v0_6.impl.TempFileDatasetStoreFileManager
Returns the file to be used for storing relation object offsets against their id.
getRelationRelationIndexFile() - Method in interface com.bretth.osmosis.core.customdb.v0_5.impl.DatasetStoreFileManager
Returns the file to be used for storing relationships between relations and relations.
getRelationRelationIndexFile() - Method in class com.bretth.osmosis.core.customdb.v0_5.impl.PermanentFileDatasetStoreFileManager
Returns the file to be used for storing relationships between relations and relations.
getRelationRelationIndexFile() - Method in class com.bretth.osmosis.core.customdb.v0_5.impl.TempFileDatasetStoreFileManager
Returns the file to be used for storing relationships between relations and relations.
getRelationRelationIndexFile() - Method in interface com.bretth.osmosis.core.customdb.v0_6.impl.DatasetStoreFileManager
Returns the file to be used for storing relationships between relations and relations.
getRelationRelationIndexFile() - Method in class com.bretth.osmosis.core.customdb.v0_6.impl.PermanentFileDatasetStoreFileManager
Returns the file to be used for storing relationships between relations and relations.
getRelationRelationIndexFile() - Method in class com.bretth.osmosis.core.customdb.v0_6.impl.TempFileDatasetStoreFileManager
Returns the file to be used for storing relationships between relations and relations.
getRight() - Method in class com.bretth.osmosis.core.domain.v0_5.Bound
 
getRight() - Method in class com.bretth.osmosis.core.domain.v0_6.Bound
 
getSequenceId() - Method in class com.bretth.osmosis.core.mysql.v0_5.impl.DBWayNode
 
getSequenceId() - Method in class com.bretth.osmosis.core.mysql.v0_6.impl.DbOrderedFeature
 
getSink(int) - Method in class com.bretth.osmosis.core.change.v0_5.ChangeApplier
Obtains one of the sinks exposed by the task.
getSink(int) - Method in class com.bretth.osmosis.core.change.v0_5.ChangeDeriver
Obtains one of the sinks exposed by the task.
getSink(int) - Method in class com.bretth.osmosis.core.change.v0_6.ChangeApplier
Obtains one of the sinks exposed by the task.
getSink(int) - Method in class com.bretth.osmosis.core.change.v0_6.ChangeDeriver
Obtains one of the sinks exposed by the task.
getSink(int) - Method in class com.bretth.osmosis.core.merge.v0_5.EntityMerger
Obtains one of the sinks exposed by the task.
getSink(int) - Method in class com.bretth.osmosis.core.merge.v0_6.EntityMerger
Obtains one of the sinks exposed by the task.
getSink(int) - Method in interface com.bretth.osmosis.core.task.v0_5.MultiSink
Obtains one of the sinks exposed by the task.
getSink(int) - Method in interface com.bretth.osmosis.core.task.v0_6.MultiSink
Obtains one of the sinks exposed by the task.
getSink() - Method in class com.bretth.osmosis.core.xml.v0_5.impl.SourceElementProcessor
 
getSink() - Method in class com.bretth.osmosis.core.xml.v0_6.impl.SourceElementProcessor
 
getSinkCount() - Method in class com.bretth.osmosis.core.change.v0_5.ChangeApplier
This implementation always returns 1.
getSinkCount() - Method in class com.bretth.osmosis.core.change.v0_5.ChangeDeriver
This implementation always returns 2.
getSinkCount() - Method in class com.bretth.osmosis.core.change.v0_6.ChangeApplier
This implementation always returns 1.
getSinkCount() - Method in class com.bretth.osmosis.core.change.v0_6.ChangeDeriver
This implementation always returns 2.
getSinkCount() - Method in class com.bretth.osmosis.core.merge.v0_5.EntityMerger
This implementation always returns 2.
getSinkCount() - Method in class com.bretth.osmosis.core.merge.v0_6.EntityMerger
This implementation always returns 2.
getSinkCount() - Method in interface com.bretth.osmosis.core.task.v0_5.MultiSink
Returns the number of sinks provided by this task.
getSinkCount() - Method in interface com.bretth.osmosis.core.task.v0_6.MultiSink
Returns the number of sinks provided by this task.
getSource(int) - Method in interface com.bretth.osmosis.core.task.v0_5.MultiSource
Retrieves a specific source that can then have a sink attached.
getSource(int) - Method in interface com.bretth.osmosis.core.task.v0_6.MultiSource
Retrieves a specific source that can then have a sink attached.
getSource(int) - Method in class com.bretth.osmosis.core.tee.v0_5.EntityTee
Retrieves a specific source that can then have a sink attached.
getSource(int) - Method in class com.bretth.osmosis.core.tee.v0_6.EntityTee
Retrieves a specific source that can then have a sink attached.
getSourceCount() - Method in interface com.bretth.osmosis.core.task.v0_5.MultiSource
Indicates the number of sources that the task provides.
getSourceCount() - Method in interface com.bretth.osmosis.core.task.v0_6.MultiSource
Indicates the number of sources that the task provides.
getSourceCount() - Method in class com.bretth.osmosis.core.tee.v0_5.EntityTee
Indicates the number of sources that the task provides.
getSourceCount() - Method in class com.bretth.osmosis.core.tee.v0_6.EntityTee
Indicates the number of sources that the task provides.
getSqlDefaultOrderBy() - Method in class com.bretth.osmosis.core.pgsql.v0_6.impl.EntityFeatureBuilder
Provides a default SQL ORDER BY clause suitable for this entity feature.
getSqlDefaultOrderBy() - Method in class com.bretth.osmosis.core.pgsql.v0_6.impl.RelationMemberBuilder
Provides a default SQL ORDER BY clause suitable for this entity feature.
getSqlDefaultOrderBy() - Method in class com.bretth.osmosis.core.pgsql.v0_6.impl.WayNodeBuilder
Provides a default SQL ORDER BY clause suitable for this entity feature.
getSqlDelete(boolean) - Method in class com.bretth.osmosis.core.pgsql.v0_6.impl.EntityBuilder
The SQL UPDATE statement for logically deleting entities.
getSqlDelete(boolean) - Method in class com.bretth.osmosis.core.pgsql.v0_6.impl.EntityFeatureBuilder
The SQL DELETE statement for deleting entity features.
getSqlDelete(boolean) - Method in class com.bretth.osmosis.core.pgsql.v0_6.impl.RelationMemberBuilder
The SQL DELETE statement for deleting entity features.
getSqlDelete(boolean) - Method in class com.bretth.osmosis.core.pgsql.v0_6.impl.TagBuilder
The SQL DELETE statement for deleting entity features.
getSqlDelete(boolean) - Method in class com.bretth.osmosis.core.pgsql.v0_6.impl.WayNodeBuilder
The SQL DELETE statement for deleting entity features.
getSqlInsert(int) - Method in class com.bretth.osmosis.core.pgsql.v0_6.impl.EntityBuilder
The SQL INSERT statement for adding entities.
getSqlInsert(int) - Method in class com.bretth.osmosis.core.pgsql.v0_6.impl.EntityFeatureBuilder
The SQL INSERT statement for adding features.
getSqlInsert(int) - Method in class com.bretth.osmosis.core.pgsql.v0_6.impl.RelationMemberBuilder
The SQL INSERT statement for adding features.
getSqlInsert(int) - Method in class com.bretth.osmosis.core.pgsql.v0_6.impl.TagBuilder
The SQL INSERT statement for adding features.
getSqlInsert(int) - Method in class com.bretth.osmosis.core.pgsql.v0_6.impl.WayNodeBuilder
The SQL INSERT statement for adding features.
getSqlSelect(boolean, boolean) - Method in class com.bretth.osmosis.core.pgsql.v0_6.impl.EntityBuilder
The SQL SELECT statement for retrieving entity details.
getSqlSelect(boolean, boolean) - Method in class com.bretth.osmosis.core.pgsql.v0_6.impl.EntityFeatureBuilder
The SQL SELECT statement for retrieving entity feature details.
getSqlSelect(boolean, boolean) - Method in class com.bretth.osmosis.core.pgsql.v0_6.impl.RelationMemberBuilder
The SQL SELECT statement for retrieving entity feature details.
getSqlSelect(boolean, boolean) - Method in class com.bretth.osmosis.core.pgsql.v0_6.impl.TagBuilder
The SQL SELECT statement for retrieving entity feature details.
getSqlSelect(boolean, boolean) - Method in class com.bretth.osmosis.core.pgsql.v0_6.impl.WayNodeBuilder
The SQL SELECT statement for retrieving entity feature details.
getSqlSelectCount(boolean) - Method in class com.bretth.osmosis.core.pgsql.v0_6.impl.EntityBuilder
The SQL SELECT statement for counting entities.
getSqlUpdate(boolean) - Method in class com.bretth.osmosis.core.pgsql.v0_6.impl.EntityBuilder
The SQL UPDATE statement for updating entity details.
getStoreableConstructor(Class<?>) - Method in class com.bretth.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 com.bretth.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 com.bretth.osmosis.core.pipeline.common.TaskManagerFactory
Utility method for retrieving a String argument value from a Map of task arguments.
getTag() - Method in class com.bretth.osmosis.core.mysql.v0_5.impl.DBEntityTag
 
getTagList() - Method in class com.bretth.osmosis.core.domain.v0_5.Entity
Returns the attached list of tags.
getTagList() - Method in class com.bretth.osmosis.core.domain.v0_6.Entity
Returns the attached list of tags.
getTask() - Method in class com.bretth.osmosis.core.pipeline.common.ActiveTaskManager
Returns the runnable task managed by this manager.
getTask() - Method in class com.bretth.osmosis.core.pipeline.common.RunnableTaskManager
Returns the runnable task managed by this manager.
getTask() - Method in class com.bretth.osmosis.core.pipeline.v0_5.ChangeSinkRunnableChangeSourceManager
Returns the runnable task managed by this manager.
getTask() - Method in class com.bretth.osmosis.core.pipeline.v0_5.MultiChangeSinkRunnableChangeSourceManager
Returns the runnable task managed by this manager.
getTask() - Method in class com.bretth.osmosis.core.pipeline.v0_5.MultiSinkMultiChangeSinkRunnableSourceManager
Returns the runnable task managed by this manager.
getTask() - Method in class com.bretth.osmosis.core.pipeline.v0_5.MultiSinkRunnableChangeSourceManager
Returns the runnable task managed by this manager.
getTask() - Method in class com.bretth.osmosis.core.pipeline.v0_5.MultiSinkRunnableSourceManager
Returns the runnable task managed by this manager.
getTask() - Method in class com.bretth.osmosis.core.pipeline.v0_5.RunnableChangeSourceManager
Returns the runnable task managed by this manager.
getTask() - Method in class com.bretth.osmosis.core.pipeline.v0_5.RunnableDatasetSourceManager
Returns the runnable task managed by this manager.
getTask() - Method in class com.bretth.osmosis.core.pipeline.v0_5.RunnableSourceManager
Returns the runnable task managed by this manager.
getTask() - Method in class com.bretth.osmosis.core.pipeline.v0_5.SinkRunnableSourceManager
Returns the runnable task managed by this manager.
getTask() - Method in class com.bretth.osmosis.core.pipeline.v0_6.ChangeSinkRunnableChangeSourceManager
Returns the runnable task managed by this manager.
getTask() - Method in class com.bretth.osmosis.core.pipeline.v0_6.MultiChangeSinkRunnableChangeSourceManager
Returns the runnable task managed by this manager.
getTask() - Method in class com.bretth.osmosis.core.pipeline.v0_6.MultiSinkMultiChangeSinkRunnableSourceManager
Returns the runnable task managed by this manager.
getTask() - Method in class com.bretth.osmosis.core.pipeline.v0_6.MultiSinkRunnableChangeSourceManager
Returns the runnable task managed by this manager.
getTask() - Method in class com.bretth.osmosis.core.pipeline.v0_6.MultiSinkRunnableSourceManager
Returns the runnable task managed by this manager.
getTask() - Method in class com.bretth.osmosis.core.pipeline.v0_6.RunnableChangeSourceManager
Returns the runnable task managed by this manager.
getTask() - Method in class com.bretth.osmosis.core.pipeline.v0_6.RunnableDatasetSourceManager
Returns the runnable task managed by this manager.
getTask() - Method in class com.bretth.osmosis.core.pipeline.v0_6.RunnableSourceManager
Returns the runnable task managed by this manager.
getTask() - Method in class com.bretth.osmosis.core.pipeline.v0_6.SinkRunnableSourceManager
Returns the runnable task managed by this manager.
getTaskId() - Method in class com.bretth.osmosis.core.pipeline.common.TaskManager
 
getTaskInfoList() - Method in class com.bretth.osmosis.core.cli.CommandLineParser
The list of task information objects.
getTime() - Method in class com.bretth.osmosis.extract.mysql.common.TimestampTracker
Retrieve the current time.
getTimestamp() - Method in class com.bretth.osmosis.core.domain.common.SimpleTimestampContainer
getTimestamp() - Method in interface com.bretth.osmosis.core.domain.common.TimestampContainer
 
getTimestamp() - Method in class com.bretth.osmosis.core.domain.common.UnparsedTimestampContainer
getTimestamp() - Method in class com.bretth.osmosis.core.domain.v0_5.Entity
 
getTimestamp() - Method in class com.bretth.osmosis.core.domain.v0_6.Entity
 
getTimestampFormat() - Method in class com.bretth.osmosis.core.xml.common.ElementWriter
Returns a timestamp format suitable for xml files.
getTop() - Method in class com.bretth.osmosis.core.domain.v0_5.Bound
 
getTop() - Method in class com.bretth.osmosis.core.domain.v0_6.Bound
 
getType() - Method in class com.bretth.osmosis.core.domain.v0_5.Bound
Returns the specific data type represented by this entity.
getType() - Method in class com.bretth.osmosis.core.domain.v0_5.Entity
Returns the specific data type represented by this entity.
getType() - Method in class com.bretth.osmosis.core.domain.v0_5.Node
Returns the specific data type represented by this entity.
getType() - Method in class com.bretth.osmosis.core.domain.v0_5.Relation
Returns the specific data type represented by this entity.
getType() - Method in class com.bretth.osmosis.core.domain.v0_5.Way
Returns the specific data type represented by this entity.
getType() - Method in class com.bretth.osmosis.core.domain.v0_6.Bound
Returns the specific data type represented by this entity.
getType() - Method in class com.bretth.osmosis.core.domain.v0_6.Entity
Returns the specific data type represented by this entity.
getType() - Method in class com.bretth.osmosis.core.domain.v0_6.Node
Returns the specific data type represented by this entity.
getType() - Method in class com.bretth.osmosis.core.domain.v0_6.Relation
Returns the specific data type represented by this entity.
getType() - Method in class com.bretth.osmosis.core.domain.v0_6.Way
Returns the specific data type represented by this entity.
getType() - Method in class com.bretth.osmosis.core.pipeline.common.TaskConfiguration
The type of the task to be created.
getTypeSpecificFieldNames() - Method in class com.bretth.osmosis.core.pgsql.v0_6.impl.EntityBuilder
Produces an array of additional column names specific to this entity type to be returned by entity queries.
getTypeSpecificFieldNames() - Method in class com.bretth.osmosis.core.pgsql.v0_6.impl.NodeBuilder
Produces an array of additional column names specific to this entity type to be returned by entity queries.
getTypeSpecificFieldNames() - Method in class com.bretth.osmosis.core.pgsql.v0_6.impl.RelationBuilder
Produces an array of additional column names specific to this entity type to be returned by entity queries.
getTypeSpecificFieldNames() - Method in class com.bretth.osmosis.core.pgsql.v0_6.impl.WayBuilder
Produces an array of additional column names specific to this entity type to be returned by entity queries.
getUser() - Method in class com.bretth.osmosis.core.database.DatabaseLoginCredentials
Returns the user.
getUser() - Method in class com.bretth.osmosis.core.domain.v0_5.Entity
Returns the user who last edited the entity.
getUser() - Method in class com.bretth.osmosis.core.domain.v0_6.Entity
Returns the user who last edited the entity.
getUser(long) - Method in class com.bretth.osmosis.core.pgsql.v0_6.impl.UserDao
Loads the specified way from the database.
getUser() - Method in class com.bretth.osmosis.extract.mysql.common.Configuration
Returns the database user.
getUserId() - Method in class com.bretth.osmosis.core.mysql.v0_5.impl.UserIdManager
Returns the id of the Osmosis OSM user id in the database.
getValidateSchemaVersion() - Method in class com.bretth.osmosis.core.database.DatabasePreferences
Returns the validateSchemaVersion flag.
getValidateSchemaVersion() - Method in class com.bretth.osmosis.extract.mysql.common.Configuration
Returns the validate schema version flag.
getValue() - Method in class com.bretth.osmosis.core.domain.v0_5.Tag
 
getValue() - Method in class com.bretth.osmosis.core.domain.v0_6.Tag
 
getValue() - Method in class com.bretth.osmosis.core.store.IntegerLongIndexElement
Returns the value of this index element.
getValue() - Method in class com.bretth.osmosis.core.store.LongLongIndexElement
Returns the value of this index element.
getVersion() - Method in class com.bretth.osmosis.core.domain.v0_6.Entity
 
getVersion() - Method in class com.bretth.osmosis.core.mysql.v0_5.impl.EntityHistory
Gets the version.
getVersion() - Method in class com.bretth.osmosis.core.mysql.v0_6.impl.DbFeatureHistory
Gets the version value.
getWay(long) - Method in interface com.bretth.osmosis.core.container.v0_5.DatasetReader
Retrieves a specific way by its identifier.
getWay(long) - Method in interface com.bretth.osmosis.core.container.v0_6.DatasetReader
Retrieves a specific way by its identifier.
getWay(long) - Method in class com.bretth.osmosis.core.customdb.v0_5.impl.DatasetStoreReader
Retrieves a specific way by its identifier.
getWay(long) - Method in class com.bretth.osmosis.core.customdb.v0_6.impl.DatasetStoreReader
Retrieves a specific way by its identifier.
getWay(long) - Method in class com.bretth.osmosis.core.pgsql.v0_5.impl.PostgreSqlDatasetReader
Retrieves a specific way by its identifier.
getWay(long) - Method in class com.bretth.osmosis.core.pgsql.v0_5.impl.WayDao
Loads the specified way from the database.
getWay(long) - Method in class com.bretth.osmosis.core.pgsql.v0_6.impl.PostgreSqlDatasetReader
Retrieves a specific way by its identifier.
getWayId() - Method in class com.bretth.osmosis.core.mysql.v0_5.impl.DBWayNode
 
getWayIdsForTileRange(int, int) - Method in class com.bretth.osmosis.core.customdb.v0_5.impl.DatasetStoreReader
Returns all ways that are contained within the specified tile range.
getWayIdsForTileRange(int, int) - Method in class com.bretth.osmosis.core.customdb.v0_6.impl.DatasetStoreReader
Returns all ways that are contained within the specified tile range.
getWayIdsForTileRange(int, int) - Method in class com.bretth.osmosis.core.filter.v0_5.impl.BaseDatasetReader
Returns all ways that are contained within the specified tile range.
getWayIdsForTileRange(int, int) - Method in class com.bretth.osmosis.core.filter.v0_6.impl.BaseDatasetReader
Returns all ways that are contained within the specified tile range.
getWayIdsOwningNode(long) - Method in class com.bretth.osmosis.core.customdb.v0_5.impl.DatasetStoreReader
Returns all ways that contain the specified node.
getWayIdsOwningNode(long) - Method in class com.bretth.osmosis.core.customdb.v0_6.impl.DatasetStoreReader
Returns all ways that contain the specified node.
getWayIdsOwningNode(long) - Method in class com.bretth.osmosis.core.filter.v0_5.impl.BaseDatasetReader
Returns all ways that contain the specified node.
getWayIdsOwningNode(long) - Method in class com.bretth.osmosis.core.filter.v0_6.impl.BaseDatasetReader
Returns all ways that contain the specified node.
getWayNode() - Method in class com.bretth.osmosis.core.mysql.v0_5.impl.DBWayNode
 
getWayNodeList() - Method in class com.bretth.osmosis.core.domain.v0_5.Way
Returns the attached list of way nodes.
getWayNodeList() - Method in class com.bretth.osmosis.core.domain.v0_6.Way
Returns the attached list of way nodes.
getWayObjectFile() - Method in interface com.bretth.osmosis.core.customdb.v0_5.impl.DatasetStoreFileManager
Returns the file to be used for storing way objects.
getWayObjectFile() - Method in class com.bretth.osmosis.core.customdb.v0_5.impl.PermanentFileDatasetStoreFileManager
Returns the file to be used for storing way objects.
getWayObjectFile() - Method in class com.bretth.osmosis.core.customdb.v0_5.impl.TempFileDatasetStoreFileManager
Returns the file to be used for storing way objects.
getWayObjectFile() - Method in interface com.bretth.osmosis.core.customdb.v0_6.impl.DatasetStoreFileManager
Returns the file to be used for storing way objects.
getWayObjectFile() - Method in class com.bretth.osmosis.core.customdb.v0_6.impl.PermanentFileDatasetStoreFileManager
Returns the file to be used for storing way objects.
getWayObjectFile() - Method in class com.bretth.osmosis.core.customdb.v0_6.impl.TempFileDatasetStoreFileManager
Returns the file to be used for storing way objects.
getWayObjectOffsetIndexFile() - Method in interface com.bretth.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 com.bretth.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 com.bretth.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 com.bretth.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 com.bretth.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 com.bretth.osmosis.core.customdb.v0_6.impl.TempFileDatasetStoreFileManager
Returns the file to be used for storing way object offsets against their id.
getWayRelationIndexFile() - Method in interface com.bretth.osmosis.core.customdb.v0_5.impl.DatasetStoreFileManager
Returns the file to be used for storing relationships between ways and relations.
getWayRelationIndexFile() - Method in class com.bretth.osmosis.core.customdb.v0_5.impl.PermanentFileDatasetStoreFileManager
Returns the file to be used for storing relationships between ways and relations.
getWayRelationIndexFile() - Method in class com.bretth.osmosis.core.customdb.v0_5.impl.TempFileDatasetStoreFileManager
Returns the file to be used for storing relationships between ways and relations.
getWayRelationIndexFile() - Method in interface com.bretth.osmosis.core.customdb.v0_6.impl.DatasetStoreFileManager
Returns the file to be used for storing relationships between ways and relations.
getWayRelationIndexFile() - Method in class com.bretth.osmosis.core.customdb.v0_6.impl.PermanentFileDatasetStoreFileManager
Returns the file to be used for storing relationships between ways and relations.
getWayRelationIndexFile() - Method in class com.bretth.osmosis.core.customdb.v0_6.impl.TempFileDatasetStoreFileManager
Returns the file to be used for storing relationships between ways and relations.
getWayTileIndexFile(int) - Method in interface com.bretth.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 com.bretth.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 com.bretth.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 com.bretth.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 com.bretth.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 com.bretth.osmosis.core.customdb.v0_6.impl.TempFileDatasetStoreFileManager
Returns the file to be used for storing way ids against tile ids.
GREATER_ICOST - Static variable in class org.apache.tools.bzip2.CBZip2OutputStream
 

H

hashCode() - Method in class com.bretth.osmosis.core.domain.v0_5.OsmUser
hashCode() - Method in class com.bretth.osmosis.core.domain.v0_6.OsmUser
hasNext() - Method in class com.bretth.osmosis.core.container.v0_5.NodeContainerIterator
hasNext() - Method in class com.bretth.osmosis.core.container.v0_5.RelationContainerIterator
hasNext() - Method in class com.bretth.osmosis.core.container.v0_5.WayContainerIterator
hasNext() - Method in class com.bretth.osmosis.core.container.v0_6.BoundContainerIterator
hasNext() - Method in class com.bretth.osmosis.core.container.v0_6.NodeContainerIterator
hasNext() - Method in class com.bretth.osmosis.core.container.v0_6.RelationContainerIterator
hasNext() - Method in class com.bretth.osmosis.core.container.v0_6.WayContainerIterator
hasNext() - Method in class com.bretth.osmosis.core.customdb.v0_5.impl.RelationalIndexValueIdIterator
hasNext() - Method in class com.bretth.osmosis.core.customdb.v0_5.impl.TileIndexValueIdIterator
hasNext() - Method in class com.bretth.osmosis.core.customdb.v0_6.impl.RelationalIndexValueIdIterator
hasNext() - Method in class com.bretth.osmosis.core.customdb.v0_6.impl.TileIndexValueIdIterator
hasNext() - Method in class com.bretth.osmosis.core.mysql.common.BaseTableReader
hasNext() - Method in class com.bretth.osmosis.core.mysql.v0_5.impl.CurrentRelationReader
hasNext() - Method in class com.bretth.osmosis.core.mysql.v0_5.impl.CurrentWayReader
hasNext() - Method in class com.bretth.osmosis.core.mysql.v0_5.impl.EntitySnapshotReader
hasNext() - Method in class com.bretth.osmosis.core.mysql.v0_5.impl.NodeChangeReader
Indicates if there is any more data available to be read.
hasNext() - Method in class com.bretth.osmosis.core.mysql.v0_5.impl.RelationChangeReader
Indicates if there is any more data available to be read.
hasNext() - Method in class com.bretth.osmosis.core.mysql.v0_5.impl.RelationReader
hasNext() - Method in class com.bretth.osmosis.core.mysql.v0_5.impl.WayChangeReader
Indicates if there is any more data available to be read.
hasNext() - Method in class com.bretth.osmosis.core.mysql.v0_5.impl.WayReader
hasNext() - Method in class com.bretth.osmosis.core.mysql.v0_6.impl.CurrentNodeReader
hasNext() - Method in class com.bretth.osmosis.core.mysql.v0_6.impl.CurrentRelationReader
hasNext() - Method in class com.bretth.osmosis.core.mysql.v0_6.impl.CurrentWayReader
hasNext() - Method in class com.bretth.osmosis.core.mysql.v0_6.impl.EntitySnapshotReader
hasNext() - Method in class com.bretth.osmosis.core.mysql.v0_6.impl.NodeChangeReader
Indicates if there is any more data available to be read.
hasNext() - Method in class com.bretth.osmosis.core.mysql.v0_6.impl.NodeReader
hasNext() - Method in class com.bretth.osmosis.core.mysql.v0_6.impl.RelationChangeReader
Indicates if there is any more data available to be read.
hasNext() - Method in class com.bretth.osmosis.core.mysql.v0_6.impl.RelationReader
hasNext() - Method in class com.bretth.osmosis.core.mysql.v0_6.impl.WayChangeReader
Indicates if there is any more data available to be read.
hasNext() - Method in class com.bretth.osmosis.core.mysql.v0_6.impl.WayReader
hasNext() - Method in class com.bretth.osmosis.core.pgsql.common.BaseTableReader
hasNext() - Method in class com.bretth.osmosis.core.pgsql.v0_5.impl.NodeReader
hasNext() - Method in class com.bretth.osmosis.core.pgsql.v0_5.impl.RelationReader
hasNext() - Method in class com.bretth.osmosis.core.pgsql.v0_5.impl.WayReader
hasNext() - Method in class com.bretth.osmosis.core.pgsql.v0_6.impl.EntityReader
hasNext() - Method in class com.bretth.osmosis.core.sort.common.MergingIterator
hasNext() - Method in class com.bretth.osmosis.core.store.DataPostbox
Indicates if data is available for output.
hasNext() - Method in class com.bretth.osmosis.core.store.EmptyIterator
hasNext() - Method in class com.bretth.osmosis.core.store.IndexRangeIterator
hasNext() - Method in class com.bretth.osmosis.core.store.IteratorReleasableIterator
hasNext() - Method in class com.bretth.osmosis.core.store.MultipleSourceIterator
hasNext() - Method in class com.bretth.osmosis.core.store.ObjectDataInputIterator
hasNext() - Method in class com.bretth.osmosis.core.store.PeekableIterator
hasNext() - Method in class com.bretth.osmosis.core.store.PersistentIterator
hasNext() - Method in class com.bretth.osmosis.core.store.ReleasableAdaptorForIterator
hasNext() - Method in class com.bretth.osmosis.core.store.StoreReleasingIterator
hasNext() - Method in class com.bretth.osmosis.core.store.SubObjectStreamIterator
hasNext() - Method in class com.bretth.osmosis.core.store.UpcastIterator
hbMakeCodeLengths(char[], int[], int, int) - Static method in class org.apache.tools.bzip2.CBZip2OutputStream
 

I

IdentityColumnValueLoader - Class in com.bretth.osmosis.core.mysql.common
A utility class for retrieving the last inserted identity column value.
IdentityColumnValueLoader(DatabaseContext) - Constructor for class com.bretth.osmosis.core.mysql.common.IdentityColumnValueLoader
Creates a new instance.
IdTracker - Interface in com.bretth.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 com.bretth.osmosis.core.filter.common
Creates IdTracker implementation instances depending on the requested id tracker type.
IdTrackerFactory() - Constructor for class com.bretth.osmosis.core.filter.common.IdTrackerFactory
 
IdTrackerType - Enum in com.bretth.osmosis.core.filter.common
Defines the different id tracker implementations available.
IN_PIPE_ARGUMENT_PREFIX - Static variable in interface com.bretth.osmosis.core.pipeline.common.PipelineConstants
Defines the prefix used for command line input pipe arguments.
incrementEntityCount() - Method in class com.bretth.osmosis.core.mysql.v0_6.impl.ActiveChangeset
Adds 1 to the current entity count.
IndexedObjectStore<T extends Storeable> - Class in com.bretth.osmosis.core.store
Provides a store for objects that can be located by a long identifier.
IndexedObjectStore(ObjectSerializationFactory, String) - Constructor for class com.bretth.osmosis.core.store.IndexedObjectStore
Creates a new instance.
IndexedObjectStore(ObjectSerializationFactory, File, File) - Constructor for class com.bretth.osmosis.core.store.IndexedObjectStore
Creates a new instance.
IndexedObjectStoreReader<T> - Class in com.bretth.osmosis.core.store
Provides read-only access to an indexed object store.
IndexedObjectStoreReader(RandomAccessObjectStoreReader<T>, IndexStoreReader<Long, LongLongIndexElement>) - Constructor for class com.bretth.osmosis.core.store.IndexedObjectStoreReader
Creates a new instance.
IndexElement<K> - Interface in com.bretth.osmosis.core.store
Defines the methods to be implemented by data classes stored within an index.
IndexRangeIterator<K,T extends IndexElement<K>> - Class in com.bretth.osmosis.core.store
Iterates over specific range within an index source.
IndexRangeIterator(Iterator<T>, K, K, Comparator<K>) - Constructor for class com.bretth.osmosis.core.store.IndexRangeIterator
Creates a new instance.
IndexStore<K,T extends IndexElement<K>> - Class in com.bretth.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 com.bretth.osmosis.core.store.IndexStore
Creates a new instance.
IndexStore(Class<T>, Comparator<K>, String) - Constructor for class com.bretth.osmosis.core.store.IndexStore
Creates a new instance.
IndexStoreReader<K,T extends IndexElement<K>> - Class in com.bretth.osmosis.core.store
Provides read-only access to an index store.
IndexStoreReader(RandomAccessObjectStoreReader<T>, Comparator<K>) - Constructor for class com.bretth.osmosis.core.store.IndexStoreReader
Creates a new instance.
initialize() - Method in class com.bretth.osmosis.core.report.v0_5.IntegrityReporter
Initialises the output file for writing.
initialize() - Method in class com.bretth.osmosis.core.report.v0_6.IntegrityReporter
Initialises the output file for writing.
initialize() - Method in class com.bretth.osmosis.core.TaskRegistrar
Initialises factories for all tasks.
initialize(List<String>) - Method in class com.bretth.osmosis.core.TaskRegistrar
Initialises factories for all tasks.
initialize() - Method in class com.bretth.osmosis.core.xml.common.BaseXmlWriter
Initialises the output file for writing.
InMemoryNodeLocationStore - Class in com.bretth.osmosis.core.pgsql.v0_6.impl
An in-memory node location store implementation.
InMemoryNodeLocationStore() - Constructor for class com.bretth.osmosis.core.pgsql.v0_6.impl.InMemoryNodeLocationStore
Creates a new instance.
IntAsChar - Class in com.bretth.osmosis.core.util
Contains utility methods supporting storage of ints as chars.
IntegerLongIndexElement - Class in com.bretth.osmosis.core.store
A single index element for an int-long index.
IntegerLongIndexElement(int, long) - Constructor for class com.bretth.osmosis.core.store.IntegerLongIndexElement
Creates a new instance.
IntegerLongIndexElement(StoreReader, StoreClassRegister) - Constructor for class com.bretth.osmosis.core.store.IntegerLongIndexElement
Creates a new instance.
IntegrityReporter - Class in com.bretth.osmosis.core.report.v0_5
A sink that verifies the referential integrity of all data passing through it.
IntegrityReporter(File) - Constructor for class com.bretth.osmosis.core.report.v0_5.IntegrityReporter
Creates a new instance.
IntegrityReporter - Class in com.bretth.osmosis.core.report.v0_6
A sink that verifies the referential integrity of all data passing through it.
IntegrityReporter(File) - Constructor for class com.bretth.osmosis.core.report.v0_6.IntegrityReporter
Creates a new instance.
IntegrityReporterFactory - Class in com.bretth.osmosis.core.report.v0_5
The task manager factory for an integrity reporter.
IntegrityReporterFactory() - Constructor for class com.bretth.osmosis.core.report.v0_5.IntegrityReporterFactory
 
IntegrityReporterFactory - Class in com.bretth.osmosis.core.report.v0_6
The task manager factory for an integrity reporter.
IntegrityReporterFactory() - Constructor for class com.bretth.osmosis.core.report.v0_6.IntegrityReporterFactory
 
intersect(Bound) - Method in class com.bretth.osmosis.core.domain.v0_5.Bound
Calculate the intersected area of this with the specified bound
intersect(Bound) - Method in class com.bretth.osmosis.core.domain.v0_6.Bound
Calculate the intersected area of this with the specified bound
IntervalExtractor - Class in com.bretth.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 com.bretth.osmosis.extract.mysql.v0_5.IntervalExtractor
Creates a new instance.
IntervalExtractor - Class in com.bretth.osmosis.extract.mysql.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 com.bretth.osmosis.extract.mysql.v0_6.IntervalExtractor
Creates a new instance.
intToChar(int) - Static method in class com.bretth.osmosis.core.util.IntAsChar
Converts the specified int to an char and verifies that it is legal.
isActionSupported() - Method in class com.bretth.osmosis.core.pgsql.v0_6.impl.DatabaseCapabilityChecker
Indicates if action support is available.
isDataPublic() - Method in class com.bretth.osmosis.util.impl.User
Indicates if the user's edits are public.
isEquivalent(TimestampFormat) - Method in class com.bretth.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 com.bretth.osmosis.core.filter.v0_5.AreaFilter
Indicates if the node lies within the area required.
isNodeWithinArea(Node) - Method in class com.bretth.osmosis.core.filter.v0_5.BoundingBoxFilter
Indicates if the node lies within the area required.
isNodeWithinArea(Node) - Method in class com.bretth.osmosis.core.filter.v0_5.PolygonFilter
Indicates if the node lies within the area required.
isNodeWithinArea(Node) - Method in class com.bretth.osmosis.core.filter.v0_6.AreaFilter
Indicates if the node lies within the area required.
isNodeWithinArea(Node) - Method in class com.bretth.osmosis.core.filter.v0_6.BoundingBoxFilter
Indicates if the node lies within the area required.
isNodeWithinArea(Node) - Method in class com.bretth.osmosis.core.filter.v0_6.PolygonFilter
Indicates if the node lies within the area required.
isSuccessful() - Method in class com.bretth.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 com.bretth.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 com.bretth.osmosis.core.customdb.v0_6.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 com.bretth.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.
isTileWayIndexAvailable() - Method in class com.bretth.osmosis.core.filter.v0_6.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 com.bretth.osmosis.core.mysql.common.BaseTableReader.ReadResult
Returns the usable result flag.
isUsableResult() - Method in class com.bretth.osmosis.core.pgsql.common.BaseTableReader.ReadResult
Returns the usable result flag.
isValid() - Method in class com.bretth.osmosis.core.pgsql.v0_6.impl.NodeLocation
Indicates if the node is valid.
isVisible() - Method in class com.bretth.osmosis.core.mysql.v0_5.impl.EntityHistory
Gets the visible flag.
isVisible() - Method in class com.bretth.osmosis.core.mysql.v0_6.impl.EntityHistory
Gets the visible flag.
isWayBboxSupported() - Method in class com.bretth.osmosis.core.pgsql.v0_6.impl.DatabaseCapabilityChecker
Indicates if way bounding box support is available.
isWayLinestringSupported() - Method in class com.bretth.osmosis.core.pgsql.v0_6.impl.DatabaseCapabilityChecker
Indicates if way linestring support is available.
iterate() - Method in interface com.bretth.osmosis.core.container.v0_5.DatasetReader
Allows the entire dataset to be iterated across.
iterate() - Method in interface com.bretth.osmosis.core.container.v0_6.DatasetReader
Allows the entire dataset to be iterated across.
iterate() - Method in class com.bretth.osmosis.core.customdb.v0_5.impl.DatasetStoreReader
Allows the entire dataset to be iterated across.
iterate() - Method in class com.bretth.osmosis.core.customdb.v0_6.impl.DatasetStoreReader
Allows the entire dataset to be iterated across.
iterate() - Method in class com.bretth.osmosis.core.pgsql.v0_5.impl.NodeDao
Returns an iterator providing access to all nodes in the database.
iterate() - Method in class com.bretth.osmosis.core.pgsql.v0_5.impl.PostgreSqlDatasetReader
Allows the entire dataset to be iterated across.
iterate() - Method in class com.bretth.osmosis.core.pgsql.v0_5.impl.RelationDao
Returns an iterator providing access to all nodes in the database.
iterate() - Method in class com.bretth.osmosis.core.pgsql.v0_5.impl.WayDao
Returns an iterator providing access to all ways in the database.
iterate() - Method in class com.bretth.osmosis.core.pgsql.v0_6.impl.EntityDao
Returns an iterator providing access to all entities in the database.
iterate() - Method in class com.bretth.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 com.bretth.osmosis.core.pgsql.v0_6.impl.NodeDao
Returns an iterator providing access to all entities in the database.
iterate() - Method in class com.bretth.osmosis.core.pgsql.v0_6.impl.PostgreSqlDatasetReader
Allows the entire dataset to be iterated across.
iterate() - Method in class com.bretth.osmosis.core.pgsql.v0_6.impl.RelationDao
Returns an iterator providing access to all entities in the database.
iterate() - Method in class com.bretth.osmosis.core.pgsql.v0_6.impl.WayDao
Returns an iterator providing access to all entities in the database.
iterate() - Method in class com.bretth.osmosis.core.sort.common.FileBasedSort
Sorts and returns the contents of the sorter.
iterate(long) - Method in class com.bretth.osmosis.core.store.ChunkedObjectStore
Provides access to the contents of this store.
iterate(long) - Method in class com.bretth.osmosis.core.store.RandomAccessObjectStoreReader
Iterates over the entire stream of data.
iterate() - Method in class com.bretth.osmosis.core.store.RandomAccessObjectStoreReader
Iterates over the entire stream of data.
iterate() - Method in class com.bretth.osmosis.core.store.SegmentedObjectStore
Returns an iterator for reading objects from the underlying data store.
iterate(long, long) - Method in class com.bretth.osmosis.core.store.SegmentedObjectStore
Returns an iterator for reading objects from the underlying data store.
iterate() - Method in class com.bretth.osmosis.core.store.SimpleObjectStore
Returns an iterator for reading objects from the underlying data store.
iterateBoundingBox(double, double, double, double, boolean) - Method in interface com.bretth.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 com.bretth.osmosis.core.container.v0_6.DatasetReader
Allows all data within a bounding box to be iterated across.
iterateBoundingBox(double, double, double, double, boolean) - Method in class com.bretth.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 com.bretth.osmosis.core.filter.v0_6.impl.BaseDatasetReader
Allows all data within a bounding box to be iterated across.
iterateBoundingBox(double, double, double, double, boolean) - Method in class com.bretth.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 com.bretth.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 com.bretth.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 com.bretth.osmosis.core.pgsql.v0_6.impl.PostgreSqlDatasetReader
Allows all data within a bounding box to be iterated across.
iterator() - Method in class com.bretth.osmosis.core.filter.common.BitSetIdTracker
iterator() - Method in class com.bretth.osmosis.core.filter.common.ListIdTracker
IteratorReleasableIterator<T> - Class in com.bretth.osmosis.core.store
A releasable iterator implementation for reading data from an underlying non-releasable iterator.
IteratorReleasableIterator(Iterator<T>) - Constructor for class com.bretth.osmosis.core.store.IteratorReleasableIterator
Creates a new instance.

L

length() - Method in class com.bretth.osmosis.core.store.BufferedRandomAccessFileInputStream
Returns the length of the data file.
length() - Method in class com.bretth.osmosis.core.store.RandomAccessObjectStoreReader
Returns the length of data.
LESSER_ICOST - Static variable in class org.apache.tools.bzip2.CBZip2OutputStream
 
ListIdTracker - Class in com.bretth.osmosis.core.filter.common
Implements the IdTracker interface using a list of ids.
ListIdTracker() - Constructor for class com.bretth.osmosis.core.filter.common.ListIdTracker
Creates a new instance.
loadPolygon() - Method in class com.bretth.osmosis.core.filter.common.PolygonFileReader
Builds an Area configured with the polygon information defined in the file.
loadTaskFactories() - Method in interface com.bretth.osmosis.core.plugin.PluginLoader
Loads all task factories provided by the plugin and specifies the names to register them under.
lock() - Method in class com.bretth.osmosis.core.util.FileBasedLock
Obtain an exclusive lock.
LongAsInt - Class in com.bretth.osmosis.core.util
Contains utility methods supporting storage of longs as integers.
LongLongIndexElement - Class in com.bretth.osmosis.core.store
A single index element for a long-long index.
LongLongIndexElement(long, long) - Constructor for class com.bretth.osmosis.core.store.LongLongIndexElement
Creates a new instance.
LongLongIndexElement(StoreReader, StoreClassRegister) - Constructor for class com.bretth.osmosis.core.store.LongLongIndexElement
Creates a new instance.
longToInt(long) - Static method in class com.bretth.osmosis.core.util.LongAsInt
Converts the specified long to an int and verifies that it is legal.

M

main(String[]) - Static method in class com.bretth.osmosis.core.Osmosis
The entry point to the application.
main(String[]) - Static method in class com.bretth.osmosis.extract.mysql.v0_5.OsmosisExtractMysql
The entry point to the application.
main(String[]) - Static method in class com.bretth.osmosis.extract.mysql.v0_6.OsmosisExtractMysql
The entry point to the application.
main(String[]) - Static method in class com.bretth.osmosis.util.TestUsersForUtf8
The main entry point.
MAX_ALPHA_SIZE - Static variable in interface org.apache.tools.bzip2.BZip2Constants
 
MAX_CODE_LEN - Static variable in interface org.apache.tools.bzip2.BZip2Constants
 
MAX_SELECTORS - Static variable in interface org.apache.tools.bzip2.BZip2Constants
 
maximumTile - Variable in class com.bretth.osmosis.core.filter.v0_5.impl.BoundingBoxContext
The maximum tile value for the box.
maximumTile - Variable in class com.bretth.osmosis.core.filter.v0_6.impl.BoundingBoxContext
The maximum tile value for the box.
MemberTypeParser - Class in com.bretth.osmosis.core.mysql.v0_5.impl
Parses the database representation of a relation member type into an entity type object.
MemberTypeParser() - Constructor for class com.bretth.osmosis.core.mysql.v0_5.impl.MemberTypeParser
 
MemberTypeParser - Class in com.bretth.osmosis.core.mysql.v0_6.impl
Parses the database representation of a relation member type into an entity type object.
MemberTypeParser() - Constructor for class com.bretth.osmosis.core.mysql.v0_6.impl.MemberTypeParser
 
MemberTypeParser - Class in com.bretth.osmosis.core.xml.v0_5.impl
Parses the xml representation of a relation member type into an entity type object.
MemberTypeParser() - Constructor for class com.bretth.osmosis.core.xml.v0_5.impl.MemberTypeParser
 
MemberTypeParser - Class in com.bretth.osmosis.core.xml.v0_6.impl
Parses the xml representation of a relation member type into an entity type object.
MemberTypeParser() - Constructor for class com.bretth.osmosis.core.xml.v0_6.impl.MemberTypeParser
 
MemberTypeRenderer - Class in com.bretth.osmosis.core.mysql.v0_5.impl
Renders a member type object into its database representation.
MemberTypeRenderer() - Constructor for class com.bretth.osmosis.core.mysql.v0_5.impl.MemberTypeRenderer
 
MemberTypeRenderer - Class in com.bretth.osmosis.core.mysql.v0_6.impl
Renders a member type object into its database representation.
MemberTypeRenderer() - Constructor for class com.bretth.osmosis.core.mysql.v0_6.impl.MemberTypeRenderer
 
MemberTypeRenderer - Class in com.bretth.osmosis.core.xml.v0_5.impl
Renders a member type object into its xml representation.
MemberTypeRenderer() - Constructor for class com.bretth.osmosis.core.xml.v0_5.impl.MemberTypeRenderer
 
MemberTypeRenderer - Class in com.bretth.osmosis.core.xml.v0_6.impl
Renders a member type object into its xml representation.
MemberTypeRenderer() - Constructor for class com.bretth.osmosis.core.xml.v0_6.impl.MemberTypeRenderer
 
MemberTypeValueMapper - Class in com.bretth.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 com.bretth.osmosis.core.pgsql.v0_5.impl.MemberTypeValueMapper
 
MemberTypeValueMapper - Class in com.bretth.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 com.bretth.osmosis.core.pgsql.v0_6.impl.MemberTypeValueMapper
 
MergingIterator<DataType> - Class in com.bretth.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 com.bretth.osmosis.core.sort.common.MergingIterator
Creates a new instance.
migrate(EntityContainer) - Method in class com.bretth.osmosis.core.migrate.impl.EntityContainerMigrater
Migrates an entity container from 0.5 to 0.6 format.
migrate(Bound) - Method in class com.bretth.osmosis.core.migrate.impl.EntityMigrater
Migrates a bound object from 0.5 to 0.6 format.
migrate(Node) - Method in class com.bretth.osmosis.core.migrate.impl.EntityMigrater
Migrates a node object from 0.5 to 0.6 format.
migrate(Way) - Method in class com.bretth.osmosis.core.migrate.impl.EntityMigrater
Migrates a way object from 0.5 to 0.6 format.
migrate(Relation) - Method in class com.bretth.osmosis.core.migrate.impl.EntityMigrater
Migrates a relation object from 0.5 to 0.6 format.
MigrateChangeV05ToV06 - Class in com.bretth.osmosis.core.migrate
A task for converting 0.5 change data into 0.6 format.
MigrateChangeV05ToV06() - Constructor for class com.bretth.osmosis.core.migrate.MigrateChangeV05ToV06
Creates a new instance.
MigrateChangeV05ToV06Factory - Class in com.bretth.osmosis.core.migrate
The task manager factory for a 0.5 to 0.6 change migration task.
MigrateChangeV05ToV06Factory() - Constructor for class com.bretth.osmosis.core.migrate.MigrateChangeV05ToV06Factory
 
MigrateV05ToV06 - Class in com.bretth.osmosis.core.migrate
A task for converting 0.5 data into 0.6 format.
MigrateV05ToV06() - Constructor for class com.bretth.osmosis.core.migrate.MigrateV05ToV06
 
MigrateV05ToV06Factory - Class in com.bretth.osmosis.core.migrate
The task manager factory for a 0.5 to 0.6 migration task.
MigrateV05ToV06Factory() - Constructor for class com.bretth.osmosis.core.migrate.MigrateV05ToV06Factory
 
minimumTile - Variable in class com.bretth.osmosis.core.filter.v0_5.impl.BoundingBoxContext
The minimum tile value for the box.
minimumTile - Variable in class com.bretth.osmosis.core.filter.v0_6.impl.BoundingBoxContext
The minimum tile value for the box.
modifyEntity(T) - Method in class com.bretth.osmosis.core.pgsql.v0_6.impl.EntityDao
Updates the specified entity details in the database.
modifyEntity(Node) - Method in class com.bretth.osmosis.core.pgsql.v0_6.impl.NodeDao
Updates the specified entity details in the database.
modifyEntity(Relation) - Method in class com.bretth.osmosis.core.pgsql.v0_6.impl.RelationDao
Updates the specified entity details in the database.
modifyEntity(Way) - Method in class com.bretth.osmosis.core.pgsql.v0_6.impl.WayDao
Updates the specified entity details in the database.
MultiChangeSink - Interface in com.bretth.osmosis.core.task.v0_5
Defines the interface for tasks consuming multiple streams of data.
MultiChangeSink - Interface in com.bretth.osmosis.core.task.v0_6
Defines the interface for tasks consuming multiple streams of data.
MultiChangeSinkRunnableChangeSource - Interface in com.bretth.osmosis.core.task.v0_5
Defines the interface for combining multi change sink and change source functionality.
MultiChangeSinkRunnableChangeSource - Interface in com.bretth.osmosis.core.task.v0_6
Defines the interface for combining multi change sink and change source functionality.
MultiChangeSinkRunnableChangeSourceManager - Class in com.bretth.osmosis.core.pipeline.v0_5
A task manager implementation for MultiChangeSinkRunnableChangeSource task implementations.
MultiChangeSinkRunnableChangeSourceManager(String, MultiChangeSinkRunnableChangeSource, Map<String, String>) - Constructor for class com.bretth.osmosis.core.pipeline.v0_5.MultiChangeSinkRunnableChangeSourceManager
Creates a new instance.
MultiChangeSinkRunnableChangeSourceManager - Class in com.bretth.osmosis.core.pipeline.v0_6
A task manager implementation for MultiChangeSinkRunnableChangeSource task implementations.
MultiChangeSinkRunnableChangeSourceManager(String, MultiChangeSinkRunnableChangeSource, Map<String, String>) - Constructor for class com.bretth.osmosis.core.pipeline.v0_6.MultiChangeSinkRunnableChangeSourceManager
Creates a new instance.
MultiChangeSource - Interface in com.bretth.osmosis.core.task.v0_5
Defines the interface for tasks producing multiple change streams of OSM data.
MultiChangeSource - Interface in com.bretth.osmosis.core.task.v0_6
Defines the interface for tasks producing multiple change streams of OSM data.
MultiMemberGZIPInputStream - Class in com.bretth.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 com.bretth.osmosis.core.util.MultiMemberGZIPInputStream
 
MultiMemberGZIPInputStream(InputStream) - Constructor for class com.bretth.osmosis.core.util.MultiMemberGZIPInputStream
 
MultipleSourceIterator<T> - Class in com.bretth.osmosis.core.store
Allows the contents of several iterators to be combined into a single iterator.
MultipleSourceIterator(List<ReleasableIterator<T>>) - Constructor for class com.bretth.osmosis.core.store.MultipleSourceIterator
Creates a new instance.
MultiSink - Interface in com.bretth.osmosis.core.task.v0_5
Defines the interface for tasks consuming multiple streams of data.
MultiSink - Interface in com.bretth.osmosis.core.task.v0_6
Defines the interface for tasks consuming multiple streams of data.
MultiSinkMultiChangeSinkRunnableSource - Interface in com.bretth.osmosis.core.task.v0_5
Defines the interface for combining sink, change sink and source functionality.
MultiSinkMultiChangeSinkRunnableSource - Interface in com.bretth.osmosis.core.task.v0_6
Defines the interface for combining sink, change sink and source functionality.
MultiSinkMultiChangeSinkRunnableSourceManager - Class in com.bretth.osmosis.core.pipeline.v0_5
A task manager implementation for SinkChangeSinkSource task implementations.
MultiSinkMultiChangeSinkRunnableSourceManager(String, MultiSinkMultiChangeSinkRunnableSource, Map<String, String>) - Constructor for class com.bretth.osmosis.core.pipeline.v0_5.MultiSinkMultiChangeSinkRunnableSourceManager
Creates a new instance.
MultiSinkMultiChangeSinkRunnableSourceManager - Class in com.bretth.osmosis.core.pipeline.v0_6
A task manager implementation for SinkChangeSinkSource task implementations.
MultiSinkMultiChangeSinkRunnableSourceManager(String, MultiSinkMultiChangeSinkRunnableSource, Map<String, String>) - Constructor for class com.bretth.osmosis.core.pipeline.v0_6.MultiSinkMultiChangeSinkRunnableSourceManager
Creates a new instance.
MultiSinkRunnableChangeSource - Interface in com.bretth.osmosis.core.task.v0_5
Defines the interface for combining multi sink and change source functionality.
MultiSinkRunnableChangeSource - Interface in com.bretth.osmosis.core.task.v0_6
Defines the interface for combining multi sink and change source functionality.
MultiSinkRunnableChangeSourceManager - Class in com.bretth.osmosis.core.pipeline.v0_5
A task manager implementation for MultiSinkRunnableChangeSource task implementations.
MultiSinkRunnableChangeSourceManager(String, MultiSinkRunnableChangeSource, Map<String, String>) - Constructor for class com.bretth.osmosis.core.pipeline.v0_5.MultiSinkRunnableChangeSourceManager
Creates a new instance.
MultiSinkRunnableChangeSourceManager - Class in com.bretth.osmosis.core.pipeline.v0_6
A task manager implementation for MultiSinkRunnableChangeSource task implementations.
MultiSinkRunnableChangeSourceManager(String, MultiSinkRunnableChangeSource, Map<String, String>) - Constructor for class com.bretth.osmosis.core.pipeline.v0_6.MultiSinkRunnableChangeSourceManager
Creates a new instance.
MultiSinkRunnableSource - Interface in com.bretth.osmosis.core.task.v0_5
Defines the interface for combining multi sink and source functionality.
MultiSinkRunnableSource - Interface in com.bretth.osmosis.core.task.v0_6
Defines the interface for combining multi sink and source functionality.
MultiSinkRunnableSourceManager - Class in com.bretth.osmosis.core.pipeline.v0_5
A task manager implementation for MultiSinkRunnableSource task implementations.
MultiSinkRunnableSourceManager(String, MultiSinkRunnableSource, Map<String, String>) - Constructor for class com.bretth.osmosis.core.pipeline.v0_5.MultiSinkRunnableSourceManager
Creates a new instance.
MultiSinkRunnableSourceManager - Class in com.bretth.osmosis.core.pipeline.v0_6
A task manager implementation for MultiSinkRunnableSource task implementations.
MultiSinkRunnableSourceManager(String, MultiSinkRunnableSource, Map<String, String>) - Constructor for class com.bretth.osmosis.core.pipeline.v0_6.MultiSinkRunnableSourceManager
Creates a new instance.
MultiSource - Interface in com.bretth.osmosis.core.task.v0_5
Defines the interface for tasks producing multiple streams of OSM data.
MultiSource - Interface in com.bretth.osmosis.core.task.v0_6
Defines the interface for tasks producing multiple streams of OSM data.
MysqlChangeReader - Class in com.bretth.osmosis.core.mysql.v0_5
A change source reading from database history tables.
MysqlChangeReader(DatabaseLoginCredentials, DatabasePreferences, boolean, Date, Date) - Constructor for class com.bretth.osmosis.core.mysql.v0_5.MysqlChangeReader
Creates a new instance.
MysqlChangeReader - Class in com.bretth.osmosis.core.mysql.v0_6
A change source reading from database history tables.
MysqlChangeReader(DatabaseLoginCredentials, DatabasePreferences, boolean, Date, Date, boolean) - Constructor for class com.bretth.osmosis.core.mysql.v0_6.MysqlChangeReader
Creates a new instance.
MysqlChangeReaderFactory - Class in com.bretth.osmosis.core.mysql.v0_5
The task manager factory for a database change reader.
MysqlChangeReaderFactory() - Constructor for class com.bretth.osmosis.core.mysql.v0_5.MysqlChangeReaderFactory
 
MysqlChangeReaderFactory - Class in com.bretth.osmosis.core.mysql.v0_6
The task manager factory for a database change reader.
MysqlChangeReaderFactory() - Constructor for class com.bretth.osmosis.core.mysql.v0_6.MysqlChangeReaderFactory
 
MysqlChangeWriter - Class in com.bretth.osmosis.core.mysql.v0_5
A change sink writing to database tables.
MysqlChangeWriter(DatabaseLoginCredentials, DatabasePreferences, boolean) - Constructor for class com.bretth.osmosis.core.mysql.v0_5.MysqlChangeWriter
Creates a new instance.
MysqlChangeWriter - Class in com.bretth.osmosis.core.mysql.v0_6
A change sink writing to database tables.
MysqlChangeWriter(DatabaseLoginCredentials, DatabasePreferences, boolean) - Constructor for class com.bretth.osmosis.core.mysql.v0_6.MysqlChangeWriter
Creates a new instance.
MysqlChangeWriterFactory - Class in com.bretth.osmosis.core.mysql.v0_5
The task manager factory for a database change writer.
MysqlChangeWriterFactory() - Constructor for class com.bretth.osmosis.core.mysql.v0_5.MysqlChangeWriterFactory
 
MysqlChangeWriterFactory - Class in com.bretth.osmosis.core.mysql.v0_6
The task manager factory for a database change writer.
MysqlChangeWriterFactory() - Constructor for class com.bretth.osmosis.core.mysql.v0_6.MysqlChangeWriterFactory
 
MySqlCurrentReader - Class in com.bretth.osmosis.core.mysql.v0_5
An OSM data source reading from a databases current tables.
MySqlCurrentReader(DatabaseLoginCredentials, DatabasePreferences, boolean) - Constructor for class com.bretth.osmosis.core.mysql.v0_5.MySqlCurrentReader
Creates a new instance.
MySqlCurrentReader - Class in com.bretth.osmosis.core.mysql.v0_6
An OSM data source reading from a databases current tables.
MySqlCurrentReader(DatabaseLoginCredentials, DatabasePreferences, boolean) - Constructor for class com.bretth.osmosis.core.mysql.v0_6.MySqlCurrentReader
Creates a new instance.
MySqlCurrentReaderFactory - Class in com.bretth.osmosis.core.mysql.v0_5
The task manager factory for a database reader.
MySqlCurrentReaderFactory() - Constructor for class com.bretth.osmosis.core.mysql.v0_5.MySqlCurrentReaderFactory
 
MySqlCurrentReaderFactory - Class in com.bretth.osmosis.core.mysql.v0_6
The task manager factory for a database reader.
MySqlCurrentReaderFactory() - Constructor for class com.bretth.osmosis.core.mysql.v0_6.MySqlCurrentReaderFactory
 
MysqlReader - Class in com.bretth.osmosis.core.mysql.v0_5
An OSM data source reading from a database.
MysqlReader(DatabaseLoginCredentials, DatabasePreferences, Date, boolean) - Constructor for class com.bretth.osmosis.core.mysql.v0_5.MysqlReader
Creates a new instance.
MysqlReader - Class in com.bretth.osmosis.core.mysql.v0_6
An OSM data source reading from a database.
MysqlReader(DatabaseLoginCredentials, DatabasePreferences, Date, boolean) - Constructor for class com.bretth.osmosis.core.mysql.v0_6.MysqlReader
Creates a new instance.
MysqlReaderFactory - Class in com.bretth.osmosis.core.mysql.v0_5
The task manager factory for a database reader.
MysqlReaderFactory() - Constructor for class com.bretth.osmosis.core.mysql.v0_5.MysqlReaderFactory
 
MysqlReaderFactory - Class in com.bretth.osmosis.core.mysql.v0_6
The task manager factory for a database reader.
MysqlReaderFactory() - Constructor for class com.bretth.osmosis.core.mysql.v0_6.MysqlReaderFactory
 
MysqlTruncator - Class in com.bretth.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 com.bretth.osmosis.core.mysql.v0_5.MysqlTruncator
Creates a new instance.
MysqlTruncator - Class in com.bretth.osmosis.core.mysql.v0_6
A standalone OSM task with no inputs or outputs that truncates tables in a mysql database.
MysqlTruncator(DatabaseLoginCredentials, DatabasePreferences) - Constructor for class com.bretth.osmosis.core.mysql.v0_6.MysqlTruncator
Creates a new instance.
MysqlTruncatorFactory - Class in com.bretth.osmosis.core.mysql.v0_5
The task manager factory for a database table truncator.
MysqlTruncatorFactory() - Constructor for class com.bretth.osmosis.core.mysql.v0_5.MysqlTruncatorFactory
 
MysqlTruncatorFactory - Class in com.bretth.osmosis.core.mysql.v0_6
The task manager factory for a database table truncator.
MysqlTruncatorFactory() - Constructor for class com.bretth.osmosis.core.mysql.v0_6.MysqlTruncatorFactory
 
MySqlVersionConstants - Interface in com.bretth.osmosis.core.mysql.v0_5
Defines constants specific to the specific schema version.
MySqlVersionConstants - Interface in com.bretth.osmosis.core.mysql.v0_6
Defines constants specific to the specific schema version.
MysqlWriter - Class in com.bretth.osmosis.core.mysql.v0_5
An OSM data sink for storing all data to a database.
MysqlWriter(DatabaseLoginCredentials, DatabasePreferences, boolean, boolean) - Constructor for class com.bretth.osmosis.core.mysql.v0_5.MysqlWriter
Creates a new instance.
MysqlWriter - Class in com.bretth.osmosis.core.mysql.v0_6
An OSM data sink for storing all data to a database.
MysqlWriter(DatabaseLoginCredentials, DatabasePreferences, boolean, boolean) - Constructor for class com.bretth.osmosis.core.mysql.v0_6.MysqlWriter
Creates a new instance.
MysqlWriterFactory - Class in com.bretth.osmosis.core.mysql.v0_5
The task manager factory for a database writer.
MysqlWriterFactory() - Constructor for class com.bretth.osmosis.core.mysql.v0_5.MysqlWriterFactory
 
MysqlWriterFactory - Class in com.bretth.osmosis.core.mysql.v0_6
The task manager factory for a database writer.
MysqlWriterFactory() - Constructor for class com.bretth.osmosis.core.mysql.v0_6.MysqlWriterFactory
 

N

N_GROUPS - Static variable in interface org.apache.tools.bzip2.BZip2Constants
 
N_ITERS - Static variable in interface org.apache.tools.bzip2.BZip2Constants
 
newDecoder() - Method in class com.bretth.osmosis.core.xml.common.ProductionDbCharset
newEncoder() - Method in class com.bretth.osmosis.core.xml.common.ProductionDbCharset
next() - Method in class com.bretth.osmosis.core.container.v0_5.NodeContainerIterator
next() - Method in class com.bretth.osmosis.core.container.v0_5.RelationContainerIterator
next() - Method in class com.bretth.osmosis.core.container.v0_5.WayContainerIterator
next() - Method in class com.bretth.osmosis.core.container.v0_6.BoundContainerIterator
next() - Method in class com.bretth.osmosis.core.container.v0_6.NodeContainerIterator
next() - Method in class com.bretth.osmosis.core.container.v0_6.RelationContainerIterator
next() - Method in class com.bretth.osmosis.core.container.v0_6.WayContainerIterator
next() - Method in class com.bretth.osmosis.core.customdb.v0_5.impl.RelationalIndexValueIdIterator
next() - Method in class com.bretth.osmosis.core.customdb.v0_5.impl.TileIndexValueIdIterator
next() - Method in class com.bretth.osmosis.core.customdb.v0_6.impl.RelationalIndexValueIdIterator
next() - Method in class com.bretth.osmosis.core.customdb.v0_6.impl.TileIndexValueIdIterator
next() - Method in class com.bretth.osmosis.core.mysql.common.BaseTableReader
next() - Method in class com.bretth.osmosis.core.mysql.v0_5.impl.CurrentRelationReader
next() - Method in class com.bretth.osmosis.core.mysql.v0_5.impl.CurrentWayReader
next() - Method in class com.bretth.osmosis.core.mysql.v0_5.impl.EntitySnapshotReader
next() - Method in class com.bretth.osmosis.core.mysql.v0_5.impl.NodeChangeReader
Returns the next available entity and advances to the next record.
next() - Method in class com.bretth.osmosis.core.mysql.v0_5.impl.RelationChangeReader
Returns the next available entity and advances to the next record.
next() - Method in class com.bretth.osmosis.core.mysql.v0_5.impl.RelationReader
next() - Method in class com.bretth.osmosis.core.mysql.v0_5.impl.WayChangeReader
Returns the next available entity and advances to the next record.
next() - Method in class com.bretth.osmosis.core.mysql.v0_5.impl.WayReader
next() - Method in class com.bretth.osmosis.core.mysql.v0_6.impl.CurrentNodeReader
next() - Method in class com.bretth.osmosis.core.mysql.v0_6.impl.CurrentRelationReader
next() - Method in class com.bretth.osmosis.core.mysql.v0_6.impl.CurrentWayReader
next() - Method in class com.bretth.osmosis.core.mysql.v0_6.impl.EntitySnapshotReader
next() - Method in class com.bretth.osmosis.core.mysql.v0_6.impl.NodeChangeReader
Returns the next available entity and advances to the next record.
next() - Method in class com.bretth.osmosis.core.mysql.v0_6.impl.NodeReader
next() - Method in class com.bretth.osmosis.core.mysql.v0_6.impl.RelationChangeReader
Returns the next available entity and advances to the next record.
next() - Method in class com.bretth.osmosis.core.mysql.v0_6.impl.RelationReader
next() - Method in class com.bretth.osmosis.core.mysql.v0_6.impl.WayChangeReader
Returns the next available entity and advances to the next record.
next() - Method in class com.bretth.osmosis.core.mysql.v0_6.impl.WayReader
next() - Method in class com.bretth.osmosis.core.pgsql.common.BaseTableReader
next() - Method in class com.bretth.osmosis.core.pgsql.v0_5.impl.NodeReader
next() - Method in class com.bretth.osmosis.core.pgsql.v0_5.impl.RelationReader
next() - Method in class com.bretth.osmosis.core.pgsql.v0_5.impl.WayReader
next() - Method in class com.bretth.osmosis.core.pgsql.v0_6.impl.EntityReader
next() - Method in class com.bretth.osmosis.core.sort.common.MergingIterator
next() - Method in class com.bretth.osmosis.core.store.EmptyIterator
next() - Method in class com.bretth.osmosis.core.store.IndexRangeIterator
next() - Method in class com.bretth.osmosis.core.store.IteratorReleasableIterator
next() - Method in class com.bretth.osmosis.core.store.MultipleSourceIterator
next() - Method in class com.bretth.osmosis.core.store.ObjectDataInputIterator
next() - Method in class com.bretth.osmosis.core.store.PeekableIterator
next() - Method in class com.bretth.osmosis.core.store.PersistentIterator
next() - Method in class com.bretth.osmosis.core.store.ReleasableAdaptorForIterator
next() - Method in class com.bretth.osmosis.core.store.StoreReleasingIterator
next() - Method in class com.bretth.osmosis.core.store.SubObjectStreamIterator
next() - Method in class com.bretth.osmosis.core.store.UpcastIterator
Node - Class in com.bretth.osmosis.core.domain.v0_5
A data class representing a single OSM node.
Node(long, Date, OsmUser, double, double) - Constructor for class com.bretth.osmosis.core.domain.v0_5.Node
Creates a new instance.
Node(long, TimestampContainer, OsmUser, double, double) - Constructor for class com.bretth.osmosis.core.domain.v0_5.Node
Creates a new instance.
Node(StoreReader, StoreClassRegister) - Constructor for class com.bretth.osmosis.core.domain.v0_5.Node
Creates a new instance.
Node - Class in com.bretth.osmosis.core.domain.v0_6
A data class representing a single OSM node.
Node(long, int, Date, OsmUser, double, double) - Constructor for class com.bretth.osmosis.core.domain.v0_6.Node
Creates a new instance.
Node(long, int, TimestampContainer, OsmUser, double, double) - Constructor for class com.bretth.osmosis.core.domain.v0_6.Node
Creates a new instance.
Node(StoreReader, StoreClassRegister) - Constructor for class com.bretth.osmosis.core.domain.v0_6.Node
Creates a new instance.
NodeBuilder - Class in com.bretth.osmosis.core.pgsql.v0_6.impl
Reads and writes node attributes to jdbc classes.
NodeBuilder() - Constructor for class com.bretth.osmosis.core.pgsql.v0_6.impl.NodeBuilder
Creates a new instance.
NodeChangeReader - Class in com.bretth.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 com.bretth.osmosis.core.mysql.v0_5.impl.NodeChangeReader
Creates a new instance.
NodeChangeReader - Class in com.bretth.osmosis.core.mysql.v0_6.impl
Reads the set of node changes from a database that have occurred within a time interval.
NodeChangeReader(DatabaseLoginCredentials, boolean, Date, Date, boolean) - Constructor for class com.bretth.osmosis.core.mysql.v0_6.impl.NodeChangeReader
Creates a new instance.
NodeContainer - Class in com.bretth.osmosis.core.container.v0_5
Entity container implementation for nodes.
NodeContainer(Node) - Constructor for class com.bretth.osmosis.core.container.v0_5.NodeContainer
Creates a new instance.
NodeContainer(StoreReader, StoreClassRegister) - Constructor for class com.bretth.osmosis.core.container.v0_5.NodeContainer
Creates a new instance.
NodeContainer - Class in com.bretth.osmosis.core.container.v0_6
Entity container implementation for nodes.
NodeContainer(Node) - Constructor for class com.bretth.osmosis.core.container.v0_6.NodeContainer
Creates a new instance.
NodeContainer(StoreReader, StoreClassRegister) - Constructor for class com.bretth.osmosis.core.container.v0_6.NodeContainer
Creates a new instance.
NodeContainerIterator - Class in com.bretth.osmosis.core.container.v0_5
Wraps a set of nodes into node containers.
NodeContainerIterator(ReleasableIterator<Node>) - Constructor for class com.bretth.osmosis.core.container.v0_5.NodeContainerIterator
Creates a new instance.
NodeContainerIterator - Class in com.bretth.osmosis.core.container.v0_6
Wraps a set of nodes into node containers.
NodeContainerIterator(ReleasableIterator<Node>) - Constructor for class com.bretth.osmosis.core.container.v0_6.NodeContainerIterator
Creates a new instance.
NodeDao - Class in com.bretth.osmosis.core.pgsql.v0_5.impl
Performs all node-specific db operations.
NodeDao(DatabaseContext) - Constructor for class com.bretth.osmosis.core.pgsql.v0_5.impl.NodeDao
Creates a new instance.
NodeDao - Class in com.bretth.osmosis.core.pgsql.v0_6.impl
Performs all node-specific db operations.
NodeDao(DatabaseContext, ActionDao) - Constructor for class com.bretth.osmosis.core.pgsql.v0_6.impl.NodeDao
Creates a new instance.
NodeElementProcessor - Class in com.bretth.osmosis.core.xml.v0_5.impl
Provides an element processor implementation for a node.
NodeElementProcessor(BaseElementProcessor, Sink, boolean) - Constructor for class com.bretth.osmosis.core.xml.v0_5.impl.NodeElementProcessor
Creates a new instance.
NodeElementProcessor - Class in com.bretth.osmosis.core.xml.v0_6.impl
Provides an element processor implementation for a node.
NodeElementProcessor(BaseElementProcessor, Sink, boolean) - Constructor for class com.bretth.osmosis.core.xml.v0_6.impl.NodeElementProcessor
Creates a new instance.
NodeHistoryReader - Class in com.bretth.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 com.bretth.osmosis.core.mysql.v0_5.impl.NodeHistoryReader
Creates a new instance.
NodeHistoryReader - Class in com.bretth.osmosis.core.mysql.v0_6.impl
Reads the set of node changes from a database that have occurred within a time interval.
NodeHistoryReader(DatabaseLoginCredentials, boolean, Date, Date) - Constructor for class com.bretth.osmosis.core.mysql.v0_6.impl.NodeHistoryReader
Creates a new instance.
nodeIdTracker - Variable in class com.bretth.osmosis.core.filter.v0_5.impl.BoundingBoxContext
All node ids are stored within this tracker.
nodeIdTracker - Variable in class com.bretth.osmosis.core.filter.v0_6.impl.BoundingBoxContext
All node ids are stored within this tracker.
NodeKeyFilter - Class in com.bretth.osmosis.core.filter.v0_5
A class filtering everything but allowed nodes.
NodeKeyFilter(String) - Constructor for class com.bretth.osmosis.core.filter.v0_5.NodeKeyFilter
Creates a new instance.
NodeKeyFilter - Class in com.bretth.osmosis.core.filter.v0_6
A class filtering everything but allowed nodes.
NodeKeyFilter(String) - Constructor for class com.bretth.osmosis.core.filter.v0_6.NodeKeyFilter
Creates a new instance.
NodeKeyFilterFactory - Class in com.bretth.osmosis.core.filter.v0_5
Extends the basic task manager factory functionality with used-node filter task specific common methods.
NodeKeyFilterFactory() - Constructor for class com.bretth.osmosis.core.filter.v0_5.NodeKeyFilterFactory
 
NodeKeyFilterFactory - Class in com.bretth.osmosis.core.filter.v0_6
Extends the basic task manager factory functionality with used-node filter task specific common methods.
NodeKeyFilterFactory() - Constructor for class com.bretth.osmosis.core.filter.v0_6.NodeKeyFilterFactory
 
NodeKeyValueFilter - Class in com.bretth.osmosis.core.filter.v0_5
A class filtering everything but allowed nodes.
NodeKeyValueFilter(String) - Constructor for class com.bretth.osmosis.core.filter.v0_5.NodeKeyValueFilter
Creates a new instance.
NodeKeyValueFilter - Class in com.bretth.osmosis.core.filter.v0_6
A class filtering everything but allowed nodes.
NodeKeyValueFilter(String) - Constructor for class com.bretth.osmosis.core.filter.v0_6.NodeKeyValueFilter
Creates a new instance.
NodeKeyValueFilterFactory - Class in com.bretth.osmosis.core.filter.v0_5
Extends the basic task manager factory functionality with used-node filter task specific common methods.
NodeKeyValueFilterFactory() - Constructor for class com.bretth.osmosis.core.filter.v0_5.NodeKeyValueFilterFactory
 
NodeKeyValueFilterFactory - Class in com.bretth.osmosis.core.filter.v0_6
Extends the basic task manager factory functionality with used-node filter task specific common methods.
NodeKeyValueFilterFactory() - Constructor for class com.bretth.osmosis.core.filter.v0_6.NodeKeyValueFilterFactory
 
NodeLocation - Class in com.bretth.osmosis.core.pgsql.v0_6.impl
Represents the minimal geo-spatial information associated with a node.
NodeLocation() - Constructor for class com.bretth.osmosis.core.pgsql.v0_6.impl.NodeLocation
Creates a new empty instance which is marked as invalid.
NodeLocation(double, double) - Constructor for class com.bretth.osmosis.core.pgsql.v0_6.impl.NodeLocation
Creates a new instance with populated location details.
NodeLocationStore - Interface in com.bretth.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 com.bretth.osmosis.core.pgsql.v0_6.impl
Defines the different node location store implementations available.
NodeReader - Class in com.bretth.osmosis.core.mysql.v0_5.impl
Reads complete node history from a database ordered by their identifier.
NodeReader(DatabaseLoginCredentials, boolean) - Constructor for class com.bretth.osmosis.core.mysql.v0_5.impl.NodeReader
Creates a new instance.
NodeReader - Class in com.bretth.osmosis.core.mysql.v0_6.impl
Reads all nodes from a database ordered by their identifier.
NodeReader(DatabaseLoginCredentials, boolean) - Constructor for class com.bretth.osmosis.core.mysql.v0_6.impl.NodeReader
Creates a new instance.
NodeReader - Class in com.bretth.osmosis.core.pgsql.v0_5.impl
Reads all nodes from a database ordered by their identifier.
NodeReader(DatabaseContext) - Constructor for class com.bretth.osmosis.core.pgsql.v0_5.impl.NodeReader
Creates a new instance.
NodeReader(DatabaseContext, String) - Constructor for class com.bretth.osmosis.core.pgsql.v0_5.impl.NodeReader
Creates a new instance.
NodeReader - Class in com.bretth.osmosis.core.pgsql.v0_6.impl
Reads all nodes from a database ordered by their identifier.
NodeReader(DatabaseContext) - Constructor for class com.bretth.osmosis.core.pgsql.v0_6.impl.NodeReader
Creates a new instance.
NodeReader(DatabaseContext, String) - Constructor for class com.bretth.osmosis.core.pgsql.v0_6.impl.NodeReader
Creates a new instance.
NodeTableReader - Class in com.bretth.osmosis.core.mysql.v0_6.impl
Reads all nodes from a database ordered by their identifier.
NodeTableReader(DatabaseLoginCredentials, boolean) - Constructor for class com.bretth.osmosis.core.mysql.v0_6.impl.NodeTableReader
Creates a new instance.
NodeTableReader - Class in com.bretth.osmosis.core.pgsql.v0_5.impl
Reads nodes from a database ordered by their identifier.
NodeTableReader(DatabaseContext) - Constructor for class com.bretth.osmosis.core.pgsql.v0_5.impl.NodeTableReader
Creates a new instance.
NodeTableReader(DatabaseContext, String) - Constructor for class com.bretth.osmosis.core.pgsql.v0_5.impl.NodeTableReader
Creates a new instance with a constrained search.
NodeWriter - Class in com.bretth.osmosis.core.xml.v0_5.impl
Renders a node as xml.
NodeWriter(String, int) - Constructor for class com.bretth.osmosis.core.xml.v0_5.impl.NodeWriter
Creates a new instance.
NodeWriter - Class in com.bretth.osmosis.core.xml.v0_6.impl
Renders a node as xml.
NodeWriter(String, int) - Constructor for class com.bretth.osmosis.core.xml.v0_6.impl.NodeWriter
Creates a new instance.
NONE - Static variable in class com.bretth.osmosis.core.domain.v0_5.OsmUser
The user instance representing no user available or no user applicable.
NONE - Static variable in class com.bretth.osmosis.core.domain.v0_6.OsmUser
The user instance representing no user available or no user applicable.
NoSuchIndexElementException - Exception in com.bretth.osmosis.core.store
A runtime exception indicating that the requested index value does not exist.
NoSuchIndexElementException() - Constructor for exception com.bretth.osmosis.core.store.NoSuchIndexElementException
Constructs a new exception with null as its detail message.
NoSuchIndexElementException(String) - Constructor for exception com.bretth.osmosis.core.store.NoSuchIndexElementException
Constructs a new exception with the specified detail message.
NoSuchIndexElementException(Throwable) - Constructor for exception com.bretth.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 com.bretth.osmosis.core.store.NoSuchIndexElementException
Constructs a new exception with the specified detail message and cause.
NoSuchRecordException - Exception in com.bretth.osmosis.core.pgsql.common
A runtime exception indicating that the requested database record doesn't exist.
NoSuchRecordException() - Constructor for exception com.bretth.osmosis.core.pgsql.common.NoSuchRecordException
Constructs a new exception with null as its detail message.
NoSuchRecordException(String) - Constructor for exception com.bretth.osmosis.core.pgsql.common.NoSuchRecordException
Constructs a new exception with the specified detail message.
NoSuchRecordException(Throwable) - Constructor for exception com.bretth.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 com.bretth.osmosis.core.pgsql.common.NoSuchRecordException
Constructs a new exception with the specified detail message and cause.
NullChangeWriter - Class in com.bretth.osmosis.core.misc.v0_5
An OSM change sink that discards all data sent to it.
NullChangeWriter() - Constructor for class com.bretth.osmosis.core.misc.v0_5.NullChangeWriter
 
NullChangeWriter - Class in com.bretth.osmosis.core.misc.v0_6
An OSM change sink that discards all data sent to it.
NullChangeWriter() - Constructor for class com.bretth.osmosis.core.misc.v0_6.NullChangeWriter
 
NullChangeWriterFactory - Class in com.bretth.osmosis.core.misc.v0_5
The task manager factory for a null change writer.
NullChangeWriterFactory() - Constructor for class com.bretth.osmosis.core.misc.v0_5.NullChangeWriterFactory
 
NullChangeWriterFactory - Class in com.bretth.osmosis.core.misc.v0_6
The task manager factory for a null change writer.
NullChangeWriterFactory() - Constructor for class com.bretth.osmosis.core.misc.v0_6.NullChangeWriterFactory
 
NullWriter - Class in com.bretth.osmosis.core.misc.v0_5
An OSM data sink that discards all data sent to it.
NullWriter() - Constructor for class com.bretth.osmosis.core.misc.v0_5.NullWriter
 
NullWriter - Class in com.bretth.osmosis.core.misc.v0_6
An OSM data sink that discards all data sent to it.
NullWriter() - Constructor for class com.bretth.osmosis.core.misc.v0_6.NullWriter
 
NullWriterFactory - Class in com.bretth.osmosis.core.misc.v0_5
The task manager factory for a null writer.
NullWriterFactory() - Constructor for class com.bretth.osmosis.core.misc.v0_5.NullWriterFactory
 
NullWriterFactory - Class in com.bretth.osmosis.core.misc.v0_6
The task manager factory for a null writer.
NullWriterFactory() - Constructor for class com.bretth.osmosis.core.misc.v0_6.NullWriterFactory
 
NUM_OVERSHOOT_BYTES - Static variable in interface org.apache.tools.bzip2.BZip2Constants
 

O

ObjectDataInputIterator<T> - Class in com.bretth.osmosis.core.store
Provides functionality common to all object iterators.
ObjectDataInputIterator(ObjectReader) - Constructor for class com.bretth.osmosis.core.store.ObjectDataInputIterator
Creates a new instance.
ObjectReader - Interface in com.bretth.osmosis.core.store
Implementations provide functionality to deserialise a Storeable implementation from a store.
ObjectSerializationFactory - Interface in com.bretth.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 com.bretth.osmosis.core.store
This class reads objects from an ObjectInputStream until the end of stream is reached.
ObjectStreamIterator(DataInputStream, ObjectReader) - Constructor for class com.bretth.osmosis.core.store.ObjectStreamIterator
Creates a new instance.
ObjectWriter - Interface in com.bretth.osmosis.core.store
Implementations provide functionality to serialise a Storeable implementation to a store.
obtainChangesetId(OsmUser) - Method in class com.bretth.osmosis.core.mysql.v0_6.impl.ChangesetManager
Creates and maintains a changeset for the specified user.
OffsetTrackingOutputStream - Class in com.bretth.osmosis.core.store
Tracks the number of bytes written so far to the stream.
OffsetTrackingOutputStream(OutputStream) - Constructor for class com.bretth.osmosis.core.store.OffsetTrackingOutputStream
Creates a new instance.
org.apache.tools.bzip2 - package org.apache.tools.bzip2
 
OSM_VERSION - Static variable in interface com.bretth.osmosis.core.xml.v0_5.impl.XmlConstants
Defines the version number to be stored in osm xml files.
OSM_VERSION - Static variable in interface com.bretth.osmosis.core.xml.v0_6.impl.XmlConstants
Defines the version number to be stored in osm xml files.
OsmChangeHandler - Class in com.bretth.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 com.bretth.osmosis.core.xml.v0_5.impl.OsmChangeHandler
 
OsmChangeHandler - Class in com.bretth.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 com.bretth.osmosis.core.xml.v0_6.impl.OsmChangeHandler
 
OsmChangeWriter - Class in com.bretth.osmosis.core.xml.v0_5.impl
Renders OSM changes as xml.
OsmChangeWriter(String, int) - Constructor for class com.bretth.osmosis.core.xml.v0_5.impl.OsmChangeWriter
Creates a new instance.
OsmChangeWriter - Class in com.bretth.osmosis.core.xml.v0_6.impl
Renders OSM changes as xml.
OsmChangeWriter(String, int) - Constructor for class com.bretth.osmosis.core.xml.v0_6.impl.OsmChangeWriter
Creates a new instance.
OsmElementProcessor - Class in com.bretth.osmosis.core.xml.v0_5.impl
Provides an element processor implementation for an osm element.
OsmElementProcessor(BaseElementProcessor, Sink, boolean) - Constructor for class com.bretth.osmosis.core.xml.v0_5.impl.OsmElementProcessor
Creates a new instance.
OsmElementProcessor - Class in com.bretth.osmosis.core.xml.v0_6.impl
Provides an element processor implementation for an osm element.
OsmElementProcessor(BaseElementProcessor, Sink, boolean, boolean) - Constructor for class com.bretth.osmosis.core.xml.v0_6.impl.OsmElementProcessor
Creates a new instance.
OsmHandler - Class in com.bretth.osmosis.core.xml.v0_5.impl
This class is a SAX default handler for processing OSM XML files.
OsmHandler(Sink, boolean) - Constructor for class com.bretth.osmosis.core.xml.v0_5.impl.OsmHandler
Creates a new instance.
OsmHandler - Class in com.bretth.osmosis.core.xml.v0_6.impl
This class is a SAX default handler for processing OSM XML files.
OsmHandler(Sink, boolean) - Constructor for class com.bretth.osmosis.core.xml.v0_6.impl.OsmHandler
Creates a new instance.
Osmosis - Class in com.bretth.osmosis.core
The main entry point for the command line application.
Osmosis() - Constructor for class com.bretth.osmosis.core.Osmosis
 
OsmosisConstants - Interface in com.bretth.osmosis.core
Constants shared across the Osmosis application.
OsmosisException - Exception in com.bretth.osmosis.core
The root of the checked exception hierarchy for the application.
OsmosisException() - Constructor for exception com.bretth.osmosis.core.OsmosisException
Constructs a new exception with null as its detail message.
OsmosisException(String) - Constructor for exception com.bretth.osmosis.core.OsmosisException
Constructs a new exception with the specified detail message.
OsmosisException(Throwable) - Constructor for exception com.bretth.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 com.bretth.osmosis.core.OsmosisException
Constructs a new exception with the specified detail message and cause.
OsmosisExtractMysql - Class in com.bretth.osmosis.extract.mysql.v0_5
The main entry point for the mysql change extraction application.
OsmosisExtractMysql(String[]) - Constructor for class com.bretth.osmosis.extract.mysql.v0_5.OsmosisExtractMysql
Creates a new instance.
OsmosisExtractMysql - Class in com.bretth.osmosis.extract.mysql.v0_6
The main entry point for the mysql change extraction application.
OsmosisExtractMysql(String[]) - Constructor for class com.bretth.osmosis.extract.mysql.v0_6.OsmosisExtractMysql
Creates a new instance.
OsmosisRuntimeException - Exception in com.bretth.osmosis.core
The root of the unchecked exception hierarchy for the application.
OsmosisRuntimeException() - Constructor for exception com.bretth.osmosis.core.OsmosisRuntimeException
Constructs a new exception with null as its detail message.
OsmosisRuntimeException(String) - Constructor for exception com.bretth.osmosis.core.OsmosisRuntimeException
Constructs a new exception with the specified detail message.
OsmosisRuntimeException(Throwable) - Constructor for exception com.bretth.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 com.bretth.osmosis.core.OsmosisRuntimeException
Constructs a new exception with the specified detail message and cause.
OsmUser - Class in com.bretth.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 com.bretth.osmosis.core.domain.v0_5.OsmUser
Creates a new instance.
OsmUser(StoreReader, StoreClassRegister) - Constructor for class com.bretth.osmosis.core.domain.v0_5.OsmUser
Creates a new instance.
OsmUser - Class in com.bretth.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 com.bretth.osmosis.core.domain.v0_6.OsmUser
Creates a new instance.
OsmUser(StoreReader, StoreClassRegister) - Constructor for class com.bretth.osmosis.core.domain.v0_6.OsmUser
Creates a new instance.
OsmWriter - Class in com.bretth.osmosis.core.xml.v0_5.impl
Renders OSM data types as xml.
OsmWriter(String, int) - Constructor for class com.bretth.osmosis.core.xml.v0_5.impl.OsmWriter
Creates a new instance.
OsmWriter - Class in com.bretth.osmosis.core.xml.v0_6.impl
Renders OSM data types as xml.
OsmWriter(String, int, boolean) - Constructor for class com.bretth.osmosis.core.xml.v0_6.impl.OsmWriter
Creates a new instance.
OUT_PIPE_ARGUMENT_PREFIX - Static variable in interface com.bretth.osmosis.core.pipeline.common.PipelineConstants
Defines the prefix used for command line output pipe arguments.

P

parse(String[]) - Method in class com.bretth.osmosis.core.cli.CommandLineParser
Parses the command line arguments.
parse(String) - Method in class com.bretth.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 com.bretth.osmosis.core.mysql.v0_6.impl.MemberTypeParser
Parses the database representation of a relation member type into an entity type object.
parse(String) - Method in class com.bretth.osmosis.core.xml.common.DateParser
Attempts to parse the specified date.
parse(String) - Method in class com.bretth.osmosis.core.xml.common.FallbackDateParser
Attempts to parse the specified date.
parse(String) - Method in class com.bretth.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 com.bretth.osmosis.core.xml.v0_6.impl.MemberTypeParser
Parses the database representation of a relation member type into an entity type object.
parseTags(String) - Method in class com.bretth.osmosis.core.mysql.v0_5.impl.EmbeddedTagProcessor
Parses the specified tag string and produces corresponding tag objects.
parseTimestamp(String) - Method in class com.bretth.osmosis.core.domain.common.TimestampFormat
Parses a date string into date form.
parseTimestamp(String) - Method in class com.bretth.osmosis.core.xml.common.XmlTimestampFormat
Parses a date string into date form.
PassiveTaskManager - Class in com.bretth.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 com.bretth.osmosis.core.pipeline.common.PassiveTaskManager
Creates a new instance.
PeekableIterator<T> - Class in com.bretth.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 com.bretth.osmosis.core.store.PeekableIterator
Creates a new instance.
peekNext() - Method in class com.bretth.osmosis.core.store.PeekableIterator
Returns the next available entity without advancing to the next record.
PermanentFileDatasetStoreFileManager - Class in com.bretth.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 com.bretth.osmosis.core.customdb.v0_5.impl.PermanentFileDatasetStoreFileManager
Creates a new instance.
PermanentFileDatasetStoreFileManager - Class in com.bretth.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 com.bretth.osmosis.core.customdb.v0_6.impl.PermanentFileDatasetStoreFileManager
Creates a new instance.
PersistentIterator<T extends Storeable> - Class in com.bretth.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 com.bretth.osmosis.core.store.PersistentIterator
Creates a new instance.
PersistentNodeLocationStore - Class in com.bretth.osmosis.core.pgsql.v0_6.impl
A file-based node location store implementation.
PersistentNodeLocationStore() - Constructor for class com.bretth.osmosis.core.pgsql.v0_6.impl.PersistentNodeLocationStore
Creates a new instance.
Pipeline - Class in com.bretth.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 com.bretth.osmosis.core.pipeline.common.Pipeline
Creates a new instance.
PipelineConstants - Interface in com.bretth.osmosis.core.pipeline.common
Defines constants used by pipeline management.
PipeTasks - Class in com.bretth.osmosis.core.pipeline.common
Maintains the tasks that have been registered as producing data during the connection process.
PipeTasks() - Constructor for class com.bretth.osmosis.core.pipeline.common.PipeTasks
Creates a new instance.
PluginLoader - Interface in com.bretth.osmosis.core.plugin
Defines the methods required by a plugin loading implementation.
PointBuilder - Class in com.bretth.osmosis.core.pgsql.common
Builds PostGIS Point objects based on a set of coordinates.
PointBuilder() - Constructor for class com.bretth.osmosis.core.pgsql.common.PointBuilder
 
PolygonBuilder - Class in com.bretth.osmosis.core.pgsql.common
Builds PostGIS Polygon objects based on a series of points.
PolygonBuilder() - Constructor for class com.bretth.osmosis.core.pgsql.common.PolygonBuilder
 
PolygonFileReader - Class in com.bretth.osmosis.core.filter.common
Reads the contents of a polygon file into an Area instance.
PolygonFileReader(File) - Constructor for class com.bretth.osmosis.core.filter.common.PolygonFileReader
Creates a new instance.
PolygonFilter - Class in com.bretth.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 com.bretth.osmosis.core.filter.v0_5.PolygonFilter
Creates a new instance.
PolygonFilter - Class in com.bretth.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 com.bretth.osmosis.core.filter.v0_6.PolygonFilter
Creates a new instance.
PolygonFilterFactory - Class in com.bretth.osmosis.core.filter.v0_5
The task manager factory for a polygon filter.
PolygonFilterFactory() - Constructor for class com.bretth.osmosis.core.filter.v0_5.PolygonFilterFactory
 
PolygonFilterFactory - Class in com.bretth.osmosis.core.filter.v0_6
The task manager factory for a polygon filter.
PolygonFilterFactory() - Constructor for class com.bretth.osmosis.core.filter.v0_6.PolygonFilterFactory
 
populateCommonEntityParameters(PreparedStatement, int, Entity) - Method in class com.bretth.osmosis.core.pgsql.v0_6.impl.EntityBuilder
Sets common entity values as bind variable parameters to an entity insert query.
populateEntityFeatures(T) - Method in class com.bretth.osmosis.core.pgsql.v0_6.impl.EntityReader
Populates the entity with the its features.
populateEntityFeatures(Relation) - Method in class com.bretth.osmosis.core.pgsql.v0_6.impl.RelationReader
Populates the entity with the its features.
populateEntityFeatures(Way) - Method in class com.bretth.osmosis.core.pgsql.v0_6.impl.WayReader
Populates the entity with the its features.
populateEntityParameters(PreparedStatement, int, T) - Method in class com.bretth.osmosis.core.pgsql.v0_6.impl.EntityBuilder
Sets entity values as bind variable parameters to an entity insert query.
populateEntityParameters(PreparedStatement, int, T) - Method in class com.bretth.osmosis.core.pgsql.v0_6.impl.EntityFeatureBuilder
Sets entity values as bind variable parameters to an entity insert query.
populateEntityParameters(PreparedStatement, int, Node) - Method in class com.bretth.osmosis.core.pgsql.v0_6.impl.NodeBuilder
Sets entity values as bind variable parameters to an entity insert query.
populateEntityParameters(PreparedStatement, int, Relation) - Method in class com.bretth.osmosis.core.pgsql.v0_6.impl.RelationBuilder
Sets entity values as bind variable parameters to an entity insert query.
populateEntityParameters(PreparedStatement, int, DbOrderedFeature<RelationMember>) - Method in class com.bretth.osmosis.core.pgsql.v0_6.impl.RelationMemberBuilder
Sets entity values as bind variable parameters to an entity insert query.
populateEntityParameters(PreparedStatement, int, DbFeature<Tag>) - Method in class com.bretth.osmosis.core.pgsql.v0_6.impl.TagBuilder
Sets entity values as bind variable parameters to an entity insert query.
populateEntityParameters(PreparedStatement, int, Way) - Method in class com.bretth.osmosis.core.pgsql.v0_6.impl.WayBuilder
Sets entity values as bind variable parameters to an entity insert query.
populateEntityParameters(PreparedStatement, int, Way, List<Geometry>) - Method in class com.bretth.osmosis.core.pgsql.v0_6.impl.WayBuilder
Sets entity values as bind variable parameters to an entity insert query.
populateEntityParameters(PreparedStatement, int, DbOrderedFeature<WayNode>) - Method in class com.bretth.osmosis.core.pgsql.v0_6.impl.WayNodeBuilder
Sets entity values as bind variable parameters to an entity insert query.
position() - Method in class com.bretth.osmosis.core.store.BufferedRandomAccessFileInputStream
Returns the current read position in the data file.
position() - Method in class com.bretth.osmosis.core.store.RandomAccessObjectStoreReader
Returns the current read position.
PostgreSqlChangeWriter - Class in com.bretth.osmosis.core.pgsql.v0_5
A change sink writing to database tables.
PostgreSqlChangeWriter(DatabaseLoginCredentials, DatabasePreferences) - Constructor for class com.bretth.osmosis.core.pgsql.v0_5.PostgreSqlChangeWriter
Creates a new instance.
PostgreSqlChangeWriter - Class in com.bretth.osmosis.core.pgsql.v0_6
A change sink writing to database tables.
PostgreSqlChangeWriter(DatabaseLoginCredentials, DatabasePreferences) - Constructor for class com.bretth.osmosis.core.pgsql.v0_6.PostgreSqlChangeWriter
Creates a new instance.
PostgreSqlChangeWriterFactory - Class in com.bretth.osmosis.core.pgsql.v0_5
The task manager factory for a database change writer.
PostgreSqlChangeWriterFactory() - Constructor for class com.bretth.osmosis.core.pgsql.v0_5.PostgreSqlChangeWriterFactory
 
PostgreSqlChangeWriterFactory - Class in com.bretth.osmosis.core.pgsql.v0_6
The task manager factory for a database change writer.
PostgreSqlChangeWriterFactory() - Constructor for class com.bretth.osmosis.core.pgsql.v0_6.PostgreSqlChangeWriterFactory
 
PostgreSqlDatasetDumpWriter - Class in com.bretth.osmosis.core.pgsql.v0_5
An OSM data sink for storing all data to a database dump file.
PostgreSqlDatasetDumpWriter(File) - Constructor for class com.bretth.osmosis.core.pgsql.v0_5.PostgreSqlDatasetDumpWriter
Creates a new instance.
PostgreSqlDatasetDumpWriter - Class in com.bretth.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 com.bretth.osmosis.core.pgsql.v0_6.PostgreSqlDatasetDumpWriter
Creates a new instance.
PostgreSqlDatasetDumpWriterFactory - Class in com.bretth.osmosis.core.pgsql.v0_5
The task manager factory for a database dump writer.
PostgreSqlDatasetDumpWriterFactory() - Constructor for class com.bretth.osmosis.core.pgsql.v0_5.PostgreSqlDatasetDumpWriterFactory
 
PostgreSqlDatasetDumpWriterFactory - Class in com.bretth.osmosis.core.pgsql.v0_6
The task manager factory for a database dump writer.
PostgreSqlDatasetDumpWriterFactory() - Constructor for class com.bretth.osmosis.core.pgsql.v0_6.PostgreSqlDatasetDumpWriterFactory
 
PostgreSqlDatasetReader - Class in com.bretth.osmosis.core.pgsql.v0_5.impl
Provides read-only access to a PostgreSQL dataset store.
PostgreSqlDatasetReader(DatabaseLoginCredentials, DatabasePreferences) - Constructor for class com.bretth.osmosis.core.pgsql.v0_5.impl.PostgreSqlDatasetReader
Creates a new instance.
PostgreSqlDatasetReader - Class in com.bretth.osmosis.core.pgsql.v0_6.impl
Provides read-only access to a PostgreSQL dataset store.
PostgreSqlDatasetReader(DatabaseLoginCredentials, DatabasePreferences) - Constructor for class com.bretth.osmosis.core.pgsql.v0_6.impl.PostgreSqlDatasetReader
Creates a new instance.
PostgreSqlDatasetReaderFactory - Class in com.bretth.osmosis.core.pgsql.v0_5
The task manager factory for a database reader.
PostgreSqlDatasetReaderFactory() - Constructor for class com.bretth.osmosis.core.pgsql.v0_5.PostgreSqlDatasetReaderFactory
 
PostgreSqlDatasetReaderFactory - Class in com.bretth.osmosis.core.pgsql.v0_6
The task manager factory for a database reader.
PostgreSqlDatasetReaderFactory() - Constructor for class com.bretth.osmosis.core.pgsql.v0_6.PostgreSqlDatasetReaderFactory
 
PostgreSqlDatasetTruncator - Class in com.bretth.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 com.bretth.osmosis.core.pgsql.v0_5.PostgreSqlDatasetTruncator
Creates a new instance.
PostgreSqlDatasetTruncator - Class in com.bretth.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 com.bretth.osmosis.core.pgsql.v0_6.PostgreSqlDatasetTruncator
Creates a new instance.
PostgreSqlDatasetTruncatorFactory - Class in com.bretth.osmosis.core.pgsql.v0_5
The task manager factory for a database table truncator.
PostgreSqlDatasetTruncatorFactory() - Constructor for class com.bretth.osmosis.core.pgsql.v0_5.PostgreSqlDatasetTruncatorFactory
 
PostgreSqlDatasetTruncatorFactory - Class in com.bretth.osmosis.core.pgsql.v0_6
The task manager factory for a database table truncator.
PostgreSqlDatasetTruncatorFactory() - Constructor for class com.bretth.osmosis.core.pgsql.v0_6.PostgreSqlDatasetTruncatorFactory
 
PostgreSqlDatasetWriterFactory - Class in com.bretth.osmosis.core.pgsql.v0_5
The task manager factory for a database writer.
PostgreSqlDatasetWriterFactory() - Constructor for class com.bretth.osmosis.core.pgsql.v0_5.PostgreSqlDatasetWriterFactory
 
PostgreSqlDatasetWriterFactory - Class in com.bretth.osmosis.core.pgsql.v0_6
The task manager factory for a database writer.
PostgreSqlDatasetWriterFactory() - Constructor for class com.bretth.osmosis.core.pgsql.v0_6.PostgreSqlDatasetWriterFactory
 
PostgreSqlReader - Class in com.bretth.osmosis.core.pgsql.v0_5
An OSM dataset source exposing read-only access to a custom PostgreSQL database.
PostgreSqlReader(DatabaseLoginCredentials, DatabasePreferences) - Constructor for class com.bretth.osmosis.core.pgsql.v0_5.PostgreSqlReader
Creates a new instance.
PostgreSqlReader - Class in com.bretth.osmosis.core.pgsql.v0_6
An OSM dataset source exposing read-only access to a custom PostgreSQL database.
PostgreSqlReader(DatabaseLoginCredentials, DatabasePreferences) - Constructor for class com.bretth.osmosis.core.pgsql.v0_6.PostgreSqlReader
Creates a new instance.
PostgreSqlVersionConstants - Interface in com.bretth.osmosis.core.pgsql.v0_5
Defines constants specific to the specific schema version.
PostgreSqlVersionConstants - Interface in com.bretth.osmosis.core.pgsql.v0_6
Defines constants specific to the specific schema version.
PostgreSqlWriter - Class in com.bretth.osmosis.core.pgsql.v0_5
An OSM data sink for storing all data to a database.
PostgreSqlWriter(DatabaseLoginCredentials, DatabasePreferences) - Constructor for class com.bretth.osmosis.core.pgsql.v0_5.PostgreSqlWriter
Creates a new instance.
PostgreSqlWriter - Class in com.bretth.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 com.bretth.osmosis.core.pgsql.v0_6.PostgreSqlWriter
Creates a new instance.
prepare(List<TaskConfiguration>) - Method in class com.bretth.osmosis.core.pipeline.common.Pipeline
Instantiates and configures all tasks within the pipeline.
prepareCall(String) - Method in class com.bretth.osmosis.core.pgsql.common.DatabaseContext
Creates a new database callable statement.
prepareStatement(String) - Method in class com.bretth.osmosis.core.mysql.common.DatabaseContext
Creates a new database prepared statement.
prepareStatement(String) - Method in class com.bretth.osmosis.core.pgsql.common.BaseDao
Creates a new database prepared statement.
prepareStatement(String) - Method in class com.bretth.osmosis.core.pgsql.common.DatabaseContext
Creates a new database prepared statement.
prepareStatementForStreaming(String) - Method in class com.bretth.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 com.bretth.osmosis.core.buffer.v0_5.ChangeBuffer
Process the change.
process(EntityContainer) - Method in class com.bretth.osmosis.core.buffer.v0_5.EntityBuffer
Process the entity.
process(ChangeContainer) - Method in class com.bretth.osmosis.core.buffer.v0_6.ChangeBuffer
Process the change.
process(EntityContainer) - Method in class com.bretth.osmosis.core.buffer.v0_6.EntityBuffer
Process the entity.
process(BoundContainer) - Method in class com.bretth.osmosis.core.change.v0_5.impl.TimestampChangeSetter
Process the bound.
process(NodeContainer) - Method in class com.bretth.osmosis.core.change.v0_5.impl.TimestampChangeSetter
Process the node.
process(WayContainer) - Method in class com.bretth.osmosis.core.change.v0_5.impl.TimestampChangeSetter
Process the way.
process(RelationContainer) - Method in class com.bretth.osmosis.core.change.v0_5.impl.TimestampChangeSetter
Process the relation.
process(BoundContainer) - Method in class com.bretth.osmosis.core.change.v0_6.impl.TimestampChangeSetter
Process the bound.
process(NodeContainer) - Method in class com.bretth.osmosis.core.change.v0_6.impl.TimestampChangeSetter
Process the node.
process(WayContainer) - Method in class com.bretth.osmosis.core.change.v0_6.impl.TimestampChangeSetter
Process the way.
process(RelationContainer) - Method in class com.bretth.osmosis.core.change.v0_6.impl.TimestampChangeSetter
Process the relation.
process(EntityProcessor) - Method in class com.bretth.osmosis.core.container.v0_5.BoundContainer
Calls the appropriate process method with the contained entity.
process(EntityProcessor) - Method in class com.bretth.osmosis.core.container.v0_5.EntityContainer
Calls the appropriate process method with the contained entity.
process(BoundContainer) - Method in interface com.bretth.osmosis.core.container.v0_5.EntityProcessor
Process the bound.
process(NodeContainer) - Method in interface com.bretth.osmosis.core.container.v0_5.EntityProcessor
Process the node.
process(WayContainer) - Method in interface com.bretth.osmosis.core.container.v0_5.EntityProcessor
Process the way.
process(RelationContainer) - Method in interface com.bretth.osmosis.core.container.v0_5.EntityProcessor
Process the relation.
process(EntityProcessor) - Method in class com.bretth.osmosis.core.container.v0_5.NodeContainer
Calls the appropriate process method with the contained entity.
process(EntityProcessor) - Method in class com.bretth.osmosis.core.container.v0_5.RelationContainer
Calls the appropriate process method with the contained entity.
process(EntityProcessor) - Method in class com.bretth.osmosis.core.container.v0_5.WayContainer
Calls the appropriate process method with the contained entity.
process(EntityProcessor) - Method in class com.bretth.osmosis.core.container.v0_6.BoundContainer
Calls the appropriate process method with the contained entity.
process(EntityProcessor) - Method in class com.bretth.osmosis.core.container.v0_6.EntityContainer
Calls the appropriate process method with the contained entity.
process(BoundContainer) - Method in interface com.bretth.osmosis.core.container.v0_6.EntityProcessor
Process the bound.
process(NodeContainer) - Method in interface com.bretth.osmosis.core.container.v0_6.EntityProcessor
Process the node.
process(WayContainer) - Method in interface com.bretth.osmosis.core.container.v0_6.EntityProcessor
Process the way.
process(RelationContainer) - Method in interface com.bretth.osmosis.core.container.v0_6.EntityProcessor
Process the relation.
process(EntityProcessor) - Method in class com.bretth.osmosis.core.container.v0_6.NodeContainer
Calls the appropriate process method with the contained entity.
process(EntityProcessor) - Method in class com.bretth.osmosis.core.container.v0_6.RelationContainer
Calls the appropriate process method with the contained entity.
process(EntityProcessor) - Method in class com.bretth.osmosis.core.container.v0_6.WayContainer
Calls the appropriate process method with the contained entity.
process(Dataset) - Method in class com.bretth.osmosis.core.customdb.v0_5.DumpDataset
Process the dataset.
process(EntityContainer) - Method in class com.bretth.osmosis.core.customdb.v0_5.impl.DatasetStore
Process the entity.
process(BoundContainer) - Method in class com.bretth.osmosis.core.customdb.v0_5.impl.DatasetStore
Process the bound.
process(NodeContainer) - Method in class com.bretth.osmosis.core.customdb.v0_5.impl.DatasetStore
Process the node.
process(WayContainer) - Method in class com.bretth.osmosis.core.customdb.v0_5.impl.DatasetStore
Process the way.
process(RelationContainer) - Method in class com.bretth.osmosis.core.customdb.v0_5.impl.DatasetStore
Process the relation.
process(EntityContainer) - Method in class com.bretth.osmosis.core.customdb.v0_5.WriteDataset
Process the entity.
process(Dataset) - Method in class com.bretth.osmosis.core.customdb.v0_6.DumpDataset
Process the dataset.
process(EntityContainer) - Method in class com.bretth.osmosis.core.customdb.v0_6.impl.DatasetStore
Process the entity.
process(BoundContainer) - Method in class com.bretth.osmosis.core.customdb.v0_6.impl.DatasetStore
Process the bound.
process(NodeContainer) - Method in class com.bretth.osmosis.core.customdb.v0_6.impl.DatasetStore
Process the node.
process(WayContainer) - Method in class com.bretth.osmosis.core.customdb.v0_6.impl.DatasetStore
Process the way.
process(RelationContainer) - Method in class com.bretth.osmosis.core.customdb.v0_6.impl.DatasetStore
Process the relation.
process(EntityContainer) - Method in class com.bretth.osmosis.core.customdb.v0_6.WriteDataset
Process the entity.
process(EntityContainer) - Method in class com.bretth.osmosis.core.filter.v0_5.AreaFilter
Process the entity.
process(BoundContainer) - Method in class com.bretth.osmosis.core.filter.v0_5.AreaFilter
Process the bound.
process(NodeContainer) - Method in class com.bretth.osmosis.core.filter.v0_5.AreaFilter
Process the node.
process(WayContainer) - Method in class com.bretth.osmosis.core.filter.v0_5.AreaFilter
Process the way.
process(RelationContainer) - Method in class com.bretth.osmosis.core.filter.v0_5.AreaFilter
Process the relation.
process(BoundContainer) - Method in class com.bretth.osmosis.core.filter.v0_5.BoundingBoxFilter
Process the bound.
process(Dataset) - Method in class com.bretth.osmosis.core.filter.v0_5.DatasetBoundingBoxFilter
Process the dataset.
process(EntityContainer) - Method in class com.bretth.osmosis.core.filter.v0_5.NodeKeyFilter
Process the entity.
process(BoundContainer) - Method in class com.bretth.osmosis.core.filter.v0_5.NodeKeyFilter
Process the bound.
process(NodeContainer) - Method in class com.bretth.osmosis.core.filter.v0_5.NodeKeyFilter
Process the node.
process(WayContainer) - Method in class com.bretth.osmosis.core.filter.v0_5.NodeKeyFilter
Process the way.
process(RelationContainer) - Method in class com.bretth.osmosis.core.filter.v0_5.NodeKeyFilter
Process the relation.
process(EntityContainer) - Method in class com.bretth.osmosis.core.filter.v0_5.NodeKeyValueFilter
Process the entity.
process(BoundContainer) - Method in class com.bretth.osmosis.core.filter.v0_5.NodeKeyValueFilter
Process the bound.
process(NodeContainer) - Method in class com.bretth.osmosis.core.filter.v0_5.NodeKeyValueFilter
Process the node.
process(WayContainer) - Method in class com.bretth.osmosis.core.filter.v0_5.NodeKeyValueFilter
Process the way.
process(RelationContainer) - Method in class com.bretth.osmosis.core.filter.v0_5.NodeKeyValueFilter
Process the relation.
process(BoundContainer) - Method in class com.bretth.osmosis.core.filter.v0_5.PolygonFilter
Process the bound.
process(EntityContainer) - Method in class com.bretth.osmosis.core.filter.v0_5.UsedNodeFilter
Process the entity.
process(BoundContainer) - Method in class com.bretth.osmosis.core.filter.v0_5.UsedNodeFilter
Process the bound.
process(NodeContainer) - Method in class com.bretth.osmosis.core.filter.v0_5.UsedNodeFilter
Process the node.
process(WayContainer) - Method in class com.bretth.osmosis.core.filter.v0_5.UsedNodeFilter
Process the way.
process(RelationContainer) - Method in class com.bretth.osmosis.core.filter.v0_5.UsedNodeFilter
Process the relation.
process(EntityContainer) - Method in class com.bretth.osmosis.core.filter.v0_5.WayKeyValueFilter
Process the entity.
process(BoundContainer) - Method in class com.bretth.osmosis.core.filter.v0_5.WayKeyValueFilter
Process the bound.
process(NodeContainer) - Method in class com.bretth.osmosis.core.filter.v0_5.WayKeyValueFilter
Process the node.
process(WayContainer) - Method in class com.bretth.osmosis.core.filter.v0_5.WayKeyValueFilter
Process the way.
process(RelationContainer) - Method in class com.bretth.osmosis.core.filter.v0_5.WayKeyValueFilter
Process the relation.
process(EntityContainer) - Method in class com.bretth.osmosis.core.filter.v0_6.AreaFilter
Process the entity.
process(BoundContainer) - Method in class com.bretth.osmosis.core.filter.v0_6.AreaFilter
Process the bound.
process(NodeContainer) - Method in class com.bretth.osmosis.core.filter.v0_6.AreaFilter
Process the node.
process(WayContainer) - Method in class com.bretth.osmosis.core.filter.v0_6.AreaFilter
Process the way.
process(RelationContainer) - Method in class com.bretth.osmosis.core.filter.v0_6.AreaFilter
Process the relation.
process(BoundContainer) - Method in class com.bretth.osmosis.core.filter.v0_6.BoundingBoxFilter
Process the bound.
process(Dataset) - Method in class com.bretth.osmosis.core.filter.v0_6.DatasetBoundingBoxFilter
Process the dataset.
process(EntityContainer) - Method in class com.bretth.osmosis.core.filter.v0_6.NodeKeyFilter
Process the entity.
process(BoundContainer) - Method in class com.bretth.osmosis.core.filter.v0_6.NodeKeyFilter
Process the bound.
process(NodeContainer) - Method in class com.bretth.osmosis.core.filter.v0_6.NodeKeyFilter
Process the node.
process(WayContainer) - Method in class com.bretth.osmosis.core.filter.v0_6.NodeKeyFilter
Process the way.
process(RelationContainer) - Method in class com.bretth.osmosis.core.filter.v0_6.NodeKeyFilter
Process the relation.
process(EntityContainer) - Method in class com.bretth.osmosis.core.filter.v0_6.NodeKeyValueFilter
Process the entity.
process(BoundContainer) - Method in class com.bretth.osmosis.core.filter.v0_6.NodeKeyValueFilter
Process the bound.
process(NodeContainer) - Method in class com.bretth.osmosis.core.filter.v0_6.NodeKeyValueFilter
Process the node.
process(WayContainer) - Method in class com.bretth.osmosis.core.filter.v0_6.NodeKeyValueFilter
Process the way.
process(RelationContainer) - Method in class com.bretth.osmosis.core.filter.v0_6.NodeKeyValueFilter
Process the relation.
process(BoundContainer) - Method in class com.bretth.osmosis.core.filter.v0_6.PolygonFilter
Process the bound.
process(EntityContainer) - Method in class com.bretth.osmosis.core.filter.v0_6.UsedNodeFilter
Process the entity.
process(BoundContainer) - Method in class com.bretth.osmosis.core.filter.v0_6.UsedNodeFilter
Process the bound.
process(NodeContainer) - Method in class com.bretth.osmosis.core.filter.v0_6.UsedNodeFilter
Process the node.
process(WayContainer) - Method in class com.bretth.osmosis.core.filter.v0_6.UsedNodeFilter
Process the way.
process(RelationContainer) - Method in class com.bretth.osmosis.core.filter.v0_6.UsedNodeFilter
Process the relation.
process(EntityContainer) - Method in class com.bretth.osmosis.core.filter.v0_6.WayKeyValueFilter
Process the entity.
process(BoundContainer) - Method in class com.bretth.osmosis.core.filter.v0_6.WayKeyValueFilter
Process the bound.
process(NodeContainer) - Method in class com.bretth.osmosis.core.filter.v0_6.WayKeyValueFilter
Process the node.
process(WayContainer) - Method in class com.bretth.osmosis.core.filter.v0_6.WayKeyValueFilter
Process the way.
process(RelationContainer) - Method in class com.bretth.osmosis.core.filter.v0_6.WayKeyValueFilter
Process the relation.
process(ChangeContainer) - Method in class com.bretth.osmosis.core.merge.v0_5.impl.SortedChangePipeValidator
Process the change.
process(EntityContainer) - Method in class com.bretth.osmosis.core.merge.v0_5.impl.SortedEntityPipeValidator
Process the entity.
process(ChangeContainer) - Method in class com.bretth.osmosis.core.merge.v0_6.impl.SortedChangePipeValidator
Process the change.
process(EntityContainer) - Method in class com.bretth.osmosis.core.merge.v0_6.impl.SortedEntityPipeValidator
Process the entity.
process(BoundContainer) - Method in class com.bretth.osmosis.core.migrate.impl.EntityContainerMigrater
Process the bound.
process(NodeContainer) - Method in class com.bretth.osmosis.core.migrate.impl.EntityContainerMigrater
Process the node.
process(WayContainer) - Method in class com.bretth.osmosis.core.migrate.impl.EntityContainerMigrater
Process the way.
process(RelationContainer) - Method in class com.bretth.osmosis.core.migrate.impl.EntityContainerMigrater
Process the relation.
process(ChangeContainer) - Method in class com.bretth.osmosis.core.migrate.MigrateChangeV05ToV06
Process the change.
process(EntityContainer) - Method in class com.bretth.osmosis.core.migrate.MigrateV05ToV06
Process the entity.
process(BoundContainer) - Method in class com.bretth.osmosis.core.migrate.MigrateV05ToV06
Process the bound.
process(NodeContainer) - Method in class com.bretth.osmosis.core.migrate.MigrateV05ToV06
Process the node.
process(WayContainer) - Method in class com.bretth.osmosis.core.migrate.MigrateV05ToV06
Process the way.
process(RelationContainer) - Method in class com.bretth.osmosis.core.migrate.MigrateV05ToV06
Process the relation.
process(ChangeContainer) - Method in class com.bretth.osmosis.core.misc.v0_5.NullChangeWriter
Process the change.
process(EntityContainer) - Method in class com.bretth.osmosis.core.misc.v0_5.NullWriter
Process the entity.
process(ChangeContainer) - Method in class com.bretth.osmosis.core.misc.v0_6.NullChangeWriter
Process the change.
process(EntityContainer) - Method in class com.bretth.osmosis.core.misc.v0_6.NullWriter
Process the entity.
process(BoundContainer) - Method in class com.bretth.osmosis.core.mysql.v0_5.impl.ActionChangeWriter
Process the bound.
process(NodeContainer) - Method in class com.bretth.osmosis.core.mysql.v0_5.impl.ActionChangeWriter
Process the node.
process(WayContainer) - Method in class com.bretth.osmosis.core.mysql.v0_5.impl.ActionChangeWriter
Process the way.
process(RelationContainer) - Method in class com.bretth.osmosis.core.mysql.v0_5.impl.ActionChangeWriter
Process the relation.
process(ChangeContainer) - Method in class com.bretth.osmosis.core.mysql.v0_5.MysqlChangeWriter
Process the change.
process(EntityContainer) - Method in class com.bretth.osmosis.core.mysql.v0_5.MysqlWriter
Process the entity.
process(BoundContainer) - Method in class com.bretth.osmosis.core.mysql.v0_5.MysqlWriter
Process the bound.
process(NodeContainer) - Method in class com.bretth.osmosis.core.mysql.v0_5.MysqlWriter
Process the node.
process(WayContainer) - Method in class com.bretth.osmosis.core.mysql.v0_5.MysqlWriter
Process the way.
process(RelationContainer) - Method in class com.bretth.osmosis.core.mysql.v0_5.MysqlWriter
Process the relation.
process(BoundContainer) - Method in class com.bretth.osmosis.core.mysql.v0_6.impl.ActionChangeWriter
Process the bound.
process(NodeContainer) - Method in class com.bretth.osmosis.core.mysql.v0_6.impl.ActionChangeWriter
Process the node.
process(WayContainer) - Method in class com.bretth.osmosis.core.mysql.v0_6.impl.ActionChangeWriter
Process the way.
process(RelationContainer) - Method in class com.bretth.osmosis.core.mysql.v0_6.impl.ActionChangeWriter
Process the relation.
process(ChangeContainer) - Method in class com.bretth.osmosis.core.mysql.v0_6.MysqlChangeWriter
Process the change.
process(EntityContainer) - Method in class com.bretth.osmosis.core.mysql.v0_6.MysqlWriter
Process the entity.
process(BoundContainer) - Method in class com.bretth.osmosis.core.mysql.v0_6.MysqlWriter
Process the bound.
process(NodeContainer) - Method in class com.bretth.osmosis.core.mysql.v0_6.MysqlWriter
Process the node.
process(WayContainer) - Method in class com.bretth.osmosis.core.mysql.v0_6.MysqlWriter
Process the way.
process(RelationContainer) - Method in class com.bretth.osmosis.core.mysql.v0_6.MysqlWriter
Process the relation.
process(BoundContainer) - Method in class com.bretth.osmosis.core.pgsql.v0_5.impl.ActionChangeWriter
Process the bound.
process(NodeContainer) - Method in class com.bretth.osmosis.core.pgsql.v0_5.impl.ActionChangeWriter
Process the node.
process(WayContainer) - Method in class com.bretth.osmosis.core.pgsql.v0_5.impl.ActionChangeWriter
Process the way.
process(RelationContainer) - Method in class com.bretth.osmosis.core.pgsql.v0_5.impl.ActionChangeWriter
Process the relation.
process(ChangeContainer) - Method in class com.bretth.osmosis.core.pgsql.v0_5.PostgreSqlChangeWriter
Process the change.
process(EntityContainer) - Method in class com.bretth.osmosis.core.pgsql.v0_5.PostgreSqlDatasetDumpWriter
Process the entity.
process(BoundContainer) - Method in class com.bretth.osmosis.core.pgsql.v0_5.PostgreSqlDatasetDumpWriter
Process the bound.
process(NodeContainer) - Method in class com.bretth.osmosis.core.pgsql.v0_5.PostgreSqlDatasetDumpWriter
Process the node.
process(WayContainer) - Method in class com.bretth.osmosis.core.pgsql.v0_5.PostgreSqlDatasetDumpWriter
Process the way.
process(RelationContainer) - Method in class com.bretth.osmosis.core.pgsql.v0_5.PostgreSqlDatasetDumpWriter
Process the relation.
process(EntityContainer) - Method in class com.bretth.osmosis.core.pgsql.v0_5.PostgreSqlWriter
Process the entity.
process(BoundContainer) - Method in class com.bretth.osmosis.core.pgsql.v0_5.PostgreSqlWriter
Process the bound.
process(NodeContainer) - Method in class com.bretth.osmosis.core.pgsql.v0_5.PostgreSqlWriter
Process the node.
process(WayContainer) - Method in class com.bretth.osmosis.core.pgsql.v0_5.PostgreSqlWriter
Process the way.
process(RelationContainer) - Method in class com.bretth.osmosis.core.pgsql.v0_5.PostgreSqlWriter
Process the relation.
process(BoundContainer) - Method in class com.bretth.osmosis.core.pgsql.v0_6.impl.ActionChangeWriter
Process the bound.
process(NodeContainer) - Method in class com.bretth.osmosis.core.pgsql.v0_6.impl.ActionChangeWriter
Process the node.
process(WayContainer) - Method in class com.bretth.osmosis.core.pgsql.v0_6.impl.ActionChangeWriter
Process the way.
process(RelationContainer) - Method in class com.bretth.osmosis.core.pgsql.v0_6.impl.ActionChangeWriter
Process the relation.
process(ChangeContainer) - Method in class com.bretth.osmosis.core.pgsql.v0_6.PostgreSqlChangeWriter
Process the change.
process(EntityContainer) - Method in class com.bretth.osmosis.core.pgsql.v0_6.PostgreSqlDatasetDumpWriter
Process the entity.
process(BoundContainer) - Method in class com.bretth.osmosis.core.pgsql.v0_6.PostgreSqlDatasetDumpWriter
Process the bound.
process(NodeContainer) - Method in class com.bretth.osmosis.core.pgsql.v0_6.PostgreSqlDatasetDumpWriter
Process the node.
process(WayContainer) - Method in class com.bretth.osmosis.core.pgsql.v0_6.PostgreSqlDatasetDumpWriter
Process the way.
process(RelationContainer) - Method in class com.bretth.osmosis.core.pgsql.v0_6.PostgreSqlDatasetDumpWriter
Process the relation.
process(EntityContainer) - Method in class com.bretth.osmosis.core.pgsql.v0_6.PostgreSqlWriter
Process the entity.
process(BoundContainer) - Method in class com.bretth.osmosis.core.pgsql.v0_6.PostgreSqlWriter
Process the bound.
process(NodeContainer) - Method in class com.bretth.osmosis.core.pgsql.v0_6.PostgreSqlWriter
Process the node.
process(WayContainer) - Method in class com.bretth.osmosis.core.pgsql.v0_6.PostgreSqlWriter
Process the way.
process(RelationContainer) - Method in class com.bretth.osmosis.core.pgsql.v0_6.PostgreSqlWriter
Process the relation.
process(ChangeContainer) - Method in class com.bretth.osmosis.core.progress.v0_5.ChangeProgressLogger
Process the change.
process(EntityContainer) - Method in class com.bretth.osmosis.core.progress.v0_5.EntityProgressLogger
Process the entity.
process(ChangeContainer) - Method in class com.bretth.osmosis.core.progress.v0_6.ChangeProgressLogger
Process the change.
process(EntityContainer) - Method in class com.bretth.osmosis.core.progress.v0_6.EntityProgressLogger
Process the entity.
process(EntityContainer) - Method in class com.bretth.osmosis.core.report.v0_5.EntityReporter
Process the entity.
process(EntityContainer) - Method in class com.bretth.osmosis.core.report.v0_5.IntegrityReporter
Process the entity.
process(BoundContainer) - Method in class com.bretth.osmosis.core.report.v0_5.IntegrityReporter
Process the bound.
process(NodeContainer) - Method in class com.bretth.osmosis.core.report.v0_5.IntegrityReporter
Process the node.
process(WayContainer) - Method in class com.bretth.osmosis.core.report.v0_5.IntegrityReporter
Process the way.
process(RelationContainer) - Method in class com.bretth.osmosis.core.report.v0_5.IntegrityReporter
Process the relation.
process(EntityContainer) - Method in class com.bretth.osmosis.core.report.v0_6.EntityReporter
Process the entity.
process(EntityContainer) - Method in class com.bretth.osmosis.core.report.v0_6.IntegrityReporter
Process the entity.
process(BoundContainer) - Method in class com.bretth.osmosis.core.report.v0_6.IntegrityReporter
Process the bound.
process(NodeContainer) - Method in class com.bretth.osmosis.core.report.v0_6.IntegrityReporter
Process the node.
process(WayContainer) - Method in class com.bretth.osmosis.core.report.v0_6.IntegrityReporter
Process the way.
process(RelationContainer) - Method in class com.bretth.osmosis.core.report.v0_6.IntegrityReporter
Process the relation.
process(ChangeContainer) - Method in class com.bretth.osmosis.core.sort.v0_5.ChangeSorter
Process the change.
process(EntityContainer) - Method in class com.bretth.osmosis.core.sort.v0_5.EntitySorter
Process the entity.
process(ChangeContainer) - Method in class com.bretth.osmosis.core.sort.v0_6.ChangeSorter
Process the change.
process(EntityContainer) - Method in class com.bretth.osmosis.core.sort.v0_6.EntitySorter
Process the entity.
process(EntityContainer) - Method in class com.bretth.osmosis.core.sort.v0_6.TagSorter
Process the entity.
process(BoundContainer) - Method in class com.bretth.osmosis.core.sort.v0_6.TagSorter
Process the bound.
process(NodeContainer) - Method in class com.bretth.osmosis.core.sort.v0_6.TagSorter
Process the node.
process(WayContainer) - Method in class com.bretth.osmosis.core.sort.v0_6.TagSorter
Process the way.
process(RelationContainer) - Method in class com.bretth.osmosis.core.sort.v0_6.TagSorter
Process the relation.
process(ChangeContainer) - Method in interface com.bretth.osmosis.core.task.v0_5.ChangeSink
Process the change.
process(Dataset) - Method in interface com.bretth.osmosis.core.task.v0_5.DatasetSink
Process the dataset.
process(EntityContainer) - Method in interface com.bretth.osmosis.core.task.v0_5.Sink
Process the entity.
process(ChangeContainer) - Method in interface com.bretth.osmosis.core.task.v0_6.ChangeSink
Process the change.
process(Dataset) - Method in interface com.bretth.osmosis.core.task.v0_6.DatasetSink
Process the dataset.
process(EntityContainer) - Method in interface com.bretth.osmosis.core.task.v0_6.Sink
Process the entity.
process(ChangeContainer) - Method in class com.bretth.osmosis.core.tee.v0_5.ChangeTee
Process the change.
process(EntityContainer) - Method in class com.bretth.osmosis.core.tee.v0_5.EntityTee
Process the entity.
process(ChangeContainer) - Method in class com.bretth.osmosis.core.tee.v0_6.ChangeTee
Process the change.
process(EntityContainer) - Method in class com.bretth.osmosis.core.tee.v0_6.EntityTee
Process the entity.
process(Bound) - Method in class com.bretth.osmosis.core.xml.v0_5.impl.BoundWriter
Writes the bound.
process(Node) - Method in class com.bretth.osmosis.core.xml.v0_5.impl.NodeWriter
Writes the node.
process(ChangeContainer) - Method in class com.bretth.osmosis.core.xml.v0_5.impl.OsmChangeWriter
Writes the change in the container.
process(EntityContainer) - Method in class com.bretth.osmosis.core.xml.v0_5.impl.OsmWriter
Writes the element in the container.
process(Relation) - Method in class com.bretth.osmosis.core.xml.v0_5.impl.RelationWriter
Writes the relation.
process(Tag) - Method in class com.bretth.osmosis.core.xml.v0_5.impl.TagWriter
Writes the tag.
process(Way) - Method in class com.bretth.osmosis.core.xml.v0_5.impl.WayWriter
Writes the way.
process(ChangeContainer) - Method in class com.bretth.osmosis.core.xml.v0_5.XmlChangeWriter
Process the change.
process(EntityContainer) - Method in class com.bretth.osmosis.core.xml.v0_5.XmlWriter
Process the entity.
process(Bound) - Method in class com.bretth.osmosis.core.xml.v0_6.impl.BoundWriter
Writes the bound.
process(Node) - Method in class com.bretth.osmosis.core.xml.v0_6.impl.NodeWriter
Writes the node.
process(ChangeContainer) - Method in class com.bretth.osmosis.core.xml.v0_6.impl.OsmChangeWriter
Writes the change in the container.
process(EntityContainer) - Method in class com.bretth.osmosis.core.xml.v0_6.impl.OsmWriter
Writes the element in the container.
process(Relation) - Method in class com.bretth.osmosis.core.xml.v0_6.impl.RelationWriter
Writes the relation.
process(Tag) - Method in class com.bretth.osmosis.core.xml.v0_6.impl.TagWriter
Writes the tag.
process(Way) - Method in class com.bretth.osmosis.core.xml.v0_6.impl.WayWriter
Writes the way.
process(ChangeContainer) - Method in class com.bretth.osmosis.core.xml.v0_6.XmlChangeWriter
Process the change.
process(EntityContainer) - Method in class com.bretth.osmosis.core.xml.v0_6.XmlWriter
Process the entity.
processImpl(EntityContainer) - Method in class com.bretth.osmosis.core.customdb.v0_5.impl.DatasetStore
The entity processing implementation.
processImpl(EntityContainer) - Method in class com.bretth.osmosis.core.customdb.v0_6.impl.DatasetStore
The entity processing implementation.
processRelationMember(RelationMember) - Method in class com.bretth.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 com.bretth.osmosis.core.xml.v0_5.impl.RelationMemberListener
Processes the relation member.
processRelationMember(RelationMember) - Method in class com.bretth.osmosis.core.xml.v0_5.impl.RelationMemberWriter
Writes the way node.
processRelationMember(RelationMember) - Method in class com.bretth.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 com.bretth.osmosis.core.xml.v0_6.impl.RelationMemberListener
Processes the relation member.
processRelationMember(RelationMember) - Method in class com.bretth.osmosis.core.xml.v0_6.impl.RelationMemberWriter
Writes the way node.
processTag(Tag) - Method in class com.bretth.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 com.bretth.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 com.bretth.osmosis.core.xml.v0_5.impl.TagListener
Processes the tag.
processTag(Tag) - Method in class com.bretth.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 com.bretth.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 com.bretth.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 com.bretth.osmosis.core.xml.v0_6.impl.TagListener
Processes the tag.
processTag(Tag) - Method in class com.bretth.osmosis.core.xml.v0_6.impl.WayElementProcessor
This is called by child element processors when a tag object is encountered.
processWayNode(WayNode) - Method in class com.bretth.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 com.bretth.osmosis.core.xml.v0_5.impl.WayNodeListener
Processes the way node.
processWayNode(WayNode) - Method in class com.bretth.osmosis.core.xml.v0_5.impl.WayNodeWriter
Writes the way node.
processWayNode(WayNode) - Method in class com.bretth.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 com.bretth.osmosis.core.xml.v0_6.impl.WayNodeListener
Processes the way node.
processWayNode(WayNode) - Method in class com.bretth.osmosis.core.xml.v0_6.impl.WayNodeWriter
Writes the way node.
ProductionDbCharset - Class in com.bretth.osmosis.core.xml.common
A special character set to work around the production OSM database issue of double encoded data.
ProductionDbCharset() - Constructor for class com.bretth.osmosis.core.xml.common.ProductionDbCharset
Creates a new instance.
ProductionDbDataDecoder - Class in com.bretth.osmosis.core.xml.common
A special character set decoder to work around the production OSM database issue of double encoded data.
ProductionDbDataDecoder(Charset, float, float) - Constructor for class com.bretth.osmosis.core.xml.common.ProductionDbDataDecoder
Creates a new instance.
ProductionDbDataEncoder - Class in com.bretth.osmosis.core.xml.common
A special character set encoder to work around the production OSM database issue of double encoded data.
ProductionDbDataEncoder(Charset, float, float) - Constructor for class com.bretth.osmosis.core.xml.common.ProductionDbDataEncoder
Creates a new instance.
ProgressTracker - Class in com.bretth.osmosis.core.progress.v0_6.impl
Maintains state about execution progress.
ProgressTracker(int) - Constructor for class com.bretth.osmosis.core.progress.v0_6.impl.ProgressTracker
Creates a new instance.
put(T) - Method in class com.bretth.osmosis.core.store.DataPostbox
Adds a new object to the postbox.
putTask(String, String, Task) - Method in class com.bretth.osmosis.core.pipeline.common.PipeTasks
Adds the specified task using the specified name.
putTask(String, Task) - Method in class com.bretth.osmosis.core.pipeline.common.PipeTasks
Adds the specified task to the default pipe list.

Q

QSORT_STACK_SIZE - Static variable in class org.apache.tools.bzip2.CBZip2OutputStream
 

R

RandomAccessObjectStore<T extends Storeable> - Class in com.bretth.osmosis.core.store
Provides a store for writing objects to a file for later retrieval.
RandomAccessObjectStore(ObjectSerializationFactory, String) - Constructor for class com.bretth.osmosis.core.store.RandomAccessObjectStore
Creates a new instance.
RandomAccessObjectStore(ObjectSerializationFactory, File) - Constructor for class com.bretth.osmosis.core.store.RandomAccessObjectStore
Creates a new instance.
RandomAccessObjectStoreReader<T> - Class in com.bretth.osmosis.core.store
Provides read-only access to a random access object store.
RandomAccessObjectStoreReader(BufferedRandomAccessFileInputStream, ObjectReader) - Constructor for class com.bretth.osmosis.core.store.RandomAccessObjectStoreReader
Creates a new instance.
read() - Method in class com.bretth.osmosis.core.store.BufferedRandomAccessFileInputStream
read(byte[]) - Method in class com.bretth.osmosis.core.store.BufferedRandomAccessFileInputStream
read(byte[], int, int) - Method in class com.bretth.osmosis.core.store.BufferedRandomAccessFileInputStream
read(byte[], int, int) - Method in class com.bretth.osmosis.core.util.MultiMemberGZIPInputStream
 
read() - Method in class org.apache.tools.bzip2.CBZip2InputStream
 
read(byte[], int, int) - Method in class org.apache.tools.bzip2.CBZip2InputStream
 
readBoolean() - Method in class com.bretth.osmosis.core.store.DataInputStoreReader
Reads a boolean from storage.
readBoolean() - Method in interface com.bretth.osmosis.core.store.StoreReader
Reads a boolean from storage.
readByte() - Method in class com.bretth.osmosis.core.store.DataInputStoreReader
Reads a byte from storage.
readByte() - Method in interface com.bretth.osmosis.core.store.StoreReader
Reads a byte from storage.
readCharacter() - Method in class com.bretth.osmosis.core.store.DataInputStoreReader
Reads a character from storage.
readCharacter() - Method in interface com.bretth.osmosis.core.store.StoreReader
Reads a character from storage.
readClassFromIdentifier(StoreReader, StoreClassRegister) - Method in class com.bretth.osmosis.core.store.BaseObjectReader
Identifies the class using data from the underlying stream.
readClassFromIdentifier(StoreReader, StoreClassRegister) - Method in class com.bretth.osmosis.core.store.GenericObjectReader
Identifies the class using data from the underlying stream.
readClassFromIdentifier(StoreReader, StoreClassRegister) - Method in class com.bretth.osmosis.core.store.SingleClassObjectReader
Identifies the class using data from the underlying stream.
ReadDataset - Class in com.bretth.osmosis.core.customdb.v0_5
An OSM dataset source exposing read-only access to a custom DB database.
ReadDataset(File, boolean) - Constructor for class com.bretth.osmosis.core.customdb.v0_5.ReadDataset
Creates a new instance.
ReadDataset - Class in com.bretth.osmosis.core.customdb.v0_6
An OSM dataset source exposing read-only access to a custom DB database.
ReadDataset(File, boolean) - Constructor for class com.bretth.osmosis.core.customdb.v0_6.ReadDataset
Creates a new instance.
ReadDatasetFactory - Class in com.bretth.osmosis.core.customdb.v0_5
The task manager factory for a custom database reader.
ReadDatasetFactory() - Constructor for class com.bretth.osmosis.core.customdb.v0_5.ReadDatasetFactory
 
ReadDatasetFactory - Class in com.bretth.osmosis.core.customdb.v0_6
The task manager factory for a custom database reader.
ReadDatasetFactory() - Constructor for class com.bretth.osmosis.core.customdb.v0_6.ReadDatasetFactory
 
readDouble() - Method in class com.bretth.osmosis.core.store.DataInputStoreReader
Reads a double from storage.
readDouble() - Method in interface com.bretth.osmosis.core.store.StoreReader
Reads a double from storage.
readInteger() - Method in class com.bretth.osmosis.core.store.DataInputStoreReader
Reads an integer from storage.
readInteger() - Method in interface com.bretth.osmosis.core.store.StoreReader
Reads an integer from storage.
readLong() - Method in class com.bretth.osmosis.core.store.DataInputStoreReader
Reads a long from storage.
readLong() - Method in interface com.bretth.osmosis.core.store.StoreReader
Reads a long from storage.
readObject() - Method in class com.bretth.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 com.bretth.osmosis.core.store.ObjectReader
Reads an object from storage.
readOsm() - Method in class com.bretth.osmosis.core.xml.v0_6.impl.FastXmlParser
 
readString() - Method in class com.bretth.osmosis.core.store.DataInputStoreReader
Reads a String from storage.
readString() - Method in interface com.bretth.osmosis.core.store.StoreReader
Reads a String from storage.
readUserField(boolean, int, String) - Method in class com.bretth.osmosis.core.mysql.v0_5.impl.BaseEntityReader
Determines the appropriate user name to add to an entity based upon the user details provided.
readUserField(boolean, int, String) - Method in class com.bretth.osmosis.core.mysql.v0_6.impl.BaseEntityReader
Determines the appropriate user name to add to an entity based upon the user details provided.
register(String, TaskManagerFactory) - Method in class com.bretth.osmosis.core.pipeline.common.TaskManagerFactoryRegister
Registers a new factory.
registerComparator(String, Comparator<ChangeContainer>, boolean) - Method in class com.bretth.osmosis.core.sort.v0_5.ChangeSorterFactory
Registers a new comparator.
registerComparator(String, Comparator<EntityContainer>, boolean) - Method in class com.bretth.osmosis.core.sort.v0_5.EntitySorterFactory
Registers a new comparator.
registerComparator(String, Comparator<ChangeContainer>, boolean) - Method in class com.bretth.osmosis.core.sort.v0_6.ChangeSorterFactory
Registers a new comparator.
registerComparator(String, Comparator<EntityContainer>, boolean) - Method in class com.bretth.osmosis.core.sort.v0_6.EntitySorterFactory
Registers a new comparator.
Relation - Class in com.bretth.osmosis.core.domain.v0_5
A data class representing a single OSM relation.
Relation(long, Date, OsmUser) - Constructor for class com.bretth.osmosis.core.domain.v0_5.Relation
Creates a new instance.
Relation(long, TimestampContainer, OsmUser) - Constructor for class com.bretth.osmosis.core.domain.v0_5.Relation
Creates a new instance.
Relation(StoreReader, StoreClassRegister) - Constructor for class com.bretth.osmosis.core.domain.v0_5.Relation
Creates a new instance.
Relation - Class in com.bretth.osmosis.core.domain.v0_6
A data class representing a single OSM relation.
Relation(long, int, Date, OsmUser) - Constructor for class com.bretth.osmosis.core.domain.v0_6.Relation
Creates a new instance.
Relation(long, int, TimestampContainer, OsmUser) - Constructor for class com.bretth.osmosis.core.domain.v0_6.Relation
Creates a new instance.
Relation(StoreReader, StoreClassRegister) - Constructor for class com.bretth.osmosis.core.domain.v0_6.Relation
Creates a new instance.
RelationalIndexValueIdIterator - Class in com.bretth.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 com.bretth.osmosis.core.customdb.v0_5.impl.RelationalIndexValueIdIterator
Creates a new instance.
RelationalIndexValueIdIterator - Class in com.bretth.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 com.bretth.osmosis.core.customdb.v0_6.impl.RelationalIndexValueIdIterator
Creates a new instance.
RelationBuilder - Class in com.bretth.osmosis.core.pgsql.v0_6.impl
Reads and writes relation attributes to jdbc classes.
RelationBuilder() - Constructor for class com.bretth.osmosis.core.pgsql.v0_6.impl.RelationBuilder
 
RelationChangeReader - Class in com.bretth.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 com.bretth.osmosis.core.mysql.v0_5.impl.RelationChangeReader
Creates a new instance.
RelationChangeReader - Class in com.bretth.osmosis.core.mysql.v0_6.impl
Reads the set of relation changes from a database that have occurred within a time interval.
RelationChangeReader(DatabaseLoginCredentials, boolean, Date, Date, boolean) - Constructor for class com.bretth.osmosis.core.mysql.v0_6.impl.RelationChangeReader
Creates a new instance.
RelationContainer - Class in com.bretth.osmosis.core.container.v0_5
Entity container implementation for relations.
RelationContainer(Relation) - Constructor for class com.bretth.osmosis.core.container.v0_5.RelationContainer
Creates a new instance.
RelationContainer(StoreReader, StoreClassRegister) - Constructor for class com.bretth.osmosis.core.container.v0_5.RelationContainer
Creates a new instance.
RelationContainer - Class in com.bretth.osmosis.core.container.v0_6
Entity container implementation for relations.
RelationContainer(Relation) - Constructor for class com.bretth.osmosis.core.container.v0_6.RelationContainer
Creates a new instance.
RelationContainer(StoreReader, StoreClassRegister) - Constructor for class com.bretth.osmosis.core.container.v0_6.RelationContainer
Creates a new instance.
RelationContainerIterator - Class in com.bretth.osmosis.core.container.v0_5
Wraps a set of relations into relation containers.
RelationContainerIterator(ReleasableIterator<Relation>) - Constructor for class com.bretth.osmosis.core.container.v0_5.RelationContainerIterator
Creates a new instance.
RelationContainerIterator - Class in com.bretth.osmosis.core.container.v0_6
Wraps a set of relations into relation containers.
RelationContainerIterator(ReleasableIterator<Relation>) - Constructor for class com.bretth.osmosis.core.container.v0_6.RelationContainerIterator
Creates a new instance.
RelationDao - Class in com.bretth.osmosis.core.pgsql.v0_5.impl
Performs all relation-specific db operations.
RelationDao(DatabaseContext) - Constructor for class com.bretth.osmosis.core.pgsql.v0_5.impl.RelationDao
Creates a new instance.
RelationDao - Class in com.bretth.osmosis.core.pgsql.v0_6.impl
Performs all relation-specific db operations.
RelationDao(DatabaseContext, ActionDao) - Constructor for class com.bretth.osmosis.core.pgsql.v0_6.impl.RelationDao
Creates a new instance.
RelationElementProcessor - Class in com.bretth.osmosis.core.xml.v0_5.impl
Provides an element processor implementation for a relation.
RelationElementProcessor(BaseElementProcessor, Sink, boolean) - Constructor for class com.bretth.osmosis.core.xml.v0_5.impl.RelationElementProcessor
Creates a new instance.
RelationElementProcessor - Class in com.bretth.osmosis.core.xml.v0_6.impl
Provides an element processor implementation for a relation.
RelationElementProcessor(BaseElementProcessor, Sink, boolean) - Constructor for class com.bretth.osmosis.core.xml.v0_6.impl.RelationElementProcessor
Creates a new instance.
RelationHistoryReader - Class in com.bretth.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 com.bretth.osmosis.core.mysql.v0_5.impl.RelationHistoryReader
Creates a new instance.
RelationHistoryReader - Class in com.bretth.osmosis.core.mysql.v0_6.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 com.bretth.osmosis.core.mysql.v0_6.impl.RelationHistoryReader
Creates a new instance.
relationIdTracker - Variable in class com.bretth.osmosis.core.filter.v0_5.impl.BoundingBoxContext
All relation ids are stored within this tracker.
relationIdTracker - Variable in class com.bretth.osmosis.core.filter.v0_6.impl.BoundingBoxContext
All relation ids are stored within this tracker.
RelationMember - Class in com.bretth.osmosis.core.domain.v0_5
A data class representing a single member within a relation entity.
RelationMember(long, EntityType, String) - Constructor for class com.bretth.osmosis.core.domain.v0_5.RelationMember
Creates a new instance.
RelationMember(StoreReader, StoreClassRegister) - Constructor for class com.bretth.osmosis.core.domain.v0_5.RelationMember
Creates a new instance.
RelationMember - Class in com.bretth.osmosis.core.domain.v0_6
A data class representing a single member within a relation entity.
RelationMember(long, EntityType, String) - Constructor for class com.bretth.osmosis.core.domain.v0_6.RelationMember
Creates a new instance.
RelationMember(StoreReader, StoreClassRegister) - Constructor for class com.bretth.osmosis.core.domain.v0_6.RelationMember
Creates a new instance.
RelationMemberBuilder - Class in com.bretth.osmosis.core.pgsql.v0_6.impl
Reads and writes relation members to jdbc classes.
RelationMemberBuilder() - Constructor for class com.bretth.osmosis.core.pgsql.v0_6.impl.RelationMemberBuilder
Creates a new instance.
RelationMemberElementProcessor - Class in com.bretth.osmosis.core.xml.v0_5.impl
Provides an element processor implementation for a relation member.
RelationMemberElementProcessor(BaseElementProcessor, RelationMemberListener) - Constructor for class com.bretth.osmosis.core.xml.v0_5.impl.RelationMemberElementProcessor
Creates a new instance.
RelationMemberElementProcessor - Class in com.bretth.osmosis.core.xml.v0_6.impl
Provides an element processor implementation for a relation member.
RelationMemberElementProcessor(BaseElementProcessor, RelationMemberListener) - Constructor for class com.bretth.osmosis.core.xml.v0_6.impl.RelationMemberElementProcessor
Creates a new instance.
RelationMemberHistoryReader - Class in com.bretth.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 com.bretth.osmosis.core.mysql.v0_5.impl.RelationMemberHistoryReader
Creates a new instance.
RelationMemberHistoryReader - Class in com.bretth.osmosis.core.mysql.v0_6.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 com.bretth.osmosis.core.mysql.v0_6.impl.RelationMemberHistoryReader
Creates a new instance.
RelationMemberListener - Interface in com.bretth.osmosis.core.xml.v0_5.impl
Provides the definition of a class receiving relation members.
RelationMemberListener - Interface in com.bretth.osmosis.core.xml.v0_6.impl
Provides the definition of a class receiving relation members.
RelationMemberTableReader - Class in com.bretth.osmosis.core.mysql.v0_5.impl
Reads all relation members from a database ordered by the relation identifier.
RelationMemberTableReader(DatabaseLoginCredentials) - Constructor for class com.bretth.osmosis.core.mysql.v0_5.impl.RelationMemberTableReader
Creates a new instance.
RelationMemberTableReader - Class in com.bretth.osmosis.core.mysql.v0_6.impl
Reads all relation members from a database ordered by the relation identifier.
RelationMemberTableReader(DatabaseLoginCredentials) - Constructor for class com.bretth.osmosis.core.mysql.v0_6.impl.RelationMemberTableReader
Creates a new instance.
RelationMemberTableReader - Class in com.bretth.osmosis.core.pgsql.v0_5.impl
Reads all relation members from a database ordered by the relation identifier.
RelationMemberTableReader(DatabaseContext) - Constructor for class com.bretth.osmosis.core.pgsql.v0_5.impl.RelationMemberTableReader
Creates a new instance.
RelationMemberTableReader(DatabaseContext, String) - Constructor for class com.bretth.osmosis.core.pgsql.v0_5.impl.RelationMemberTableReader
Creates a new instance.
RelationMemberWriter - Class in com.bretth.osmosis.core.xml.v0_5.impl
Renders a relation member as xml.
RelationMemberWriter(String, int) - Constructor for class com.bretth.osmosis.core.xml.v0_5.impl.RelationMemberWriter
Creates a new instance.
RelationMemberWriter - Class in com.bretth.osmosis.core.xml.v0_6.impl
Renders a relation member as xml.
RelationMemberWriter(String, int) - Constructor for class com.bretth.osmosis.core.xml.v0_6.impl.RelationMemberWriter
Creates a new instance.
RelationReader - Class in com.bretth.osmosis.core.mysql.v0_5.impl
Reads all relations from a database ordered by their identifier.
RelationReader(DatabaseLoginCredentials, boolean) - Constructor for class com.bretth.osmosis.core.mysql.v0_5.impl.RelationReader
Creates a new instance.
RelationReader - Class in com.bretth.osmosis.core.mysql.v0_6.impl
Reads all relations from a database ordered by their identifier.
RelationReader(DatabaseLoginCredentials, boolean) - Constructor for class com.bretth.osmosis.core.mysql.v0_6.impl.RelationReader
Creates a new instance.
RelationReader - Class in com.bretth.osmosis.core.pgsql.v0_5.impl
Reads all relations from a database ordered by their identifier.
RelationReader(DatabaseContext) - Constructor for class com.bretth.osmosis.core.pgsql.v0_5.impl.RelationReader
Creates a new instance.
RelationReader(DatabaseContext, String) - Constructor for class com.bretth.osmosis.core.pgsql.v0_5.impl.RelationReader
Creates a new instance.
RelationReader - Class in com.bretth.osmosis.core.pgsql.v0_6.impl
Reads all relations from a database ordered by their identifier.
RelationReader(DatabaseContext) - Constructor for class com.bretth.osmosis.core.pgsql.v0_6.impl.RelationReader
Creates a new instance.
RelationReader(DatabaseContext, String) - Constructor for class com.bretth.osmosis.core.pgsql.v0_6.impl.RelationReader
Creates a new instance.
RelationTableReader - Class in com.bretth.osmosis.core.mysql.v0_5.impl
Reads all relations from a database ordered by their identifier.
RelationTableReader(DatabaseLoginCredentials, boolean) - Constructor for class com.bretth.osmosis.core.mysql.v0_5.impl.RelationTableReader
Creates a new instance.
RelationTableReader - Class in com.bretth.osmosis.core.mysql.v0_6.impl
Reads all relations from a database ordered by their identifier.
RelationTableReader(DatabaseLoginCredentials, boolean) - Constructor for class com.bretth.osmosis.core.mysql.v0_6.impl.RelationTableReader
Creates a new instance.
RelationTableReader - Class in com.bretth.osmosis.core.pgsql.v0_5.impl
Reads all relations from a database ordered by their identifier.
RelationTableReader(DatabaseContext) - Constructor for class com.bretth.osmosis.core.pgsql.v0_5.impl.RelationTableReader
Creates a new instance.
RelationTableReader(DatabaseContext, String) - Constructor for class com.bretth.osmosis.core.pgsql.v0_5.impl.RelationTableReader
Creates a new instance.
RelationWriter - Class in com.bretth.osmosis.core.xml.v0_5.impl
Renders a relation as xml.
RelationWriter(String, int) - Constructor for class com.bretth.osmosis.core.xml.v0_5.impl.RelationWriter
Creates a new instance.
RelationWriter - Class in com.bretth.osmosis.core.xml.v0_6.impl
Renders a relation as xml.
RelationWriter(String, int) - Constructor for class com.bretth.osmosis.core.xml.v0_6.impl.RelationWriter
Creates a new instance.
Releasable - Interface in com.bretth.osmosis.core.lifecycle
Classes that hold heavyweight resources that can't wait for garbage collection should implement this interface.
ReleasableAdaptorForIterator<T> - Class in com.bretth.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 com.bretth.osmosis.core.store.ReleasableAdaptorForIterator
Creates a new instance.
ReleasableContainer - Class in com.bretth.osmosis.core.lifecycle
A container for releasable objects that must be freed.
ReleasableContainer() - Constructor for class com.bretth.osmosis.core.lifecycle.ReleasableContainer
Creates a new instance.
ReleasableIterator<T> - Interface in com.bretth.osmosis.core.lifecycle
Defines an iterator that must be explicitly released after use.
ReleasableStatementContainer - Class in com.bretth.osmosis.core.database
A container for database statement objects that must be freed.
ReleasableStatementContainer() - Constructor for class com.bretth.osmosis.core.database.ReleasableStatementContainer
Creates a new instance.
release() - Method in class com.bretth.osmosis.core.buffer.v0_5.ChangeBuffer
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class com.bretth.osmosis.core.buffer.v0_5.EntityBuffer
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class com.bretth.osmosis.core.buffer.v0_6.ChangeBuffer
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class com.bretth.osmosis.core.buffer.v0_6.EntityBuffer
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class com.bretth.osmosis.core.container.v0_5.NodeContainerIterator
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class com.bretth.osmosis.core.container.v0_5.RelationContainerIterator
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class com.bretth.osmosis.core.container.v0_5.WayContainerIterator
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class com.bretth.osmosis.core.container.v0_6.BoundContainerIterator
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class com.bretth.osmosis.core.container.v0_6.NodeContainerIterator
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class com.bretth.osmosis.core.container.v0_6.RelationContainerIterator
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class com.bretth.osmosis.core.container.v0_6.WayContainerIterator
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class com.bretth.osmosis.core.customdb.v0_5.DumpDataset
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class com.bretth.osmosis.core.customdb.v0_5.impl.DatasetStore
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class com.bretth.osmosis.core.customdb.v0_5.impl.DatasetStoreReader
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class com.bretth.osmosis.core.customdb.v0_5.impl.PermanentFileDatasetStoreFileManager
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class com.bretth.osmosis.core.customdb.v0_5.impl.RelationalIndexValueIdIterator
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class com.bretth.osmosis.core.customdb.v0_5.impl.TempFileDatasetStoreFileManager
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class com.bretth.osmosis.core.customdb.v0_5.impl.TileIndexValueIdIterator
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class com.bretth.osmosis.core.customdb.v0_5.impl.WayTileAreaIndex
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class com.bretth.osmosis.core.customdb.v0_5.impl.WayTileAreaIndexReader
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class com.bretth.osmosis.core.customdb.v0_5.WriteDataset
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class com.bretth.osmosis.core.customdb.v0_6.DumpDataset
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class com.bretth.osmosis.core.customdb.v0_6.impl.DatasetStore
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class com.bretth.osmosis.core.customdb.v0_6.impl.DatasetStoreReader
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class com.bretth.osmosis.core.customdb.v0_6.impl.PermanentFileDatasetStoreFileManager
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class com.bretth.osmosis.core.customdb.v0_6.impl.RelationalIndexValueIdIterator
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class com.bretth.osmosis.core.customdb.v0_6.impl.TempFileDatasetStoreFileManager
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class com.bretth.osmosis.core.customdb.v0_6.impl.TileIndexValueIdIterator
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class com.bretth.osmosis.core.customdb.v0_6.impl.WayTileAreaIndex
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class com.bretth.osmosis.core.customdb.v0_6.impl.WayTileAreaIndexReader
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class com.bretth.osmosis.core.customdb.v0_6.WriteDataset
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class com.bretth.osmosis.core.database.ReleasableStatementContainer
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class com.bretth.osmosis.core.filter.v0_5.AreaFilter
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class com.bretth.osmosis.core.filter.v0_5.DatasetBoundingBoxFilter
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class com.bretth.osmosis.core.filter.v0_5.NodeKeyFilter
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class com.bretth.osmosis.core.filter.v0_5.NodeKeyValueFilter
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class com.bretth.osmosis.core.filter.v0_5.UsedNodeFilter
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class com.bretth.osmosis.core.filter.v0_5.WayKeyValueFilter
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class com.bretth.osmosis.core.filter.v0_6.AreaFilter
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class com.bretth.osmosis.core.filter.v0_6.DatasetBoundingBoxFilter
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class com.bretth.osmosis.core.filter.v0_6.NodeKeyFilter
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class com.bretth.osmosis.core.filter.v0_6.NodeKeyValueFilter
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class com.bretth.osmosis.core.filter.v0_6.UsedNodeFilter
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class com.bretth.osmosis.core.filter.v0_6.WayKeyValueFilter
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class com.bretth.osmosis.core.lifecycle.CompletableContainer
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in interface com.bretth.osmosis.core.lifecycle.Releasable
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class com.bretth.osmosis.core.lifecycle.ReleasableContainer
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class com.bretth.osmosis.core.merge.v0_5.impl.SortedChangePipeValidator
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class com.bretth.osmosis.core.merge.v0_5.impl.SortedEntityPipeValidator
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class com.bretth.osmosis.core.merge.v0_6.impl.SortedChangePipeValidator
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class com.bretth.osmosis.core.merge.v0_6.impl.SortedEntityPipeValidator
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class com.bretth.osmosis.core.migrate.MigrateChangeV05ToV06
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class com.bretth.osmosis.core.migrate.MigrateV05ToV06
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class com.bretth.osmosis.core.misc.v0_5.NullChangeWriter
Cleans up any open file handles.
release() - Method in class com.bretth.osmosis.core.misc.v0_5.NullWriter
Cleans up any open file handles.
release() - Method in class com.bretth.osmosis.core.misc.v0_6.NullChangeWriter
Cleans up any open file handles.
release() - Method in class com.bretth.osmosis.core.misc.v0_6.NullWriter
Cleans up any open file handles.
release() - Method in class com.bretth.osmosis.core.mysql.common.BaseTableReader
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class com.bretth.osmosis.core.mysql.common.DatabaseContext
Releases all database resources.
release() - Method in class com.bretth.osmosis.core.mysql.common.IdentityColumnValueLoader
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class com.bretth.osmosis.core.mysql.v0_5.impl.ChangeWriter
Releases all database resources.
release() - Method in class com.bretth.osmosis.core.mysql.v0_5.impl.CurrentRelationReader
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class com.bretth.osmosis.core.mysql.v0_5.impl.CurrentWayReader
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class com.bretth.osmosis.core.mysql.v0_5.impl.EntitySnapshotReader
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class com.bretth.osmosis.core.mysql.v0_5.impl.NodeChangeReader
Releases all database resources.
release() - Method in class com.bretth.osmosis.core.mysql.v0_5.impl.RelationChangeReader
Releases all database resources.
release() - Method in class com.bretth.osmosis.core.mysql.v0_5.impl.RelationReader
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class com.bretth.osmosis.core.mysql.v0_5.impl.UserIdManager
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class com.bretth.osmosis.core.mysql.v0_5.impl.WayChangeReader
Releases all database resources.
release() - Method in class com.bretth.osmosis.core.mysql.v0_5.impl.WayReader
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class com.bretth.osmosis.core.mysql.v0_5.MysqlChangeWriter
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class com.bretth.osmosis.core.mysql.v0_5.MysqlWriter
Releases all database resources.
release() - Method in class com.bretth.osmosis.core.mysql.v0_6.impl.ChangesetManager
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class com.bretth.osmosis.core.mysql.v0_6.impl.ChangeWriter
Releases all database resources.
release() - Method in class com.bretth.osmosis.core.mysql.v0_6.impl.CurrentNodeReader
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class com.bretth.osmosis.core.mysql.v0_6.impl.CurrentRelationReader
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class com.bretth.osmosis.core.mysql.v0_6.impl.CurrentWayReader
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class com.bretth.osmosis.core.mysql.v0_6.impl.EntitySnapshotReader
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class com.bretth.osmosis.core.mysql.v0_6.impl.NodeChangeReader
Releases all database resources.
release() - Method in class com.bretth.osmosis.core.mysql.v0_6.impl.NodeReader
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class com.bretth.osmosis.core.mysql.v0_6.impl.RelationChangeReader
Releases all database resources.
release() - Method in class com.bretth.osmosis.core.mysql.v0_6.impl.RelationReader
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class com.bretth.osmosis.core.mysql.v0_6.impl.UserManager
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class com.bretth.osmosis.core.mysql.v0_6.impl.WayChangeReader
Releases all database resources.
release() - Method in class com.bretth.osmosis.core.mysql.v0_6.impl.WayReader
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class com.bretth.osmosis.core.mysql.v0_6.MysqlChangeWriter
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class com.bretth.osmosis.core.mysql.v0_6.MysqlWriter
Releases all database resources.
release() - Method in class com.bretth.osmosis.core.pgsql.common.BaseDao
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class com.bretth.osmosis.core.pgsql.common.BaseTableReader
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class com.bretth.osmosis.core.pgsql.common.CopyFileWriter
Cleans up any open file handles.
release() - Method in class com.bretth.osmosis.core.pgsql.common.DatabaseContext
Releases all database resources.
release() - Method in class com.bretth.osmosis.core.pgsql.v0_5.impl.ChangeWriter
Releases all database resources.
release() - Method in class com.bretth.osmosis.core.pgsql.v0_5.impl.NodeDao
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class com.bretth.osmosis.core.pgsql.v0_5.impl.NodeReader
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class com.bretth.osmosis.core.pgsql.v0_5.impl.PostgreSqlDatasetReader
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class com.bretth.osmosis.core.pgsql.v0_5.impl.RelationDao
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class com.bretth.osmosis.core.pgsql.v0_5.impl.RelationReader
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class com.bretth.osmosis.core.pgsql.v0_5.impl.WayDao
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class com.bretth.osmosis.core.pgsql.v0_5.impl.WayReader
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class com.bretth.osmosis.core.pgsql.v0_5.PostgreSqlChangeWriter
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class com.bretth.osmosis.core.pgsql.v0_5.PostgreSqlDatasetDumpWriter
Releases all database resources.
release() - Method in class com.bretth.osmosis.core.pgsql.v0_5.PostgreSqlWriter
Releases all database resources.
release() - Method in class com.bretth.osmosis.core.pgsql.v0_6.impl.ChangeWriter
Releases all database resources.
release() - Method in class com.bretth.osmosis.core.pgsql.v0_6.impl.EntityReader
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class com.bretth.osmosis.core.pgsql.v0_6.impl.InMemoryNodeLocationStore
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class com.bretth.osmosis.core.pgsql.v0_6.impl.PersistentNodeLocationStore
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class com.bretth.osmosis.core.pgsql.v0_6.impl.PostgreSqlDatasetReader
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class com.bretth.osmosis.core.pgsql.v0_6.impl.RelationReader
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class com.bretth.osmosis.core.pgsql.v0_6.impl.WayGeometryBuilder
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class com.bretth.osmosis.core.pgsql.v0_6.impl.WayReader
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class com.bretth.osmosis.core.pgsql.v0_6.PostgreSqlChangeWriter
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class com.bretth.osmosis.core.pgsql.v0_6.PostgreSqlDatasetDumpWriter
Releases all database resources.
release() - Method in class com.bretth.osmosis.core.pgsql.v0_6.PostgreSqlWriter
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class com.bretth.osmosis.core.progress.v0_5.ChangeProgressLogger
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class com.bretth.osmosis.core.progress.v0_5.EntityProgressLogger
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class com.bretth.osmosis.core.progress.v0_6.ChangeProgressLogger
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class com.bretth.osmosis.core.progress.v0_6.EntityProgressLogger
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class com.bretth.osmosis.core.report.v0_5.EntityReporter
Cleans up any open file handles.
release() - Method in class com.bretth.osmosis.core.report.v0_5.IntegrityReporter
Cleans up any open file handles.
release() - Method in class com.bretth.osmosis.core.report.v0_6.EntityReporter
Cleans up any open file handles.
release() - Method in class com.bretth.osmosis.core.report.v0_6.IntegrityReporter
Cleans up any open file handles.
release() - Method in class com.bretth.osmosis.core.sort.common.FileBasedSort
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class com.bretth.osmosis.core.sort.common.MergingIterator
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class com.bretth.osmosis.core.sort.v0_5.ChangeSorter
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class com.bretth.osmosis.core.sort.v0_5.EntitySorter
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class com.bretth.osmosis.core.sort.v0_6.ChangeSorter
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class com.bretth.osmosis.core.sort.v0_6.EntitySorter
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class com.bretth.osmosis.core.sort.v0_6.TagSorter
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class com.bretth.osmosis.core.store.ChunkedObjectStore
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class com.bretth.osmosis.core.store.DataPostbox
Must be called at the end of input processing regardless of whether errors have occurred.
release() - Method in class com.bretth.osmosis.core.store.EmptyIterator
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class com.bretth.osmosis.core.store.IndexedObjectStore
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class com.bretth.osmosis.core.store.IndexedObjectStoreReader
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class com.bretth.osmosis.core.store.IndexStore
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class com.bretth.osmosis.core.store.IndexStoreReader
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class com.bretth.osmosis.core.store.IteratorReleasableIterator
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class com.bretth.osmosis.core.store.MultipleSourceIterator
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class com.bretth.osmosis.core.store.ObjectStreamIterator
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class com.bretth.osmosis.core.store.PeekableIterator
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class com.bretth.osmosis.core.store.PersistentIterator
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class com.bretth.osmosis.core.store.RandomAccessObjectStore
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class com.bretth.osmosis.core.store.RandomAccessObjectStoreReader
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class com.bretth.osmosis.core.store.ReleasableAdaptorForIterator
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class com.bretth.osmosis.core.store.SegmentedObjectStore
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class com.bretth.osmosis.core.store.SimpleObjectStore
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class com.bretth.osmosis.core.store.StoreReleasingIterator
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class com.bretth.osmosis.core.store.UpcastIterator
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class com.bretth.osmosis.core.tee.v0_5.ChangeTee
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class com.bretth.osmosis.core.tee.v0_5.EntityTee
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class com.bretth.osmosis.core.tee.v0_6.ChangeTee
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class com.bretth.osmosis.core.tee.v0_6.EntityTee
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class com.bretth.osmosis.core.util.FileBasedLock
Performs resource cleanup tasks such as closing files, or database connections.
release() - Method in class com.bretth.osmosis.core.xml.common.BaseXmlWriter
Cleans up any open file handles.
remove() - Method in class com.bretth.osmosis.core.container.v0_5.NodeContainerIterator
remove() - Method in class com.bretth.osmosis.core.container.v0_5.RelationContainerIterator
remove() - Method in class com.bretth.osmosis.core.container.v0_5.WayContainerIterator
remove() - Method in class com.bretth.osmosis.core.container.v0_6.BoundContainerIterator
remove() - Method in class com.bretth.osmosis.core.container.v0_6.NodeContainerIterator
remove() - Method in class com.bretth.osmosis.core.container.v0_6.RelationContainerIterator
remove() - Method in class com.bretth.osmosis.core.container.v0_6.WayContainerIterator
remove() - Method in class com.bretth.osmosis.core.customdb.v0_5.impl.RelationalIndexValueIdIterator
remove() - Method in class com.bretth.osmosis.core.customdb.v0_5.impl.TileIndexValueIdIterator
remove() - Method in class com.bretth.osmosis.core.customdb.v0_6.impl.RelationalIndexValueIdIterator
remove() - Method in class com.bretth.osmosis.core.customdb.v0_6.impl.TileIndexValueIdIterator
remove() - Method in class com.bretth.osmosis.core.mysql.common.BaseTableReader
remove() - Method in class com.bretth.osmosis.core.mysql.v0_5.impl.CurrentRelationReader
remove() - Method in class com.bretth.osmosis.core.mysql.v0_5.impl.CurrentWayReader
remove() - Method in class com.bretth.osmosis.core.mysql.v0_5.impl.EntitySnapshotReader
remove() - Method in class com.bretth.osmosis.core.mysql.v0_5.impl.RelationReader
remove() - Method in class com.bretth.osmosis.core.mysql.v0_5.impl.WayReader
remove() - Method in class com.bretth.osmosis.core.mysql.v0_6.impl.CurrentNodeReader
remove() - Method in class com.bretth.osmosis.core.mysql.v0_6.impl.CurrentRelationReader
remove() - Method in class com.bretth.osmosis.core.mysql.v0_6.impl.CurrentWayReader
remove() - Method in class com.bretth.osmosis.core.mysql.v0_6.impl.EntitySnapshotReader
remove() - Method in class com.bretth.osmosis.core.mysql.v0_6.impl.NodeReader
remove() - Method in class com.bretth.osmosis.core.mysql.v0_6.impl.RelationReader
remove() - Method in class com.bretth.osmosis.core.mysql.v0_6.impl.WayReader
remove() - Method in class com.bretth.osmosis.core.pgsql.common.BaseTableReader
remove() - Method in class com.bretth.osmosis.core.pgsql.v0_5.impl.NodeReader
remove() - Method in class com.bretth.osmosis.core.pgsql.v0_5.impl.RelationReader
remove() - Method in class com.bretth.osmosis.core.pgsql.v0_5.impl.WayReader
remove() - Method in class com.bretth.osmosis.core.pgsql.v0_6.impl.EntityReader
remove() - Method in class com.bretth.osmosis.core.sort.common.MergingIterator
Not supported.
remove() - Method in class com.bretth.osmosis.core.store.EmptyIterator
remove() - Method in class com.bretth.osmosis.core.store.IndexRangeIterator
remove() - Method in class com.bretth.osmosis.core.store.IteratorReleasableIterator
remove() - Method in class com.bretth.osmosis.core.store.MultipleSourceIterator
remove() - Method in class com.bretth.osmosis.core.store.ObjectDataInputIterator
remove() - Method in class com.bretth.osmosis.core.store.PeekableIterator
remove() - Method in class com.bretth.osmosis.core.store.PersistentIterator
remove() - Method in class com.bretth.osmosis.core.store.ReleasableAdaptorForIterator
remove() - Method in class com.bretth.osmosis.core.store.StoreReleasingIterator
remove() - Method in class com.bretth.osmosis.core.store.UpcastIterator
removeEntity(long) - Method in class com.bretth.osmosis.core.pgsql.v0_6.impl.EntityDao
Removes the specified entity from the database.
removeEntity(long) - Method in class com.bretth.osmosis.core.pgsql.v0_6.impl.RelationDao
Removes the specified entity from the database.
removeEntity(long) - Method in class com.bretth.osmosis.core.pgsql.v0_6.impl.WayDao
Removes the specified entity from the database.
removeList(long) - Method in class com.bretth.osmosis.core.pgsql.v0_6.impl.EntityFeatureDao
Removes the specified feature list from the database.
render(EntityType) - Method in class com.bretth.osmosis.core.mysql.v0_5.impl.MemberTypeRenderer
Renders a member type into its xml representation.
render(EntityType) - Method in class com.bretth.osmosis.core.mysql.v0_6.impl.MemberTypeRenderer
Renders a member type into its xml representation.
render(EntityType) - Method in class com.bretth.osmosis.core.xml.v0_5.impl.MemberTypeRenderer
Renders a member type into its xml representation.
render(EntityType) - Method in class com.bretth.osmosis.core.xml.v0_6.impl.MemberTypeRenderer
Renders a member type into its xml representation.
ResourceFileManager - Class in com.bretth.osmosis.core.util
Contains utility methods for dealing with resource files packaged within the application.
ResourceFileManager() - Constructor for class com.bretth.osmosis.core.util.ResourceFileManager
 
retrieveTask(String, String, Class<? extends Task>) - Method in class com.bretth.osmosis.core.pipeline.common.PipeTasks
Removes and returns the task registered under the specified name.
retrieveTask(String, Class<? extends Task>) - Method in class com.bretth.osmosis.core.pipeline.common.PipeTasks
Removes and returns the next available task registered under a default name.
rNums - Static variable in interface org.apache.tools.bzip2.BZip2Constants
This array really shouldn't be here.
run() - Method in class com.bretth.osmosis.core.buffer.v0_5.ChangeBuffer
Sends all input data to the sink.
run() - Method in class com.bretth.osmosis.core.buffer.v0_5.EntityBuffer
Sends all input data to the sink.
run() - Method in class com.bretth.osmosis.core.buffer.v0_6.ChangeBuffer
Sends all input data to the sink.
run() - Method in class com.bretth.osmosis.core.buffer.v0_6.EntityBuffer
Sends all input data to the sink.
run() - Method in class com.bretth.osmosis.core.change.v0_5.ChangeApplier
Processes the input sources and sends the updated data stream to the sink.
run() - Method in class com.bretth.osmosis.core.change.v0_5.ChangeDeriver
Processes the input sources and sends the changes to the change sink.
run() - Method in class com.bretth.osmosis.core.change.v0_6.ChangeApplier
Processes the input sources and sends the updated data stream to the sink.
run() - Method in class com.bretth.osmosis.core.change.v0_6.ChangeDeriver
Processes the input sources and sends the changes to the change sink.
run() - Method in class com.bretth.osmosis.core.customdb.v0_5.ReadDataset
run() - Method in class com.bretth.osmosis.core.customdb.v0_6.ReadDataset
run() - Method in class com.bretth.osmosis.core.merge.v0_5.ChangeDownloader
run() - Method in class com.bretth.osmosis.core.merge.v0_5.ChangeDownloadInitializer
run() - Method in class com.bretth.osmosis.core.merge.v0_5.ChangeMerger
run() - Method in class com.bretth.osmosis.core.merge.v0_5.EntityMerger
run() - Method in class com.bretth.osmosis.core.merge.v0_6.ChangeDownloader
run() - Method in class com.bretth.osmosis.core.merge.v0_6.ChangeDownloadInitializer
run() - Method in class com.bretth.osmosis.core.merge.v0_6.ChangeMerger
run() - Method in class com.bretth.osmosis.core.merge.v0_6.EntityMerger
run() - Method in class com.bretth.osmosis.core.mysql.v0_5.MysqlChangeReader
Reads all data from the file and send it to the sink.
run() - Method in class com.bretth.osmosis.core.mysql.v0_5.MySqlCurrentReader
Reads all data from the database and send it to the sink.
run() - Method in class com.bretth.osmosis.core.mysql.v0_5.MysqlReader
Reads all data from the database and send it to the sink.
run() - Method in class com.bretth.osmosis.core.mysql.v0_5.MysqlTruncator
Truncates all data from the database.
run() - Method in class com.bretth.osmosis.core.mysql.v0_6.MysqlChangeReader
Reads all data from the file and send it to the sink.
run() - Method in class com.bretth.osmosis.core.mysql.v0_6.MySqlCurrentReader
Reads all data from the database and send it to the sink.
run() - Method in class com.bretth.osmosis.core.mysql.v0_6.MysqlReader
Reads all data from the database and send it to the sink.
run() - Method in class com.bretth.osmosis.core.mysql.v0_6.MysqlTruncator
Truncates all data from the database.
run(String[]) - Static method in class com.bretth.osmosis.core.Osmosis
This contains the real functionality of the main method.
run() - Method in class com.bretth.osmosis.core.pgsql.v0_5.PostgreSqlDatasetTruncator
Truncates all data from the database.
run() - Method in class com.bretth.osmosis.core.pgsql.v0_5.PostgreSqlReader
run() - Method in class com.bretth.osmosis.core.pgsql.v0_6.PostgreSqlDatasetTruncator
Truncates all data from the database.
run() - Method in class com.bretth.osmosis.core.pgsql.v0_6.PostgreSqlReader
run() - Method in class com.bretth.osmosis.core.xml.v0_5.XmlChangeReader
Reads all data from the file and send it to the sink.
run() - Method in class com.bretth.osmosis.core.xml.v0_5.XmlDownloader
* Reads all data from the server and send it to the Sink.
run() - Method in class com.bretth.osmosis.core.xml.v0_5.XmlReader
Reads all data from the file and send it to the sink.
run() - Method in class com.bretth.osmosis.core.xml.v0_6.FastXmlReader
Reads all data from the file and send it to the sink.
run() - Method in class com.bretth.osmosis.core.xml.v0_6.XmlChangeReader
Reads all data from the file and send it to the sink.
run() - Method in class com.bretth.osmosis.core.xml.v0_6.XmlDownloader
Reads all data from the server and send it to the Sink.
run() - Method in class com.bretth.osmosis.core.xml.v0_6.XmlReader
Reads all data from the file and send it to the sink.
run() - Method in class com.bretth.osmosis.extract.mysql.v0_5.IntervalExtractor
Runs the changeset extraction.
run() - Method in class com.bretth.osmosis.extract.mysql.v0_5.OsmosisExtractMysql
Launches program execution.
run() - Method in class com.bretth.osmosis.extract.mysql.v0_6.IntervalExtractor
Runs the changeset extraction.
run() - Method in class com.bretth.osmosis.extract.mysql.v0_6.OsmosisExtractMysql
Launches program execution.
RUNA - Static variable in interface org.apache.tools.bzip2.BZip2Constants
 
RUNB - Static variable in interface org.apache.tools.bzip2.BZip2Constants
 
RunnableChangeSource - Interface in com.bretth.osmosis.core.task.v0_5
Extends the basic ChangeSource interface with the Runnable capability.
RunnableChangeSource - Interface in com.bretth.osmosis.core.task.v0_6
Extends the basic ChangeSource interface with the Runnable capability.
RunnableChangeSourceManager - Class in com.bretth.osmosis.core.pipeline.v0_5
A task manager implementation for RunnableChangeSource task implementations.
RunnableChangeSourceManager(String, RunnableChangeSource, Map<String, String>) - Constructor for class com.bretth.osmosis.core.pipeline.v0_5.RunnableChangeSourceManager
Creates a new instance.
RunnableChangeSourceManager - Class in com.bretth.osmosis.core.pipeline.v0_6
A task manager implementation for RunnableChangeSource task implementations.
RunnableChangeSourceManager(String, RunnableChangeSource, Map<String, String>) - Constructor for class com.bretth.osmosis.core.pipeline.v0_6.RunnableChangeSourceManager
Creates a new instance.
RunnableDatasetSource - Interface in com.bretth.osmosis.core.task.v0_5
Extends the basic DatasetSource interface with the Runnable capability.
RunnableDatasetSource - Interface in com.bretth.osmosis.core.task.v0_6
Extends the basic DatasetSource interface with the Runnable capability.
RunnableDatasetSourceManager - Class in com.bretth.osmosis.core.pipeline.v0_5
A task manager implementation for RunnableDatasetSource task implementations.
RunnableDatasetSourceManager(String, RunnableDatasetSource, Map<String, String>) - Constructor for class com.bretth.osmosis.core.pipeline.v0_5.RunnableDatasetSourceManager
Creates a new instance.
RunnableDatasetSourceManager - Class in com.bretth.osmosis.core.pipeline.v0_6
A task manager implementation for RunnableDatasetSource task implementations.
RunnableDatasetSourceManager(String, RunnableDatasetSource, Map<String, String>) - Constructor for class com.bretth.osmosis.core.pipeline.v0_6.RunnableDatasetSourceManager
Creates a new instance.
RunnableSource - Interface in com.bretth.osmosis.core.task.v0_5
Extends the basic Source interface with the Runnable capability.
RunnableSource - Interface in com.bretth.osmosis.core.task.v0_6
Extends the basic Source interface with the Runnable capability.
RunnableSourceManager - Class in com.bretth.osmosis.core.pipeline.v0_5
A task manager implementation for RunnableSource task implementations.
RunnableSourceManager(String, RunnableSource, Map<String, String>) - Constructor for class com.bretth.osmosis.core.pipeline.v0_5.RunnableSourceManager
Creates a new instance.
RunnableSourceManager - Class in com.bretth.osmosis.core.pipeline.v0_6
A task manager implementation for RunnableSource task implementations.
RunnableSourceManager(String, RunnableSource, Map<String, String>) - Constructor for class com.bretth.osmosis.core.pipeline.v0_6.RunnableSourceManager
Creates a new instance.
RunnableTask - Interface in com.bretth.osmosis.core.task.common
Extends the basic Task interface with the Runnable capability.
RunnableTaskManager - Class in com.bretth.osmosis.core.pipeline.common
A task manager implementation for RunnableTask task implementations.
RunnableTaskManager(String, RunnableTask, Map<String, String>) - Constructor for class com.bretth.osmosis.core.pipeline.common.RunnableTaskManager
Creates a new instance.

S

SCHEMA_MIGRATIONS - Static variable in interface com.bretth.osmosis.core.mysql.v0_6.MySqlVersionConstants
Defines the schema migrations expected to be in the database.
SCHEMA_VERSION - Static variable in interface com.bretth.osmosis.core.mysql.v0_5.MySqlVersionConstants
Defines the schema version number currently supported.
SCHEMA_VERSION - Static variable in interface com.bretth.osmosis.core.pgsql.v0_5.PostgreSqlVersionConstants
Defines the schema version number currently supported.
SCHEMA_VERSION - Static variable in interface com.bretth.osmosis.core.pgsql.v0_6.PostgreSqlVersionConstants
Defines the schema version number currently supported.
SchemaVersionValidator - Class in com.bretth.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 com.bretth.osmosis.core.mysql.v0_5.impl.SchemaVersionValidator
Creates a new instance.
SchemaVersionValidator - Class in com.bretth.osmosis.core.mysql.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 com.bretth.osmosis.core.mysql.v0_6.impl.SchemaVersionValidator
Creates a new instance.
SchemaVersionValidator - Class in com.bretth.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 com.bretth.osmosis.core.pgsql.common.SchemaVersionValidator
Creates a new instance.
seek(long) - Method in class com.bretth.osmosis.core.store.BufferedRandomAccessFileInputStream
Seeks to the specified position in the file.
SegmentedObjectStore<T extends Storeable> - Class in com.bretth.osmosis.core.store
Provides a store for writing objects to a file for later retrieval.
SegmentedObjectStore(ObjectSerializationFactory, String, boolean) - Constructor for class com.bretth.osmosis.core.store.SegmentedObjectStore
Creates a new instance.
set(long) - Method in class com.bretth.osmosis.core.filter.common.BitSetIdTracker
Marks the specified id as active.
set(long) - Method in interface com.bretth.osmosis.core.filter.common.IdTracker
Marks the specified id as active.
set(long) - Method in class com.bretth.osmosis.core.filter.common.ListIdTracker
Marks the specified id as active.
setAll(IdTracker) - Method in class com.bretth.osmosis.core.filter.common.BitSetIdTracker
Sets all the ids contained in the specified tracker.
setAll(IdTracker) - Method in interface com.bretth.osmosis.core.filter.common.IdTracker
Sets all the ids contained in the specified tracker.
setAll(IdTracker) - Method in class com.bretth.osmosis.core.filter.common.ListIdTracker
Sets all the ids contained in the specified tracker.
setAllowIncorrectVersion(boolean) - Method in class com.bretth.osmosis.core.database.DatabasePreferences
Updates the allowIncorrectSchemaVersion flag.
setAutoCommit(boolean) - Method in class com.bretth.osmosis.core.pgsql.common.DatabaseContext
Sets the auto-commit property on the underlying connection.
setChangeSink(ChangeSink) - Method in class com.bretth.osmosis.core.buffer.v0_5.ChangeBuffer
Sets the change sink to send data to.
setChangeSink(ChangeSink) - Method in class com.bretth.osmosis.core.buffer.v0_6.ChangeBuffer
Sets the change sink to send data to.
setChangeSink(ChangeSink) - Method in class com.bretth.osmosis.core.change.v0_5.ChangeDeriver
Sets the change sink to send data to.
setChangeSink(ChangeSink) - Method in class com.bretth.osmosis.core.change.v0_6.ChangeDeriver
Sets the change sink to send data to.
setChangeSink(ChangeSink) - Method in class com.bretth.osmosis.core.merge.v0_5.ChangeDownloader
Sets the change sink to send data to.
setChangeSink(ChangeSink) - Method in class com.bretth.osmosis.core.merge.v0_5.ChangeMerger
Sets the change sink to send data to.
setChangeSink(ChangeSink) - Method in class com.bretth.osmosis.core.merge.v0_5.impl.SortedChangePipeValidator
Sets the change sink to send data to.
setChangeSink(ChangeSink) - Method in class com.bretth.osmosis.core.merge.v0_6.ChangeDownloader
Sets the change sink to send data to.
setChangeSink(ChangeSink) - Method in class com.bretth.osmosis.core.merge.v0_6.ChangeMerger
Sets the change sink to send data to.
setChangeSink(ChangeSink) - Method in class com.bretth.osmosis.core.merge.v0_6.impl.SortedChangePipeValidator
Sets the change sink to send data to.
setChangeSink(ChangeSink) - Method in class com.bretth.osmosis.core.migrate.MigrateChangeV05ToV06
Sets the change sink to send data to.
setChangeSink(ChangeSink) - Method in class com.bretth.osmosis.core.mysql.v0_5.MysqlChangeReader
Sets the change sink to send data to.
setChangeSink(ChangeSink) - Method in class com.bretth.osmosis.core.mysql.v0_6.MysqlChangeReader
Sets the change sink to send data to.
setChangeSink(ChangeSink) - Method in class com.bretth.osmosis.core.progress.v0_5.ChangeProgressLogger
Sets the change sink to send data to.
setChangeSink(ChangeSink) - Method in class com.bretth.osmosis.core.progress.v0_6.ChangeProgressLogger
Sets the change sink to send data to.
setChangeSink(ChangeSink) - Method in class com.bretth.osmosis.core.sort.v0_5.ChangeSorter
Sets the change sink to send data to.
setChangeSink(ChangeSink) - Method in class com.bretth.osmosis.core.sort.v0_6.ChangeSorter
Sets the change sink to send data to.
setChangeSink(ChangeSink) - Method in interface com.bretth.osmosis.core.task.v0_5.ChangeSource
Sets the change sink to send data to.
setChangeSink(ChangeSink) - Method in interface com.bretth.osmosis.core.task.v0_6.ChangeSource
Sets the change sink to send data to.
setChangeSink(ChangeSink) - Method in class com.bretth.osmosis.core.xml.v0_5.XmlChangeReader
Sets the change sink to send data to.
setChangeSink(ChangeSink) - Method in class com.bretth.osmosis.core.xml.v0_6.XmlChangeReader
Sets the change sink to send data to.
setDatabase(String) - Method in class com.bretth.osmosis.core.database.DatabaseLoginCredentials
Updates the database.
setDatasetSink(DatasetSink) - Method in class com.bretth.osmosis.core.customdb.v0_5.ReadDataset
Sets the dataset sink to send data to.
setDatasetSink(DatasetSink) - Method in class com.bretth.osmosis.core.customdb.v0_6.ReadDataset
Sets the dataset sink to send data to.
setDatasetSink(DatasetSink) - Method in class com.bretth.osmosis.core.pgsql.v0_5.PostgreSqlReader
Sets the dataset sink to send data to.
setDatasetSink(DatasetSink) - Method in class com.bretth.osmosis.core.pgsql.v0_6.PostgreSqlReader
Sets the dataset sink to send data to.
setDatasetSink(DatasetSink) - Method in interface com.bretth.osmosis.core.task.v0_5.DatasetSource
Sets the dataset sink to send data to.
setDatasetSink(DatasetSink) - Method in interface com.bretth.osmosis.core.task.v0_6.DatasetSource
Sets the dataset sink to send data to.
setDocumentLocator(Locator) - Method in class com.bretth.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 com.bretth.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 com.bretth.osmosis.core.database.DatabaseLoginCredentials
Updates the force utf-8 flag.
setHost(String) - Method in class com.bretth.osmosis.core.database.DatabaseLoginCredentials
Updates the host.
SETMASK - Static variable in class org.apache.tools.bzip2.CBZip2OutputStream
 
setOutputError() - Method in class com.bretth.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 com.bretth.osmosis.core.pipeline.common.TaskManager
Registers the specified task as an output.
setPassword(String) - Method in class com.bretth.osmosis.core.database.DatabaseLoginCredentials
Updates the password.
setProfileSql(boolean) - Method in class com.bretth.osmosis.core.database.DatabaseLoginCredentials
Updates the profile SQL flag.
setSink(Sink) - Method in class com.bretth.osmosis.core.buffer.v0_5.EntityBuffer
Sets the osm sink to send data to.
setSink(Sink) - Method in class com.bretth.osmosis.core.buffer.v0_6.EntityBuffer
Sets the osm sink to send data to.
setSink(Sink) - Method in class com.bretth.osmosis.core.change.v0_5.ChangeApplier
Sets the osm sink to send data to.
setSink(Sink) - Method in class com.bretth.osmosis.core.change.v0_6.ChangeApplier
Sets the osm sink to send data to.
setSink(Sink) - Method in class com.bretth.osmosis.core.customdb.v0_5.DumpDataset
Sets the osm sink to send data to.
setSink(Sink) - Method in class com.bretth.osmosis.core.customdb.v0_6.DumpDataset
Sets the osm sink to send data to.
setSink(Sink) - Method in class com.bretth.osmosis.core.filter.v0_5.AreaFilter
Sets the osm sink to send data to.
setSink(Sink) - Method in class com.bretth.osmosis.core.filter.v0_5.DatasetBoundingBoxFilter
Sets the osm sink to send data to.
setSink(Sink) - Method in class com.bretth.osmosis.core.filter.v0_5.NodeKeyFilter
Sets the osm sink to send data to.
setSink(Sink) - Method in class com.bretth.osmosis.core.filter.v0_5.NodeKeyValueFilter
Sets the osm sink to send data to.
setSink(Sink) - Method in class com.bretth.osmosis.core.filter.v0_5.UsedNodeFilter
Sets the osm sink to send data to.
setSink(Sink) - Method in class com.bretth.osmosis.core.filter.v0_5.WayKeyValueFilter
Sets the osm sink to send data to.
setSink(Sink) - Method in class com.bretth.osmosis.core.filter.v0_6.AreaFilter
Sets the osm sink to send data to.
setSink(Sink) - Method in class com.bretth.osmosis.core.filter.v0_6.DatasetBoundingBoxFilter
Sets the osm sink to send data to.
setSink(Sink) - Method in class com.bretth.osmosis.core.filter.v0_6.NodeKeyFilter
Sets the osm sink to send data to.
setSink(Sink) - Method in class com.bretth.osmosis.core.filter.v0_6.NodeKeyValueFilter
Sets the osm sink to send data to.
setSink(Sink) - Method in class com.bretth.osmosis.core.filter.v0_6.UsedNodeFilter
Sets the osm sink to send data to.
setSink(Sink) - Method in class com.bretth.osmosis.core.filter.v0_6.WayKeyValueFilter
Sets the osm sink to send data to.
setSink(Sink) - Method in class com.bretth.osmosis.core.merge.v0_5.EntityMerger
Sets the osm sink to send data to.
setSink(Sink) - Method in class com.bretth.osmosis.core.merge.v0_5.impl.SortedEntityPipeValidator
Sets the osm sink to send data to.
setSink(Sink) - Method in class com.bretth.osmosis.core.merge.v0_6.EntityMerger
Sets the osm sink to send data to.
setSink(Sink) - Method in class com.bretth.osmosis.core.merge.v0_6.impl.SortedEntityPipeValidator
Sets the osm sink to send data to.
setSink(Sink) - Method in class com.bretth.osmosis.core.migrate.MigrateV05ToV06
Sets the osm sink to send data to.
setSink(Sink) - Method in class com.bretth.osmosis.core.mysql.v0_5.MySqlCurrentReader
Sets the osm sink to send data to.
setSink(Sink) - Method in class com.bretth.osmosis.core.mysql.v0_5.MysqlReader
Sets the osm sink to send data to.
setSink(Sink) - Method in class com.bretth.osmosis.core.mysql.v0_6.MySqlCurrentReader
Sets the osm sink to send data to.
setSink(Sink) - Method in class com.bretth.osmosis.core.mysql.v0_6.MysqlReader
Sets the osm sink to send data to.
setSink(Sink) - Method in class com.bretth.osmosis.core.progress.v0_5.EntityProgressLogger
Sets the osm sink to send data to.
setSink(Sink) - Method in class com.bretth.osmosis.core.progress.v0_6.EntityProgressLogger
Sets the osm sink to send data to.
setSink(Sink) - Method in class com.bretth.osmosis.core.sort.v0_5.EntitySorter
Sets the osm sink to send data to.
setSink(Sink) - Method in class com.bretth.osmosis.core.sort.v0_6.EntitySorter
Sets the osm sink to send data to.
setSink(Sink) - Method in class com.bretth.osmosis.core.sort.v0_6.TagSorter
Sets the osm sink to send data to.
setSink(Sink) - Method in interface com.bretth.osmosis.core.task.v0_5.Source
Sets the osm sink to send data to.
setSink(Sink) - Method in interface com.bretth.osmosis.core.task.v0_6.Source
Sets the osm sink to send data to.
setSink(Sink) - Method in class com.bretth.osmosis.core.xml.v0_5.XmlDownloader
* Sets the osm sink to send data to.
setSink(Sink) - Method in class com.bretth.osmosis.core.xml.v0_5.XmlReader
Sets the osm sink to send data to.
setSink(Sink) - Method in class com.bretth.osmosis.core.xml.v0_6.FastXmlReader
Sets the osm sink to send data to.
setSink(Sink) - Method in class com.bretth.osmosis.core.xml.v0_6.XmlDownloader
Sets the osm sink to send data to.
setSink(Sink) - Method in class com.bretth.osmosis.core.xml.v0_6.XmlReader
Sets the osm sink to send data to.
setTime(Date) - Method in class com.bretth.osmosis.extract.mysql.common.TimestampTracker
Update the stored time.
setUser(String) - Method in class com.bretth.osmosis.core.database.DatabaseLoginCredentials
Updates the user.
setValidateSchemaVersion(boolean) - Method in class com.bretth.osmosis.core.database.DatabasePreferences
Updates the validateSchemaVersion flag.
setWriter(BufferedWriter) - Method in class com.bretth.osmosis.core.xml.common.ElementWriter
Sets the writer used as the xml output destination.
setWriter(BufferedWriter) - Method in class com.bretth.osmosis.core.xml.v0_5.impl.NodeWriter
Sets the writer used as the xml output destination.
setWriter(BufferedWriter) - Method in class com.bretth.osmosis.core.xml.v0_5.impl.OsmChangeWriter
Sets the writer used as the xml output destination.
setWriter(BufferedWriter) - Method in class com.bretth.osmosis.core.xml.v0_5.impl.OsmWriter
Sets the writer used as the xml output destination.
setWriter(BufferedWriter) - Method in class com.bretth.osmosis.core.xml.v0_5.impl.RelationWriter
Sets the writer used as the xml output destination.
setWriter(BufferedWriter) - Method in class com.bretth.osmosis.core.xml.v0_5.impl.WayWriter
Sets the writer used as the xml output destination.
setWriter(BufferedWriter) - Method in class com.bretth.osmosis.core.xml.v0_6.impl.NodeWriter
Sets the writer used as the xml output destination.
setWriter(BufferedWriter) - Method in class com.bretth.osmosis.core.xml.v0_6.impl.OsmChangeWriter
Sets the writer used as the xml output destination.
setWriter(BufferedWriter) - Method in class com.bretth.osmosis.core.xml.v0_6.impl.OsmWriter
Sets the writer used as the xml output destination.
setWriter(BufferedWriter) - Method in class com.bretth.osmosis.core.xml.v0_6.impl.RelationWriter
Sets the writer used as the xml output destination.
setWriter(BufferedWriter) - Method in class com.bretth.osmosis.core.xml.v0_6.impl.WayWriter
Sets the writer used as the xml output destination.
setWriterOnElementWriter(BufferedWriter) - Method in class com.bretth.osmosis.core.xml.common.BaseXmlWriter
Sets the writer on the element writer used for this implementation.
setWriterOnElementWriter(BufferedWriter) - Method in class com.bretth.osmosis.core.xml.v0_5.XmlChangeWriter
Sets the writer on the element writer used for this implementation.
setWriterOnElementWriter(BufferedWriter) - Method in class com.bretth.osmosis.core.xml.v0_5.XmlWriter
Sets the writer on the element writer used for this implementation.
setWriterOnElementWriter(BufferedWriter) - Method in class com.bretth.osmosis.core.xml.v0_6.XmlChangeWriter
Sets the writer on the element writer used for this implementation.
setWriterOnElementWriter(BufferedWriter) - Method in class com.bretth.osmosis.core.xml.v0_6.XmlWriter
Sets the writer on the element writer used for this implementation.
SimpleObjectStore<T extends Storeable> - Class in com.bretth.osmosis.core.store
Provides a store for writing objects to a file for later retrieval.
SimpleObjectStore(ObjectSerializationFactory, String, boolean) - Constructor for class com.bretth.osmosis.core.store.SimpleObjectStore
Creates a new instance.
SimpleTimestampContainer - Class in com.bretth.osmosis.core.domain.common
A timestamp container implementation that holds a standard date object.
SimpleTimestampContainer(Date) - Constructor for class com.bretth.osmosis.core.domain.common.SimpleTimestampContainer
Creates a new instance.
SingleClassObjectReader - Class in com.bretth.osmosis.core.store
Provides object reading functionality where only a single class type will be loaded.
SingleClassObjectReader(StoreReader, StoreClassRegister, Class<?>) - Constructor for class com.bretth.osmosis.core.store.SingleClassObjectReader
Creates a new instance.
SingleClassObjectSerializationFactory - Class in com.bretth.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 com.bretth.osmosis.core.store.SingleClassObjectSerializationFactory
Creates a new instance.
SingleClassObjectWriter - Class in com.bretth.osmosis.core.store
Provides object writing functionality where only a single class type will be stored.
SingleClassObjectWriter(StoreWriter, StoreClassRegister, Class<?>) - Constructor for class com.bretth.osmosis.core.store.SingleClassObjectWriter
Creates a new instance.
Sink - Interface in com.bretth.osmosis.core.task.v0_5
Defines the interface for tasks consuming OSM data types.
Sink - Interface in com.bretth.osmosis.core.task.v0_6
Defines the interface for tasks consuming OSM data types.
Sink05Source06 - Interface in com.bretth.osmosis.core.migrate
A SinkSource interface for converting from 0.5 to 0.6 format data.
Sink05Source06Manager - Class in com.bretth.osmosis.core.migrate
A task manager implementation for task performing sink and source functionality.
Sink05Source06Manager(String, Sink05Source06, Map<String, String>) - Constructor for class com.bretth.osmosis.core.migrate.Sink05Source06Manager
Creates a new instance.
SinkDatasetSource - Interface in com.bretth.osmosis.core.task.v0_5
Defines the interface for combining sink and dataset source functionality.
SinkDatasetSource - Interface in com.bretth.osmosis.core.task.v0_6
Defines the interface for combining sink and dataset source functionality.
SinkDatasetSourceManager - Class in com.bretth.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 com.bretth.osmosis.core.pipeline.v0_5.SinkDatasetSourceManager
Creates a new instance.
SinkDatasetSourceManager - Class in com.bretth.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 com.bretth.osmosis.core.pipeline.v0_6.SinkDatasetSourceManager
Creates a new instance.
SinkManager - Class in com.bretth.osmosis.core.pipeline.v0_5
A task manager implementation for Sink task implementations.
SinkManager(String, Sink, Map<String, String>) - Constructor for class com.bretth.osmosis.core.pipeline.v0_5.SinkManager
Creates a new instance.
SinkManager - Class in com.bretth.osmosis.core.pipeline.v0_6
A task manager implementation for Sink task implementations.
SinkManager(String, Sink, Map<String, String>) - Constructor for class com.bretth.osmosis.core.pipeline.v0_6.SinkManager
Creates a new instance.
SinkMultiSource - Interface in com.bretth.osmosis.core.task.v0_5
Defines the interface for combining Sink and MultiSource functionality.
SinkMultiSource - Interface in com.bretth.osmosis.core.task.v0_6
Defines the interface for combining Sink and MultiSource functionality.
SinkMultiSourceManager - Class in com.bretth.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 com.bretth.osmosis.core.pipeline.v0_5.SinkMultiSourceManager
Creates a new instance.
SinkMultiSourceManager - Class in com.bretth.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 com.bretth.osmosis.core.pipeline.v0_6.SinkMultiSourceManager
Creates a new instance.
SinkRunnableSource - Interface in com.bretth.osmosis.core.task.v0_5
Defines the interface for combining Sink and RunnableSource functionality.
SinkRunnableSource - Interface in com.bretth.osmosis.core.task.v0_6
Defines the interface for combining Sink and RunnableSource functionality.
SinkRunnableSourceManager - Class in com.bretth.osmosis.core.pipeline.v0_5
A task manager implementation for SinkRunnableSource task implementations.
SinkRunnableSourceManager(String, SinkRunnableSource, Map<String, String>) - Constructor for class com.bretth.osmosis.core.pipeline.v0_5.SinkRunnableSourceManager
Creates a new instance.
SinkRunnableSourceManager - Class in com.bretth.osmosis.core.pipeline.v0_6
A task manager implementation for SinkRunnableSource task implementations.
SinkRunnableSourceManager(String, SinkRunnableSource, Map<String, String>) - Constructor for class com.bretth.osmosis.core.pipeline.v0_6.SinkRunnableSourceManager
Creates a new instance.
SinkSource - Interface in com.bretth.osmosis.core.task.v0_5
Defines the interface for combining sink and source functionality.
SinkSource - Interface in com.bretth.osmosis.core.task.v0_6
Defines the interface for combining sink and source functionality.
SinkSourceManager - Class in com.bretth.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 com.bretth.osmosis.core.pipeline.v0_5.SinkSourceManager
Creates a new instance.
SinkSourceManager - Class in com.bretth.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 com.bretth.osmosis.core.pipeline.v0_6.SinkSourceManager
Creates a new instance.
size() - Method in class com.bretth.osmosis.core.pipeline.common.PipeTasks
Returns the number of pipes stored in this container.
SMALL_THRESH - Static variable in class org.apache.tools.bzip2.CBZip2OutputStream
 
SortedChangePipeValidator - Class in com.bretth.osmosis.core.merge.v0_5.impl
Validates that change data in a pipeline is sorted by entity type then id.
SortedChangePipeValidator() - Constructor for class com.bretth.osmosis.core.merge.v0_5.impl.SortedChangePipeValidator
Creates a new instance.
SortedChangePipeValidator - Class in com.bretth.osmosis.core.merge.v0_6.impl
Validates that change data in a pipeline is sorted by entity type then id.
SortedChangePipeValidator() - Constructor for class com.bretth.osmosis.core.merge.v0_6.impl.SortedChangePipeValidator
Creates a new instance.
SortedEntityPipeValidator - Class in com.bretth.osmosis.core.merge.v0_5.impl
Validates that entity data in a pipeline is sorted by entity type then id.
SortedEntityPipeValidator() - Constructor for class com.bretth.osmosis.core.merge.v0_5.impl.SortedEntityPipeValidator
Creates a new instance.
SortedEntityPipeValidator - Class in com.bretth.osmosis.core.merge.v0_6.impl
Validates that entity data in a pipeline is sorted by entity type then id.
SortedEntityPipeValidator() - Constructor for class com.bretth.osmosis.core.merge.v0_6.impl.SortedEntityPipeValidator
Creates a new instance.
Source - Interface in com.bretth.osmosis.core.task.v0_5
Defines the interface for tasks producing OSM data types.
Source - Interface in com.bretth.osmosis.core.task.v0_6
Defines the interface for tasks producing OSM data types.
SourceElementProcessor - Class in com.bretth.osmosis.core.xml.v0_5.impl
Provides common behaviour across all source element processors.
SourceElementProcessor(BaseElementProcessor, Sink, boolean) - Constructor for class com.bretth.osmosis.core.xml.v0_5.impl.SourceElementProcessor
Creates a new instance.
SourceElementProcessor - Class in com.bretth.osmosis.core.xml.v0_6.impl
Provides common behaviour across all source element processors.
SourceElementProcessor(BaseElementProcessor, Sink, boolean) - Constructor for class com.bretth.osmosis.core.xml.v0_6.impl.SourceElementProcessor
Creates a new instance.
startElement(String, String, String, Attributes) - Method in class com.bretth.osmosis.core.xml.v0_5.impl.OsmChangeHandler
Begins processing of a new element.
startElement(String, String, String, Attributes) - Method in class com.bretth.osmosis.core.xml.v0_5.impl.OsmHandler
Begins processing of a new element.
startElement(String, String, String, Attributes) - Method in class com.bretth.osmosis.core.xml.v0_6.impl.OsmChangeHandler
Begins processing of a new element.
startElement(String, String, String, Attributes) - Method in class com.bretth.osmosis.core.xml.v0_6.impl.OsmHandler
Begins processing of a new element.
StorageStage - Enum in com.bretth.osmosis.core.store
Each class used for managing storage has a lifecycle.
store(StoreWriter, StoreClassRegister) - Method in class com.bretth.osmosis.core.container.v0_5.BoundContainer
Stores all state to the specified store writer.
store(StoreWriter, StoreClassRegister) - Method in class com.bretth.osmosis.core.container.v0_5.ChangeContainer
Stores all state to the specified store writer.
store(StoreWriter, StoreClassRegister) - Method in class com.bretth.osmosis.core.container.v0_5.NodeContainer
Stores all state to the specified store writer.
store(StoreWriter, StoreClassRegister) - Method in class com.bretth.osmosis.core.container.v0_5.RelationContainer
Stores all state to the specified store writer.
store(StoreWriter, StoreClassRegister) - Method in class com.bretth.osmosis.core.container.v0_5.WayContainer
Stores all state to the specified store writer.
store(StoreWriter, StoreClassRegister) - Method in class com.bretth.osmosis.core.container.v0_6.BoundContainer
Stores all state to the specified store writer.
store(StoreWriter, StoreClassRegister) - Method in class com.bretth.osmosis.core.container.v0_6.ChangeContainer
Stores all state to the specified store writer.
store(StoreWriter, StoreClassRegister) - Method in class com.bretth.osmosis.core.container.v0_6.NodeContainer
Stores all state to the specified store writer.
store(StoreWriter, StoreClassRegister) - Method in class com.bretth.osmosis.core.container.v0_6.RelationContainer
Stores all state to the specified store writer.
store(StoreWriter, StoreClassRegister) - Method in class com.bretth.osmosis.core.container.v0_6.WayContainer
Stores all state to the specified store writer.
store(StoreWriter, StoreClassRegister) - Method in class com.bretth.osmosis.core.domain.v0_5.Bound
Stores all state to the specified store writer.
store(StoreWriter, StoreClassRegister) - Method in class com.bretth.osmosis.core.domain.v0_5.Entity
Stores all state to the specified store writer.
store(StoreWriter, StoreClassRegister) - Method in class com.bretth.osmosis.core.domain.v0_5.Node
Stores all state to the specified store writer.
store(StoreWriter, StoreClassRegister) - Method in class com.bretth.osmosis.core.domain.v0_5.OsmUser
Stores all state to the specified store writer.
store(StoreWriter, StoreClassRegister) - Method in class com.bretth.osmosis.core.domain.v0_5.Relation
Stores all state to the specified store writer.
store(StoreWriter, StoreClassRegister) - Method in class com.bretth.osmosis.core.domain.v0_5.RelationMember
Stores all state to the specified store writer.
store(StoreWriter, StoreClassRegister) - Method in class com.bretth.osmosis.core.domain.v0_5.Tag
Stores all state to the specified store writer.
store(StoreWriter, StoreClassRegister) - Method in class com.bretth.osmosis.core.domain.v0_5.Way
Stores all state to the specified store writer.
store(StoreWriter, StoreClassRegister) - Method in class com.bretth.osmosis.core.domain.v0_5.WayNode
Stores all state to the specified store writer.
store(StoreWriter, StoreClassRegister) - Method in class com.bretth.osmosis.core.domain.v0_6.Bound
Stores all state to the specified store writer.
store(StoreWriter, StoreClassRegister) - Method in class com.bretth.osmosis.core.domain.v0_6.Entity
Stores all state to the specified store writer.
store(StoreWriter, StoreClassRegister) - Method in class com.bretth.osmosis.core.domain.v0_6.Node
Stores all state to the specified store writer.
store(StoreWriter, StoreClassRegister) - Method in class com.bretth.osmosis.core.domain.v0_6.OsmUser
Stores all state to the specified store writer.
store(StoreWriter, StoreClassRegister) - Method in class com.bretth.osmosis.core.domain.v0_6.Relation
Stores all state to the specified store writer.
store(StoreWriter, StoreClassRegister) - Method in class com.bretth.osmosis.core.domain.v0_6.RelationMember
Stores all state to the specified store writer.
store(StoreWriter, StoreClassRegister) - Method in class com.bretth.osmosis.core.domain.v0_6.Tag
Stores all state to the specified store writer.
store(StoreWriter, StoreClassRegister) - Method in class com.bretth.osmosis.core.domain.v0_6.Way
Stores all state to the specified store writer.
store(StoreWriter, StoreClassRegister) - Method in class com.bretth.osmosis.core.domain.v0_6.WayNode
Stores all state to the specified store writer.
store(StoreWriter, StoreClassRegister) - Method in class com.bretth.osmosis.core.mysql.v0_5.impl.DBEntityTag
Stores all state to the specified store writer.
store(StoreWriter, StoreClassRegister) - Method in class com.bretth.osmosis.core.mysql.v0_5.impl.DBRelationMember
Stores all state to the specified store writer.
store(StoreWriter, StoreClassRegister) - Method in class com.bretth.osmosis.core.mysql.v0_5.impl.DBWayNode
Stores all state to the specified store writer.
store(StoreWriter, StoreClassRegister) - Method in class com.bretth.osmosis.core.mysql.v0_5.impl.EntityHistory
Stores all state to the specified store writer.
store(StoreWriter, StoreClassRegister) - Method in class com.bretth.osmosis.core.mysql.v0_6.impl.DbFeature
Stores all state to the specified store writer.
store(StoreWriter, StoreClassRegister) - Method in class com.bretth.osmosis.core.mysql.v0_6.impl.DbFeatureHistory
Stores all state to the specified store writer.
store(StoreWriter, StoreClassRegister) - Method in class com.bretth.osmosis.core.mysql.v0_6.impl.DbOrderedFeature
Stores all state to the specified store writer.
store(StoreWriter, StoreClassRegister) - Method in class com.bretth.osmosis.core.mysql.v0_6.impl.EntityHistory
Stores all state to the specified store writer.
store(StoreWriter, StoreClassRegister) - Method in class com.bretth.osmosis.core.store.IntegerLongIndexElement
Stores all state to the specified store writer.
store(StoreWriter, StoreClassRegister) - Method in class com.bretth.osmosis.core.store.LongLongIndexElement
Stores all state to the specified store writer.
store(StoreWriter, StoreClassRegister) - Method in interface com.bretth.osmosis.core.store.Storeable
Stores all state to the specified store writer.
Storeable - Interface in com.bretth.osmosis.core.store
This interface defines the methods supporting custom serialisation.
StoreableConstructorCache - Class in com.bretth.osmosis.core.store
Provides a cache mapping between classes and storeable constructors.
StoreableConstructorCache() - Constructor for class com.bretth.osmosis.core.store.StoreableConstructorCache
Creates a new instance.
StoreClassRegister - Class in com.bretth.osmosis.core.store
Allocates unique identifiers for class types written to a store and maintains the relationship between classes and their identifiers.
StoreClassRegister() - Constructor for class com.bretth.osmosis.core.store.StoreClassRegister
Creates a new instance.
storeIdentifierForClass(StoreWriter, Class<?>) - Method in class com.bretth.osmosis.core.store.StoreClassRegister
Stores the unique identifier for the specified class to the store.
StoreReader - Interface in com.bretth.osmosis.core.store
Implementations of this interface are used by Storeable classes to load their state.
StoreReleasingIterator<DataType> - Class in com.bretth.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 com.bretth.osmosis.core.store.StoreReleasingIterator
Creates a new instance.
StoreWriter - Interface in com.bretth.osmosis.core.store
Implementations of this interface are used by Storeable classes to persist their state.
SubObjectStreamIterator<T extends Storeable> - Class in com.bretth.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 com.bretth.osmosis.core.store.SubObjectStreamIterator
Creates a new instance.

T

Tag - Class in com.bretth.osmosis.core.domain.v0_5
A data class representing a single OSM tag.
Tag(String, String) - Constructor for class com.bretth.osmosis.core.domain.v0_5.Tag
Creates a new instance.
Tag(StoreReader, StoreClassRegister) - Constructor for class com.bretth.osmosis.core.domain.v0_5.Tag
Creates a new instance.
Tag - Class in com.bretth.osmosis.core.domain.v0_6
A data class representing a single OSM tag.
Tag(String, String) - Constructor for class com.bretth.osmosis.core.domain.v0_6.Tag
Creates a new instance.
Tag(StoreReader, StoreClassRegister) - Constructor for class com.bretth.osmosis.core.domain.v0_6.Tag
Creates a new instance.
TagBuilder - Class in com.bretth.osmosis.core.pgsql.v0_6.impl
Reads and writes tags to jdbc classes.
TagBuilder(String) - Constructor for class com.bretth.osmosis.core.pgsql.v0_6.impl.TagBuilder
Creates a new instance.
TagElementProcessor - Class in com.bretth.osmosis.core.xml.v0_5.impl
Provides an element processor implementation for a tag.
TagElementProcessor(BaseElementProcessor, TagListener) - Constructor for class com.bretth.osmosis.core.xml.v0_5.impl.TagElementProcessor
Creates a new instance.
TagElementProcessor - Class in com.bretth.osmosis.core.xml.v0_6.impl
Provides an element processor implementation for a tag.
TagElementProcessor(BaseElementProcessor, TagListener) - Constructor for class com.bretth.osmosis.core.xml.v0_6.impl.TagElementProcessor
Creates a new instance.
TagListener - Interface in com.bretth.osmosis.core.xml.v0_5.impl
Provides the definition of a class receiving tags.
TagListener - Interface in com.bretth.osmosis.core.xml.v0_6.impl
Provides the definition of a class receiving tags.
TagSorter - Class in com.bretth.osmosis.core.sort.v0_6
A data stream filter that sorts tags on entities.
TagSorter() - Constructor for class com.bretth.osmosis.core.sort.v0_6.TagSorter
 
TagSorterFactory - Class in com.bretth.osmosis.core.sort.v0_6
The task manager factory for a tag sorter.
TagSorterFactory() - Constructor for class com.bretth.osmosis.core.sort.v0_6.TagSorterFactory
 
TagWriter - Class in com.bretth.osmosis.core.xml.v0_5.impl
Renders a tag as xml.
TagWriter(String, int) - Constructor for class com.bretth.osmosis.core.xml.v0_5.impl.TagWriter
Creates a new instance.
TagWriter - Class in com.bretth.osmosis.core.xml.v0_6.impl
Renders a tag as xml.
TagWriter(String, int) - Constructor for class com.bretth.osmosis.core.xml.v0_6.impl.TagWriter
Creates a new instance.
Task - Interface in com.bretth.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 com.bretth.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 com.bretth.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 com.bretth.osmosis.core.database.DatabaseConstants
The task argument for specifying an database authorisation properties file.
TASK_ARG_DATABASE - Static variable in interface com.bretth.osmosis.core.database.DatabaseConstants
The task argument for specifying the database instance for a database connection.
TASK_ARG_FORCE_UTF8 - Static variable in interface com.bretth.osmosis.core.database.DatabaseConstants
The task argument for forcing a utf-8 database connection.
TASK_ARG_HOST - Static variable in interface com.bretth.osmosis.core.database.DatabaseConstants
The task argument for specifying the host for a database connection.
TASK_ARG_PASSWORD - Static variable in interface com.bretth.osmosis.core.database.DatabaseConstants
The task argument for specifying the password for a database connection.
TASK_ARG_PROFILE_SQL - Static variable in interface com.bretth.osmosis.core.database.DatabaseConstants
The task argument for enabling profiling on the database connection.
TASK_ARG_USER - Static variable in interface com.bretth.osmosis.core.database.DatabaseConstants
The task argument for specifying the user for a database connection.
TASK_ARG_VALIDATE_SCHEMA_VERSION - Static variable in interface com.bretth.osmosis.core.database.DatabaseConstants
The task argument for specifying whether schema version validation should be performed.
TASK_DEFAULT_DATABASE - Static variable in interface com.bretth.osmosis.core.database.DatabaseConstants
The default database for a database connection.
TASK_DEFAULT_FORCE_UTF8 - Static variable in interface com.bretth.osmosis.core.database.DatabaseConstants
The default value for forcing a utf-8 connection.
TASK_DEFAULT_HOST - Static variable in interface com.bretth.osmosis.core.database.DatabaseConstants
The default host for a database connection.
TASK_DEFAULT_PASSWORD - Static variable in interface com.bretth.osmosis.core.database.DatabaseConstants
The default password for a database connection.
TASK_DEFAULT_PROFILE_SQL - Static variable in interface com.bretth.osmosis.core.database.DatabaseConstants
The default value for enabling profile on a database connection.
TASK_DEFAULT_USER - Static variable in interface com.bretth.osmosis.core.database.DatabaseConstants
The default user for a database connection.
TASK_DEFAULT_VALIDATE_SCHEMA_VERSION - Static variable in interface com.bretth.osmosis.core.database.DatabaseConstants
The default value for whether schema version validation should be performed.
TaskConfiguration - Class in com.bretth.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 com.bretth.osmosis.core.pipeline.common.TaskConfiguration
Creates a new instance.
TaskManager - Class in com.bretth.osmosis.core.pipeline.common
All task instances within a pipeline are managed by a task manager.
TaskManager(String, Map<String, String>) - Constructor for class com.bretth.osmosis.core.pipeline.common.TaskManager
Creates a new instance.
TaskManagerFactory - Class in com.bretth.osmosis.core.pipeline.common
All task implementations require a corresponding task manager factory.
TaskManagerFactory() - Constructor for class com.bretth.osmosis.core.pipeline.common.TaskManagerFactory
Creates a new instance.
TaskManagerFactoryRegister - Class in com.bretth.osmosis.core.pipeline.common
Maintains the set of task manager factories each identified by one or more unique names.
TaskManagerFactoryRegister() - Constructor for class com.bretth.osmosis.core.pipeline.common.TaskManagerFactoryRegister
Creates a new instance.
TaskRegistrar - Class in com.bretth.osmosis.core
Provides the initialisation logic for registering all task factories.
TaskRegistrar() - Constructor for class com.bretth.osmosis.core.TaskRegistrar
Creates a new instance.
TaskRunner - Class in com.bretth.osmosis.core.pipeline.common
A thread implementation for launching a runnable task.
TaskRunner(Runnable, String) - Constructor for class com.bretth.osmosis.core.pipeline.common.TaskRunner
Creates a new instance.
TempFileDatasetStoreFileManager - Class in com.bretth.osmosis.core.customdb.v0_5.impl
Implements a dataset store file manager using temporary files.
TempFileDatasetStoreFileManager() - Constructor for class com.bretth.osmosis.core.customdb.v0_5.impl.TempFileDatasetStoreFileManager
Creates a new instance.
TempFileDatasetStoreFileManager - Class in com.bretth.osmosis.core.customdb.v0_6.impl
Implements a dataset store file manager using temporary files.
TempFileDatasetStoreFileManager() - Constructor for class com.bretth.osmosis.core.customdb.v0_6.impl.TempFileDatasetStoreFileManager
Creates a new instance.
TestUsersForUtf8 - Class in com.bretth.osmosis.util
Very basic app for reading the user table and checking if all records are in double encoded UTF8 format.
TestUsersForUtf8() - Constructor for class com.bretth.osmosis.util.TestUsersForUtf8
 
TileCalculator - Class in com.bretth.osmosis.core.mysql.common
Calculates a tile index based upon coordinate values.
TileCalculator() - Constructor for class com.bretth.osmosis.core.mysql.common.TileCalculator
 
TileIndexValueIdIterator - Class in com.bretth.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 com.bretth.osmosis.core.customdb.v0_5.impl.TileIndexValueIdIterator
Creates a new instance.
TileIndexValueIdIterator - Class in com.bretth.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 com.bretth.osmosis.core.customdb.v0_6.impl.TileIndexValueIdIterator
Creates a new instance.
TimestampChangeSetter - Class in com.bretth.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 com.bretth.osmosis.core.change.v0_5.impl.TimestampChangeSetter
Creates a new instance.
TimestampChangeSetter - Class in com.bretth.osmosis.core.change.v0_6.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 com.bretth.osmosis.core.change.v0_6.impl.TimestampChangeSetter
Creates a new instance.
TimestampContainer - Interface in com.bretth.osmosis.core.domain.common
Defines the interface for a class holding timestamps in one or both of parsed and unparsed forms.
TimestampFormat - Class in com.bretth.osmosis.core.domain.common
Concrete implementations of this class support dates in a specific format.
TimestampFormat() - Constructor for class com.bretth.osmosis.core.domain.common.TimestampFormat
 
TimestampTracker - Class in com.bretth.osmosis.extract.mysql.common
Maintains the time that the extraction process has reached.
TimestampTracker(File, File) - Constructor for class com.bretth.osmosis.extract.mysql.common.TimestampTracker
Creates a new instance.
toSimpleBound() - Method in class com.bretth.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 com.bretth.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.
truncate() - Method in class com.bretth.osmosis.core.pgsql.v0_6.impl.ActionDao
Removes all action records.

U

union(Bound) - Method in class com.bretth.osmosis.core.domain.v0_5.Bound
Calculate the union area of this with the specified bound.
union(Bound) - Method in class com.bretth.osmosis.core.domain.v0_6.Bound
Calculate the union area of this with the specified bound.
unlock() - Method in class com.bretth.osmosis.core.util.FileBasedLock
Release the lock.
UnparsedTimestampContainer - Class in com.bretth.osmosis.core.domain.common
A timestamp container implementation that holds a timestamp in textual form.
UnparsedTimestampContainer(TimestampFormat, String) - Constructor for class com.bretth.osmosis.core.domain.common.UnparsedTimestampContainer
Creates a new instance.
UnsignedIntegerComparator - Class in com.bretth.osmosis.core.store
Compares two Integers as unsigned values.
UnsignedIntegerComparator() - Constructor for class com.bretth.osmosis.core.store.UnsignedIntegerComparator
 
UpcastIterator<X,Y extends X> - Class in com.bretth.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 com.bretth.osmosis.core.store.UpcastIterator
Creates a new instance.
updateLoginCredentials(DatabaseLoginCredentials) - Method in class com.bretth.osmosis.core.database.AuthenticationPropertiesLoader
Updates the login credentials with values from the properties file.
updateRequired() - Method in class com.bretth.osmosis.core.progress.v0_6.impl.ProgressTracker
Indicates if an update is due.
updateUser(OsmUser) - Method in class com.bretth.osmosis.core.pgsql.v0_6.impl.UserDao
Updates the specified user record in the database.
UsedNodeFilter - Class in com.bretth.osmosis.core.filter.v0_5
Restricts output of nodes to those that are used in ways.
UsedNodeFilter(IdTrackerType) - Constructor for class com.bretth.osmosis.core.filter.v0_5.UsedNodeFilter
Creates a new instance.
UsedNodeFilter - Class in com.bretth.osmosis.core.filter.v0_6
Restricts output of nodes to those that are used in ways.
UsedNodeFilter(IdTrackerType) - Constructor for class com.bretth.osmosis.core.filter.v0_6.UsedNodeFilter
Creates a new instance.
UsedNodeFilterFactory - Class in com.bretth.osmosis.core.filter.v0_5
Extends the basic task manager factory functionality with used-node filter task specific common methods.
UsedNodeFilterFactory() - Constructor for class com.bretth.osmosis.core.filter.v0_5.UsedNodeFilterFactory
 
UsedNodeFilterFactory - Class in com.bretth.osmosis.core.filter.v0_6
Extends the basic task manager factory functionality with used-node filter task specific common methods.
UsedNodeFilterFactory() - Constructor for class com.bretth.osmosis.core.filter.v0_6.UsedNodeFilterFactory
 
User - Class in com.bretth.osmosis.util.impl
Represents a single record from the user table.
User(long, String, boolean) - Constructor for class com.bretth.osmosis.util.impl.User
Creates a new instance.
UserDao - Class in com.bretth.osmosis.core.pgsql.v0_6.impl
Performs all user-specific db operations.
UserDao(DatabaseContext, ActionDao) - Constructor for class com.bretth.osmosis.core.pgsql.v0_6.impl.UserDao
Creates a new instance.
UserIdManager - Class in com.bretth.osmosis.core.mysql.v0_5.impl
Creates or loads the details of the Osmosis user in the database.
UserIdManager(DatabaseContext) - Constructor for class com.bretth.osmosis.core.mysql.v0_5.impl.UserIdManager
Creates a new instance.
UserManager - Class in com.bretth.osmosis.core.mysql.v0_6.impl
Creates or loads the details of the Osmosis user in the database.
UserManager(DatabaseContext) - Constructor for class com.bretth.osmosis.core.mysql.v0_6.impl.UserManager
Creates a new instance.
UserTableReader - Class in com.bretth.osmosis.util.impl
Reads all users from the database.
UserTableReader(DatabaseLoginCredentials) - Constructor for class com.bretth.osmosis.util.impl.UserTableReader
Creates a new instance.

V

validateVersion(int) - Method in class com.bretth.osmosis.core.mysql.v0_5.impl.SchemaVersionValidator
Validates that the version number of the schema matches the expected version.
validateVersion(String[]) - Method in class com.bretth.osmosis.core.mysql.v0_6.impl.SchemaVersionValidator
Validates that the schema migrations match the expected list of migrations.
validateVersion(int) - Method in class com.bretth.osmosis.core.pgsql.common.SchemaVersionValidator
Validates that the version number of the schema matches the expected version.
valueOf(String) - Static method in enum com.bretth.osmosis.core.domain.v0_5.EntityType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.bretth.osmosis.core.domain.v0_6.EntityType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.bretth.osmosis.core.filter.common.IdTrackerType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.bretth.osmosis.core.merge.common.ConflictResolutionMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.bretth.osmosis.core.pgsql.v0_6.impl.ActionDataType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.bretth.osmosis.core.pgsql.v0_6.impl.ChangesetAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.bretth.osmosis.core.pgsql.v0_6.impl.NodeLocationStoreType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.bretth.osmosis.core.store.StorageStage
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.bretth.osmosis.core.task.common.ChangeAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.bretth.osmosis.core.xml.common.CompressionMethod
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.bretth.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 com.bretth.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 com.bretth.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 com.bretth.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 com.bretth.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 com.bretth.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 com.bretth.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 com.bretth.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 com.bretth.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 com.bretth.osmosis.core.xml.common.CompressionMethod
Returns an array containing the constants of this enum type, in the order they are declared.
VERSION - Static variable in interface com.bretth.osmosis.core.OsmosisConstants
Defines the version of the Osmosis application.

W

waitForCompletion() - Method in class com.bretth.osmosis.core.pipeline.common.ActiveTaskManager
Waits until all tasks have completed execution before returning.
waitForCompletion() - Method in class com.bretth.osmosis.core.pipeline.common.PassiveTaskManager
Waits until all tasks have completed execution before returning.
waitForCompletion() - Method in class com.bretth.osmosis.core.pipeline.common.Pipeline
Waits for all tasks within the pipeline to complete.
waitForCompletion() - Method in class com.bretth.osmosis.core.pipeline.common.TaskManager
Waits until all tasks have completed execution before returning.
Way - Class in com.bretth.osmosis.core.domain.v0_5
A data class representing a single OSM way.
Way(long, Date, OsmUser) - Constructor for class com.bretth.osmosis.core.domain.v0_5.Way
Creates a new instance.
Way(long, TimestampContainer, OsmUser) - Constructor for class com.bretth.osmosis.core.domain.v0_5.Way
Creates a new instance.
Way(StoreReader, StoreClassRegister) - Constructor for class com.bretth.osmosis.core.domain.v0_5.Way
Creates a new instance.
Way - Class in com.bretth.osmosis.core.domain.v0_6
A data class representing a single OSM way.
Way(long, int, Date, OsmUser) - Constructor for class com.bretth.osmosis.core.domain.v0_6.Way
Creates a new instance.
Way(long, int, TimestampContainer, OsmUser) - Constructor for class com.bretth.osmosis.core.domain.v0_6.Way
Creates a new instance.
Way(StoreReader, StoreClassRegister) - Constructor for class com.bretth.osmosis.core.domain.v0_6.Way
Creates a new instance.
WayBuilder - Class in com.bretth.osmosis.core.pgsql.v0_6.impl
Reads and writes way attributes to jdbc classes.
WayBuilder() - Constructor for class com.bretth.osmosis.core.pgsql.v0_6.impl.WayBuilder
Creates a new instance.
WayBuilder(boolean, boolean) - Constructor for class com.bretth.osmosis.core.pgsql.v0_6.impl.WayBuilder
Creates a new instance.
WayChangeReader - Class in com.bretth.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 com.bretth.osmosis.core.mysql.v0_5.impl.WayChangeReader
Creates a new instance.
WayChangeReader - Class in com.bretth.osmosis.core.mysql.v0_6.impl
Reads the set of way changes from a database that have occurred within a time interval.
WayChangeReader(DatabaseLoginCredentials, boolean, Date, Date, boolean) - Constructor for class com.bretth.osmosis.core.mysql.v0_6.impl.WayChangeReader
Creates a new instance.
WayContainer - Class in com.bretth.osmosis.core.container.v0_5
Entity container implementation for ways.
WayContainer(Way) - Constructor for class com.bretth.osmosis.core.container.v0_5.WayContainer
Creates a new instance.
WayContainer(StoreReader, StoreClassRegister) - Constructor for class com.bretth.osmosis.core.container.v0_5.WayContainer
Creates a new instance.
WayContainer - Class in com.bretth.osmosis.core.container.v0_6
Entity container implementation for ways.
WayContainer(Way) - Constructor for class com.bretth.osmosis.core.container.v0_6.WayContainer
Creates a new instance.
WayContainer(StoreReader, StoreClassRegister) - Constructor for class com.bretth.osmosis.core.container.v0_6.WayContainer
Creates a new instance.
WayContainerIterator - Class in com.bretth.osmosis.core.container.v0_5
Wraps a set of ways into way containers.
WayContainerIterator(ReleasableIterator<Way>) - Constructor for class com.bretth.osmosis.core.container.v0_5.WayContainerIterator
Creates a new instance.
WayContainerIterator - Class in com.bretth.osmosis.core.container.v0_6
Wraps a set of ways into way containers.
WayContainerIterator(ReleasableIterator<Way>) - Constructor for class com.bretth.osmosis.core.container.v0_6.WayContainerIterator
Creates a new instance.
WayDao - Class in com.bretth.osmosis.core.pgsql.v0_5.impl
Performs all way-specific db operations.
WayDao(DatabaseContext) - Constructor for class com.bretth.osmosis.core.pgsql.v0_5.impl.WayDao
Creates a new instance.
WayDao - Class in com.bretth.osmosis.core.pgsql.v0_6.impl
Performs all way-specific db operations.
WayDao(DatabaseContext, ActionDao) - Constructor for class com.bretth.osmosis.core.pgsql.v0_6.impl.WayDao
Creates a new instance.
WayElementProcessor - Class in com.bretth.osmosis.core.xml.v0_5.impl
Provides an element processor implementation for a way.
WayElementProcessor(BaseElementProcessor, Sink, boolean) - Constructor for class com.bretth.osmosis.core.xml.v0_5.impl.WayElementProcessor
Creates a new instance.
WayElementProcessor - Class in com.bretth.osmosis.core.xml.v0_6.impl
Provides an element processor implementation for a way.
WayElementProcessor(BaseElementProcessor, Sink, boolean) - Constructor for class com.bretth.osmosis.core.xml.v0_6.impl.WayElementProcessor
Creates a new instance.
WayGeometryBuilder - Class in com.bretth.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 com.bretth.osmosis.core.pgsql.v0_6.impl.WayGeometryBuilder
Creates a new instance.
WayHistoryReader - Class in com.bretth.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 com.bretth.osmosis.core.mysql.v0_5.impl.WayHistoryReader
Creates a new instance.
WayHistoryReader - Class in com.bretth.osmosis.core.mysql.v0_6.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 com.bretth.osmosis.core.mysql.v0_6.impl.WayHistoryReader
Creates a new instance.
wayIdTracker - Variable in class com.bretth.osmosis.core.filter.v0_5.impl.BoundingBoxContext
All way ids are stored within this tracker.
wayIdTracker - Variable in class com.bretth.osmosis.core.filter.v0_6.impl.BoundingBoxContext
All way ids are stored within this tracker.
WayKeyValueFilter - Class in com.bretth.osmosis.core.filter.v0_5
A base class for all tasks filter entities within an area.
WayKeyValueFilter(String) - Constructor for class com.bretth.osmosis.core.filter.v0_5.WayKeyValueFilter
Creates a new instance.
WayKeyValueFilter - Class in com.bretth.osmosis.core.filter.v0_6
A simple class to filter way entities by their tags.
WayKeyValueFilter(String) - Constructor for class com.bretth.osmosis.core.filter.v0_6.WayKeyValueFilter
Creates a new instance.
WayKeyValueFilterFactory - Class in com.bretth.osmosis.core.filter.v0_5
Extends the basic task manager factory functionality with used-node filter task specific common methods.
WayKeyValueFilterFactory() - Constructor for class com.bretth.osmosis.core.filter.v0_5.WayKeyValueFilterFactory
 
WayKeyValueFilterFactory - Class in com.bretth.osmosis.core.filter.v0_6
Extends the basic task manager factory functionality with used-node filter task specific common methods.
WayKeyValueFilterFactory() - Constructor for class com.bretth.osmosis.core.filter.v0_6.WayKeyValueFilterFactory
 
WayNode - Class in com.bretth.osmosis.core.domain.v0_5
A data class representing a reference to an OSM node.
WayNode(long) - Constructor for class com.bretth.osmosis.core.domain.v0_5.WayNode
Creates a new instance.
WayNode(StoreReader, StoreClassRegister) - Constructor for class com.bretth.osmosis.core.domain.v0_5.WayNode
Creates a new instance.
WayNode - Class in com.bretth.osmosis.core.domain.v0_6
A data class representing a reference to an OSM node.
WayNode(long) - Constructor for class com.bretth.osmosis.core.domain.v0_6.WayNode
Creates a new instance.
WayNode(StoreReader, StoreClassRegister) - Constructor for class com.bretth.osmosis.core.domain.v0_6.WayNode
Creates a new instance.
WayNodeBuilder - Class in com.bretth.osmosis.core.pgsql.v0_6.impl
Reads and writes way nodes to jdbc classes.
WayNodeBuilder() - Constructor for class com.bretth.osmosis.core.pgsql.v0_6.impl.WayNodeBuilder
 
WayNodeComparator - Class in com.bretth.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 com.bretth.osmosis.core.mysql.v0_5.impl.WayNodeComparator
 
WayNodeElementProcessor - Class in com.bretth.osmosis.core.xml.v0_5.impl
Provides an element processor implementation for a way node.
WayNodeElementProcessor(BaseElementProcessor, WayNodeListener) - Constructor for class com.bretth.osmosis.core.xml.v0_5.impl.WayNodeElementProcessor
Creates a new instance.
WayNodeElementProcessor - Class in com.bretth.osmosis.core.xml.v0_6.impl
Provides an element processor implementation for a way node.
WayNodeElementProcessor(BaseElementProcessor, WayNodeListener) - Constructor for class com.bretth.osmosis.core.xml.v0_6.impl.WayNodeElementProcessor
Creates a new instance.
WayNodeHistoryReader - Class in com.bretth.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 com.bretth.osmosis.core.mysql.v0_5.impl.WayNodeHistoryReader
Creates a new instance.
WayNodeHistoryReader - Class in com.bretth.osmosis.core.mysql.v0_6.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 com.bretth.osmosis.core.mysql.v0_6.impl.WayNodeHistoryReader
Creates a new instance.
WayNodeListener - Interface in com.bretth.osmosis.core.xml.v0_5.impl
Provides the definition of a class receiving way nodes.
WayNodeListener - Interface in com.bretth.osmosis.core.xml.v0_6.impl
Provides the definition of a class receiving way nodes.
WayNodeTableReader - Class in com.bretth.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 com.bretth.osmosis.core.mysql.v0_5.impl.WayNodeTableReader
Creates a new instance.
WayNodeTableReader - Class in com.bretth.osmosis.core.mysql.v0_6.impl
Reads all way nodes from a database ordered by the way identifier but not by the sequence.
WayNodeTableReader(DatabaseLoginCredentials) - Constructor for class com.bretth.osmosis.core.mysql.v0_6.impl.WayNodeTableReader
Creates a new instance.
WayNodeTableReader - Class in com.bretth.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 com.bretth.osmosis.core.pgsql.v0_5.impl.WayNodeTableReader
Creates a new instance.
WayNodeTableReader(DatabaseContext, String) - Constructor for class com.bretth.osmosis.core.pgsql.v0_5.impl.WayNodeTableReader
Creates a new instance.
WayNodeWriter - Class in com.bretth.osmosis.core.xml.v0_5.impl
Renders a way node as xml.
WayNodeWriter(String, int) - Constructor for class com.bretth.osmosis.core.xml.v0_5.impl.WayNodeWriter
Creates a new instance.
WayNodeWriter - Class in com.bretth.osmosis.core.xml.v0_6.impl
Renders a way node as xml.
WayNodeWriter(String, int) - Constructor for class com.bretth.osmosis.core.xml.v0_6.impl.WayNodeWriter
Creates a new instance.
WayReader - Class in com.bretth.osmosis.core.mysql.v0_5.impl
Reads all ways from a database ordered by their identifier.
WayReader(DatabaseLoginCredentials, boolean) - Constructor for class com.bretth.osmosis.core.mysql.v0_5.impl.WayReader
Creates a new instance.
WayReader - Class in com.bretth.osmosis.core.mysql.v0_6.impl
Reads all ways from a database ordered by their identifier.
WayReader(DatabaseLoginCredentials, boolean) - Constructor for class com.bretth.osmosis.core.mysql.v0_6.impl.WayReader
Creates a new instance.
WayReader - Class in com.bretth.osmosis.core.pgsql.v0_5.impl
Reads all ways from a database ordered by their identifier.
WayReader(DatabaseContext) - Constructor for class com.bretth.osmosis.core.pgsql.v0_5.impl.WayReader
Creates a new instance.
WayReader(DatabaseContext, String) - Constructor for class com.bretth.osmosis.core.pgsql.v0_5.impl.WayReader
Creates a new instance.
WayReader - Class in com.bretth.osmosis.core.pgsql.v0_6.impl
Reads all ways from a database ordered by their identifier.
WayReader(DatabaseContext) - Constructor for class com.bretth.osmosis.core.pgsql.v0_6.impl.WayReader
Creates a new instance.
WayReader(DatabaseContext, String) - Constructor for class com.bretth.osmosis.core.pgsql.v0_6.impl.WayReader
Creates a new instance.
WayTableReader - Class in com.bretth.osmosis.core.mysql.v0_5.impl
Reads all ways from a database ordered by their identifier.
WayTableReader(DatabaseLoginCredentials, boolean) - Constructor for class com.bretth.osmosis.core.mysql.v0_5.impl.WayTableReader
Creates a new instance.
WayTableReader - Class in com.bretth.osmosis.core.mysql.v0_6.impl
Reads all ways from a database ordered by their identifier.
WayTableReader(DatabaseLoginCredentials, boolean) - Constructor for class com.bretth.osmosis.core.mysql.v0_6.impl.WayTableReader
Creates a new instance.
WayTableReader - Class in com.bretth.osmosis.core.pgsql.v0_5.impl
Reads all ways from a database ordered by their identifier.
WayTableReader(DatabaseContext) - Constructor for class com.bretth.osmosis.core.pgsql.v0_5.impl.WayTableReader
Creates a new instance.
WayTableReader(DatabaseContext, String) - Constructor for class com.bretth.osmosis.core.pgsql.v0_5.impl.WayTableReader
Creates a new instance.
WayTileAreaIndex - Class in com.bretth.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 com.bretth.osmosis.core.customdb.v0_5.impl.WayTileAreaIndex
Creates a new instance.
WayTileAreaIndex - Class in com.bretth.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 com.bretth.osmosis.core.customdb.v0_6.impl.WayTileAreaIndex
Creates a new instance.
WayTileAreaIndexReader - Class in com.bretth.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 com.bretth.osmosis.core.customdb.v0_5.impl.WayTileAreaIndexReader
Creates a new instance.
WayTileAreaIndexReader - Class in com.bretth.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 com.bretth.osmosis.core.customdb.v0_6.impl.WayTileAreaIndexReader
Creates a new instance.
WayWriter - Class in com.bretth.osmosis.core.xml.v0_5.impl
Renders a way as xml.
WayWriter(String, int) - Constructor for class com.bretth.osmosis.core.xml.v0_5.impl.WayWriter
Creates a new instance.
WayWriter - Class in com.bretth.osmosis.core.xml.v0_6.impl
Renders a way as xml.
WayWriter(String, int) - Constructor for class com.bretth.osmosis.core.xml.v0_6.impl.WayWriter
Creates a new instance.
write(long, int, int) - Method in class com.bretth.osmosis.core.customdb.v0_5.impl.WayTileAreaIndex
Writes a new way tile entry to the index.
write(long, int, int) - Method in class com.bretth.osmosis.core.customdb.v0_6.impl.WayTileAreaIndex
Writes a new way tile entry to the index.
write(Node, ChangeAction) - Method in class com.bretth.osmosis.core.mysql.v0_5.impl.ChangeWriter
Writes the specified node change to the database.
write(Way, ChangeAction) - Method in class com.bretth.osmosis.core.mysql.v0_5.impl.ChangeWriter
Writes the specified way change to the database.
write(Relation, ChangeAction) - Method in class com.bretth.osmosis.core.mysql.v0_5.impl.ChangeWriter
Writes the specified relation change to the database.
write(Node, ChangeAction) - Method in class com.bretth.osmosis.core.mysql.v0_6.impl.ChangeWriter
Writes the specified node change to the database.
write(Way, ChangeAction) - Method in class com.bretth.osmosis.core.mysql.v0_6.impl.ChangeWriter
Writes the specified way change to the database.
write(Relation, ChangeAction) - Method in class com.bretth.osmosis.core.mysql.v0_6.impl.ChangeWriter
Writes the specified relation change to the database.
write(Node, ChangeAction) - Method in class com.bretth.osmosis.core.pgsql.v0_5.impl.ChangeWriter
Writes the specified node change to the database.
write(Way, ChangeAction) - Method in class com.bretth.osmosis.core.pgsql.v0_5.impl.ChangeWriter
Writes the specified way change to the database.
write(Relation, ChangeAction) - Method in class com.bretth.osmosis.core.pgsql.v0_5.impl.ChangeWriter
Writes the specified relation change to the database.
write(Node, ChangeAction) - Method in class com.bretth.osmosis.core.pgsql.v0_6.impl.ChangeWriter
Writes the specified node change to the database.
write(Way, ChangeAction) - Method in class com.bretth.osmosis.core.pgsql.v0_6.impl.ChangeWriter
Writes the specified way change to the database.
write(Relation, ChangeAction) - Method in class com.bretth.osmosis.core.pgsql.v0_6.impl.ChangeWriter
Writes the specified relation change to the database.
write(T) - Method in class com.bretth.osmosis.core.store.IndexStore
Writes the specified element to the index.
write(int) - Method in class com.bretth.osmosis.core.store.OffsetTrackingOutputStream
write(byte[], int, int) - Method in class com.bretth.osmosis.core.store.OffsetTrackingOutputStream
write(byte[]) - Method in class com.bretth.osmosis.core.store.OffsetTrackingOutputStream
write(int) - Method in class org.apache.tools.bzip2.CBZip2OutputStream
modified by Oliver Merkel, 010128
writeBoolean(boolean) - Method in class com.bretth.osmosis.core.store.DataOutputStoreWriter
Writes a boolean to storage.
writeBoolean(boolean) - Method in interface com.bretth.osmosis.core.store.StoreWriter
Writes a boolean to storage.
writeByte(byte) - Method in class com.bretth.osmosis.core.store.DataOutputStoreWriter
Writes a byte to storage.
writeByte(byte) - Method in interface com.bretth.osmosis.core.store.StoreWriter
Writes a byte to storage.
writeCharacter(char) - Method in class com.bretth.osmosis.core.store.DataOutputStoreWriter
Writes a character to storage.
writeCharacter(char) - Method in interface com.bretth.osmosis.core.store.StoreWriter
Writes a character to storage.
writeClassIdentifier(StoreWriter, StoreClassRegister, Class<?>) - Method in class com.bretth.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 com.bretth.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 com.bretth.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 com.bretth.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 com.bretth.osmosis.core.customdb.v0_5.WriteDataset
Creates a new instance.
WriteDataset - Class in com.bretth.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 com.bretth.osmosis.core.customdb.v0_6.WriteDataset
Creates a new instance.
WriteDatasetFactory - Class in com.bretth.osmosis.core.customdb.v0_5
The task manager factory for writing an entity stream to a dataset.
WriteDatasetFactory() - Constructor for class com.bretth.osmosis.core.customdb.v0_5.WriteDatasetFactory
 
WriteDatasetFactory - Class in com.bretth.osmosis.core.customdb.v0_6
The task manager factory for writing an entity stream to a dataset.
WriteDatasetFactory() - Constructor for class com.bretth.osmosis.core.customdb.v0_6.WriteDatasetFactory
 
writeDouble(double) - Method in class com.bretth.osmosis.core.store.DataOutputStoreWriter
Writes a double to storage.
writeDouble(double) - Method in interface com.bretth.osmosis.core.store.StoreWriter
Writes a double to storage.
writeField(boolean) - Method in class com.bretth.osmosis.core.pgsql.common.CopyFileWriter
Writes data to the output file.
writeField(int) - Method in class com.bretth.osmosis.core.pgsql.common.CopyFileWriter
Writes data to the output file.
writeField(long) - Method in class com.bretth.osmosis.core.pgsql.common.CopyFileWriter
Writes data to the output file.
writeField(String) - Method in class com.bretth.osmosis.core.pgsql.common.CopyFileWriter
Writes data to the output file.
writeField(Date) - Method in class com.bretth.osmosis.core.pgsql.common.CopyFileWriter
Writes data to the output file.
writeField(PGpoint) - Method in class com.bretth.osmosis.core.pgsql.common.CopyFileWriter
Writes data to the output file.
writeField(Geometry) - Method in class com.bretth.osmosis.core.pgsql.common.CopyFileWriter
Writes data to the output file.
writeInteger(int) - Method in class com.bretth.osmosis.core.store.DataOutputStoreWriter
Writes an integer to storage.
writeInteger(int) - Method in interface com.bretth.osmosis.core.store.StoreWriter
Writes an integer to storage.
writeLong(long) - Method in class com.bretth.osmosis.core.store.DataOutputStoreWriter
Writes a long to storage.
writeLong(long) - Method in interface com.bretth.osmosis.core.store.StoreWriter
Writes a long to storage.
writeObject(Storeable) - Method in class com.bretth.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 com.bretth.osmosis.core.store.ObjectWriter
Writes an object to storage.
writer - Variable in class com.bretth.osmosis.core.xml.common.ElementWriter
The output destination for writing all xml.
writeString(String) - Method in class com.bretth.osmosis.core.store.DataOutputStoreWriter
Writes a String to storage.
writeString(String) - Method in interface com.bretth.osmosis.core.store.StoreWriter
Writes a String to storage.

X

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

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