Package | Description |
---|---|
com.vividsolutions.jts.index | |
com.vividsolutions.jts.index.intervalrtree | |
com.vividsolutions.jts.index.quadtree | |
com.vividsolutions.jts.index.strtree |
Modifier and Type | Class and Description |
---|---|
class |
ArrayListVisitor |
Modifier and Type | Method and Description |
---|---|
void |
SpatialIndex.query(Envelope searchEnv,
ItemVisitor visitor)
Queries the index for all items whose extents intersect the given search
Envelope ,
and applies an ItemVisitor to them. |
Modifier and Type | Method and Description |
---|---|
void |
IntervalRTreeBranchNode.query(double queryMin,
double queryMax,
ItemVisitor visitor) |
void |
IntervalRTreeLeafNode.query(double queryMin,
double queryMax,
ItemVisitor visitor) |
abstract void |
IntervalRTreeNode.query(double queryMin,
double queryMax,
ItemVisitor visitor) |
void |
SortedPackedIntervalRTree.query(double min,
double max,
ItemVisitor visitor)
Search for intervals in the index which intersect the given closed interval
and apply the visitor to them.
|
Modifier and Type | Method and Description |
---|---|
void |
Quadtree.query(Envelope searchEnv,
ItemVisitor visitor)
Queries the tree and visits items which may lie in the given search envelope.
|
void |
NodeBase.visit(Envelope searchEnv,
ItemVisitor visitor) |
Modifier and Type | Method and Description |
---|---|
void |
STRtree.query(Envelope 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 © 2016. All rights reserved.