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 com.vividsolutions.jts.geom.Geometry |
getGeometryN(com.vividsolutions.jts.geom.Geometry geometry,
Integer n)
Return Geometry number n from the given GeometryCollection.
|
String |
getJavaStaticMethod() |
addProperty, getProperty, removePropertypublic String getJavaStaticMethod()
public static com.vividsolutions.jts.geom.Geometry getGeometryN(com.vividsolutions.jts.geom.Geometry geometry,
Integer n)
throws SQLException
geometry - GeometryCollectionn - Index of Geometry number n in [1-N]SQLExceptionCopyright © 2018 CNRS. All rights reserved.