public class ST_GeometryTypeCode
extends org.h2gis.api.DeterministicScalarFunction
GeometryTypeCodes of a Geometry. This function does not take account of Z nor M.
This function is not part of SFS; see ST_GeometryType
It is used in constraints.| Constructor and Description |
|---|
ST_GeometryTypeCode() |
| Modifier and Type | Method and Description |
|---|---|
String |
getJavaStaticMethod() |
static Integer |
getTypeCode(byte[] geometry) |
addProperty, getProperty, removePropertypublic String getJavaStaticMethod()
public static Integer getTypeCode(byte[] geometry) throws IOException
geometry - Geometry WKB.GeometryTypeCodes of a Geometry. This function does not take account of Z nor M.IOException - WKB is not valid.Copyright © 2019 CNRS. All rights reserved.