public class ST_Equals
extends org.h2gis.api.DeterministicScalarFunction
| Constructor and Description |
|---|
ST_Equals()
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
static Boolean |
geomEquals(org.locationtech.jts.geom.Geometry a,
org.locationtech.jts.geom.Geometry b)
Return true if Geometry A is equal to Geometry B
|
String |
getJavaStaticMethod() |
addProperty, getProperty, removePropertypublic String getJavaStaticMethod()
public static Boolean geomEquals(org.locationtech.jts.geom.Geometry a, org.locationtech.jts.geom.Geometry b)
a - Geometry Geometry.b - Geometry instanceCopyright © 2019 CNRS. All rights reserved.