Home
last modified time | relevance | path

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

/plugin/geophp/vendor/funiq/geophp/src/Adapter/
DWKT.php22 protected $hasZ = false; variable in geoPHP\\Adapter\\WKT
51 $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) {
DWKB.php35 protected $hasZ = false; variable in geoPHP\\Adapter\\WKB
108 $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) {
DKML.php150 $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() : '');
DTWKB.php365 $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);
DGPX.php371 if ($geom->hasZ() || $geom->getData() !== null) {
373 if ($geom->hasZ()) {
378 if ($geom->hasZ()) {
/plugin/geophp/vendor/funiq/geophp/src/Geometry/
DPoint.php51 $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;
DCollection.php48 if ($components[$i]->hasZ() && !$this->hasZ) {
49 $this->hasZ = true;
74 return $this->hasZ;
322 if ($this->hasZ() || $this->isMeasured()) {
326 $this->hasZ = false;
DMultiGeometry.php153 if ($startPoint && $endPoint && $startPoint->hasZ() && $endPoint->hasZ()) {
DGeometry.php54 protected $hasZ = false; variable in geoPHP\\Geometry\\Geometry
261 return $this->hasZ;
387 return 2 + ($this->hasZ() ? 1 : 0) + ($this->isMeasured() ? 1 : 0);
433 public function hasZ() function in geoPHP\\Geometry\\Geometry
DLineString.php301 if ($point->hasZ() && $point->z() < $min) {
312 if ($point->hasZ() && $point->z() > $max) {
322 if ($this->startPoint()->hasZ() && $this->endPoint()->hasZ()) {
/plugin/ol3/
Dscript.js8hasZ&&!0===t.hasM?e=_t:!0===t.hasZ?e=mt:!0===t.hasM&&(e=vt),e}function E_(t){var e=t.getLayout();r…
/plugin/openlayersmap/ol/
Dol.js.map1hasZ] HasZ.\n * @property {boolean} [hasM] HasM.\n */\n\n/**\n * @typedef {function(Feature, Node)…