Searched refs:readSVarInt (Results 1 – 2 of 2) sorted by relevance
214 $this->lastPoint->x() + $this->reader->readSVarInt() / $options['precisionFactor'],218 $this->lastPoint->y() + $this->reader->readSVarInt() / $options['precisionFactor'],222 $this->lastPoint->z() + $this->reader->readSVarInt() / $options['zPrecisionFactor'],226 $this->lastPoint->m() + $this->reader->readSVarInt() / $options['mPrecisionFactor'],291 $idList[] = $this->reader->readSVarInt();
141 public function readSVarInt() function in geoPHP\\Adapter\\BinaryReader