public class ST_PolyFromWKB
extends org.h2gis.api.DeterministicScalarFunction
| Constructor and Description |
|---|
ST_PolyFromWKB()
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getJavaStaticMethod() |
static org.locationtech.jts.geom.Geometry |
toPolygon(byte[] bytes) |
static org.locationtech.jts.geom.Geometry |
toPolygon(byte[] bytes,
int srid) |
addProperty, getProperty, removePropertypublic String getJavaStaticMethod()
public static org.locationtech.jts.geom.Geometry toPolygon(byte[] bytes)
throws SQLException,
IOException
bytes - WKBSQLException - Wkb parse exceptionIOExceptionpublic static org.locationtech.jts.geom.Geometry toPolygon(byte[] bytes,
int srid)
throws SQLException,
IOException
bytes - WKBsrid - SRIDSQLException - Wkb parse exceptionIOExceptionCopyright © 2019 CNRS. All rights reserved.