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