protected property Point::$dimension in geoPHP 7
File
- geoPHP/
lib/ geometry/ Point.class.php, line 11
Class
- Point
- Point: The most basic geometry type. All other geometries are built out of Points.
Code
protected $dimension = 2;
protected $dimension = 2;