Home
last modified time | relevance | path

Searched defs:greatCircleLength (Results 1 – 5 of 5) sorted by relevance

/plugin/geophp/vendor/funiq/geophp/src/Geometry/
H A DSurface.php74 public function greatCircleLength($radius = null) function in geoPHP\\Geometry\\Surface
H A DMultiGeometry.php107 public function greatCircleLength($radius = geoPHP::EARTH_WGS84_SEMI_MAJOR_AXIS) function in geoPHP\\Geometry\\MultiGeometry
H A DLineString.php161 public function greatCircleLength($radius = geoPHP::EARTH_WGS84_SEMI_MAJOR_AXIS) function in geoPHP\\Geometry\\LineString
H A DPoint.php369 public function greatCircleLength($radius = null) function in geoPHP\\Geometry\\Point
H A DGeometry.php228 abstract public function greatCircleLength($radius = null); //meters function in geoPHP\\Geometry\\Geometry