public class ST_GeomFromWKB
extends org.h2gis.api.DeterministicScalarFunction
| Constructor and Description |
|---|
ST_GeomFromWKB() |
| Modifier and Type | Method and Description |
|---|---|
String |
getJavaStaticMethod() |
static org.locationtech.jts.geom.Geometry |
toGeometry(byte[] bytes)
Convert a WKB representation to a geometry without specify a SRID.
|
static org.locationtech.jts.geom.Geometry |
toGeometry(byte[] bytes,
int srid)
Convert a WKB representation to a geometry
|
addProperty, getProperty, removePropertypublic String getJavaStaticMethod()
public static org.locationtech.jts.geom.Geometry toGeometry(byte[] bytes,
int srid)
throws SQLException
bytes - the input WKB objectsrid - the input SRIDSQLExceptionpublic static org.locationtech.jts.geom.Geometry toGeometry(byte[] bytes)
throws SQLException
bytes - SQLExceptionCopyright © 2019 CNRS. All rights reserved.