Searched refs:getMulti (Results 1 – 3 of 3) sorted by relevance
157 $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
181 $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
621 public function getMulti() { function in Google_Property