EdgeEnd.withCoords constructor

EdgeEnd.withCoords(
  1. Edge edge,
  2. Coordinate p0,
  3. Coordinate p1
)

Implementation

EdgeEnd.withCoords(Edge edge, Coordinate p0, Coordinate p1)
    : this.withCoordsLabel(edge, p0, p1, null);