Class SpatialPartition

java.lang.Object
org.locationtech.jts.operation.union.SpatialPartition

public class SpatialPartition extends Object
Computes a partition of a set of geometries into disjoint subsets, based on a provided equivalence relation. Uses a spatial index for efficient processing.
Author:
mdavis
  • Constructor Details

  • Method Details

    • getCount

      public int getCount()
    • getSize

      public int getSize(int s)
    • getItem

      public int getItem(int s, int i)
    • getGeometry

      public org.locationtech.jts.geom.Geometry getGeometry(int s, int i)