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 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)
-
-
-
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)
-
-