org.h2gis.h2spatial.internal.type
Class GeometryTypeNameFromConstraint
java.lang.Object
org.h2gis.h2spatialapi.AbstractFunction
org.h2gis.h2spatialapi.DeterministicScalarFunction
org.h2gis.h2spatial.internal.type.GeometryTypeNameFromConstraint
- All Implemented Interfaces:
- Function, ScalarFunction
public class GeometryTypeNameFromConstraint
- extends DeterministicScalarFunction
Parse the constraint and return the Geometry type name.
- Author:
- Nicolas Fortin
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GeometryTypeNameFromConstraint
public GeometryTypeNameFromConstraint()
getJavaStaticMethod
public String getJavaStaticMethod()
getGeometryTypeNameFromConstraint
public static String getGeometryTypeNameFromConstraint(String constraint,
int numericPrecision)
- Parse the constraint and return the Geometry type name.
- Parameters:
constraint - Constraint on geometry type
- Returns:
- Geometry type
Copyright © 2015 IRSTV CNRS-FR-2488. All Rights Reserved.