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