Class VoronoiPartitioning

    • Constructor Detail

      • VoronoiPartitioning

        public VoronoiPartitioning​(List<org.locationtech.jts.geom.Envelope> samples,
                                   int partitions)
                            throws Exception
        Instantiates a new voronoi partitioning.
        Parameters:
        samples - the sample list
        partitions - the partitions
        Throws:
        Exception - the exception
    • Method Detail

      • getGrids

        public List<org.locationtech.jts.geom.Envelope> getGrids()
        Gets the grids.
        Returns:
        the grids