public function Geometry::getGeos in geoPHP 8
Same name and namespace in other branches
- 7 geoPHP/lib/geometry/Geometry.class.php \Geometry::getGeos()
File
- geoPHP/
lib/ geometry/ Geometry.class.php, line 120
Class
- Geometry
- Geometry abstract class
Code
public function getGeos() {
return $this
->geos();
}