Class FastOverlayFilter
java.lang.Object
org.locationtech.jts.operation.overlayng.FastOverlayFilter
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
FastOverlayFilter
-
-
Method Details
-
overlay
Computes the overlay operation on the input geometries, if it can be determined that the result is either empty or equal to one of the input values. Otherwisenull
is returned, indicating that a full overlay operation must be performed.- Parameters:
geom
-overlayOpCode
-- Returns:
- overlay of the input geometries
-