You are here

public function GeometryCollection::boundary in geoPHP 8

Same name and namespace in other branches
  1. 7 geoPHP/lib/geometry/GeometryCollection.class.php \GeometryCollection::boundary()

Overrides Collection::boundary

File

geoPHP/lib/geometry/GeometryCollection.class.php, line 26

Class

GeometryCollection
GeometryCollection: A heterogenous collection of geometries

Code

public function boundary() {
  return NULL;
}