Class DBImplicitGeometry
- java.lang.Object
-
- org.citydb.citygml.exporter.database.content.DBImplicitGeometry
-
- All Implemented Interfaces:
DBExporter
public class DBImplicitGeometry extends java.lang.Object implements DBExporter
-
-
Constructor Summary
Constructors Constructor Description DBImplicitGeometry(java.sql.Connection connection, CityGMLExportManager exporter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
protected org.citygml4j.model.citygml.core.ImplicitGeometry
doExport(long id, GeometryObject referencePoint, java.lang.String transformationMatrix)
-
-
-
Constructor Detail
-
DBImplicitGeometry
public DBImplicitGeometry(java.sql.Connection connection, CityGMLExportManager exporter) throws CityGMLExportException, java.sql.SQLException
- Throws:
CityGMLExportException
java.sql.SQLException
-
-
Method Detail
-
doExport
protected org.citygml4j.model.citygml.core.ImplicitGeometry doExport(long id, GeometryObject referencePoint, java.lang.String transformationMatrix) throws CityGMLExportException, java.sql.SQLException
- Throws:
CityGMLExportException
java.sql.SQLException
-
close
public void close() throws java.sql.SQLException
- Specified by:
close
in interfaceDBExporter
- Throws:
java.sql.SQLException
-
-