org.openstreetmap.osmosis.core.task.v0_5
Interface DatasetSinkSource

All Superinterfaces:
DatasetSink, Releasable, Source, Task
All Known Implementing Classes:
DatasetBoundingBoxFilter, DumpDataset

public interface DatasetSinkSource
extends DatasetSink, Source

Defines the interface for combining dataset sink and source functionality. This is typically used by classes performing some data extraction from a dataset and producing a subset output.

Author:
Brett Henderson

Method Summary
 
Methods inherited from interface org.openstreetmap.osmosis.core.task.v0_5.DatasetSink
process
 
Methods inherited from interface org.openstreetmap.osmosis.core.lifecycle.Releasable
release
 
Methods inherited from interface org.openstreetmap.osmosis.core.task.v0_5.Source
setSink