LinearRing constructor

LinearRing(
  1. List<Coordinate> coordinates
)

Implementation

LinearRing(this.coordinates);