Searched refs:readUVarInt (Results 1 – 2 of 2) sorted by relevance
139 $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();
123 public function readUVarInt() function in geoPHP\\Adapter\\BinaryReader143 return self::zigZagDecode($this->readUVarInt());