Package | Description |
---|---|
com.vividsolutions.jts.index.strtree | |
com.vividsolutions.jts.operation.distance |
Class and Description |
---|
AbstractNode
A node of an
AbstractSTRtree . |
AbstractSTRtree
Base class for STRtree and SIRtree.
|
AbstractSTRtree.IntersectsOp
A test for intersection between two bounds, necessary because subclasses
of AbstractSTRtree have different implementations of bounds.
|
Boundable
A spatial object in an AbstractSTRtree.
|
Interval
A contiguous portion of 1D-space.
|
ItemBoundable
Boundable wrapper for a non-Boundable spatial object.
|
ItemDistance
A function method which computes the distance
between two
ItemBoundable s in an STRtree . |
STRtree
A query-only R-tree created using the Sort-Tile-Recursive (STR) algorithm.
|
Class and Description |
---|
STRtree
A query-only R-tree created using the Sort-Tile-Recursive (STR) algorithm.
|
Copyright © 2016. All rights reserved.