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