Home
last modified time | relevance | path

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

/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DWKB.php157 $geometry = $this->getMulti('Point');
160 $geometry = $this->getMulti('LineString');
163 $geometry = $this->getMulti('Polygon');
166 $geometry = $this->getMulti('Geometry');
240 protected function getMulti($type) function in geoPHP\\Adapter\\WKB
H A DTWKB.php181 $geometry = $this->getMulti('Point', $options);
184 $geometry = $this->getMulti('LineString', $options);
187 $geometry = $this->getMulti('Polygon', $options);
190 $geometry = $this->getMulti('Geometry', $options);
285 protected function getMulti($type, $options) function in geoPHP\\Adapter\\TWKB
/plugin/authgoogle/google/contrib/
H A DGoogle_DatastoreService.php621 public function getMulti() { function in Google_Property