You are here

public function Collection::pointN in geoPHP 8

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

Overrides Geometry::pointN

1 method overrides Collection::pointN()
LineString::pointN in geoPHP/lib/geometry/LineString.class.php

File

geoPHP/lib/geometry/Collection.class.php, line 288

Class

Collection
Collection: Abstract class for compound geometries

Code

public function pointN($n) {
  return NULL;
}