Home
last modified time | relevance | path

Searched refs:greatCircleLength (Results 1 – 6 of 6) sorted by path

/plugin/geophp/vendor/funiq/geophp/src/Geometry/
H A DGeometry.php228 abstract public function greatCircleLength($radius = null); //meters function in geoPHP\\Geometry\\Geometry
H A DLineString.php161 public function greatCircleLength($radius = geoPHP::EARTH_WGS84_SEMI_MAJOR_AXIS) function in geoPHP\\Geometry\\LineString
H A DMultiGeometry.php107 public function greatCircleLength($radius = geoPHP::EARTH_WGS84_SEMI_MAJOR_AXIS) function in geoPHP\\Geometry\\MultiGeometry
111 $length += $component->greatCircleLength($radius);
H A DPoint.php369 public function greatCircleLength($radius = null) function in geoPHP\\Geometry\\Point
H A DSurface.php74 public function greatCircleLength($radius = null) function in geoPHP\\Geometry\\Surface
/plugin/spatialhelper/helper/
H A Dsearch.php147 $media [] = ['id' => $id, 'distance' => (int)($line->greatCircleLength()),
159 $pages [] = ['id' => $id, 'distance' => (int)($line->greatCircleLength()),