Пример #1
0
 /**
  * This constructor has been added to speed up object creation of LinearRings
  *
  * @param base
  */
 protected LineString(LineString base) {
   super(base.getCrsId(), base.getGeometryOperations());
   this.points = base.points;
 }