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
interiorPointWithin
(Geometry a, Geometry mask) 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
static Geometry
static Geometry
static Geometry
withinDistance
(Geometry a, Geometry mask, double maximumDistance) static Geometry
withinDistanceIndexed
(Geometry a, Geometry mask, double maximumDistance)
-
Constructor Details
-
SelectionFunctions
public SelectionFunctions()
-
-
Method Details
-
intersects
-
covers
-
coveredBy
-
disjoint
-
valid
-
invalid
-
lengthGreaterThan
-
lengthLessThan
-
lengthZero
-
areaGreaterThan
-
areaLessThan
-
areaZero
-
within
-
interiorPointWithin
-
withinDistance
-
withinDistanceIndexed
-
firstNComponents
-