Package org.locationtech.jtslab
Class OverlayOptFunctions
- java.lang.Object
-
- org.locationtech.jtslab.OverlayOptFunctions
-
public class OverlayOptFunctions extends java.lang.Object
Functions to test using spatial predicates as a filter in front of overlay operations to optimize performance.- Author:
- Martin Davis
-
-
Constructor Summary
Constructors Constructor Description OverlayOptFunctions()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Geometry
intersectionOpt(Geometry a, Geometry b)
Use spatial predicates as a filter in front of intersection.static Geometry
intersectionOptPrep(Geometry a, Geometry b)
Use prepared geometry spatial predicates as a filter in front of intersection, with the first operand prepared.
-