Class Las2SqlLdrIndep


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

      Constructors 
      Constructor Description
      Las2SqlLdrIndep()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void loadLasIntoBlockTable​(int objId, java.lang.String blockTable, java.lang.String blkIdSequence, java.lang.String lasFile, int blockSize, int numPtsInMem, int commitInterval)  
      static void loadLasIntoBlockTable​(int objId, java.lang.String blockTable, java.lang.String blkIdSequence, java.lang.String lasFile, int blockSize, int numPtsInMem, java.sql.Connection conn, int commitInterval)  
      static void main​(java.lang.String[] args)  
      protected static void writeDoubleToByteArray​(byte[] b, int pos, double val)  
      • Methods inherited from class java.lang.Object

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

      • Las2SqlLdrIndep

        public Las2SqlLdrIndep()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
                         throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • loadLasIntoBlockTable

        public static void loadLasIntoBlockTable​(int objId,
                                                 java.lang.String blockTable,
                                                 java.lang.String blkIdSequence,
                                                 java.lang.String lasFile,
                                                 int blockSize,
                                                 int numPtsInMem,
                                                 java.sql.Connection conn,
                                                 int commitInterval)
      • loadLasIntoBlockTable

        public static void loadLasIntoBlockTable​(int objId,
                                                 java.lang.String blockTable,
                                                 java.lang.String blkIdSequence,
                                                 java.lang.String lasFile,
                                                 int blockSize,
                                                 int numPtsInMem,
                                                 int commitInterval)
      • writeDoubleToByteArray

        protected static void writeDoubleToByteArray​(byte[] b,
                                                     int pos,
                                                     double val)