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, getRegisterName
public GeomWithinDistance()
public GeomWithinDistance(double radius)
public double getBufferAmount()
getBufferAmount
in interface BufferOperation
getBufferAmount
in class GeomFunction
public 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 GeomFunction
Copyright © 2013–2022. All rights reserved.