Package org.citydb.ade.importer
Interface ADEImportManager
-
public interface ADEImportManager
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
close()
void
executeBatch(java.lang.String tableName)
void
importGenericApplicationProperties(ADEPropertyCollection properties, org.citygml4j.model.gml.feature.AbstractFeature parent, long parentId, FeatureType parentType)
void
importObject(org.citygml4j.model.citygml.ade.binding.ADEModelObject object, long objectId, AbstractObjectType<?> objectType, ForeignKeys foreignKeys)
void
init(java.sql.Connection connection, CityGMLImportHelper helper)
-
-
-
Method Detail
-
init
void init(java.sql.Connection connection, CityGMLImportHelper helper) throws CityGMLImportException, java.sql.SQLException
- Throws:
CityGMLImportException
java.sql.SQLException
-
importObject
void importObject(org.citygml4j.model.citygml.ade.binding.ADEModelObject object, long objectId, AbstractObjectType<?> objectType, ForeignKeys foreignKeys) throws CityGMLImportException, java.sql.SQLException
- Throws:
CityGMLImportException
java.sql.SQLException
-
importGenericApplicationProperties
void importGenericApplicationProperties(ADEPropertyCollection properties, org.citygml4j.model.gml.feature.AbstractFeature parent, long parentId, FeatureType parentType) throws CityGMLImportException, java.sql.SQLException
- Throws:
CityGMLImportException
java.sql.SQLException
-
executeBatch
void executeBatch(java.lang.String tableName) throws CityGMLImportException, java.sql.SQLException
- Throws:
CityGMLImportException
java.sql.SQLException
-
close
void close() throws CityGMLImportException, java.sql.SQLException
- Throws:
CityGMLImportException
java.sql.SQLException
-
-