Class ST_AsEWKB
- java.lang.Object
-
- org.h2gis.api.AbstractFunction
-
- org.h2gis.api.DeterministicScalarFunction
-
- org.h2gis.functions.spatial.convert.ST_AsEWKB
-
- All Implemented Interfaces:
org.h2gis.api.Function,org.h2gis.api.ScalarFunction
public class ST_AsEWKB extends org.h2gis.api.DeterministicScalarFunctionConvert a Geometry value into an Extended Well-Known Binary.- Author:
- Nicolas Fortin
-
-
Constructor Summary
Constructors Constructor Description ST_AsEWKB()Default constructor
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static byte[]asEWKB(org.h2.value.Value value)Convert a Geometry value into an Extended Well-Known Binary.StringgetJavaStaticMethod()-
Methods inherited from class org.h2gis.api.AbstractFunction
addProperty, getProperty, removeProperty
-
-
-
-
Method Detail
-
getJavaStaticMethod
public String getJavaStaticMethod()
-
asEWKB
public static byte[] asEWKB(org.h2.value.Value value) throws SQLExceptionConvert a Geometry value into an Extended Well-Known Binary.- Parameters:
value- Geometry instance- Returns:
- The bytes representation
- Throws:
SQLException
-
-