Class Importer
- java.lang.Object
-
- org.citydb.citygml.importer.controller.Importer
-
- All Implemented Interfaces:
EventHandler
public class Importer extends java.lang.Object implements EventHandler
-
-
Constructor Summary
Constructors Constructor Description Importer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
doImport(java.util.List<java.nio.file.Path> inputFiles)
void
handleEvent(Event e)
-
-
-
Method Detail
-
doImport
public boolean doImport(java.util.List<java.nio.file.Path> inputFiles) throws CityGMLImportException
- Throws:
CityGMLImportException
-
handleEvent
public void handleEvent(Event e) throws java.lang.Exception
- Specified by:
handleEvent
in interfaceEventHandler
- Throws:
java.lang.Exception
-
-