public class ST_ClosestPoint
extends org.h2gis.api.DeterministicScalarFunction
| Constructor and Description |
|---|
ST_ClosestPoint() |
| Modifier and Type | Method and Description |
|---|---|
static org.locationtech.jts.geom.Point |
closestPoint(org.locationtech.jts.geom.Geometry geomA,
org.locationtech.jts.geom.Geometry geomB)
Returns the 2D point on geometry A that is closest to geometry B.
|
String |
getJavaStaticMethod() |
addProperty, getProperty, removePropertypublic String getJavaStaticMethod()
public static org.locationtech.jts.geom.Point closestPoint(org.locationtech.jts.geom.Geometry geomA,
org.locationtech.jts.geom.Geometry geomB)
geomA - Geometry AgeomB - Geometry BCopyright © 2019 CNRS. All rights reserved.