org.h2gis.h2spatialext.function.spatial.distance
Class ST_ProjectPoint
java.lang.Object
org.h2gis.h2spatialapi.AbstractFunction
org.h2gis.h2spatialapi.DeterministicScalarFunction
org.h2gis.h2spatialext.function.spatial.distance.ST_ProjectPoint
- All Implemented Interfaces:
- Function, ScalarFunction
public class ST_ProjectPoint
- extends DeterministicScalarFunction
- Author:
- Erwan Bocher
|
Method Summary |
String |
getJavaStaticMethod()
|
static com.vividsolutions.jts.geom.Point |
projectPoint(com.vividsolutions.jts.geom.Geometry point,
com.vividsolutions.jts.geom.Geometry geometry)
Project a point on a linestring or multilinestring |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ST_ProjectPoint
public ST_ProjectPoint()
getJavaStaticMethod
public String getJavaStaticMethod()
projectPoint
public static com.vividsolutions.jts.geom.Point projectPoint(com.vividsolutions.jts.geom.Geometry point,
com.vividsolutions.jts.geom.Geometry geometry)
- Project a point on a linestring or multilinestring
- Parameters:
point - geometry -
- Returns:
Copyright © 2015 IRSTV CNRS-FR-2488. All Rights Reserved.