Class TexturedSurfaceConverter
- java.lang.Object
-
- org.citydb.citygml.importer.database.content.TexturedSurfaceConverter
-
public class TexturedSurfaceConverter extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description TexturedSurfaceConverter(DBAppearance appearanceImporter, Config config, CityGMLImportManager importer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
convertTexturedSurface(org.citygml4j.model.citygml.texturedsurface._AbstractAppearance _appearance, org.citygml4j.model.gml.geometry.primitives.AbstractSurface abstractSurface, long parentId, boolean isFront, java.lang.String target)
protected void
convertTexturedSurfaceXlink(java.lang.String href, long surfaceGeometryId, long parentId)
protected void
flush()
-
-
-
Constructor Detail
-
TexturedSurfaceConverter
public TexturedSurfaceConverter(DBAppearance appearanceImporter, Config config, CityGMLImportManager importer) throws java.sql.SQLException
- Throws:
java.sql.SQLException
-
-
Method Detail
-
convertTexturedSurface
protected void convertTexturedSurface(org.citygml4j.model.citygml.texturedsurface._AbstractAppearance _appearance, org.citygml4j.model.gml.geometry.primitives.AbstractSurface abstractSurface, long parentId, boolean isFront, java.lang.String target) throws CityGMLImportException, java.sql.SQLException
- Throws:
CityGMLImportException
java.sql.SQLException
-
convertTexturedSurfaceXlink
protected void convertTexturedSurfaceXlink(java.lang.String href, long surfaceGeometryId, long parentId) throws CityGMLImportException, java.sql.SQLException
- Throws:
CityGMLImportException
java.sql.SQLException
-
flush
protected void flush() throws CityGMLImportException, java.sql.SQLException
- Throws:
CityGMLImportException
java.sql.SQLException
-
-