public class ST_Relate
extends org.h2gis.api.DeterministicScalarFunction
| Constructor and Description |
|---|
ST_Relate()
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getJavaStaticMethod() |
static String |
relate(org.locationtech.jts.geom.Geometry a,
org.locationtech.jts.geom.Geometry b) |
static Boolean |
relate(org.locationtech.jts.geom.Geometry a,
org.locationtech.jts.geom.Geometry b,
String iMatrix) |
addProperty, getProperty, removePropertypublic String getJavaStaticMethod()
public static String relate(org.locationtech.jts.geom.Geometry a, org.locationtech.jts.geom.Geometry b)
a - Geometry Geometry.b - Geometry instancepublic static Boolean relate(org.locationtech.jts.geom.Geometry a, org.locationtech.jts.geom.Geometry b, String iMatrix)
a - Geometry instanceb - Geometry instanceiMatrix - IntersectionMatrix representationCopyright © 2019 CNRS. All rights reserved.