Class PartitionedUnion


  • public class PartitionedUnion
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      PartitionedUnion​(java.util.Collection<org.locationtech.jts.geom.Geometry> polys)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.locationtech.jts.geom.Geometry union()  
      static org.locationtech.jts.geom.Geometry union​(org.locationtech.jts.geom.Geometry geoms)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PartitionedUnion

        public PartitionedUnion​(java.util.Collection<org.locationtech.jts.geom.Geometry> polys)
    • Method Detail

      • union

        public static org.locationtech.jts.geom.Geometry union​(org.locationtech.jts.geom.Geometry geoms)
      • union

        public org.locationtech.jts.geom.Geometry union()