Home
last modified time | relevance | path

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

/plugin/geophp/vendor/funiq/geophp/src/Adapter/
DTWKB.php78 * @param string $twkb Tiny Well-known-binary string
85 public function read($twkb, $isHexString = false) argument
88 $twkb = @pack('H*', $twkb);
91 if (empty($twkb)) {
92 throw new \Exception('Cannot read empty TWKB. Found ' . gettype($twkb));
95 $this->reader = new BinaryReader($twkb);
354 $twkb = $this->writeGeometry($geometry);
356 return $writeAsHex ? current(unpack('H*', $twkb)) : $twkb;
465 $twkb = $this->writer->writeSVarInt($x - $this->lastPoint->x());
466 $twkb .= $this->writer->writeSVarInt($y - $this->lastPoint->y());
[all …]
/plugin/geophp/
Dcomposer.lock69 "twkb",