Home
last modified time | relevance | path

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

/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DWKB.php400 * @param bool $writeSRID
403 protected function writeType($geometry, $writeSRID = false) argument
413 if ($geometry->SRID() && $writeSRID) {
417 ($geometry->SRID() && $writeSRID ? $this->writer->writeUInt32($this->SRID) : '');
H A DEWKB.php20 protected function writeType($type, $writeSRID = false) argument