Class Exporter
- java.lang.Object
-
- org.citydb.citygml.exporter.controller.Exporter
-
- All Implemented Interfaces:
EventHandler
public class Exporter extends java.lang.Object implements EventHandler
-
-
Constructor Summary
Constructors Constructor Description Exporter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
doExport(java.nio.file.Path outputFile)
void
handleEvent(Event e)
-
-
-
Method Detail
-
doExport
public boolean doExport(java.nio.file.Path outputFile) throws CityGMLExportException
- Throws:
CityGMLExportException
-
handleEvent
public void handleEvent(Event e) throws java.lang.Exception
- Specified by:
handleEvent
in interfaceEventHandler
- Throws:
java.lang.Exception
-
-