org.openstreetmap.osmosis.core.filter.v0_6
Class AreaFilterTaskManagerFactory

java.lang.Object
  extended by org.openstreetmap.osmosis.core.pipeline.common.TaskManagerFactory
      extended by org.openstreetmap.osmosis.core.filter.v0_6.AreaFilterTaskManagerFactory
Direct Known Subclasses:
BoundingBoxFilterFactory, PolygonFilterFactory

public abstract class AreaFilterTaskManagerFactory
extends TaskManagerFactory

Extends the basic task manager factory functionality with area filter task specific common methods.

Author:
Brett Henderson

Constructor Summary
AreaFilterTaskManagerFactory()
           
 
Method Summary
protected  IdTrackerType getIdTrackerType(TaskConfiguration taskConfig)
          Utility method for retrieving the login credentials for a database connection.
 
Methods inherited from class org.openstreetmap.osmosis.core.pipeline.common.TaskManagerFactory
createTaskManager, createTaskManagerImpl, doesArgumentExist, getBooleanArgument, getDateArgument, getDateArgument, getDefaultIntegerArgument, getDefaultStringArgument, getDoubleArgument, getIntegerArgument, getIntegerArgument, getStringArgument, getStringArgument
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AreaFilterTaskManagerFactory

public AreaFilterTaskManagerFactory()
Method Detail

getIdTrackerType

protected IdTrackerType getIdTrackerType(TaskConfiguration taskConfig)
Utility method for retrieving the login credentials for a database connection.

Parameters:
taskConfig - Contains all information required to instantiate and configure the task.
Returns:
The entity identifier tracker type.