public function LineString::boundary in geoPHP 8
Same name and namespace in other branches
- 7 geoPHP/lib/geometry/LineString.class.php \LineString::boundary()
Overrides Collection::boundary
File
- geoPHP/
lib/ geometry/ LineString.class.php, line 26
Class
- LineString
- LineString. A collection of Points representing a line. A line can have more than one segment.
Code
public function boundary() {
return $this;
}