Interface LineIntersectionItemVisitor

  • All Superinterfaces:
    org.locationtech.jts.index.ItemVisitor

    public interface LineIntersectionItemVisitor
    extends org.locationtech.jts.index.ItemVisitor
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void setIntersectionLine​(org.locationtech.jts.geom.LineSegment segment)  
      • Methods inherited from interface org.locationtech.jts.index.ItemVisitor

        visitItem
    • Method Detail

      • setIntersectionLine

        void setIntersectionLine​(org.locationtech.jts.geom.LineSegment segment)