Oracle® Spatial and Graph Java API Reference
Release 19.1, E94803-01
- java.lang.Object
-
- oracle.spatial.util.LASImportExport
-
-
Method Summary
All Methods Static Methods Concrete Methods
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) |
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
LASImportExport
public LASImportExport()
-
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
Oracle® Spatial and Graph Java API Reference
Release 19.1, E94803-01
Copyright © 2007, 2019, Oracle and/or its affiliates. All Rights Reserved.