You are here

public function Point::numInteriorRings in geoPHP 8

Same name and namespace in other branches
  1. 7 geoPHP/lib/geometry/Point.class.php \Point::numInteriorRings()

Overrides Geometry::numInteriorRings

File

geoPHP/lib/geometry/Point.class.php, line 150

Class

Point
Point: The most basic geometry type. All other geometries are built out of Points.

Code

public function numInteriorRings() {
  return NULL;
}