Ejemplo n.º 1
0
 public function __construct($srid = null, $with_z = false, $with_m = false)
 {
     parent::__construct($srid, $with_z, $with_m);
     $this->binary_type = 6;
     $this->text_type = 'MULTIPOLYGON';
 }
Ejemplo n.º 2
0
 public function __construct($srid = null, $with_z = false, $with_m = false)
 {
     parent::__construct($srid, $with_z, $with_m);
     $this->binary_type = 5;
     $this->text_type = 'MULTILINESTRING';
 }