| Package | Description |
|---|---|
| com.revolsys.gis.algorithm.index | |
| com.revolsys.gis.graph | |
| com.revolsys.jts.index |
Provides classes for various kinds of spatial indexes.
|
| com.revolsys.jts.index.strtree |
Contains 2-D and 1-D versions of the Sort-Tile-Recursive (STR) tree, a query-only R-tree.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IdObjectIndexItemVisitor<T> |
class |
IndexItemVisitor
A
ItemVisitor implementation which uses a Visitor to visit
each item. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractItemVisitor<T> |
| Modifier and Type | Class and Description |
|---|---|
class |
ArrayListVisitor |
| Modifier and Type | Method and Description |
|---|---|
void |
STRtree.query(BoundingBox searchEnv,
ItemVisitor visitor)
Returns items whose bounds intersect the given envelope.
|
protected void |
AbstractSTRtree.query(Object searchBounds,
ItemVisitor visitor)
Also builds the tree, if necessary.
|
Copyright © 2015 Revolution Systems Inc.. All rights reserved.