Example #1
0
 public function addHole(MultiPoint $multiPoints)
 {
     $this->coordinates[] = $multiPoints->getCoordinates();
     return $this;
 }