public class ST_ProjectPoint
extends org.h2gis.api.DeterministicScalarFunction
| Constructor and Description |
|---|
ST_ProjectPoint() |
| Modifier and Type | Method and Description |
|---|---|
String |
getJavaStaticMethod() |
static org.locationtech.jts.geom.Point |
projectPoint(org.locationtech.jts.geom.Geometry point,
org.locationtech.jts.geom.Geometry geometry)
Project a point on a linestring or multilinestring
|
addProperty, getProperty, removePropertypublic String getJavaStaticMethod()
public static org.locationtech.jts.geom.Point projectPoint(org.locationtech.jts.geom.Geometry point,
org.locationtech.jts.geom.Geometry geometry)
point - geometry - Copyright © 2019 CNRS. All rights reserved.