public class ST_Disjoint
extends org.h2gis.api.DeterministicScalarFunction
| Constructor and Description |
|---|
ST_Disjoint()
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
static Boolean |
geomDisjoint(org.locationtech.jts.geom.Geometry a,
org.locationtech.jts.geom.Geometry b)
Return true if the two Geometries are disjoint
|
String |
getJavaStaticMethod() |
addProperty, getProperty, removePropertypublic String getJavaStaticMethod()
public static Boolean geomDisjoint(org.locationtech.jts.geom.Geometry a, org.locationtech.jts.geom.Geometry b)
a - Geometry Geometry.b - Geometry instanceCopyright © 2019 CNRS. All rights reserved.