Home
last modified time | relevance | path

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

/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DGPX.php129 $metadata = self::parseNodeProperties(
167 $point->setData($this->parseNodeProperties($node, $this->gpxTypes->get($node->nodeName . 'Type')));
223 $track->setData($this->parseNodeProperties($trk, $this->gpxTypes->get('trkType')));
249 $line->setData($this->parseNodeProperties($rte, $this->gpxTypes->get('rteType')));
265 protected static function parseNodeProperties($node, $tagList = null) function in geoPHP\\Adapter\\GPX
276 $result[$childNode->nodeName][] = self::parseNodeProperties($childNode);
278 $result[$childNode->nodeName] = self::parseNodeProperties($childNode);
282 $result[$childNode->nodeName] = self::parseNodeProperties($childNode);