Home
last modified time | relevance | path

Searched refs:pointN (Results 1 – 7 of 7) sorted by last modified time

/plugin/geophp/vendor/funiq/geophp/src/Geometry/
H A DPoint.php424 public function pointN($n) function in geoPHP\\Geometry\\Point
H A DSurface.php44 public function pointN($n) function in geoPHP\\Geometry\\Surface
H A DCollection.php132 'maxy' => $geosRing->pointN(3)->getY(),
133 'miny' => $geosRing->pointN(1)->getY(),
134 'maxx' => $geosRing->pointN(1)->getX(),
135 'minx' => $geosRing->pointN(3)->getX(),
H A DCurve.php43 $this->startPoint = $this->pointN(1);
51 $this->endPoint = $this->pointN($this->numPoints());
H A DGeometry.php193 abstract public function pointN($n); function in geoPHP\\Geometry\\Geometry
H A DLineString.php62 public function pointN($n) function in geoPHP\\Geometry\\LineString
H A DMultiGeometry.php224 public function pointN($n) function in geoPHP\\Geometry\\MultiGeometry