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
coversPrep
(Geometry a, Geometry mask) 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
intersectsPrep
(Geometry a, Geometry mask) static Geometry
static Geometry
lengthGreaterThan
(Geometry a, double minLen) static Geometry
lengthLessThan
(Geometry a, double maxLen) static Geometry
static Geometry
relatePattern
(Geometry a, Geometry mask, String pattern) static Geometry
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
-
intersectsPrep
-
intersects
-
covers
-
coversPrep
-
coveredBy
-
touches
-
disjoint
-
relatePattern
-
valid
-
invalid
-
lengthGreaterThan
-
lengthLessThan
-
lengthZero
-
areaGreaterThan
-
areaLessThan
-
areaZero
-
within
-
interiorPointWithin
-
withinDistance
-
withinDistanceIndexed
-
select
-
firstNComponents
-