public function Collection::y in geoPHP 8
Same name and namespace in other branches
- 7 geoPHP/lib/geometry/Collection.class.php \Collection::y()
Overrides Geometry::y
File
- geoPHP/
lib/ geometry/ Collection.class.php, line 283
Class
- Collection
- Collection: Abstract class for compound geometries
Code
public function y() {
return NULL;
}