Class XMLWriterWorkerFactory

  • All Implemented Interfaces:
    WorkerFactory<org.citygml4j.util.xml.SAXEventBuffer>

    public class XMLWriterWorkerFactory
    extends java.lang.Object
    implements WorkerFactory<org.citygml4j.util.xml.SAXEventBuffer>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Worker<org.citygml4j.util.xml.SAXEventBuffer> createWorker()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • XMLWriterWorkerFactory

        public XMLWriterWorkerFactory​(org.citygml4j.util.xml.SAXWriter saxWriter,
                                      EventDispatcher eventDispatcher)
    • Method Detail

      • createWorker

        public Worker<org.citygml4j.util.xml.SAXEventBuffer> createWorker()
        Specified by:
        createWorker in interface WorkerFactory<org.citygml4j.util.xml.SAXEventBuffer>