Home
last modified time | relevance | path

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

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