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