Package oracle.spatial.util
Class LASImportExport
- java.lang.Object
-
- oracle.spatial.util.LASImportExport
-
public class LASImportExport extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected static class
LASImportExport.Las10Header
protected static class
LASImportExport.Las12Header
-
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)
-
-
-
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
-
-