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