Class SelectionFunctions
- java.lang.Object
-
- org.locationtech.jtstest.function.SelectionFunctions
-
public class SelectionFunctions extends Object
-
-
Constructor Summary
Constructors Constructor Description SelectionFunctions()
-
Method Summary
-
-
-
Method Detail
-
withinDistance
public static Geometry withinDistance(Geometry a, Geometry mask, double maximumDistance)
-
withinDistanceIndexed
public static Geometry withinDistanceIndexed(Geometry a, Geometry mask, double maximumDistance)
-
select
public static Geometry select(Geometry geom, org.locationtech.jtstest.function.GeometryPredicate pred)
-
-