Home
last modified time | relevance | path

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

/plugin/geophp/vendor/funiq/geophp/src/Adapter/
DTWKB.php214 $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();
DBinaryReader.php141 public function readSVarInt() function in geoPHP\\Adapter\\BinaryReader