public class GeomWithinDistance extends GeomFunction
| Constructor and Description |
|---|
GeomWithinDistance() |
GeomWithinDistance(double radius) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
apply(org.locationtech.jts.geom.Geometry geom1,
org.locationtech.jts.geom.Geometry geom2) |
double |
getBufferAmount() |
double |
getRadius() |
void |
setRadius(double radius) |
call, getRegisterNamepublic GeomWithinDistance()
public GeomWithinDistance(double radius)
public double getBufferAmount()
getBufferAmount in interface BufferOperationgetBufferAmount in class GeomFunctionpublic double getRadius()
public void setRadius(double radius)
public boolean apply(org.locationtech.jts.geom.Geometry geom1,
org.locationtech.jts.geom.Geometry geom2)
apply in class GeomFunctionCopyright © 2013–2022. All rights reserved.