function multipolygon($wkt, $srid)
 {
     $this->wkt = $wkt;
     $this->srid = $srid;
     $this->geomType[$count] = 'MULTIPOLYGON';
     $this->shapeArray = parent::deconstructionOfWKT($this->wkt);
 }