Class UnionInteracting


  • public class UnionInteracting
    extends java.lang.Object
    Experimental code to union MultiPolygons with processing limited to the elements which actually interact. Not currently used, since it doesn't seem to offer much of a performance advantage.
    • Field Detail

      • interacts0

        private boolean[] interacts0
      • interacts1

        private boolean[] interacts1
    • Constructor Detail

    • Method Detail

      • computeInteracting

        private void computeInteracting()
      • computeInteracting

        private boolean computeInteracting​(Geometry elem0)
      • extractElements

        private Geometry extractElements​(Geometry geom,
                                         boolean[] interacts,
                                         boolean isInteracting)