org.h2gis.h2spatialext.function.spatial.convert
Class ST_ToMultiLine
java.lang.Object
org.h2gis.h2spatialapi.AbstractFunction
org.h2gis.h2spatialapi.DeterministicScalarFunction
org.h2gis.h2spatialext.function.spatial.convert.ST_ToMultiLine
- All Implemented Interfaces:
- Function, ScalarFunction
public class ST_ToMultiLine
- extends DeterministicScalarFunction
ST_ToMultiLine constructs a MultiLineString from the given geometry's
coordinates. Returns MULTILINESTRING EMPTY for geometries of dimension 0.
- Author:
- Erwan Bocher, Adam Gouge
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ST_ToMultiLine
public ST_ToMultiLine()
getJavaStaticMethod
public String getJavaStaticMethod()
createMultiLineString
public static com.vividsolutions.jts.geom.MultiLineString createMultiLineString(com.vividsolutions.jts.geom.Geometry geom)
throws SQLException
- Constructs a MultiLineString from the given geometry's coordinates.
- Parameters:
geom - Geometry
- Returns:
- A MultiLineString constructed from the given geometry's coordinates
- Throws:
SQLException
Copyright © 2015 IRSTV CNRS-FR-2488. All Rights Reserved.