public class ST_ToMultiSegments
extends org.h2gis.api.DeterministicScalarFunction
| Constructor and Description |
|---|
ST_ToMultiSegments() |
| Modifier and Type | Method and Description |
|---|---|
static org.locationtech.jts.geom.MultiLineString |
createSegments(org.locationtech.jts.geom.Geometry geom)
Converts a geometry into a set of distinct segments stored in a
MultiLineString.
|
static void |
createSegments(org.locationtech.jts.geom.LineString geom,
List<org.locationtech.jts.geom.LineString> result) |
String |
getJavaStaticMethod() |
addProperty, getProperty, removePropertypublic String getJavaStaticMethod()
public static org.locationtech.jts.geom.MultiLineString createSegments(org.locationtech.jts.geom.Geometry geom)
throws SQLException
geom - GeometrySQLExceptionpublic static void createSegments(org.locationtech.jts.geom.LineString geom,
List<org.locationtech.jts.geom.LineString> result)
throws SQLException
SQLExceptionCopyright © 2019 CNRS. All rights reserved.