Class SelectionFunctions
java.lang.Object
org.locationtech.jtstest.function.SelectionFunctions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic GeometryareaGreaterThan(Geometry a, double minArea) static GeometryareaLessThan(Geometry a, double maxArea) static Geometrystatic Geometrystatic Geometrystatic GeometrycoversPrep(Geometry a, Geometry mask) static Geometrystatic GeometryfirstNComponents(Geometry g, int n) static GeometryinteriorPointWithin(Geometry a, Geometry mask) static Geometryintersects(Geometry a, Geometry mask) static GeometryintersectsPrep(Geometry a, Geometry mask) static Geometrystatic GeometrylengthGreaterThan(Geometry a, double minLen) static GeometrylengthLessThan(Geometry a, double maxLen) static Geometrystatic GeometryrelatePattern(Geometry a, Geometry mask, String pattern) static Geometrystatic Geometrystatic Geometrystatic Geometrystatic GeometrywithinDistance(Geometry a, Geometry mask, double maximumDistance) static GeometrywithinDistanceIndexed(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
-