public function Geometry::getY in geoPHP 7
Same name and namespace in other branches
- 8 geoPHP/lib/geometry/Geometry.class.php \Geometry::getY()
1 call to Geometry::getY()
- Point::getBBox in geoPHP/
lib/ geometry/ Point.class.php
File
- geoPHP/
lib/ geometry/ Geometry.class.php, line 116
Class
- Geometry
- Geometry abstract class
Code
public function getY() {
return $this
->y();
}