public function GeometryCollection::boundary in geoPHP 8
Same name and namespace in other branches
- 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;
}