JTS Core 1.17.1
Packages
Classes
Search
About
Top
addIntersection(Coordinate, int): void
Bottom
Source
Classic
org.locationtech.jts.noding
Interface NodableSegmentString
All Known Implementing Classes:
NodedSegmentString
public interface NodableSegmentString
extends
SegmentString
An interface for classes which support adding nodes to a segment string.
Authors:
Martin Davis
public
void addIntersection(
Coordinate
intPt, int segmentIndex)
Adds an intersection node for a given point and segment to this segment string.
Parameters:
intPt - intPt the location of the intersection
segmentIndex - segmentIndex the index of the segment containing the intersection