Package oracle.spatial.util
Class Las2SqlLdrIndep
- java.lang.Object
-
- oracle.spatial.util.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 voidloadLasIntoBlockTable(int objId, java.lang.String blockTable, java.lang.String blkIdSequence, java.lang.String lasFile, int blockSize, int numPtsInMem, int commitInterval)static voidloadLasIntoBlockTable(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 voidmain(java.lang.String[] args)protected static voidwriteDoubleToByteArray(byte[] b, int pos, double val)
-
-
-
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)
-
-