JTS Core 1.17.1
Packages
Classes
Search
About
Top
EdgeString(GeometryFactory)
add(LineMergeDirectedEdge): void
toLineString(): LineString
Bottom
Source
Classic
org.locationtech.jts.operation.linemerge
Class EdgeString
Hierarchy:
Object
, EdgeString
public class EdgeString
A sequence of
LineMergeDirectedEdge
s forming one of the lines that will be output by the line-merging process.
Other
version: 1.7
public
EdgeString(
GeometryFactory
factory)
Constructs an EdgeString with the given factory used to convert this EdgeString to a LineString
public
void add(
LineMergeDirectedEdge
directedEdge)
Adds a directed edge which is known to form part of this line.
public
LineString
toLineString()
Converts this EdgeString into a LineString.