private static class IndexedPointInAreaLocator.IntervalIndexedGeometry
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private SortedPackedIntervalRTree |
index |
| Constructor and Description |
|---|
IntervalIndexedGeometry(Geometry geom) |
| Modifier and Type | Method and Description |
|---|---|
private void |
addLine(Coordinate[] pts) |
private void |
init(Geometry geom) |
java.util.List |
query(double min,
double max) |
void |
query(double min,
double max,
ItemVisitor visitor) |
private final SortedPackedIntervalRTree index
public IntervalIndexedGeometry(Geometry geom)
private void init(Geometry geom)
private void addLine(Coordinate[] pts)
public java.util.List query(double min,
double max)
public void query(double min,
double max,
ItemVisitor visitor)