| Package | Description |
|---|---|
| com.metamx.collections.spatial | |
| com.metamx.collections.spatial.search |
| Modifier and Type | Method and Description |
|---|---|
Iterable<it.uniroma3.mat.extendedset.intset.ImmutableConciseSet> |
ImmutableRTree.search(Bound bound) |
Iterable<it.uniroma3.mat.extendedset.intset.ImmutableConciseSet> |
ImmutableRTree.search(SearchStrategy strategy,
Bound bound) |
| Modifier and Type | Class and Description |
|---|---|
class |
RadiusBound |
class |
RectangularBound |
| 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) |
Iterable<ImmutablePoint> |
GutmanSearchStrategy.depthFirstSearch(ImmutableNode node,
Bound bound) |
Iterable<it.uniroma3.mat.extendedset.intset.ImmutableConciseSet> |
SearchStrategy.search(ImmutableNode node,
Bound bound) |
Iterable<it.uniroma3.mat.extendedset.intset.ImmutableConciseSet> |
GutmanSearchStrategy.search(ImmutableNode node,
Bound bound) |
Copyright © 2014. All rights reserved.