public class GeoJsonRead
extends org.h2gis.api.AbstractFunction
implements org.h2gis.api.ScalarFunction
| Constructor and Description |
|---|
GeoJsonRead() |
| Modifier and Type | Method and Description |
|---|---|
String |
getJavaStaticMethod() |
static void |
readGeoJson(Connection connection,
String fileName) |
static void |
readGeoJson(Connection connection,
String fileName,
String tableReference)
Read the GeoJSON file.
|
addProperty, getProperty, removePropertypublic String getJavaStaticMethod()
getJavaStaticMethod in interface org.h2gis.api.ScalarFunctionpublic static void readGeoJson(Connection connection, String fileName) throws IOException, SQLException
connection - fileName - IOExceptionSQLExceptionpublic static void readGeoJson(Connection connection, String fileName, String tableReference) throws IOException, SQLException
connection - fileName - tableReference - IOExceptionSQLExceptionCopyright © 2019 CNRS. All rights reserved.