public class ST_MakeLine extends AbstractH2Function
| Constructor and Description |
|---|
ST_MakeLine() |
| Modifier and Type | Method and Description |
|---|---|
static com.vividsolutions.jts.geom.LineString |
execute(com.vividsolutions.jts.geom.GeometryCollection points)
Constructs a LINESTRING from the given collection of POINTs and/or MULTIPOINTs
|
static com.vividsolutions.jts.geom.LineString |
execute(com.vividsolutions.jts.geom.Geometry pointA,
com.vividsolutions.jts.geom.Geometry... optionalPoints)
Constructs a LINESTRING from the given POINTs or MULTIPOINTs
|
getCreateFunctionSQL, getFullname, getName, isDeterministicpublic static com.vividsolutions.jts.geom.LineString execute(com.vividsolutions.jts.geom.GeometryCollection points)
throws java.sql.SQLException
points - Pointsjava.sql.SQLExceptionpublic static com.vividsolutions.jts.geom.LineString execute(com.vividsolutions.jts.geom.Geometry pointA,
com.vividsolutions.jts.geom.Geometry... optionalPoints)
throws java.sql.SQLException
pointA - The first POINT or MULTIPOINToptionalPoints - Optional POINTs or MULTIPOINTsjava.sql.SQLExceptionCopyright © 2026 gvSIG Association. All rights reserved.