Searched refs:greatCircleLength (Results 1 – 6 of 6) sorted by relevance
/plugin/spatialhelper/helper/ | ||
H A D | search.php | 154 'distance' => (int) ($line->greatCircleLength()), |
/plugin/geophp/vendor/funiq/geophp/src/Geometry/ | ||
H A D | MultiGeometry.php | 107 public function greatCircleLength($radius = geoPHP::EARTH_WGS84_SEMI_MAJOR_AXIS) function in geoPHP\\Geometry\\MultiGeometry |
H A D | Surface.php | 74 public function greatCircleLength($radius = null) function in geoPHP\\Geometry\\Surface |
H A D | Point.php | 369 public function greatCircleLength($radius = null) function in geoPHP\\Geometry\\Point |
H A D | Geometry.php | 228 abstract public function greatCircleLength($radius = null); //meters function in geoPHP\\Geometry\\Geometry |
H A D | LineString.php | 161 public function greatCircleLength($radius = geoPHP::EARTH_WGS84_SEMI_MAJOR_AXIS) function in geoPHP\\Geometry\\LineString |