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 SortedPackedIntervalRTreeindex
-
Constructor Summary
Constructors Constructor Description IntervalIndexedGeometry(Geometry geom)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private voidaddLine(Coordinate[] pts)private voidinit(Geometry geom)java.util.Listquery(double min, double max)voidquery(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)
-
-