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 classLASImportExport.Las10Headerprotected static classLASImportExport.Las12Header
-
Constructor Summary
Constructors Constructor Description LASImportExport()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidexportLAS(java.lang.String sourceTable, java.lang.String targetLasFile)static voidimportLAS(java.lang.String sourceLasDir, java.lang.String sourceLasFile, java.lang.String sourceLasFileId, java.lang.String targetTable, int addColumns)static voidimportLAS(java.lang.String sourceLasFile, java.lang.String sourceLasFileId, java.lang.String targetTable, java.sql.Connection conn)protected static voidincludeColumn(java.sql.Connection conn, java.lang.String table, oracle.spatial.util.LASImportExport.LasAttribute columnName)protected static voidincludeColumns(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.SQLExceptionjava.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.SQLExceptionjava.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.SQLExceptionjava.io.IOException
-
-