コード例 #1
0
 /**
  * Return MULTIPOLYGON WKT from coordinates (without WKT type)
  * 
  * @param array $coordinates - GeoJSON geometry
  */
 private static function toMultiPolygon($coordinates)
 {
     return RestoGeometryUtil::coordinatesToString($coordinates, 'toPolygon');
 }