Home
last modified time | relevance | path

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

/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DBinaryWriter.php99 public function writeUVarInt($value) function in geoPHP\\Adapter\\BinaryWriter
125 return $this->writeUVarInt(self::zigZagEncode($value));
H A DTWKB.php448 $twkbHead .= $this->writer->writeUVarInt(strlen($twkbGeom));
485 $twkb = $this->writer->writeUVarInt($geometry->numPoints());
498 $twkb = $this->writer->writeUVarInt($geometry->numGeometries());
511 $twkb = $this->writer->writeUVarInt($geometry->numGeometries());
514 // $this->writer->writeUVarInt($component->getId());