Package org.openstreetmap.osmosis.core.filter.v0_6

Class Summary
AreaFilter A base class for all tasks filter entities within an area.
AreaFilterTaskManagerFactory Extends the basic task manager factory functionality with area filter task specific common methods.
BoundingBoxFilter Provides a filter for extracting all entities that lie within a specific geographical box identified by latitude and longitude coordinates.
BoundingBoxFilterFactory The task manager factory for a bounding box filter.
DatasetBoundingBoxFilter Provides a filter utilising a dataset to extract all entities that lie within a specific geographical box identified by latitude and longitude coordinates.
DatasetBoundingBoxFilterFactory The task manager factory for a dataset based bounding box filter.
NodeKeyFilter A class filtering everything but allowed nodes.
NodeKeyFilterFactory Extends the basic task manager factory functionality with used-node filter task specific common methods.
NodeKeyValueFilter A class filtering everything but allowed nodes.
NodeKeyValueFilterFactory Extends the basic task manager factory functionality with used-node filter task specific common methods.
PolygonFilter Provides a filter for extracting all entities that lie within a specific geographical box identified by latitude and longitude coordinates.
PolygonFilterFactory The task manager factory for a polygon filter.
TagFilter A simple class to filter node, way, and relation entities by their tag keys and/or values.
TagFilterFactory Extends the basic task manager factory functionality with TagFilter task specific common methods.
UsedNodeFilter Restricts output of nodes to those that are used in ways.
UsedNodeFilterFactory Extends the basic task manager factory functionality with used-node filter task specific common methods.
WayKeyFilter A simple class to filter way entities by their tag keys.
WayKeyFilterFactory Extends the basic task manager factory functionality with used-node filter task specific common methods.
WayKeyValueFilter A simple class to filter way entities by their tags.
WayKeyValueFilterFactory Extends the basic task manager factory functionality with used-node filter task specific common methods.