Class QuadtreePartitioning

    • Constructor Detail

      • QuadtreePartitioning

        public QuadtreePartitioning​(List<org.locationtech.jts.geom.Envelope> samples,
                                    org.locationtech.jts.geom.Envelope boundary,
                                    int partitions)
                             throws Exception
        Instantiates a new Quad-Tree partitioning.
        Parameters:
        samples - the sample list
        boundary - the boundary
        partitions - the partitions
        Throws:
        Exception
      • QuadtreePartitioning

        public QuadtreePartitioning​(List<org.locationtech.jts.geom.Envelope> samples,
                                    org.locationtech.jts.geom.Envelope boundary,
                                    int partitions,
                                    int minTreeLevel)
                             throws Exception
        Throws:
        Exception