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 com.vividsolutions.jts.geom.Geometry |
toPolygon(byte[] bytes) |
static com.vividsolutions.jts.geom.Geometry |
toPolygon(byte[] bytes,
int srid) |
addProperty, getProperty, removePropertypublic String getJavaStaticMethod()
public static com.vividsolutions.jts.geom.Geometry toPolygon(byte[] bytes)
throws SQLException,
IOException
bytes - WKBSQLException - Wkb parse exceptionIOExceptionpublic static com.vividsolutions.jts.geom.Geometry toPolygon(byte[] bytes,
int srid)
throws SQLException,
IOException
bytes - WKBsrid - SRIDSQLException - Wkb parse exceptionIOExceptionCopyright © 2018 CNRS. All rights reserved.