Home
last modified time | relevance | path

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

/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DWKT.php22 protected $hasZ = false; variable in geoPHP\\Adapter\\WKT
51 $this->hasZ = false;
100 //$this->hasZ = $this->hasZ || $m['z'];
285 $this->hasZ = $geometry->hasZ();
293 if ($this->hasZ) {
317 if ($geometry->hasZ()) {
319 $this->hasZ = $this->hasZ ||
[all...]
H A 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) {
[all...]
H A 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() : '');
H A DTWKB.php126 $options['hasZ'] = ($extendedPrecision & 0x01) === 0x01;
135 $options['hasZ'] = false;
142 $dimension = 2 + ($options['hasZ'] ? 1 : 0) + ($options['hasM'] ? 1 : 0);
146 $options['hasZ'] ? $options['zPrecisionFactor'] : 0,
221 $z = $options['hasZ'] ? round(
365 $this->writeOptions['hasZ'] = $geometry->hasZ();
381 $metadataHeader += ($geometry->hasZ() || $geometry->isMeasured()) << 3;
422 if ($geometry->hasZ()) {
437 if ($geometry->hasZ() ||
[all...]
H A DGPX.php371 if ($geom->hasZ() || $geom->getData() !== null) {
373 if ($geom->hasZ()) {
378 if ($geom->hasZ()) {
/plugin/geophp/vendor/funiq/geophp/src/Geometry/
H A 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;
H A 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;
H A DMultiGeometry.php153 if ($startPoint && $endPoint && $startPoint->hasZ() && $endPoint->hasZ()) {
H A 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
H A DLineString.php301 if ($point->hasZ() && $point->z() < $min) {
312 if ($point->hasZ() && $point->z() > $max) {
322 if ($this->startPoint()->hasZ() && $this->endPoint()->hasZ()) {
439 // if ($this->hasZ()
/plugin/ol3/
H A 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… property in AnonymousFunction600b995a54e00.n
/plugin/openlayersmap/ol7/
H A Dol.js.map