Class ST_AsBinary
- java.lang.Object
-
- org.h2gis.api.AbstractFunction
-
- org.h2gis.api.DeterministicScalarFunction
-
- org.h2gis.functions.spatial.convert.ST_AsBinary
-
- All Implemented Interfaces:
org.h2gis.api.Function,org.h2gis.api.ScalarFunction
public class ST_AsBinary extends org.h2gis.api.DeterministicScalarFunctionConvert a geometry into Well Known Binary..- Author:
- Nicolas Fortin
-
-
Constructor Summary
Constructors Constructor Description ST_AsBinary()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetJavaStaticMethod()static byte[]toBytes(org.h2.value.Value value)Convert a geometry into a binary value.-
Methods inherited from class org.h2gis.api.AbstractFunction
addProperty, getProperty, removeProperty
-
-
-
-
Method Detail
-
getJavaStaticMethod
public String getJavaStaticMethod()
-
toBytes
public static byte[] toBytes(org.h2.value.Value value)
Convert a geometry into a binary value.- Parameters:
value- Value (which should be aValueGeometryinstance)- Returns:
- Well Known Binary
-
-