Class FastOverlayFilter
- java.lang.Object
-
- org.locationtech.jts.operation.overlayng.FastOverlayFilter
-
public class FastOverlayFilter extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description FastOverlayFilter(Geometry geom)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Geometry
overlay(Geometry geom, int overlayOpCode)
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.
-
-
-
Constructor Detail
-
FastOverlayFilter
public FastOverlayFilter(Geometry geom)
-
-
Method Detail
-
overlay
public Geometry overlay(Geometry geom, int overlayOpCode)
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
-
-