Package org.citydb.ade.kmlExporter
Interface ADEKmlExportManager
-
public interface ADEKmlExportManager
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ADEKmlExporter
getKmlExporter(int objectClassId)
void
init(ADEKmlExportHelper helper)
-
-
-
Method Detail
-
init
void init(ADEKmlExportHelper helper)
-
getKmlExporter
ADEKmlExporter getKmlExporter(int objectClassId) throws ADEKmlExportException
- Throws:
ADEKmlExportException
-
-