Class PoiWriterFactory

java.lang.Object
org.openstreetmap.osmosis.core.pipeline.common.TaskManagerFactory
org.mapsforge.poi.writer.osmosis.PoiWriterFactory

public class PoiWriterFactory extends org.openstreetmap.osmosis.core.pipeline.common.TaskManagerFactory
Factory for the POI writer osmosis plugin.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected org.openstreetmap.osmosis.core.pipeline.common.TaskManager
    createTaskManagerImpl(org.openstreetmap.osmosis.core.pipeline.common.TaskConfiguration taskConfig)
     

    Methods inherited from class org.openstreetmap.osmosis.core.pipeline.common.TaskManagerFactory

    createTaskManager, 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 Details

    • PoiWriterFactory

      public PoiWriterFactory()
  • Method Details

    • createTaskManagerImpl

      protected org.openstreetmap.osmosis.core.pipeline.common.TaskManager createTaskManagerImpl(org.openstreetmap.osmosis.core.pipeline.common.TaskConfiguration taskConfig)
      Specified by:
      createTaskManagerImpl in class org.openstreetmap.osmosis.core.pipeline.common.TaskManagerFactory