Home
last modified time | relevance | path

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

/plugin/geophp/vendor/funiq/geophp/src/
H A DgeoPHP.php366 if (($wkbType & Adapter\WKB::SRID_MASK) === Adapter\WKB::SRID_MASK) {
378 if ((current(unpack($bytes[2] == 49 ? 'V' : 'N', hex2bin(substr($bin, 2, 8)))) & Adapter\WKB::SRID_MASK) == Adapter\WKB::SRID_MASK) {
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DWKB.php31 const SRID_MASK = 0x20000000; define in geoPHP\\Adapter\\WKB
118 if (($wkbType & $this::SRID_MASK) === $this::SRID_MASK) {
414 $type = $type | $this::SRID_MASK;