Class FastOverlayFilter


  • public class FastOverlayFilter
    extends Object
    • 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. Otherwise null is returned, indicating that a full overlay operation must be performed.
        Parameters:
        geom -
        overlayOpCode -
        Returns:
        overlay of the input geometries