public function Point::numPoints in geoPHP 7
Same name and namespace in other branches
- 8 geoPHP/lib/geometry/Point.class.php \Point::numPoints()
Overrides Geometry::numPoints
File
- geoPHP/
lib/ geometry/ Point.class.php, line 140
Class
- Point
- Point: The most basic geometry type. All other geometries are built out of Points.
Code
public function numPoints() {
return 1;
}