Home
last modified time | relevance | path

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

/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DTWKB.php33 * @see https://github.com/TWKB/Specification/blob/master/twkb.md
78 * @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))
[all...]
/plugin/geophp/
H A Dcomposer.lock69 "twkb",