| Modifier and Type | Method and Description |
|---|---|
QueryIterator<RectangleEntry<T>> |
RectangleIndex.iterator() |
QueryIterator<PointEntry<T>> |
PointIndexWrapper.iterator() |
QueryIterator<? extends PointEntry<T>> |
PointIndex.iterator() |
QueryIterator<PointEntry<T>> |
PointIndexWrapper.query(double[] min,
double[] max) |
QueryIterator<PointEntry<T>> |
PointIndex.query(double[] min,
double[] max) |
QueryIterator<RectangleEntry<T>> |
RectangleIndex.queryIntersect(double[] min,
double[] max) |
| Modifier and Type | Method and Description |
|---|---|
QueryIterator<RectangleEntry<T>> |
RectArray.iterator() |
QueryIterator<? extends PointEntry<T>> |
PointArray.iterator() |
| Modifier and Type | Class and Description |
|---|---|
class |
KDIterator<T>
Resetable query iterator.
|
| Modifier and Type | Method and Description |
|---|---|
QueryIterator<PointEntry<T>> |
KDTree.iterator() |
| Modifier and Type | Method and Description |
|---|---|
QueryIterator<RectangleEntry<T>> |
PHTreeR.iterator() |
QueryIterator<PointEntry<T>> |
PHTreeP.iterator() |
QueryIterator<PointEntry<T>> |
PHTreeP.query(double[] min,
double[] max) |
QueryIterator<RectangleEntry<T>> |
PHTreeR.queryIntersect(double[] min,
double[] max) |
| Modifier and Type | Class and Description |
|---|---|
class |
QIterator0<T>
Resettable query iterator.
|
class |
QIterator1<T>
Resettable query iterator.
|
class |
QIterator2<T>
Resettable query iterator.
|
class |
QRIterator<T>
Resetable query iterator.
|
| Modifier and Type | Method and Description |
|---|---|
QueryIterator<RectangleEntry<T>> |
QuadTreeRKD.iterator() |
QueryIterator<PointEntry<T>> |
QuadTreeKD.iterator() |
QueryIterator<PointEntry<T>> |
QuadTreeKD.query(double[] min,
double[] max)
Query the tree, returning all points in the axis-aligned rectangle between 'min' and 'max'.
|
| Modifier and Type | Method and Description |
|---|---|
QueryIterator<RectangleEntry<T>> |
QuadTreeRKD.iterator() |
QueryIterator<PointEntry<T>> |
QuadTreeKD.iterator() |
QueryIterator<PointEntry<T>> |
QuadTreeKD.query(double[] min,
double[] max)
Query the tree, returning all points in the axis-aligned rectangle between 'min' and 'max'.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
QuadTreeKD0.QIterator<T>
Resettable query iterator.
|
static class |
QuadTreeRKD0.QRIterator<T>
Resetable query iterator.
|
| Modifier and Type | Method and Description |
|---|---|
QueryIterator<RectangleEntry<T>> |
QuadTreeRKD0.iterator() |
QueryIterator<PointEntry<T>> |
QuadTreeKD0.iterator() |
| Modifier and Type | Class and Description |
|---|---|
class |
RTreeIterator<T> |
Copyright © 2017. All rights reserved.