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 com.vividsolutions.jts.geom.Geometry |
toLineString(byte[] bytes)
Convert WKT into a LinearRing
|
static com.vividsolutions.jts.geom.Geometry |
toLineString(byte[] bytes,
int srid)
Convert WKT into a LinearRing
|
addProperty, getProperty, removePropertypublic String getJavaStaticMethod()
public static com.vividsolutions.jts.geom.Geometry toLineString(byte[] bytes)
throws SQLException,
IOException
bytes - Byte arraySQLException - WKB Parse errorIOExceptionpublic static com.vividsolutions.jts.geom.Geometry toLineString(byte[] bytes,
int srid)
throws SQLException,
IOException
bytes - Byte arraysrid - SRIDSQLException - WKB Parse errorIOExceptionCopyright © 2018 CNRS. All rights reserved.