Class SelectionFunctions
java.lang.Object
org.locationtech.jtstest.function.SelectionFunctions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Geometry
areaGreaterThan
(Geometry a, double minArea) static Geometry
areaLessThan
(Geometry a, double maxArea) static Geometry
static Geometry
static Geometry
static Geometry
static Geometry
firstNComponents
(Geometry g, int n) static Geometry
intersects
(Geometry a, Geometry mask) static Geometry
static Geometry
lengthGreaterThan
(Geometry a, double minLen) static Geometry
lengthLessThan
(Geometry a, double maxLen) static Geometry
private static Geometry
select
(Geometry geom, GeometryPredicate pred) static Geometry
static Geometry
-
Constructor Details
-
SelectionFunctions
public SelectionFunctions()
-
-
Method Details
-
intersects
-
covers
-
coveredBy
-
disjoint
-
valid
-
invalid
-
lengthGreaterThan
-
lengthLessThan
-
lengthZero
-
areaGreaterThan
-
areaLessThan
-
areaZero
-
within
-
select
-
firstNComponents
-