public class ST_GeomFromWKB extends AbstractH2Function
| Constructor and Description |
|---|
ST_GeomFromWKB() |
| Modifier and Type | Method and Description |
|---|---|
static com.vividsolutions.jts.geom.Geometry |
execute(byte[] bytes)
Convert a WKB representation to a geometry without specify a SRID.
|
static com.vividsolutions.jts.geom.Geometry |
execute(byte[] bytes,
int srid)
Convert a WKB representation to a geometry
|
getCreateFunctionSQL, getFullname, getName, isDeterministicpublic static com.vividsolutions.jts.geom.Geometry execute(byte[] bytes)
throws java.sql.SQLException
bytes - java.sql.SQLExceptionpublic static com.vividsolutions.jts.geom.Geometry execute(byte[] bytes,
int srid)
throws java.sql.SQLException
bytes - the input WKB objectsrid - the input SRIDjava.sql.SQLExceptionCopyright © 2025 gvSIG Association. All rights reserved.