public class LASImportExport
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
protected static class |
LASImportExport.Las10Header |
protected static class |
LASImportExport.Las12Header |
Constructor and Description |
---|
LASImportExport() |
Modifier and Type | Method and Description |
---|---|
static void |
exportLAS(java.lang.String sourceTable,
java.lang.String targetLasFile) |
static void |
importLAS(java.lang.String sourceLasFile,
java.lang.String sourceLasFileId,
java.lang.String targetTable,
java.sql.Connection conn) |
static void |
importLAS(java.lang.String sourceLasDir,
java.lang.String sourceLasFile,
java.lang.String sourceLasFileId,
java.lang.String targetTable,
int addColumns) |
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) |
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
java.sql.SQLException
java.io.IOException
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
java.sql.SQLException
java.io.IOException
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)
public static void exportLAS(java.lang.String sourceTable, java.lang.String targetLasFile) throws java.sql.SQLException, java.io.IOException
java.sql.SQLException
java.io.IOException