Class TexturedSurfaceConverter


  • public class TexturedSurfaceConverter
    extends java.lang.Object
    • 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()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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