Class RtreePartitioning

    • Constructor Detail

      • RtreePartitioning

        public RtreePartitioning​(List<org.locationtech.jts.geom.Envelope> samples,
                                 int partitions)
                          throws Exception
        Instantiates a new rtree 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