org.h2gis.h2spatialext.function.spatial.predicates
Class ST_DWithin
java.lang.Object
org.h2gis.h2spatialapi.AbstractFunction
org.h2gis.h2spatialapi.DeterministicScalarFunction
org.h2gis.h2spatialext.function.spatial.predicates.ST_DWithin
- All Implemented Interfaces:
- Function, ScalarFunction
public class ST_DWithin
- extends DeterministicScalarFunction
ST_DWithin returns true if the geometries are within the specified distance of one another.
- Author:
- Adam Gouge
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ST_DWithin
public ST_DWithin()
getJavaStaticMethod
public String getJavaStaticMethod()
isWithinDistance
public static Boolean isWithinDistance(com.vividsolutions.jts.geom.Geometry geomA,
com.vividsolutions.jts.geom.Geometry geomB,
Double distance)
- Returns true if the geometries are within the specified distance of one another.
- Parameters:
geomA - Geometry AgeomA - Geometry Bdistance - Distance
- Returns:
- True if if the geometries are within the specified distance of one another
Copyright © 2015 IRSTV CNRS-FR-2488. All Rights Reserved.