Class SegmentIndex

java.lang.Object
com.vividsolutions.jump.qa.diff.SegmentIndex

public class SegmentIndex extends Object
  • Constructor Details

  • Method Details

    • add

      public void add(org.locationtech.jts.geom.Geometry geom)
    • add

      public void add(org.locationtech.jts.geom.LineString line)
    • add

      public void add(List<org.locationtech.jts.geom.Coordinate[]> coordArrays)
    • add

      public void add(org.locationtech.jts.geom.Coordinate[] coord)
    • query

      public List query(org.locationtech.jts.geom.Envelope env)