Package org.citydb.ade.exporter
Interface ADEExportManager
-
public interface ADEExportManager
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
close()
void
exportGenericApplicationProperties(java.lang.String adeHookTable, org.citygml4j.model.gml.feature.AbstractFeature parent, long parentId, FeatureType parentType, ProjectionFilter projectionFilter)
void
exportObject(org.citygml4j.model.citygml.ade.binding.ADEModelObject object, long objectId, AbstractObjectType<?> objectType, ProjectionFilter projectionFilter)
void
init(java.sql.Connection connection, CityGMLExportHelper helper)
-
-
-
Method Detail
-
init
void init(java.sql.Connection connection, CityGMLExportHelper helper) throws CityGMLExportException, java.sql.SQLException
- Throws:
CityGMLExportException
java.sql.SQLException
-
exportObject
void exportObject(org.citygml4j.model.citygml.ade.binding.ADEModelObject object, long objectId, AbstractObjectType<?> objectType, ProjectionFilter projectionFilter) throws CityGMLExportException, java.sql.SQLException
- Throws:
CityGMLExportException
java.sql.SQLException
-
exportGenericApplicationProperties
void exportGenericApplicationProperties(java.lang.String adeHookTable, org.citygml4j.model.gml.feature.AbstractFeature parent, long parentId, FeatureType parentType, ProjectionFilter projectionFilter) throws CityGMLExportException, java.sql.SQLException
- Throws:
CityGMLExportException
java.sql.SQLException
-
close
void close() throws CityGMLExportException, java.sql.SQLException
- Throws:
CityGMLExportException
java.sql.SQLException
-
-