Class FeatureReaderWorkerFactory
- java.lang.Object
-
- org.citydb.citygml.importer.concurrent.FeatureReaderWorkerFactory
-
- All Implemented Interfaces:
WorkerFactory<org.citygml4j.xml.io.reader.XMLChunk>
public class FeatureReaderWorkerFactory extends java.lang.Object implements WorkerFactory<org.citygml4j.xml.io.reader.XMLChunk>
-
-
Constructor Summary
Constructors Constructor Description FeatureReaderWorkerFactory(WorkerPool<org.citygml4j.model.citygml.CityGML> dbWorkerPool, Config config, EventDispatcher eventDispatcher)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Worker<org.citygml4j.xml.io.reader.XMLChunk>
createWorker()
-
-
-
Constructor Detail
-
FeatureReaderWorkerFactory
public FeatureReaderWorkerFactory(WorkerPool<org.citygml4j.model.citygml.CityGML> dbWorkerPool, Config config, EventDispatcher eventDispatcher)
-
-
Method Detail
-
createWorker
public Worker<org.citygml4j.xml.io.reader.XMLChunk> createWorker()
- Specified by:
createWorker
in interfaceWorkerFactory<org.citygml4j.xml.io.reader.XMLChunk>
-
-