public class ST_ShortestLine
extends org.h2gis.api.DeterministicScalarFunction
| Constructor and Description |
|---|
ST_ShortestLine() |
| Modifier and Type | Method and Description |
|---|---|
String |
getJavaStaticMethod() |
static org.locationtech.jts.geom.LineString |
shortestLine(org.locationtech.jts.geom.Geometry geomA,
org.locationtech.jts.geom.Geometry geomB)
Compute the shortest line between two geometries.
|
addProperty, getProperty, removePropertypublic String getJavaStaticMethod()
public static org.locationtech.jts.geom.LineString shortestLine(org.locationtech.jts.geom.Geometry geomA,
org.locationtech.jts.geom.Geometry geomB)
geomA - geomB - Copyright © 2019 CNRS. All rights reserved.