Searched refs:writeOptions (Results 1 – 1 of 1) sorted by relevance
47 protected $writeOptions = [ variable in geoPHP\\Adapter\\TWKB338 $this->writeOptions = [339 …malDigitsXY' => $decimalDigitsXY !== null ? $decimalDigitsXY : $this->writeOptions['decimalDigitsX…340 …ecimalDigitsZ' => $decimalDigitsZ !== null ? $decimalDigitsZ : $this->writeOptions['decimalDigitsZ…341 …ecimalDigitsM' => $decimalDigitsM !== null ? $decimalDigitsM : $this->writeOptions['decimalDigitsM…342 'includeSize' => $includeSizes ? true : $this->writeOptions['includeSize'],343 …'includeBoundingBoxes' => $includeBoundingBoxes ? true : $this->writeOptions['includeBoundingBoxes…345 $this->writeOptions = array_merge(346 $this->writeOptions,348 'xyFactor' => pow(10, $this->writeOptions['decimalDigitsXY']),[all …]