Class IndexedPointInAreaLocator.IntervalIndexedGeometry
- java.lang.Object
-
- org.locationtech.jts.algorithm.locate.IndexedPointInAreaLocator.IntervalIndexedGeometry
-
- Enclosing class:
- IndexedPointInAreaLocator
private static class IndexedPointInAreaLocator.IntervalIndexedGeometry extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private SortedPackedIntervalRTree
index
-
Constructor Summary
Constructors Constructor Description IntervalIndexedGeometry(Geometry geom)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
-
-
Field Detail
-
index
private final SortedPackedIntervalRTree index
-
-
Constructor Detail
-
IntervalIndexedGeometry
public IntervalIndexedGeometry(Geometry geom)
-
-
Method Detail
-
init
private void init(Geometry geom)
-
addLine
private void addLine(Coordinate[] pts)
-
query
public java.util.List query(double min, double max)
-
query
public void query(double min, double max, ItemVisitor visitor)
-
-