public function __construct()
 {
     parent::__construct('Feature');
     $this->properties = new ArrayCollection();
 }
 public function __construct($type)
 {
     parent::__construct($type);
     $this->coordinates = new ArrayCollection();
 }