Class ST_NumInteriorRings
- java.lang.Object
-
- org.h2gis.api.AbstractFunction
-
- org.h2gis.api.DeterministicScalarFunction
-
- org.h2gis.functions.spatial.properties.ST_NumInteriorRings
-
- All Implemented Interfaces:
org.h2gis.api.Function,org.h2gis.api.ScalarFunction
- Direct Known Subclasses:
ST_NumInteriorRing
public class ST_NumInteriorRings extends org.h2gis.api.DeterministicScalarFunctionReturn the number of holes in a geometry- Author:
- Nicolas Fortin
-
-
Constructor Summary
Constructors Constructor Description ST_NumInteriorRings()Default constructor
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IntegergetHoles(org.locationtech.jts.geom.Geometry g)Return the number of holes in a Polygon or MultiPolygonStringgetJavaStaticMethod()-
Methods inherited from class org.h2gis.api.AbstractFunction
addProperty, getProperty, removeProperty
-
-