Class FeatureReaderWorker
- java.lang.Object
-
- org.citydb.concurrent.Worker<org.citygml4j.xml.io.reader.XMLChunk>
-
- org.citydb.citygml.importer.concurrent.FeatureReaderWorker
-
- All Implemented Interfaces:
java.lang.Runnable
public class FeatureReaderWorker extends Worker<org.citygml4j.xml.io.reader.XMLChunk>
-
-
Field Summary
-
Fields inherited from class org.citydb.concurrent.Worker
eventChannel, firstWork, workerThread, workQueue
-
-
Constructor Summary
Constructors Constructor Description FeatureReaderWorker(WorkerPool<org.citygml4j.model.citygml.CityGML> dbWorkerPool, Config config, EventDispatcher eventDispatcher)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
interrupt()
void
run()
-
-
-
Constructor Detail
-
FeatureReaderWorker
public FeatureReaderWorker(WorkerPool<org.citygml4j.model.citygml.CityGML> dbWorkerPool, Config config, EventDispatcher eventDispatcher)
-
-