public class ST_PointN
extends org.h2gis.api.DeterministicScalarFunction
| Constructor and Description |
|---|
ST_PointN()
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getJavaStaticMethod() |
static org.locationtech.jts.geom.Geometry |
getPointN(org.locationtech.jts.geom.Geometry geometry,
int pointIndex) |
addProperty, getProperty, removePropertypublic String getJavaStaticMethod()
public static org.locationtech.jts.geom.Geometry getPointN(org.locationtech.jts.geom.Geometry geometry,
int pointIndex)
throws SQLException
geometry - Geometry instancepointIndex - Point index [1-NbPoints]SQLException - if index is out of bound.Copyright © 2019 CNRS. All rights reserved.