Class XlinkTexCoordList
- java.lang.Object
-
- org.citydb.citygml.importer.database.xlink.resolver.XlinkTexCoordList
-
- All Implemented Interfaces:
DBXlinkResolver
public class XlinkTexCoordList extends java.lang.Object implements DBXlinkResolver
-
-
Constructor Summary
Constructors Constructor Description XlinkTexCoordList(java.sql.Connection connection, CacheTable texCoords, CacheTable linearRings, DBXlinkResolverManager manager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
void
executeBatch()
DBXlinkResolverEnum
getDBXlinkResolverType()
boolean
insert(DBXlinkTextureCoordList xlink)
-
-
-
Constructor Detail
-
XlinkTexCoordList
public XlinkTexCoordList(java.sql.Connection connection, CacheTable texCoords, CacheTable linearRings, DBXlinkResolverManager manager) throws java.sql.SQLException
- Throws:
java.sql.SQLException
-
-
Method Detail
-
insert
public boolean insert(DBXlinkTextureCoordList xlink) throws java.sql.SQLException
- Throws:
java.sql.SQLException
-
executeBatch
public void executeBatch() throws java.sql.SQLException
- Specified by:
executeBatch
in interfaceDBXlinkResolver
- Throws:
java.sql.SQLException
-
close
public void close() throws java.sql.SQLException
- Specified by:
close
in interfaceDBXlinkResolver
- Throws:
java.sql.SQLException
-
getDBXlinkResolverType
public DBXlinkResolverEnum getDBXlinkResolverType()
- Specified by:
getDBXlinkResolverType
in interfaceDBXlinkResolver
-
-