public class ST_GeometryN extends AbstractH2Function
| Constructor and Description |
|---|
ST_GeometryN() |
| Modifier and Type | Method and Description |
|---|---|
static com.vividsolutions.jts.geom.Geometry |
execute(com.vividsolutions.jts.geom.Geometry geometry,
java.lang.Integer n)
Return Geometry number n from the given GeometryCollection.
|
getCreateFunctionSQL, getFullname, getName, isDeterministicpublic static com.vividsolutions.jts.geom.Geometry execute(com.vividsolutions.jts.geom.Geometry geometry,
java.lang.Integer n)
throws java.sql.SQLException
geometry - GeometryCollectionn - Index of Geometry number n in [1-N]java.sql.SQLExceptionCopyright © 2025 gvSIG Association. All rights reserved.