public class ST_LongestLine
extends org.h2gis.api.DeterministicScalarFunction
| Constructor and Description |
|---|
ST_LongestLine() |
| Modifier and Type | Method and Description |
|---|---|
String |
getJavaStaticMethod() |
static org.locationtech.jts.geom.Geometry |
longestLine(org.locationtech.jts.geom.Geometry geomA,
org.locationtech.jts.geom.Geometry geomB)
Return the longest line between the points of two geometries.
|
addProperty, getProperty, removePropertypublic String getJavaStaticMethod()
public static org.locationtech.jts.geom.Geometry longestLine(org.locationtech.jts.geom.Geometry geomA,
org.locationtech.jts.geom.Geometry geomB)
geomA - geomB - Copyright © 2019 CNRS. All rights reserved.