Searched refs:hasZ (Results 1 – 12 of 12) sorted by relevance
22 protected $hasZ = false; variable in geoPHP\\Adapter\\WKT51 $this->hasZ = false;285 $this->hasZ = $geometry->hasZ();293 if ($this->hasZ) {317 if ($geometry->hasZ()) {319 $this->hasZ = $this->hasZ || $geometry->hasZ();345 $this->hasZ = $this->hasZ || $geometry->hasZ();349 if ($this->hasZ) {
35 protected $hasZ = false; variable in geoPHP\\Adapter\\WKB108 $this->hasZ = false;123 $this->hasZ = true;129 $this->hasZ = true;135 $this->hasZ = true;140 $this->dimension = 2 + ($this->hasZ ? 1 : 0) + ($this->hasM ? 1 : 0);189 if ($this->hasZ) {289 $this->hasZ = $geometry->hasZ();338 if ($this->hasZ) {407 if ($this->hasZ) {
150 $hasZ = false;153 $hasZ = $hasZ || (isset($set[2]) && $set[2]);160 ($hasZ ? (isset($set[2]) ? $set[2] : 0) : null),290 … $str .= $geometry->x() . ',' . $geometry->y() . ($geometry->hasZ() ? ',' . $geometry->z() : '');
365 $this->writeOptions['hasZ'] = $geometry->hasZ();381 $metadataHeader += ($geometry->hasZ() || $geometry->isMeasured()) << 3;422 if ($geometry->hasZ()) {437 if ($geometry->hasZ() || $geometry->isMeasured()) {439 if ($geometry->hasZ()) {440 …$extendedPrecision |= ($geometry->hasZ() ? 0x1 : 0) | ($this->writeOptions['decimalDigitsZ'] << 2);
371 if ($geom->hasZ() || $geom->getData() !== null) {373 if ($geom->hasZ()) {378 if ($geom->hasZ()) {
51 $this->hasZ = true;165 if (!$this->hasZ && !$this->isMeasured) {168 if ($this->hasZ && $this->isMeasured) {171 if ($this->hasZ) {246 $this->hasZ = false;334 return $this->hasZ ? $this->z() : null;339 return $this->hasZ ? $this->z() : null;
48 if ($components[$i]->hasZ() && !$this->hasZ) {49 $this->hasZ = true;74 return $this->hasZ;322 if ($this->hasZ() || $this->isMeasured()) {326 $this->hasZ = false;
153 if ($startPoint && $endPoint && $startPoint->hasZ() && $endPoint->hasZ()) {
54 protected $hasZ = false; variable in geoPHP\\Geometry\\Geometry261 return $this->hasZ;387 return 2 + ($this->hasZ() ? 1 : 0) + ($this->isMeasured() ? 1 : 0);433 public function hasZ() function in geoPHP\\Geometry\\Geometry
301 if ($point->hasZ() && $point->z() < $min) {312 if ($point->hasZ() && $point->z() > $max) {322 if ($this->startPoint()->hasZ() && $this->endPoint()->hasZ()) {
8 …hasZ&&!0===t.hasM?e=_t:!0===t.hasZ?e=mt:!0===t.hasM&&(e=vt),e}function E_(t){var e=t.getLayout();r…
1 …hasZ] HasZ.\n * @property {boolean} [hasM] HasM.\n */\n\n/**\n * @typedef {function(Feature, Node)…