public class ST_GeometryN
extends org.h2gis.api.DeterministicScalarFunction
ST_NumGeometries
to retrieve the total number of Geometries.| Constructor and Description |
|---|
ST_GeometryN()
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
static org.locationtech.jts.geom.Geometry |
getGeometryN(org.locationtech.jts.geom.Geometry geometry,
Integer n)
Return Geometry number n from the given GeometryCollection.
|
String |
getJavaStaticMethod() |
addProperty, getProperty, removePropertypublic String getJavaStaticMethod()
public static org.locationtech.jts.geom.Geometry getGeometryN(org.locationtech.jts.geom.Geometry geometry,
Integer n)
throws SQLException
geometry - GeometryCollectionn - Index of Geometry number n in [1-N]SQLExceptionCopyright © 2019 CNRS. All rights reserved.