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.
|
static void |
writeGeoJson(Connection connection,
String fileName,
String tableReference,
String encoding)
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, String encoding) throws IOException, SQLException
connection - fileName - tableReference - encoding - IOExceptionSQLExceptionpublic static void writeGeoJson(Connection connection, String fileName, String tableReference) throws IOException, SQLException
connection - fileName - tableReference - IOExceptionSQLExceptionCopyright © 2019 CNRS. All rights reserved.