Package | Description |
---|---|
io.druid.collections.spatial | |
io.druid.collections.spatial.search |
Modifier and Type | Class and Description |
---|---|
class |
ImmutablePoint |
Modifier and Type | Method and Description |
---|---|
ImmutableNode |
ImmutableRTree.getRoot() |
Modifier and Type | Method and Description |
---|---|
Iterable<ImmutableNode> |
ImmutablePoint.getChildren() |
Iterable<ImmutableNode> |
ImmutableNode.getChildren() |
Modifier and Type | Method and Description |
---|---|
static Iterable<ImmutablePoint> |
RTreeUtils.depthFirstSearch(ImmutableNode node) |
static boolean |
RTreeUtils.verifyEnclose(ImmutableNode node) |
Constructor and Description |
---|
ImmutablePoint(ImmutableNode node) |
Modifier and Type | Method and Description |
---|---|
Iterable<ImmutableNode> |
GutmanSearchStrategy.breadthFirstSearch(ImmutableNode node,
Bound bound) |
Iterable<ImmutableNode> |
GutmanSearchStrategy.breadthFirstSearch(Iterable<ImmutableNode> nodes,
Bound bound,
int total) |
Modifier and Type | Method and Description |
---|---|
Iterable<ImmutableNode> |
GutmanSearchStrategy.breadthFirstSearch(ImmutableNode node,
Bound bound) |
Iterable<ImmutablePoint> |
GutmanSearchStrategy.depthFirstSearch(ImmutableNode node,
Bound bound) |
boolean |
RectangularBound.overlaps(ImmutableNode node) |
boolean |
Bound.overlaps(ImmutableNode node) |
Iterable<ImmutableBitmap> |
SearchStrategy.search(ImmutableNode node,
Bound bound) |
Iterable<ImmutableBitmap> |
GutmanSearchStrategy.search(ImmutableNode node,
Bound bound) |
Modifier and Type | Method and Description |
---|---|
Iterable<ImmutableNode> |
GutmanSearchStrategy.breadthFirstSearch(Iterable<ImmutableNode> nodes,
Bound bound,
int total) |
Copyright © 2011–2017. All rights reserved.