/**
  * Sets the Geometry's collection
  * @param Collection $collection
  */
 public function setCollections(Collection $collection)
 {
     if ($collection->size()) {
         $this->collection = $collection;
     }
 }