public class GeometryTypeFromConstraint extends AbstractH2Function implements H2Function
| Constructor and Description |
|---|
GeometryTypeFromConstraint() |
| Modifier and Type | Method and Description |
|---|---|
static int |
execute(java.lang.String constraint,
int numericPrecision)
Convert H2 constraint string into a OGC geometry type index.
|
java.lang.String |
getName() |
getCreateFunctionSQL, getFullname, isDeterministicclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCreateFunctionSQL, getFullname, isDeterministicpublic static int execute(java.lang.String constraint,
int numericPrecision)
constraint - SQL Constraint ex: ST_GeometryTypeCode(the_geom) = 5numericPrecision - This parameter is available if the user give domainorg.h2gis.utilities.GeometryTypeCodespublic java.lang.String getName()
getName in interface H2FunctiongetName in class AbstractH2FunctionCopyright © 2026 gvSIG Association. All rights reserved.