Class DBImportWorkerFactory
- java.lang.Object
-
- org.citydb.citygml.importer.concurrent.DBImportWorkerFactory
-
- All Implemented Interfaces:
WorkerFactory<org.citygml4j.model.citygml.CityGML>
public class DBImportWorkerFactory extends java.lang.Object implements WorkerFactory<org.citygml4j.model.citygml.CityGML>
-
-
Constructor Summary
Constructors Constructor Description DBImportWorkerFactory(ConnectionManager connectionManager, boolean isManagedTransaction, AbstractDatabaseAdapter databaseAdapter, SchemaMapping schemaMapping, org.citygml4j.builder.jaxb.CityGMLBuilder cityGMLBuilder, WorkerPool<DBXlink> xlinkWorkerPool, IdCacheManager idCacheManager, CityGMLFilter filter, AffineTransformer affineTransformer, ImportLogger importLogger, InternalConfig internalConfig, Config config, EventDispatcher eventDispatcher)
DBImportWorkerFactory(ConnectionManager connectionManager, AbstractDatabaseAdapter databaseAdapter, SchemaMapping schemaMapping, org.citygml4j.builder.jaxb.CityGMLBuilder cityGMLBuilder, WorkerPool<DBXlink> xlinkWorkerPool, IdCacheManager idCacheManager, CityGMLFilter filter, AffineTransformer affineTransformer, ImportLogger importLogger, InternalConfig internalConfig, Config config, EventDispatcher eventDispatcher)
DBImportWorkerFactory(SchemaMapping schemaMapping, org.citygml4j.builder.jaxb.CityGMLBuilder cityGMLBuilder, WorkerPool<DBXlink> xlinkWorkerPool, IdCacheManager idCacheManager, CityGMLFilter filter, AffineTransformer affineTransformer, ImportLogger importLogger, InternalConfig internalConfig, Config config, EventDispatcher eventDispatcher)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Worker<org.citygml4j.model.citygml.CityGML>
createWorker()
-
-
-
Constructor Detail
-
DBImportWorkerFactory
public DBImportWorkerFactory(ConnectionManager connectionManager, boolean isManagedTransaction, AbstractDatabaseAdapter databaseAdapter, SchemaMapping schemaMapping, org.citygml4j.builder.jaxb.CityGMLBuilder cityGMLBuilder, WorkerPool<DBXlink> xlinkWorkerPool, IdCacheManager idCacheManager, CityGMLFilter filter, AffineTransformer affineTransformer, ImportLogger importLogger, InternalConfig internalConfig, Config config, EventDispatcher eventDispatcher)
-
DBImportWorkerFactory
public DBImportWorkerFactory(SchemaMapping schemaMapping, org.citygml4j.builder.jaxb.CityGMLBuilder cityGMLBuilder, WorkerPool<DBXlink> xlinkWorkerPool, IdCacheManager idCacheManager, CityGMLFilter filter, AffineTransformer affineTransformer, ImportLogger importLogger, InternalConfig internalConfig, Config config, EventDispatcher eventDispatcher)
-
DBImportWorkerFactory
public DBImportWorkerFactory(ConnectionManager connectionManager, AbstractDatabaseAdapter databaseAdapter, SchemaMapping schemaMapping, org.citygml4j.builder.jaxb.CityGMLBuilder cityGMLBuilder, WorkerPool<DBXlink> xlinkWorkerPool, IdCacheManager idCacheManager, CityGMLFilter filter, AffineTransformer affineTransformer, ImportLogger importLogger, InternalConfig internalConfig, Config config, EventDispatcher eventDispatcher)
-
-
Method Detail
-
createWorker
public Worker<org.citygml4j.model.citygml.CityGML> createWorker()
- Specified by:
createWorker
in interfaceWorkerFactory<org.citygml4j.model.citygml.CityGML>
-
-