Class SpatialPartition


  • public class SpatialPartition
    extends java.lang.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
    • Method Detail

      • getCount

        public int getCount()
      • getSize

        public int getSize​(int s)
      • getItem

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

        public Geometry getGeometry​(int s,
                                    int i)