Home
last modified time | relevance | path

Searched refs:haversineLength (Results 1 – 5 of 5) sorted by path

/plugin/geophp/vendor/funiq/geophp/src/Geometry/
H A DGeometry.php230 abstract public function haversineLength(); //degrees function in geoPHP\\Geometry\\Geometry
H A DLineString.php200 public function haversineLength() function in geoPHP\\Geometry\\LineString
H A DMultiGeometry.php116 public function haversineLength() function in geoPHP\\Geometry\\MultiGeometry
120 $length += $component->haversineLength();
H A DPoint.php374 public function haversineLength() function in geoPHP\\Geometry\\Point
H A DSurface.php69 public function haversineLength() function in geoPHP\\Geometry\\Surface