public class ST_MakeLine
extends org.h2gis.api.DeterministicScalarFunction
| Modifier and Type | Field and Description |
|---|---|
static int |
REQUIRED_NUMBER_OF_POINTS |
| Constructor and Description |
|---|
ST_MakeLine() |
| Modifier and Type | Method and Description |
|---|---|
static com.vividsolutions.jts.geom.LineString |
createLine(com.vividsolutions.jts.geom.GeometryCollection points)
Constructs a LINESTRING from the given collection of POINTs and/or
MULTIPOINTs
|
static com.vividsolutions.jts.geom.LineString |
createLine(com.vividsolutions.jts.geom.Geometry pointA,
com.vividsolutions.jts.geom.Geometry... optionalPoints)
Constructs a LINESTRING from the given POINTs or MULTIPOINTs
|
String |
getJavaStaticMethod() |
addProperty, getProperty, removePropertypublic static final int REQUIRED_NUMBER_OF_POINTS
public String getJavaStaticMethod()
public static com.vividsolutions.jts.geom.LineString createLine(com.vividsolutions.jts.geom.Geometry pointA,
com.vividsolutions.jts.geom.Geometry... optionalPoints)
throws SQLException
pointA - The first POINT or MULTIPOINToptionalPoints - Optional POINTs or MULTIPOINTsSQLExceptionpublic static com.vividsolutions.jts.geom.LineString createLine(com.vividsolutions.jts.geom.GeometryCollection points)
throws SQLException
points - PointsSQLExceptionCopyright © 2018 CNRS. All rights reserved.