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 org.locationtech.jts.geom.LineString |
createLine(org.locationtech.jts.geom.GeometryCollection points)
Constructs a LINESTRING from the given collection of POINTs and/or
MULTIPOINTs
|
static org.locationtech.jts.geom.LineString |
createLine(org.locationtech.jts.geom.Geometry pointA,
org.locationtech.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 org.locationtech.jts.geom.LineString createLine(org.locationtech.jts.geom.Geometry pointA,
org.locationtech.jts.geom.Geometry... optionalPoints)
throws SQLException
pointA - The first POINT or MULTIPOINToptionalPoints - Optional POINTs or MULTIPOINTsSQLExceptionpublic static org.locationtech.jts.geom.LineString createLine(org.locationtech.jts.geom.GeometryCollection points)
throws SQLException
points - PointsSQLExceptionCopyright © 2019 CNRS. All rights reserved.