You are here

protected property LineString::$geom_type in geoPHP 8

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

Overrides Geometry::$geom_type

File

geoPHP/lib/geometry/LineString.class.php, line 8

Class

LineString
LineString. A collection of Points representing a line. A line can have more than one segment.

Code

protected $geom_type = 'LineString';