Edge.fromList constructor

Edge.fromList(
  1. List<Coordinate> pts
)

Implementation

Edge.fromList(List<Coordinate> pts) : this(pts, null);