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