public interface NodableSegmentString extends SegmentString
| Modifier and Type | Method and Description |
|---|---|
void |
addIntersection(Coordinate intPt,
int segmentIndex)
Adds an intersection node for a given point and segment to this segment string.
|
getCoordinate, getCoordinates, getData, isClosed, nextInRing, prevInRing, setData, sizevoid addIntersection(Coordinate intPt, int segmentIndex)
intPt - the location of the intersectionsegmentIndex - the index of the segment containing the intersectionCopyright © 2024. All rights reserved.