Class LASImportExport


  • public class LASImportExport
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      LASImportExport()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void exportLAS​(java.lang.String sourceTable, java.lang.String targetLasFile)  
      static void importLAS​(java.lang.String sourceLasDir, java.lang.String sourceLasFile, java.lang.String sourceLasFileId, java.lang.String targetTable, int addColumns)  
      static void importLAS​(java.lang.String sourceLasFile, java.lang.String sourceLasFileId, java.lang.String targetTable, java.sql.Connection conn)  
      protected static void includeColumn​(java.sql.Connection conn, java.lang.String table, oracle.spatial.util.LASImportExport.LasAttribute columnName)  
      protected static void includeColumns​(java.sql.Connection conn, java.lang.String table, oracle.spatial.util.LASImportExport.LasAttribute[] columnNames)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LASImportExport

        public LASImportExport()
    • Method Detail

      • importLAS

        public static void importLAS​(java.lang.String sourceLasDir,
                                     java.lang.String sourceLasFile,
                                     java.lang.String sourceLasFileId,
                                     java.lang.String targetTable,
                                     int addColumns)
                              throws java.sql.SQLException,
                                     java.io.IOException
        Throws:
        java.sql.SQLException
        java.io.IOException
      • importLAS

        public static void importLAS​(java.lang.String sourceLasFile,
                                     java.lang.String sourceLasFileId,
                                     java.lang.String targetTable,
                                     java.sql.Connection conn)
                              throws java.sql.SQLException,
                                     java.io.IOException
        Throws:
        java.sql.SQLException
        java.io.IOException
      • includeColumn

        protected static void includeColumn​(java.sql.Connection conn,
                                            java.lang.String table,
                                            oracle.spatial.util.LASImportExport.LasAttribute columnName)
      • includeColumns

        protected static void includeColumns​(java.sql.Connection conn,
                                             java.lang.String table,
                                             oracle.spatial.util.LASImportExport.LasAttribute[] columnNames)
      • exportLAS

        public static void exportLAS​(java.lang.String sourceTable,
                                     java.lang.String targetLasFile)
                              throws java.sql.SQLException,
                                     java.io.IOException
        Throws:
        java.sql.SQLException
        java.io.IOException