public class ST_DWithin
extends org.h2gis.api.DeterministicScalarFunction
| Constructor and Description |
|---|
ST_DWithin() |
| Modifier and Type | Method and Description |
|---|---|
String |
getJavaStaticMethod() |
static Boolean |
isWithinDistance(org.locationtech.jts.geom.Geometry geomA,
org.locationtech.jts.geom.Geometry geomB,
Double distance)
Returns true if the geometries are within the specified distance of one another.
|
addProperty, getProperty, removePropertypublic String getJavaStaticMethod()
public static Boolean isWithinDistance(org.locationtech.jts.geom.Geometry geomA, org.locationtech.jts.geom.Geometry geomB, Double distance)
geomA - Geometry AgeomB - Geometry Bdistance - DistanceCopyright © 2019 CNRS. All rights reserved.