You are here

protected property Polygon::$geom_type in geoPHP 8

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

Overrides Geometry::$geom_type

File

geoPHP/lib/geometry/Polygon.class.php, line 9

Class

Polygon
Polygon: A polygon is a plane figure that is bounded by a closed path, composed of a finite sequence of straight line segments

Code

protected $geom_type = 'Polygon';