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