Interface Index.QueryIterator<T>

    • Method Detail

      • reset

        Index.QueryIterator<T> reset​(double[] point1,
                                     double[] point2)
        This method resets an iterator. The arguments determin new iterator properties: - For Extent iterators, see e.g. PointMap.iterator(), both arguments must be `null`. - For point query iterators, see e.g. PointMultimap.queryExactPoint(double[]), the first argument is the new query point and the second argument must be `null`. - For window queries, see e.g. PointMap.query(double[], double[]), the arguments are the min/max corners of the new query window.
        Parameters:
        point1 - point or `null`
        point2 - point or `null`
        Returns:
        this iterator after reset.