MultiPolygon.class.php in geoPHP 7
Same filename and directory in other branches
File
geoPHP/lib/geometry/MultiPolygon.class.phpView source
<?php
/**
* MultiPolygon: A collection of Polygons
*/
class MultiPolygon extends Collection {
protected $geom_type = 'MultiPolygon';
}
Classes
Name | Description |
---|---|
MultiPolygon | MultiPolygon: A collection of Polygons |