Home
last modified time | relevance | path

Searched refs:parsePoint (Results 1 – 3 of 3) sorted by relevance

/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DGPX.php157 protected function parsePoint($node) function in geoPHP\\Adapter\\GPX
170 $this->trackFromRoute[] = $this->parsePoint($element);
188 $point = $this->parsePoint($wpt);
213 $points[] = $this->parsePoint($trkpt);
246 $components[] = $this->parsePoint($routePoint);
H A DWKT.php113 private function parsePoint($dataString) function in geoPHP\\Adapter\\WKT
144 $points[] = $this->parsePoint($part);
183 $points[] = $this->parsePoint(trim($part, ' ()'));
H A DKML.php132 protected function parsePoint($xml) function in geoPHP\\Adapter\\KML