Home
last modified time | relevance | path

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

/plugin/geophp/vendor/funiq/geophp/src/Adapter/
DTWKB.php139 $options['remainderSize'] = $this->reader->readUVarInt();
151 $bBoxMin[$i] = $this->reader->readUVarInt() / $precisions[$i];
152 $bBoxMax[$i] = $this->reader->readUVarInt() / $precisions[$i] + $bBoxMin[$i];
159 $this->reader->readUVarInt();
162 $this->reader->readUVarInt();
165 $this->reader->readUVarInt();
246 $pointCount = $this->reader->readUVarInt();
268 $ringCount = $this->reader->readUVarInt();
287 $multiLength = $this->reader->readUVarInt();
DBinaryReader.php123 public function readUVarInt() function in geoPHP\\Adapter\\BinaryReader
143 return self::zigZagDecode($this->readUVarInt());