Home
last modified time | relevance | path

Searched refs:geometryN (Results 1 – 6 of 6) sorted by last modified time

/plugin/openlayersmap/
H A DStaticMap.php641 $_geom = $geom->geometryN($i);
683 $p1 = $extRing->geometryN($i);
711 $p1 = $line->geometryN($p);
712 $p2 = $line->geometryN($p + 1);
/plugin/geophp/vendor/funiq/geophp/src/Geometry/
H A DPoint.php399 public function geometryN($n) function in geoPHP\\Geometry\\Point
H A DPolygon.php220 return $this->geometryN($n + 1);
H A DCollection.php199 public function geometryN($n) function in geoPHP\\Geometry\\Collection
H A DGeometry.php171 abstract public function geometryN($n); function in geoPHP\\Geometry\\Geometry
H A DLineString.php14 * @method Point geometryN($n)
65 ? $this->geometryN($n)
66 : $this->geometryN(count($this->components) - abs($n + 1));