public class ST_AsKml
extends org.h2gis.api.DeterministicScalarFunction
| Constructor and Description |
|---|
ST_AsKml() |
| Modifier and Type | Method and Description |
|---|---|
String |
getJavaStaticMethod() |
static String |
toKml(org.locationtech.jts.geom.Geometry geometry)
Generate a KML geometry
|
static String |
toKml(org.locationtech.jts.geom.Geometry geometry,
boolean extrude,
int altitudeModeEnum)
Generates a KML geometry.
|
addProperty, getProperty, removePropertypublic String getJavaStaticMethod()
public static String toKml(org.locationtech.jts.geom.Geometry geometry) throws SQLException
geometry - SQLExceptionpublic static String toKml(org.locationtech.jts.geom.Geometry geometry, boolean extrude, int altitudeModeEnum) throws SQLException
geometry - altitudeModeEnum - extrude - SQLExceptionCopyright © 2019 CNRS. All rights reserved.