public class GPXRead
extends org.h2gis.api.AbstractFunction
implements org.h2gis.api.ScalarFunction
| Constructor and Description |
|---|
GPXRead() |
| Modifier and Type | Method and Description |
|---|---|
String |
getJavaStaticMethod() |
static void |
readGPX(Connection connection,
String fileName)
Copy data from GPX File into a new table in specified connection.
|
static void |
readGPX(Connection connection,
String fileName,
String tableReference)
Copy data from GPX File into a new table in specified connection.
|
static void |
readGPX(Connection connection,
String fileName,
String tableReference,
boolean deleteTables)
Copy data from GPX File into a new table in specified connection.
|
addProperty, getProperty, removePropertypublic String getJavaStaticMethod()
getJavaStaticMethod in interface org.h2gis.api.ScalarFunctionpublic static void readGPX(Connection connection, String fileName, String tableReference, boolean deleteTables) throws IOException, SQLException
connection - Active connectiontableReference - [[catalog.]schema.]table referencefileName - File path of the SHP filedeleteTables - true to delete the existing tablesIOExceptionSQLExceptionpublic static void readGPX(Connection connection, String fileName, String tableReference) throws IOException, SQLException
connection - Active connectiontableReference - [[catalog.]schema.]table referencefileName - File path of the SHP fileIOExceptionSQLExceptionpublic static void readGPX(Connection connection, String fileName) throws IOException, SQLException
connection - fileName - IOExceptionSQLExceptionCopyright © 2019 CNRS. All rights reserved.