public class OSMRead
extends org.h2gis.api.AbstractFunction
implements org.h2gis.api.ScalarFunction
| Constructor and Description |
|---|
OSMRead() |
| Modifier and Type | Method and Description |
|---|---|
String |
getJavaStaticMethod() |
static void |
readOSM(Connection connection,
String fileName) |
static void |
readOSM(Connection connection,
String fileName,
String tableReference) |
static void |
readOSM(Connection connection,
String fileName,
String tableReference,
boolean deleteTables) |
addProperty, getProperty, removePropertypublic String getJavaStaticMethod()
getJavaStaticMethod in interface org.h2gis.api.ScalarFunctionpublic static void readOSM(Connection connection, String fileName, String tableReference, boolean deleteTables) throws FileNotFoundException, SQLException, IOException
connection - fileName - tableReference - deleteTables - true to delete the existing tablesFileNotFoundExceptionSQLExceptionIOExceptionpublic static void readOSM(Connection connection, String fileName, String tableReference) throws FileNotFoundException, SQLException, IOException
connection - fileName - tableReference - FileNotFoundExceptionSQLExceptionIOExceptionpublic static void readOSM(Connection connection, String fileName) throws FileNotFoundException, SQLException, IOException
connection - fileName - FileNotFoundExceptionSQLExceptionIOExceptionCopyright © 2019 CNRS. All rights reserved.