Home
last modified time | relevance | path

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

/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DGpxTypes.php92 * @param array|null $allowedElements Which elements can be used in each GPX type
97 public function __construct($allowedElements = null) argument
107 if (is_array($allowedElements)) {
108 foreach ($allowedElements as $type => $elements) {
H A DGPX.php50 * @param array|null $allowedElements Which elements can be read from each GPX type
57 public function read($gpx, $allowedElements = null) argument
59 $this->gpxTypes = new GpxTypes($allowedElements);
96 $geom = $this->read($gpx, $allowedElements);
311 * @param array|null $allowedElements Which elements can be added to each GPX type
317 public function write(Geometry $geometry, $namespace = null, $allowedElements = null) argument
322 $this->gpxTypes = new GpxTypes($allowedElements);