public class KMLWrite
extends org.h2gis.api.AbstractFunction
implements org.h2gis.api.ScalarFunction
| Constructor and Description |
|---|
KMLWrite() |
| Modifier and Type | Method and Description |
|---|---|
String |
getJavaStaticMethod() |
static void |
writeKML(Connection connection,
String fileName,
String tableReference)
This method is used to write a spatial table into a KML file
|
addProperty, getProperty, removePropertypublic String getJavaStaticMethod()
getJavaStaticMethod in interface org.h2gis.api.ScalarFunctionpublic static void writeKML(Connection connection, String fileName, String tableReference) throws SQLException, IOException
connection - fileName - tableReference - SQLExceptionIOExceptionCopyright © 2019 CNRS. All rights reserved.