Class FastOverlayFilter


  • public class FastOverlayFilter
    extends java.lang.Object
    • 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.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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