Home
last modified time | relevance | path

Searched refs:BinaryReader (Results 1 – 3 of 3) sorted by relevance

/plugin/geophp/vendor/funiq/geophp/src/Adapter/
DWKB.php45 /** @var BinaryReader $reader */
93 $this->reader = new BinaryReader($wkb);
113 …$this->reader->readSInt8() === self::WKB_XDR ? BinaryReader::LITTLE_ENDIAN : BinaryReader::BIG_END…
DBinaryReader.php22 class BinaryReader class
DTWKB.php58 /** @var BinaryReader $reader */
95 $this->reader = new BinaryReader($twkb);
111 $options['precision'] = BinaryReader::zigZagDecode($type >> 4);