You are here

protected property Point::$geom_type in geoPHP 7

Same name and namespace in other branches
  1. 8 geoPHP/lib/geometry/Point.class.php \Point::geom_type

Overrides Geometry::$geom_type

File

geoPHP/lib/geometry/Point.class.php, line 10

Class

Point
Point: The most basic geometry type. All other geometries are built out of Points.

Code

protected $geom_type = 'Point';