Home
last modified time | relevance | path

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

/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DTWKB.php329 * @param bool $includeSizes Includes the size in bytes of the remainder of the geometry after the size attribute. Default is false
334 public function write(Geometry $geometry, $writeAsHex = false, $decimalDigitsXY = null, $decimalDigitsZ = null, $decimalDigitsM = null, $includeSizes = false, $includeBoundingBoxes = false) argument
342 'includeSize' => $includeSizes ? true : $this->writeOptions['includeSize'],