You are here

MultiPolygon.class.php in geoPHP 8

Same filename and directory in other branches
  1. 7 geoPHP/lib/geometry/MultiPolygon.class.php

File

geoPHP/lib/geometry/MultiPolygon.class.php
View source
<?php

/**
 * MultiPolygon: A collection of Polygons
 */
class MultiPolygon extends Collection {
  protected $geom_type = 'MultiPolygon';

}

Classes

Namesort descending Description
MultiPolygon MultiPolygon: A collection of Polygons