Class SelectionFunctions
- java.lang.Object
-
- org.locationtech.jtstest.function.SelectionFunctions
-
public class SelectionFunctions extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SelectionFunctions()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static GeometryareaGreaterThan(Geometry a, double minArea)static GeometryareaLessThan(Geometry a, double maxArea)static GeometryareaZero(Geometry a)static GeometrycoveredBy(Geometry a, Geometry mask)static Geometrycovers(Geometry a, Geometry mask)static Geometrydisjoint(Geometry a, Geometry mask)static GeometryfirstNComponents(Geometry g, int n)static Geometryintersects(Geometry a, Geometry mask)static Geometryinvalid(Geometry a)static GeometrylengthGreaterThan(Geometry a, double minLen)static GeometrylengthLessThan(Geometry a, double maxLen)static GeometrylengthZero(Geometry a)private static Geometryselect(Geometry geom, GeometryPredicate pred)static Geometryvalid(Geometry a)static Geometrywithin(Geometry a, Geometry mask)
-
-
-
Method Detail
-
select
private static Geometry select(Geometry geom, GeometryPredicate pred)
-
-