Home
last modified time | relevance | path

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

/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DEWKB.php20 protected function writeType($type, $writeSRID = false) function in geoPHP\\Adapter\\EWKB
22 return parent::writeType($type, true);
H A DWKB.php293 $wkb .= $this->writeType($geometry);
403 protected function writeType($geometry, $writeSRID = false) function in geoPHP\\Adapter\\WKB
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
H A DParallelInstruction.php45 protected $writeType = WriteInstruction::class; variable in Google\\Service\\Dataflow\\ParallelInstruction