public class ST_LineFromWKB
extends org.h2gis.api.DeterministicScalarFunction
| Constructor and Description |
|---|
ST_LineFromWKB()
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getJavaStaticMethod() |
static org.locationtech.jts.geom.Geometry |
toLineString(byte[] bytes)
Convert WKT into a LinearRing
|
static org.locationtech.jts.geom.Geometry |
toLineString(byte[] bytes,
int srid)
Convert WKT into a LinearRing
|
addProperty, getProperty, removePropertypublic String getJavaStaticMethod()
public static org.locationtech.jts.geom.Geometry toLineString(byte[] bytes)
throws SQLException,
IOException
bytes - Byte arraySQLException - WKB Parse errorIOExceptionpublic static org.locationtech.jts.geom.Geometry toLineString(byte[] bytes,
int srid)
throws SQLException,
IOException
bytes - Byte arraysrid - SRIDSQLException - WKB Parse errorIOExceptionCopyright © 2019 CNRS. All rights reserved.