protected property LineString::$geom_type in geoPHP 7
Same name and namespace in other branches
- 8 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';