Interface DBImporter
-
- All Known Implementing Classes:
DBAddress
,DBAddressToBridge
,DBAddressToBuilding
,DBAppearance
,DBAppearToSurfaceData
,DBBridge
,DBBridgeConstrElement
,DBBridgeFurniture
,DBBridgeInstallation
,DBBridgeOpening
,DBBridgeOpenToThemSrf
,DBBridgeRoom
,DBBridgeThematicSurface
,DBBuilding
,DBBuildingFurniture
,DBBuildingInstallation
,DBCityFurniture
,DBCityObject
,DBCityObjectGenericAttrib
,DBCityObjectGroup
,DBExternalReference
,DBGenericCityObject
,DBImplicitGeometry
,DBLandUse
,DBOpening
,DBOpeningToThemSurface
,DBPlantCover
,DBReliefComponent
,DBReliefFeatToRelComp
,DBReliefFeature
,DBRoom
,DBSolitaryVegetatObject
,DBSurfaceData
,DBSurfaceGeometry
,DBTexImage
,DBTextureParam
,DBThematicSurface
,DBTrafficArea
,DBTransportationComplex
,DBTunnel
,DBTunnelFurniture
,DBTunnelHollowSpace
,DBTunnelInstallation
,DBTunnelOpening
,DBTunnelOpenToThemSrf
,DBTunnelThematicSurface
,DBWaterBodToWaterBndSrf
,DBWaterBody
,DBWaterBoundarySurface
public interface DBImporter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
close()
void
executeBatch()
-
-
-
Method Detail
-
executeBatch
void executeBatch() throws CityGMLImportException, java.sql.SQLException
- Throws:
CityGMLImportException
java.sql.SQLException
-
close
void close() throws CityGMLImportException, java.sql.SQLException
- Throws:
CityGMLImportException
java.sql.SQLException
-
-