Home
last modified time | relevance | path

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

/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DWKB.php32 const WKB_XDR = 1; define in geoPHP\\Adapter\\WKB
113 $this->reader->readSInt8() === self::WKB_XDR ? BinaryReader::LITTLE_ENDIAN : BinaryReader::BIG_ENDIAN
292 $wkb = $this->writer->writeSInt8($this->writer->isBigEndian() ? self::WKB_NDR : self::WKB_XDR);