Class IndexedPointInAreaLocator.IntervalIndexedGeometry

java.lang.Object
org.locationtech.jts.algorithm.locate.IndexedPointInAreaLocator.IntervalIndexedGeometry
Enclosing class:
IndexedPointInAreaLocator

private static class IndexedPointInAreaLocator.IntervalIndexedGeometry extends Object
  • Field Details

  • Constructor Details

    • IntervalIndexedGeometry

      public IntervalIndexedGeometry(Geometry geom)
  • Method Details

    • init

      private void init(Geometry geom)
    • addLine

      private void addLine(Coordinate[] pts)
    • query

      public List query(double min, double max)
    • query

      public void query(double min, double max, ItemVisitor visitor)