| Package | Description |
|---|---|
| com.vividsolutions.jts.index.quadtree | |
| com.vividsolutions.jts.index.strtree | |
| com.vividsolutions.jts.noding | |
| com.vividsolutions.jts.noding.snapround |
| Modifier and Type | Class and Description |
|---|---|
class |
Quadtree
A Quadtree is a spatial index structure for efficient range querying
of items bounded by 2D rectangles.
|
| Modifier and Type | Class and Description |
|---|---|
class |
STRtree
A query-only R-tree created using the Sort-Tile-Recursive (STR) algorithm.
|
| Modifier and Type | Method and Description |
|---|---|
SpatialIndex |
MCIndexSegmentSetMutualIntersector.getIndex()
Gets the index constructed over the base segment strings.
|
SpatialIndex |
MCIndexNoder.getIndex() |
| Constructor and Description |
|---|
MCIndexPointSnapper(SpatialIndex index) |
Copyright © 2015. All rights reserved.