Home
last modified time | relevance | path

Searched refs:getCentroidAndLength (Results 1 – 2 of 2) sorted by relevance

/plugin/geophp/vendor/funiq/geophp/src/Geometry/
H A DMultiLineString.php53 $componentCentroid = $line->getCentroidAndLength($componentLength);
H A DLineString.php71 return $this->getCentroidAndLength();
74 public function getCentroidAndLength(&$length = 0.0) function in geoPHP\\Geometry\\LineString