igniteui-webcomponents-maps 3.2.0 → 3.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-webcomponents-maps.umd.js +997 -997
- package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +34 -34
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +69 -69
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +154 -154
- package/esm2015/lib/GeographicMarkerSeries.js +25 -25
- package/esm2015/lib/GeographicPolylineSeriesView_combined.js +15 -15
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +82 -82
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +55 -55
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +49 -49
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +51 -51
- package/esm2015/lib/GeographicTileSeries.js +26 -26
- package/esm2015/lib/TileSeries_combined.js +79 -79
- package/esm2015/lib/XamGeographicMap_combined.js +82 -82
- package/esm2015/lib/igc-geographic-contour-line-series-component.js +23 -23
- package/esm2015/lib/igc-geographic-high-density-scatter-series-component.js +31 -31
- package/esm2015/lib/igc-geographic-map-series-host-component.js +12 -12
- package/esm2015/lib/igc-geographic-marker-series-component.js +31 -31
- package/esm2015/lib/igc-geographic-polyline-series-component.js +12 -12
- package/esm2015/lib/igc-geographic-proportional-symbol-series-component.js +51 -51
- package/esm2015/lib/igc-geographic-scatter-area-series-component.js +17 -17
- package/esm2015/lib/igc-geographic-shape-series-base-component.js +26 -26
- package/esm2015/lib/igc-geographic-shape-series-component.js +43 -43
- package/esm2015/lib/igc-geographic-symbol-series-component.js +19 -19
- package/esm2015/lib/igc-geographic-tile-series-component.js +4 -4
- package/esm2015/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
- package/esm2015/lib/igc-tile-series-component.js +3 -3
- package/esm5/lib/GeographicContourLineSeriesView_combined.js +34 -34
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +69 -69
- package/esm5/lib/GeographicMapSeriesHost_combined.js +152 -152
- package/esm5/lib/GeographicMarkerSeries.js +25 -25
- package/esm5/lib/GeographicPolylineSeriesView_combined.js +15 -15
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +82 -82
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +54 -54
- package/esm5/lib/GeographicShapeSeriesView_combined.js +49 -49
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +51 -51
- package/esm5/lib/GeographicTileSeries.js +25 -25
- package/esm5/lib/TileSeries_combined.js +77 -77
- package/esm5/lib/XamGeographicMap_combined.js +81 -81
- package/esm5/lib/igc-geographic-contour-line-series-component.js +23 -23
- package/esm5/lib/igc-geographic-high-density-scatter-series-component.js +31 -31
- package/esm5/lib/igc-geographic-map-series-host-component.js +12 -12
- package/esm5/lib/igc-geographic-marker-series-component.js +31 -31
- package/esm5/lib/igc-geographic-polyline-series-component.js +12 -12
- package/esm5/lib/igc-geographic-proportional-symbol-series-component.js +51 -51
- package/esm5/lib/igc-geographic-scatter-area-series-component.js +17 -17
- package/esm5/lib/igc-geographic-shape-series-base-component.js +26 -26
- package/esm5/lib/igc-geographic-shape-series-component.js +43 -43
- package/esm5/lib/igc-geographic-symbol-series-component.js +19 -19
- package/esm5/lib/igc-geographic-tile-series-component.js +4 -4
- package/esm5/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
- package/esm5/lib/igc-tile-series-component.js +3 -3
- package/fesm2015/igniteui-webcomponents-maps.js +1006 -1006
- package/fesm5/igniteui-webcomponents-maps.js +997 -997
- package/lib/GeographicContourLineSeriesView_combined.d.ts +11 -11
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +15 -15
- package/lib/GeographicMapSeriesHost_combined.d.ts +24 -24
- package/lib/GeographicMarkerSeries.d.ts +13 -13
- package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
- package/lib/GeographicPolylineSeriesView_combined.d.ts +7 -7
- package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +21 -21
- package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase_combined.d.ts +14 -14
- package/lib/GeographicShapeSeriesView_combined.d.ts +20 -20
- package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicSymbolSeriesView_combined.d.ts +14 -14
- package/lib/GeographicTileSeries.d.ts +7 -7
- package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
- package/lib/TileSeries_combined.d.ts +16 -16
- package/lib/XamGeographicMap_combined.d.ts +21 -21
- package/package.json +3 -3
|
@@ -447,14 +447,14 @@ var GeographicMapSeriesHost = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
447
447
|
__extends(GeographicMapSeriesHost, _super);
|
|
448
448
|
function GeographicMapSeriesHost() {
|
|
449
449
|
var _this = _super.call(this) || this;
|
|
450
|
-
_this.
|
|
451
|
-
_this.
|
|
450
|
+
_this.p4 = null;
|
|
451
|
+
_this.p6 = _this.p5();
|
|
452
452
|
return _this;
|
|
453
453
|
}
|
|
454
|
-
GeographicMapSeriesHost.prototype.
|
|
455
|
-
_super.prototype.
|
|
456
|
-
if (this.
|
|
457
|
-
this.
|
|
454
|
+
GeographicMapSeriesHost.prototype.lk = function () {
|
|
455
|
+
_super.prototype.lk.call(this);
|
|
456
|
+
if (this.p6 != null) {
|
|
457
|
+
this.p6.lk();
|
|
458
458
|
}
|
|
459
459
|
};
|
|
460
460
|
GeographicMapSeriesHost.prototype.get_dv = function () {
|
|
@@ -468,298 +468,298 @@ var GeographicMapSeriesHost = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
468
468
|
if (c == "LongitudeMemberPath") {
|
|
469
469
|
c = "XMemberPath";
|
|
470
470
|
}
|
|
471
|
-
return this.
|
|
471
|
+
return this.p6.hw(a, b);
|
|
472
472
|
};
|
|
473
473
|
GeographicMapSeriesHost.prototype.c1 = function (a, b, c, d) {
|
|
474
|
-
return this.
|
|
474
|
+
return this.p6.c1(a, b, c, d);
|
|
475
475
|
};
|
|
476
476
|
GeographicMapSeriesHost.prototype.ag = function () {
|
|
477
|
-
return this.
|
|
477
|
+
return this.p6.ag();
|
|
478
478
|
};
|
|
479
479
|
GeographicMapSeriesHost.prototype.be = function () {
|
|
480
|
-
return this.
|
|
480
|
+
return this.p6;
|
|
481
481
|
};
|
|
482
|
-
Object.defineProperty(GeographicMapSeriesHost.prototype, "
|
|
482
|
+
Object.defineProperty(GeographicMapSeriesHost.prototype, "p6", {
|
|
483
483
|
get: function () {
|
|
484
|
-
return this.
|
|
484
|
+
return this.p4;
|
|
485
485
|
},
|
|
486
486
|
set: function (a) {
|
|
487
|
-
var b = this.
|
|
487
|
+
var b = this.p6 != a;
|
|
488
488
|
if (b) {
|
|
489
|
-
this.
|
|
490
|
-
this.
|
|
489
|
+
this.p4 = a;
|
|
490
|
+
this.qb();
|
|
491
491
|
}
|
|
492
492
|
},
|
|
493
493
|
enumerable: true,
|
|
494
494
|
configurable: true
|
|
495
495
|
});
|
|
496
496
|
GeographicMapSeriesHost.prototype.get_hasMarkers = function () {
|
|
497
|
-
return this.
|
|
497
|
+
return this.p6.hasMarkers;
|
|
498
498
|
};
|
|
499
|
-
GeographicMapSeriesHost.prototype.
|
|
500
|
-
if (this.
|
|
501
|
-
var hostedSeries_ = this.
|
|
499
|
+
GeographicMapSeriesHost.prototype.qb = function () {
|
|
500
|
+
if (this.p4 != null) {
|
|
501
|
+
var hostedSeries_ = this.p4;
|
|
502
502
|
hostedSeries_.externalObject = TypeRegistrar.createFromInternal(hostedSeries_, PlatformConstants.Prefix, PlatformConstants.Postfix);
|
|
503
503
|
hostedSeries_.externalObject._implementation = hostedSeries_;
|
|
504
504
|
}
|
|
505
|
-
this.k2(this.
|
|
506
|
-
this.
|
|
505
|
+
this.k2(this.p6);
|
|
506
|
+
this.p7.b2();
|
|
507
507
|
};
|
|
508
508
|
GeographicMapSeriesHost.prototype.aw = function (a, b, c) {
|
|
509
|
-
return this.ay(this.
|
|
509
|
+
return this.ay(this.p6, a, b, c);
|
|
510
510
|
};
|
|
511
511
|
GeographicMapSeriesHost.prototype.ax = function (a, b, c) {
|
|
512
|
-
return this.az(this.
|
|
512
|
+
return this.az(this.p6, a, b, c);
|
|
513
513
|
};
|
|
514
514
|
GeographicMapSeriesHost.prototype.ht = function (a) {
|
|
515
|
-
return this.hy(this.
|
|
515
|
+
return this.hy(this.p6, a);
|
|
516
516
|
};
|
|
517
517
|
GeographicMapSeriesHost.prototype.hj = function (a, b) {
|
|
518
|
-
return this.
|
|
518
|
+
return this.p6.hj(a, b);
|
|
519
519
|
};
|
|
520
520
|
GeographicMapSeriesHost.prototype.hh = function (a, b) {
|
|
521
|
-
return this.
|
|
521
|
+
return this.p6.hh(a, b);
|
|
522
522
|
};
|
|
523
523
|
GeographicMapSeriesHost.prototype.gj = function (a, b, c) {
|
|
524
|
-
return this.
|
|
524
|
+
return this.p6.gj(a, b, c);
|
|
525
525
|
};
|
|
526
|
-
GeographicMapSeriesHost.prototype.
|
|
527
|
-
return this.
|
|
526
|
+
GeographicMapSeriesHost.prototype.pm = function (a, b, c) {
|
|
527
|
+
return this.p6.pm(a, b, c);
|
|
528
528
|
};
|
|
529
|
-
GeographicMapSeriesHost.prototype.
|
|
530
|
-
return this.
|
|
529
|
+
GeographicMapSeriesHost.prototype.pv = function (a) {
|
|
530
|
+
return this.p6.pv(a);
|
|
531
531
|
};
|
|
532
532
|
GeographicMapSeriesHost.prototype.ak = function (a) {
|
|
533
|
-
return this.
|
|
533
|
+
return this.p6.ak(a);
|
|
534
534
|
};
|
|
535
|
-
GeographicMapSeriesHost.prototype.
|
|
536
|
-
return this.
|
|
535
|
+
GeographicMapSeriesHost.prototype.pw = function (a) {
|
|
536
|
+
return this.p6.pw(a);
|
|
537
537
|
};
|
|
538
538
|
GeographicMapSeriesHost.prototype.al = function (a) {
|
|
539
|
-
return this.
|
|
540
|
-
};
|
|
541
|
-
GeographicMapSeriesHost.prototype.pw = function (a) {
|
|
542
|
-
return this.p5.pw(a);
|
|
539
|
+
return this.p6.al(a);
|
|
543
540
|
};
|
|
544
541
|
GeographicMapSeriesHost.prototype.px = function (a) {
|
|
545
|
-
return this.
|
|
542
|
+
return this.p6.px(a);
|
|
543
|
+
};
|
|
544
|
+
GeographicMapSeriesHost.prototype.py = function (a) {
|
|
545
|
+
return this.p6.py(a);
|
|
546
546
|
};
|
|
547
547
|
GeographicMapSeriesHost.prototype.gf = function (a, b, c) {
|
|
548
|
-
return this.
|
|
548
|
+
return this.p6.gf(a, b, c);
|
|
549
549
|
};
|
|
550
|
-
GeographicMapSeriesHost.prototype.
|
|
551
|
-
return this.
|
|
550
|
+
GeographicMapSeriesHost.prototype.pi = function (a, b, c) {
|
|
551
|
+
return this.p6.pi(a, b, c);
|
|
552
552
|
};
|
|
553
553
|
GeographicMapSeriesHost.prototype.gh = function (a, b, c) {
|
|
554
554
|
return this.gj(a, b, c);
|
|
555
555
|
};
|
|
556
|
-
GeographicMapSeriesHost.prototype.
|
|
557
|
-
return this.
|
|
556
|
+
GeographicMapSeriesHost.prototype.pk = function (a, b, c) {
|
|
557
|
+
return this.p6.pk(a, b, c);
|
|
558
558
|
};
|
|
559
|
-
GeographicMapSeriesHost.prototype.
|
|
560
|
-
return this.
|
|
559
|
+
GeographicMapSeriesHost.prototype.pn = function (a, b, c) {
|
|
560
|
+
return this.p6.pn(a, b, c);
|
|
561
561
|
};
|
|
562
562
|
GeographicMapSeriesHost.prototype.gk = function (a, b, c) {
|
|
563
|
-
return this.
|
|
563
|
+
return this.p6.gk(a, b, c);
|
|
564
564
|
};
|
|
565
|
-
GeographicMapSeriesHost.prototype.
|
|
566
|
-
return this.
|
|
565
|
+
GeographicMapSeriesHost.prototype.pj = function (a, b, c) {
|
|
566
|
+
return this.p6.pj(a, b, c);
|
|
567
567
|
};
|
|
568
568
|
GeographicMapSeriesHost.prototype.gg = function (a, b, c) {
|
|
569
|
-
return this.
|
|
569
|
+
return this.p6.gg(a, b, c);
|
|
570
570
|
};
|
|
571
|
-
GeographicMapSeriesHost.prototype.
|
|
572
|
-
return this.
|
|
571
|
+
GeographicMapSeriesHost.prototype.pl = function (a, b, c) {
|
|
572
|
+
return this.p6.pl(a, b, c);
|
|
573
573
|
};
|
|
574
574
|
GeographicMapSeriesHost.prototype.gi = function (a, b, c) {
|
|
575
|
-
return this.
|
|
575
|
+
return this.p6.gi(a, b, c);
|
|
576
576
|
};
|
|
577
577
|
GeographicMapSeriesHost.prototype.he = function (a) {
|
|
578
|
-
return this.
|
|
578
|
+
return this.p6.he(a);
|
|
579
579
|
};
|
|
580
580
|
GeographicMapSeriesHost.prototype.ga = function () {
|
|
581
|
-
return this.
|
|
581
|
+
return this.p6.ga();
|
|
582
582
|
};
|
|
583
583
|
GeographicMapSeriesHost.prototype.f6 = function (a) {
|
|
584
|
-
return this.
|
|
584
|
+
return this.p6.f6(a);
|
|
585
585
|
};
|
|
586
586
|
GeographicMapSeriesHost.prototype.hu = function (a) {
|
|
587
|
-
return this.
|
|
587
|
+
return this.p6.hu(a);
|
|
588
588
|
};
|
|
589
589
|
GeographicMapSeriesHost.prototype.bx = function () {
|
|
590
590
|
return new HostSeriesView(this);
|
|
591
591
|
};
|
|
592
|
-
GeographicMapSeriesHost.prototype.
|
|
593
|
-
_super.prototype.
|
|
594
|
-
this.
|
|
592
|
+
GeographicMapSeriesHost.prototype.lz = function (a) {
|
|
593
|
+
_super.prototype.lz.call(this, a);
|
|
594
|
+
this.p7 = typeCast(HostSeriesView.$, a);
|
|
595
595
|
};
|
|
596
|
-
Object.defineProperty(GeographicMapSeriesHost.prototype, "
|
|
596
|
+
Object.defineProperty(GeographicMapSeriesHost.prototype, "p8", {
|
|
597
597
|
get: function () {
|
|
598
|
-
return this.c(GeographicMapSeriesHost.
|
|
598
|
+
return this.c(GeographicMapSeriesHost.qd);
|
|
599
599
|
},
|
|
600
600
|
set: function (a) {
|
|
601
|
-
this.h(GeographicMapSeriesHost.
|
|
601
|
+
this.h(GeographicMapSeriesHost.qd, a);
|
|
602
602
|
},
|
|
603
603
|
enumerable: true,
|
|
604
604
|
configurable: true
|
|
605
605
|
});
|
|
606
|
-
GeographicMapSeriesHost.prototype.
|
|
607
|
-
_super.prototype.
|
|
606
|
+
GeographicMapSeriesHost.prototype.l4 = function (a, b, c, d) {
|
|
607
|
+
_super.prototype.l4.call(this, a, b, c, d);
|
|
608
608
|
switch (b) {
|
|
609
609
|
case "SeriesViewer":
|
|
610
|
-
this.
|
|
610
|
+
this.p6.cd = this.cd;
|
|
611
611
|
if (c != null) {
|
|
612
|
-
c.n2(this.
|
|
612
|
+
c.n2(this.p6);
|
|
613
613
|
}
|
|
614
614
|
if (d != null) {
|
|
615
|
-
this.cd.kx(this.
|
|
615
|
+
this.cd.kx(this.p6);
|
|
616
616
|
}
|
|
617
|
-
this.
|
|
618
|
-
this.
|
|
619
|
-
this.k8(this.
|
|
620
|
-
this.ho = this.
|
|
617
|
+
this.p6.l7(this.pz);
|
|
618
|
+
this.p6.index = this.index;
|
|
619
|
+
this.k8(this.p6);
|
|
620
|
+
this.ho = this.p6.ho;
|
|
621
621
|
var e = typeCast(SeriesViewer.$, c);
|
|
622
622
|
if (e != null) {
|
|
623
|
-
e.actualWindowRectChanged = delegateRemove(e.actualWindowRectChanged, runOn(this, this.
|
|
623
|
+
e.actualWindowRectChanged = delegateRemove(e.actualWindowRectChanged, runOn(this, this.qc));
|
|
624
624
|
}
|
|
625
625
|
if (this.cd != null) {
|
|
626
626
|
var f = this.cd;
|
|
627
|
-
f.actualWindowRectChanged = delegateCombine(f.actualWindowRectChanged, runOn(this, this.
|
|
627
|
+
f.actualWindowRectChanged = delegateCombine(f.actualWindowRectChanged, runOn(this, this.qc));
|
|
628
628
|
}
|
|
629
|
-
this.
|
|
629
|
+
this.qa();
|
|
630
630
|
break;
|
|
631
631
|
case "SyncLink":
|
|
632
|
-
this.
|
|
632
|
+
this.p6.b8 = this.b8;
|
|
633
633
|
break;
|
|
634
634
|
case "VisibleFromScale":
|
|
635
|
-
this.
|
|
635
|
+
this.qa();
|
|
636
636
|
break;
|
|
637
637
|
case "Index":
|
|
638
|
-
this.
|
|
638
|
+
this.p6.index = this.index;
|
|
639
639
|
break;
|
|
640
640
|
case "ItemsSource":
|
|
641
|
-
this.
|
|
641
|
+
this.p7.b3();
|
|
642
642
|
break;
|
|
643
643
|
case "Resolution":
|
|
644
|
-
this.
|
|
644
|
+
this.p7.ca();
|
|
645
645
|
break;
|
|
646
646
|
case "TransitionDuration":
|
|
647
|
-
this.
|
|
647
|
+
this.p7.cd();
|
|
648
648
|
break;
|
|
649
649
|
case "Opacity":
|
|
650
|
-
this.
|
|
650
|
+
this.p7.b7();
|
|
651
651
|
break;
|
|
652
652
|
case "Visibility":
|
|
653
|
-
var hs_ = this.
|
|
653
|
+
var hs_ = this.p6;
|
|
654
654
|
var v_ = this._visibility;
|
|
655
655
|
hs_.visibility = v_;
|
|
656
656
|
break;
|
|
657
657
|
case "MouseOverEnabled":
|
|
658
|
-
this.
|
|
658
|
+
this.p6.el = this.el;
|
|
659
659
|
break;
|
|
660
660
|
case "ExpectFunctions":
|
|
661
|
-
this.
|
|
661
|
+
this.p6.expectFunctions = this.expectFunctions;
|
|
662
662
|
break;
|
|
663
663
|
case "Thickness":
|
|
664
|
-
this.
|
|
664
|
+
this.p7.cc();
|
|
665
665
|
break;
|
|
666
666
|
case "Brush":
|
|
667
|
-
this.
|
|
667
|
+
this.p7.b1();
|
|
668
668
|
break;
|
|
669
669
|
case "Outline":
|
|
670
|
-
this.
|
|
670
|
+
this.p7.b9();
|
|
671
671
|
break;
|
|
672
672
|
case "ActualBrush":
|
|
673
|
-
this.
|
|
673
|
+
this.p7.by();
|
|
674
674
|
break;
|
|
675
675
|
case "ActualOutline":
|
|
676
|
-
this.
|
|
676
|
+
this.p7.bz();
|
|
677
677
|
break;
|
|
678
678
|
case "MarkerFillOpacity":
|
|
679
679
|
if (!isNaN_(this.gq)) {
|
|
680
|
-
this.
|
|
680
|
+
this.p7.b6();
|
|
681
681
|
}
|
|
682
682
|
break;
|
|
683
683
|
case "AreaFillOpacity":
|
|
684
684
|
if (!isNaN_(this.fz)) {
|
|
685
|
-
this.
|
|
685
|
+
this.p7.b0();
|
|
686
686
|
}
|
|
687
687
|
break;
|
|
688
688
|
case "OutlineMode":
|
|
689
|
-
this.
|
|
689
|
+
this.p7.b8();
|
|
690
690
|
break;
|
|
691
691
|
case "ShowDefaultTooltip":
|
|
692
|
-
this.
|
|
692
|
+
this.p7.cb();
|
|
693
693
|
break;
|
|
694
694
|
case "Title":
|
|
695
|
-
this.
|
|
695
|
+
this.p6.title = this.title;
|
|
696
696
|
break;
|
|
697
697
|
case "LegendItemBadgeMode":
|
|
698
|
-
this.
|
|
698
|
+
this.p7.b4();
|
|
699
699
|
break;
|
|
700
700
|
case "LegendItemBadgeShape":
|
|
701
|
-
this.
|
|
701
|
+
this.p7.b5();
|
|
702
702
|
break;
|
|
703
703
|
case "Legend":
|
|
704
|
-
this.
|
|
704
|
+
this.p6.legend = this.legend;
|
|
705
705
|
this.b0.at();
|
|
706
706
|
break;
|
|
707
707
|
}
|
|
708
708
|
};
|
|
709
|
-
GeographicMapSeriesHost.prototype.
|
|
710
|
-
if (this.cd == null || this.
|
|
709
|
+
GeographicMapSeriesHost.prototype.qa = function () {
|
|
710
|
+
if (this.cd == null || this.p6 == null) {
|
|
711
711
|
return;
|
|
712
712
|
}
|
|
713
|
-
if (!isNaN_(this.
|
|
714
|
-
if (this.cd.sf.width > this.
|
|
715
|
-
var hs_ = this.
|
|
713
|
+
if (!isNaN_(this.p8)) {
|
|
714
|
+
if (this.cd.sf.width > this.p8) {
|
|
715
|
+
var hs_ = this.p6;
|
|
716
716
|
var v_ = 1;
|
|
717
717
|
hs_.visibility = v_;
|
|
718
718
|
}
|
|
719
719
|
else {
|
|
720
|
-
var hs2_ = this.
|
|
720
|
+
var hs2_ = this.p6;
|
|
721
721
|
var v2_ = 0;
|
|
722
722
|
hs2_.visibility = v2_;
|
|
723
723
|
}
|
|
724
724
|
}
|
|
725
725
|
};
|
|
726
|
-
GeographicMapSeriesHost.prototype.
|
|
727
|
-
this.
|
|
726
|
+
GeographicMapSeriesHost.prototype.qc = function (a, b) {
|
|
727
|
+
this.qa();
|
|
728
728
|
};
|
|
729
|
-
GeographicMapSeriesHost.prototype.
|
|
730
|
-
_super.prototype.
|
|
731
|
-
if (this.
|
|
732
|
-
this.
|
|
729
|
+
GeographicMapSeriesHost.prototype.mi = function (a) {
|
|
730
|
+
_super.prototype.mi.call(this, a);
|
|
731
|
+
if (this.p6 != null) {
|
|
732
|
+
this.p6.mi(a);
|
|
733
733
|
}
|
|
734
734
|
};
|
|
735
|
-
GeographicMapSeriesHost.prototype.
|
|
736
|
-
if (this.
|
|
737
|
-
this.
|
|
735
|
+
GeographicMapSeriesHost.prototype.mh = function (a, b, c, d, e) {
|
|
736
|
+
if (this.p6 != null) {
|
|
737
|
+
this.p6.mh(a, b, c, d, e);
|
|
738
738
|
}
|
|
739
739
|
};
|
|
740
740
|
GeographicMapSeriesHost.prototype.at = function (a, b) {
|
|
741
|
-
return this.
|
|
741
|
+
return this.p6.at(a, b);
|
|
742
742
|
};
|
|
743
|
-
GeographicMapSeriesHost.prototype.
|
|
744
|
-
_super.prototype.
|
|
745
|
-
this.
|
|
743
|
+
GeographicMapSeriesHost.prototype.ms = function () {
|
|
744
|
+
_super.prototype.ms.call(this);
|
|
745
|
+
this.p6.ms();
|
|
746
746
|
};
|
|
747
747
|
GeographicMapSeriesHost.prototype.get_coercionMethods = function () {
|
|
748
748
|
return this._coercionMethods;
|
|
749
749
|
};
|
|
750
750
|
GeographicMapSeriesHost.prototype.set_coercionMethods = function (a) {
|
|
751
751
|
this._coercionMethods = a;
|
|
752
|
-
this.
|
|
752
|
+
this.p6.coercionMethods = a;
|
|
753
753
|
};
|
|
754
754
|
GeographicMapSeriesHost.prototype.k7 = function (a) {
|
|
755
755
|
_super.prototype.k7.call(this, a);
|
|
756
|
-
if (this.
|
|
757
|
-
var b = this.
|
|
756
|
+
if (this.p6 != null) {
|
|
757
|
+
var b = this.p6.hs();
|
|
758
758
|
this.kz(a, b);
|
|
759
759
|
}
|
|
760
760
|
};
|
|
761
761
|
GeographicMapSeriesHost.$t = markType(GeographicMapSeriesHost, 'GeographicMapSeriesHost', Series.$);
|
|
762
|
-
GeographicMapSeriesHost.
|
|
762
|
+
GeographicMapSeriesHost.qd = DependencyProperty.i("VisibleFromScale", Number_$type, GeographicMapSeriesHost.$, new PropertyMetadata(2, 1, function (a, b) {
|
|
763
763
|
var c = a;
|
|
764
764
|
c.raisePropertyChanged("VisibleFromScale", b.oldValue, b.newValue);
|
|
765
765
|
}));
|
|
@@ -780,67 +780,67 @@ var HostSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
780
780
|
_super.prototype.ar.call(this, a, b);
|
|
781
781
|
};
|
|
782
782
|
HostSeriesView.prototype.b2 = function () {
|
|
783
|
-
this.bx.
|
|
784
|
-
this.bx.
|
|
785
|
-
this.bx.
|
|
786
|
-
this.bx.
|
|
787
|
-
this.bx.
|
|
788
|
-
this.bx.
|
|
789
|
-
this.bx.
|
|
790
|
-
this.bx.
|
|
791
|
-
this.bx.
|
|
792
|
-
this.bx.
|
|
793
|
-
this.bx.
|
|
794
|
-
this.bx.
|
|
795
|
-
this.bx.
|
|
796
|
-
this.bx.
|
|
797
|
-
this.bx.
|
|
798
|
-
this.bx.
|
|
783
|
+
this.bx.p3 = 1;
|
|
784
|
+
this.bx.p6.p3 = 0;
|
|
785
|
+
this.bx.p6.itemsSource = this.bx.itemsSource;
|
|
786
|
+
this.bx.p6.index = this.bx.index;
|
|
787
|
+
this.bx.p6.o3 = this.bx.o3;
|
|
788
|
+
this.bx.p6.o8 = this.bx.o3;
|
|
789
|
+
this.bx.p6.bt = this.bx.bt;
|
|
790
|
+
this.bx.p6.gt = this.bx.gt;
|
|
791
|
+
this.bx.p6.hm = this.bx.hm;
|
|
792
|
+
this.bx.p6._opacity = this.bx._opacity;
|
|
793
|
+
this.bx.p6.gz = this.bx.gz;
|
|
794
|
+
this.bx.p6.fz = this.bx.fz;
|
|
795
|
+
this.bx.p6.gq = this.bx.gq;
|
|
796
|
+
this.bx.p6.er = this.bx.er;
|
|
797
|
+
this.bx.p6.legendItemBadgeShape = this.bx.legendItemBadgeShape;
|
|
798
|
+
this.bx.p6.a9 = this.bx.a9;
|
|
799
799
|
};
|
|
800
800
|
HostSeriesView.prototype.b3 = function () {
|
|
801
|
-
this.bx.
|
|
801
|
+
this.bx.p6.itemsSource = this.bx.itemsSource;
|
|
802
802
|
};
|
|
803
803
|
HostSeriesView.prototype.ca = function () {
|
|
804
|
-
this.bx.
|
|
804
|
+
this.bx.p6.gt = this.bx.gt;
|
|
805
805
|
};
|
|
806
806
|
HostSeriesView.prototype.cd = function () {
|
|
807
|
-
this.bx.
|
|
807
|
+
this.bx.p6.hm = this.bx.hm;
|
|
808
808
|
};
|
|
809
809
|
HostSeriesView.prototype.b7 = function () {
|
|
810
|
-
this.bx.
|
|
810
|
+
this.bx.p6._opacity = this.bx._opacity;
|
|
811
811
|
};
|
|
812
812
|
HostSeriesView.prototype.cc = function () {
|
|
813
|
-
this.bx.
|
|
813
|
+
this.bx.p6.gz = this.bx.gz;
|
|
814
814
|
};
|
|
815
815
|
HostSeriesView.prototype.b1 = function () {
|
|
816
|
-
this.bx.
|
|
816
|
+
this.bx.p6.o3 = this.bx.o3;
|
|
817
817
|
};
|
|
818
818
|
HostSeriesView.prototype.b9 = function () {
|
|
819
|
-
this.bx.
|
|
819
|
+
this.bx.p6.o8 = this.bx.o8;
|
|
820
820
|
};
|
|
821
821
|
HostSeriesView.prototype.by = function () {
|
|
822
|
-
this.bx.
|
|
822
|
+
this.bx.p6.o3 = this.bx.oz;
|
|
823
823
|
};
|
|
824
824
|
HostSeriesView.prototype.bz = function () {
|
|
825
|
-
this.bx.
|
|
825
|
+
this.bx.p6.o8 = this.bx.o2;
|
|
826
826
|
};
|
|
827
827
|
HostSeriesView.prototype.b4 = function () {
|
|
828
|
-
this.bx.
|
|
828
|
+
this.bx.p6.a9 = this.bx.a9;
|
|
829
829
|
};
|
|
830
830
|
HostSeriesView.prototype.b5 = function () {
|
|
831
|
-
this.bx.
|
|
831
|
+
this.bx.p6.legendItemBadgeShape = this.bx.legendItemBadgeShape;
|
|
832
832
|
};
|
|
833
833
|
HostSeriesView.prototype.b0 = function () {
|
|
834
|
-
this.bx.
|
|
834
|
+
this.bx.p6.fz = this.bx.fz;
|
|
835
835
|
};
|
|
836
836
|
HostSeriesView.prototype.b6 = function () {
|
|
837
|
-
this.bx.
|
|
837
|
+
this.bx.p6.gq = this.bx.gq;
|
|
838
838
|
};
|
|
839
839
|
HostSeriesView.prototype.b8 = function () {
|
|
840
|
-
this.bx.
|
|
840
|
+
this.bx.p6.bt = this.bx.bt;
|
|
841
841
|
};
|
|
842
842
|
HostSeriesView.prototype.cb = function () {
|
|
843
|
-
this.bx.
|
|
843
|
+
this.bx.p6.er = this.bx.er;
|
|
844
844
|
};
|
|
845
845
|
HostSeriesView.$t = markType(HostSeriesView, 'HostSeriesView', SeriesView.$);
|
|
846
846
|
return HostSeriesView;
|
|
@@ -1167,7 +1167,7 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1167
1167
|
try {
|
|
1168
1168
|
for (var _b = __values(fromEnum(this.series)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
1169
1169
|
var a = _c.value;
|
|
1170
|
-
a.
|
|
1170
|
+
a.ms();
|
|
1171
1171
|
}
|
|
1172
1172
|
}
|
|
1173
1173
|
catch (e_1_1) {
|
|
@@ -1584,7 +1584,7 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1584
1584
|
try {
|
|
1585
1585
|
for (var _c = __values(fromEnum(this.series)), _d = _c.next(); !_d.done; _d = _c.next()) {
|
|
1586
1586
|
var g = _d.value;
|
|
1587
|
-
g.
|
|
1587
|
+
g.mi(false);
|
|
1588
1588
|
}
|
|
1589
1589
|
}
|
|
1590
1590
|
catch (e_2_1) {
|
|
@@ -1619,7 +1619,7 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1619
1619
|
try {
|
|
1620
1620
|
for (var _e = __values(fromEnum(this.series)), _f = _e.next(); !_f.done; _f = _e.next()) {
|
|
1621
1621
|
var h = _f.value;
|
|
1622
|
-
h.
|
|
1622
|
+
h.lk();
|
|
1623
1623
|
}
|
|
1624
1624
|
}
|
|
1625
1625
|
catch (e_3_1) {
|
|
@@ -1675,7 +1675,7 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1675
1675
|
var c = b;
|
|
1676
1676
|
var d = a;
|
|
1677
1677
|
d.itemsSource = c.triangulationSource.points;
|
|
1678
|
-
d.
|
|
1678
|
+
d.qf = c.triangulationSource.triangles;
|
|
1679
1679
|
}
|
|
1680
1680
|
else {
|
|
1681
1681
|
_super.prototype.n9.call(this, a, b);
|
|
@@ -2008,41 +2008,41 @@ var GeographicXYTriangulatingSeriesView = /** @class */ /*@__PURE__*/ (function
|
|
|
2008
2008
|
}
|
|
2009
2009
|
GeographicXYTriangulatingSeriesView.prototype.b2 = function () {
|
|
2010
2010
|
_super.prototype.b2.call(this);
|
|
2011
|
-
var a = this.ce.
|
|
2012
|
-
a.
|
|
2013
|
-
a.
|
|
2014
|
-
a.trianglesSource = this.ce.
|
|
2015
|
-
a.
|
|
2016
|
-
a.
|
|
2017
|
-
a.
|
|
2011
|
+
var a = this.ce.p6;
|
|
2012
|
+
a.q6 = this.ce.qi;
|
|
2013
|
+
a.re = this.ce.qg;
|
|
2014
|
+
a.trianglesSource = this.ce.qf;
|
|
2015
|
+
a.qu = this.ce.ql;
|
|
2016
|
+
a.qw = this.ce.qn;
|
|
2017
|
+
a.qy = this.ce.qp;
|
|
2018
2018
|
};
|
|
2019
2019
|
GeographicXYTriangulatingSeriesView.prototype.ch = function () {
|
|
2020
|
-
var a = this.ce.
|
|
2020
|
+
var a = this.ce.p6;
|
|
2021
2021
|
if (this.ce.cd == null) {
|
|
2022
|
-
a.p3 = null;
|
|
2023
2022
|
a.p4 = null;
|
|
2023
|
+
a.p5 = null;
|
|
2024
2024
|
return;
|
|
2025
2025
|
}
|
|
2026
|
-
a.
|
|
2027
|
-
a.
|
|
2026
|
+
a.p4 = this.ce.cd.s2;
|
|
2027
|
+
a.p5 = this.ce.cd.s4;
|
|
2028
2028
|
};
|
|
2029
2029
|
GeographicXYTriangulatingSeriesView.prototype.cg = function () {
|
|
2030
|
-
this.ce.
|
|
2030
|
+
this.ce.p6.q6 = this.ce.qi;
|
|
2031
2031
|
};
|
|
2032
2032
|
GeographicXYTriangulatingSeriesView.prototype.cf = function () {
|
|
2033
|
-
this.ce.
|
|
2033
|
+
this.ce.p6.re = this.ce.qg;
|
|
2034
2034
|
};
|
|
2035
2035
|
GeographicXYTriangulatingSeriesView.prototype.ci = function () {
|
|
2036
|
-
this.ce.
|
|
2036
|
+
this.ce.p6.trianglesSource = this.ce.qf;
|
|
2037
2037
|
};
|
|
2038
2038
|
GeographicXYTriangulatingSeriesView.prototype.cj = function () {
|
|
2039
|
-
this.ce.
|
|
2039
|
+
this.ce.p6.qu = this.ce.ql;
|
|
2040
2040
|
};
|
|
2041
2041
|
GeographicXYTriangulatingSeriesView.prototype.ck = function () {
|
|
2042
|
-
this.ce.
|
|
2042
|
+
this.ce.p6.qw = this.ce.qn;
|
|
2043
2043
|
};
|
|
2044
2044
|
GeographicXYTriangulatingSeriesView.prototype.cl = function () {
|
|
2045
|
-
this.ce.
|
|
2045
|
+
this.ce.p6.qy = this.ce.qp;
|
|
2046
2046
|
};
|
|
2047
2047
|
GeographicXYTriangulatingSeriesView.$t = markType(GeographicXYTriangulatingSeriesView, 'GeographicXYTriangulatingSeriesView', HostSeriesView.$);
|
|
2048
2048
|
return GeographicXYTriangulatingSeriesView;
|
|
@@ -2065,19 +2065,19 @@ var GeographicScatterAreaSeriesView = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
2065
2065
|
};
|
|
2066
2066
|
GeographicScatterAreaSeriesView.prototype.b2 = function () {
|
|
2067
2067
|
_super.prototype.b2.call(this);
|
|
2068
|
-
if (this.cm.
|
|
2069
|
-
this.cm.
|
|
2070
|
-
this.cm.
|
|
2068
|
+
if (this.cm.q0 != null) {
|
|
2069
|
+
this.cm.q0.sd = this.cm.q4;
|
|
2070
|
+
this.cm.q0.r1 = this.cm.qz;
|
|
2071
2071
|
}
|
|
2072
2072
|
};
|
|
2073
2073
|
GeographicScatterAreaSeriesView.prototype.cn = function () {
|
|
2074
|
-
if (this.cm.
|
|
2075
|
-
this.cm.
|
|
2074
|
+
if (this.cm.q0 != null) {
|
|
2075
|
+
this.cm.q0.sd = this.cm.q4;
|
|
2076
2076
|
}
|
|
2077
2077
|
};
|
|
2078
2078
|
GeographicScatterAreaSeriesView.prototype.co = function () {
|
|
2079
|
-
if (this.cm.
|
|
2080
|
-
this.cm.
|
|
2079
|
+
if (this.cm.q0 != null) {
|
|
2080
|
+
this.cm.q0.r1 = this.cm.qz;
|
|
2081
2081
|
}
|
|
2082
2082
|
};
|
|
2083
2083
|
GeographicScatterAreaSeriesView.$t = markType(GeographicScatterAreaSeriesView, 'GeographicScatterAreaSeriesView', GeographicXYTriangulatingSeriesView.$);
|
|
@@ -2284,38 +2284,38 @@ var GeographicXYTriangulatingSeries = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
2284
2284
|
GeographicXYTriangulatingSeries.prototype.bx = function () {
|
|
2285
2285
|
return new GeographicXYTriangulatingSeriesView(this);
|
|
2286
2286
|
};
|
|
2287
|
-
GeographicXYTriangulatingSeries.prototype.
|
|
2288
|
-
_super.prototype.
|
|
2289
|
-
this.
|
|
2287
|
+
GeographicXYTriangulatingSeries.prototype.lz = function (a) {
|
|
2288
|
+
_super.prototype.lz.call(this, a);
|
|
2289
|
+
this.qe = a;
|
|
2290
2290
|
};
|
|
2291
|
-
GeographicXYTriangulatingSeries.prototype.
|
|
2292
|
-
_super.prototype.
|
|
2291
|
+
GeographicXYTriangulatingSeries.prototype.l4 = function (a, b, c, d) {
|
|
2292
|
+
_super.prototype.l4.call(this, a, b, c, d);
|
|
2293
2293
|
switch (b) {
|
|
2294
2294
|
case "SeriesViewer":
|
|
2295
|
-
this.
|
|
2295
|
+
this.qe.ch();
|
|
2296
2296
|
break;
|
|
2297
2297
|
case GeographicXYTriangulatingSeries.$$p[1]:
|
|
2298
|
-
this.
|
|
2298
|
+
this.qe.cg();
|
|
2299
2299
|
break;
|
|
2300
2300
|
case GeographicXYTriangulatingSeries.$$p[0]:
|
|
2301
|
-
this.
|
|
2301
|
+
this.qe.cf();
|
|
2302
2302
|
break;
|
|
2303
2303
|
case GeographicXYTriangulatingSeries.$$p[2]:
|
|
2304
|
-
this.
|
|
2304
|
+
this.qe.ci();
|
|
2305
2305
|
break;
|
|
2306
2306
|
case GeographicXYTriangulatingSeries.$$p[3]:
|
|
2307
|
-
this.
|
|
2307
|
+
this.qe.cj();
|
|
2308
2308
|
break;
|
|
2309
2309
|
case GeographicXYTriangulatingSeries.$$p[4]:
|
|
2310
|
-
this.
|
|
2310
|
+
this.qe.ck();
|
|
2311
2311
|
break;
|
|
2312
2312
|
case GeographicXYTriangulatingSeries.$$p[5]:
|
|
2313
|
-
this.
|
|
2313
|
+
this.qe.cl();
|
|
2314
2314
|
break;
|
|
2315
2315
|
}
|
|
2316
2316
|
};
|
|
2317
2317
|
GeographicXYTriangulatingSeries.$t = markType(GeographicXYTriangulatingSeries, 'GeographicXYTriangulatingSeries', GeographicMapSeriesHost.$);
|
|
2318
|
-
GeographicXYTriangulatingSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicXYTriangulatingSeries, 'raisePropertyChanged', ['LatitudeMemberPath:
|
|
2318
|
+
GeographicXYTriangulatingSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicXYTriangulatingSeries, 'raisePropertyChanged', ['LatitudeMemberPath:qg:qr', [2, "pointY"], 'LongitudeMemberPath:qi:qs', [2, "pointX"], 'TrianglesSource:qf:qt', [IEnumerable_$type, null], 'TriangleVertexMemberPath1:ql:qu', [2, "v1"], 'TriangleVertexMemberPath2:qn:qv', [2, "v2"], 'TriangleVertexMemberPath3:qp:qw', [2, "v3"]]);
|
|
2319
2319
|
return GeographicXYTriangulatingSeries;
|
|
2320
2320
|
}(GeographicMapSeriesHost));
|
|
2321
2321
|
/**
|
|
@@ -2325,7 +2325,7 @@ var GeographicScatterAreaSeries = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
2325
2325
|
__extends(GeographicScatterAreaSeries, _super);
|
|
2326
2326
|
function GeographicScatterAreaSeries() {
|
|
2327
2327
|
var _this = _super.call(this) || this;
|
|
2328
|
-
_this.
|
|
2328
|
+
_this.qx = null;
|
|
2329
2329
|
_this.triangulationStatusChanged = null;
|
|
2330
2330
|
_this.ab = GeographicScatterAreaSeries.$;
|
|
2331
2331
|
return _this;
|
|
@@ -2333,53 +2333,53 @@ var GeographicScatterAreaSeries = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
2333
2333
|
GeographicScatterAreaSeries.prototype.get_dd = function () {
|
|
2334
2334
|
return true;
|
|
2335
2335
|
};
|
|
2336
|
-
Object.defineProperty(GeographicScatterAreaSeries.prototype, "
|
|
2336
|
+
Object.defineProperty(GeographicScatterAreaSeries.prototype, "qz", {
|
|
2337
2337
|
get: function () {
|
|
2338
|
-
return this.
|
|
2338
|
+
return this.qx;
|
|
2339
2339
|
},
|
|
2340
2340
|
set: function (a) {
|
|
2341
|
-
var b = this.
|
|
2341
|
+
var b = this.qx != a;
|
|
2342
2342
|
if (b) {
|
|
2343
|
-
var c = this.
|
|
2344
|
-
if (this.
|
|
2345
|
-
var d = this.
|
|
2346
|
-
d.propertyChanged = delegateRemove(d.propertyChanged, runOn(this, this.
|
|
2343
|
+
var c = this.qx;
|
|
2344
|
+
if (this.qx != null) {
|
|
2345
|
+
var d = this.qx;
|
|
2346
|
+
d.propertyChanged = delegateRemove(d.propertyChanged, runOn(this, this.q7));
|
|
2347
2347
|
}
|
|
2348
|
-
this.
|
|
2349
|
-
if (this.
|
|
2350
|
-
var e = this.
|
|
2351
|
-
e.propertyChanged = delegateCombine(e.propertyChanged, runOn(this, this.
|
|
2348
|
+
this.qx = a;
|
|
2349
|
+
if (this.qx != null) {
|
|
2350
|
+
var e = this.qx;
|
|
2351
|
+
e.propertyChanged = delegateCombine(e.propertyChanged, runOn(this, this.q7));
|
|
2352
2352
|
}
|
|
2353
|
-
this.raisePropertyChanged("ColorScale", c, this.
|
|
2354
|
-
if (this.
|
|
2355
|
-
this.
|
|
2353
|
+
this.raisePropertyChanged("ColorScale", c, this.qx);
|
|
2354
|
+
if (this.q0 != null) {
|
|
2355
|
+
this.q0.r1 = a;
|
|
2356
2356
|
}
|
|
2357
2357
|
}
|
|
2358
2358
|
},
|
|
2359
2359
|
enumerable: true,
|
|
2360
2360
|
configurable: true
|
|
2361
2361
|
});
|
|
2362
|
-
GeographicScatterAreaSeries.prototype.
|
|
2363
|
-
this.
|
|
2364
|
-
this.
|
|
2365
|
-
this.
|
|
2362
|
+
GeographicScatterAreaSeries.prototype.q7 = function (a, b) {
|
|
2363
|
+
this.q2.co();
|
|
2364
|
+
this.q9();
|
|
2365
|
+
this.mi(false);
|
|
2366
2366
|
};
|
|
2367
|
-
GeographicScatterAreaSeries.prototype.
|
|
2368
|
-
if (this.
|
|
2369
|
-
this.
|
|
2367
|
+
GeographicScatterAreaSeries.prototype.q9 = function () {
|
|
2368
|
+
if (this.q0 != null) {
|
|
2369
|
+
this.qy = this.q0.r0;
|
|
2370
2370
|
}
|
|
2371
2371
|
};
|
|
2372
|
-
GeographicScatterAreaSeries.prototype.
|
|
2373
|
-
_super.prototype.
|
|
2374
|
-
this.
|
|
2372
|
+
GeographicScatterAreaSeries.prototype.mw = function () {
|
|
2373
|
+
_super.prototype.mw.call(this);
|
|
2374
|
+
this.q9();
|
|
2375
2375
|
};
|
|
2376
|
-
GeographicScatterAreaSeries.prototype.
|
|
2377
|
-
this.
|
|
2378
|
-
var a = this.
|
|
2379
|
-
a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.
|
|
2380
|
-
return this.
|
|
2376
|
+
GeographicScatterAreaSeries.prototype.p5 = function () {
|
|
2377
|
+
this.q0 = new ScatterAreaSeries();
|
|
2378
|
+
var a = this.q0;
|
|
2379
|
+
a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.q8));
|
|
2380
|
+
return this.q0;
|
|
2381
2381
|
};
|
|
2382
|
-
GeographicScatterAreaSeries.prototype.
|
|
2382
|
+
GeographicScatterAreaSeries.prototype.q8 = function (a, b) {
|
|
2383
2383
|
if (this.triangulationStatusChanged != null) {
|
|
2384
2384
|
this.triangulationStatusChanged(this, b);
|
|
2385
2385
|
}
|
|
@@ -2387,19 +2387,19 @@ var GeographicScatterAreaSeries = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
2387
2387
|
GeographicScatterAreaSeries.prototype.bx = function () {
|
|
2388
2388
|
return new GeographicScatterAreaSeriesView(this);
|
|
2389
2389
|
};
|
|
2390
|
-
GeographicScatterAreaSeries.prototype.
|
|
2391
|
-
_super.prototype.
|
|
2392
|
-
this.
|
|
2390
|
+
GeographicScatterAreaSeries.prototype.lz = function (a) {
|
|
2391
|
+
_super.prototype.lz.call(this, a);
|
|
2392
|
+
this.q2 = a;
|
|
2393
2393
|
};
|
|
2394
|
-
GeographicScatterAreaSeries.prototype.
|
|
2395
|
-
_super.prototype.
|
|
2394
|
+
GeographicScatterAreaSeries.prototype.l4 = function (a, b, c, d) {
|
|
2395
|
+
_super.prototype.l4.call(this, a, b, c, d);
|
|
2396
2396
|
switch (b) {
|
|
2397
2397
|
case GeographicScatterAreaSeries.$$p[1]:
|
|
2398
|
-
this.
|
|
2398
|
+
this.q2.cn();
|
|
2399
2399
|
break;
|
|
2400
2400
|
case "ColorScale":
|
|
2401
|
-
this.
|
|
2402
|
-
this.
|
|
2401
|
+
this.q2.co();
|
|
2402
|
+
this.q9();
|
|
2403
2403
|
break;
|
|
2404
2404
|
}
|
|
2405
2405
|
};
|
|
@@ -2410,7 +2410,7 @@ var GeographicScatterAreaSeries = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
2410
2410
|
_super.prototype.set_e3.call(this, a);
|
|
2411
2411
|
};
|
|
2412
2412
|
GeographicScatterAreaSeries.$t = markType(GeographicScatterAreaSeries, 'GeographicScatterAreaSeries', GeographicXYTriangulatingSeries.$);
|
|
2413
|
-
GeographicScatterAreaSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicScatterAreaSeries, 'raisePropertyChanged', ['ActualColorScale:
|
|
2413
|
+
GeographicScatterAreaSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicScatterAreaSeries, 'raisePropertyChanged', ['ActualColorScale:qy:ra', [ColorScale.$, null], 'ColorMemberPath:q4:rb', [2, "value"]]);
|
|
2414
2414
|
return GeographicScatterAreaSeries;
|
|
2415
2415
|
}(GeographicXYTriangulatingSeries));
|
|
2416
2416
|
|
|
@@ -4814,11 +4814,11 @@ var IgcGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function
|
|
|
4814
4814
|
* The default value for this property is 1.0, which means the series will always be visible. At a VisibleFromScale setting of 0.0, the series will never be visible. At a VisibleFromScale setting of 0.5, the series will be visible as long as the map is zoomed in to at least 200%.
|
|
4815
4815
|
*/
|
|
4816
4816
|
get: function () {
|
|
4817
|
-
return this.i.
|
|
4817
|
+
return this.i.p8;
|
|
4818
4818
|
},
|
|
4819
4819
|
set: function (v) {
|
|
4820
|
-
this.i.
|
|
4821
|
-
this._a("visibleFromScale", this.i.
|
|
4820
|
+
this.i.p8 = +v;
|
|
4821
|
+
this._a("visibleFromScale", this.i.p8);
|
|
4822
4822
|
},
|
|
4823
4823
|
enumerable: true,
|
|
4824
4824
|
configurable: true
|
|
@@ -4843,7 +4843,7 @@ var IgcGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function
|
|
|
4843
4843
|
|
|
4844
4844
|
*/
|
|
4845
4845
|
IgcGeographicMapSeriesHostComponent.prototype.notifyIndexedPropertiesChanged = function () {
|
|
4846
|
-
this.i.
|
|
4846
|
+
this.i.lk();
|
|
4847
4847
|
};
|
|
4848
4848
|
IgcGeographicMapSeriesHostComponent.prototype.getItemValue = function (item, memberPathName) {
|
|
4849
4849
|
var iv = this.i.hw(item, memberPathName);
|
|
@@ -4871,7 +4871,7 @@ var IgcGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function
|
|
|
4871
4871
|
return (iv);
|
|
4872
4872
|
};
|
|
4873
4873
|
IgcGeographicMapSeriesHostComponent.prototype.getSeriesValuePosition = function (world, useInterpolation, skipUnknowns) {
|
|
4874
|
-
var iv = this.i.
|
|
4874
|
+
var iv = this.i.pm(toPoint(world), useInterpolation, skipUnknowns);
|
|
4875
4875
|
return fromPoint(iv);
|
|
4876
4876
|
};
|
|
4877
4877
|
/**
|
|
@@ -4880,7 +4880,7 @@ var IgcGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function
|
|
|
4880
4880
|
* @param world * The world coordinate for which to get a value bounding box for
|
|
4881
4881
|
*/
|
|
4882
4882
|
IgcGeographicMapSeriesHostComponent.prototype.getSeriesValueBoundingBox = function (world) {
|
|
4883
|
-
var iv = this.i.
|
|
4883
|
+
var iv = this.i.pv(toPoint(world));
|
|
4884
4884
|
return fromRect(iv);
|
|
4885
4885
|
};
|
|
4886
4886
|
/**
|
|
@@ -4889,7 +4889,7 @@ var IgcGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function
|
|
|
4889
4889
|
* @param world * The world coordinates for which to get a value marker bounding box for
|
|
4890
4890
|
*/
|
|
4891
4891
|
IgcGeographicMapSeriesHostComponent.prototype.getSeriesValueMarkerBoundingBox = function (world) {
|
|
4892
|
-
var iv = this.i.
|
|
4892
|
+
var iv = this.i.px(toPoint(world));
|
|
4893
4893
|
return fromRect(iv);
|
|
4894
4894
|
};
|
|
4895
4895
|
IgcGeographicMapSeriesHostComponent.prototype.getSeriesHighValue = function (world, useInterpolation, skipUnknowns) {
|
|
@@ -4897,7 +4897,7 @@ var IgcGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function
|
|
|
4897
4897
|
return (iv);
|
|
4898
4898
|
};
|
|
4899
4899
|
IgcGeographicMapSeriesHostComponent.prototype.getSeriesHighValuePosition = function (world, useInterpolation, skipUnknowns) {
|
|
4900
|
-
var iv = this.i.
|
|
4900
|
+
var iv = this.i.pi(toPoint(world), useInterpolation, skipUnknowns);
|
|
4901
4901
|
return fromPoint(iv);
|
|
4902
4902
|
};
|
|
4903
4903
|
IgcGeographicMapSeriesHostComponent.prototype.getSeriesLowValue = function (world, useInterpolation, skipUnknowns) {
|
|
@@ -4905,11 +4905,11 @@ var IgcGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function
|
|
|
4905
4905
|
return (iv);
|
|
4906
4906
|
};
|
|
4907
4907
|
IgcGeographicMapSeriesHostComponent.prototype.getSeriesLowValuePosition = function (world, useInterpolation, skipUnknowns) {
|
|
4908
|
-
var iv = this.i.
|
|
4908
|
+
var iv = this.i.pk(toPoint(world), useInterpolation, skipUnknowns);
|
|
4909
4909
|
return fromPoint(iv);
|
|
4910
4910
|
};
|
|
4911
4911
|
IgcGeographicMapSeriesHostComponent.prototype.getSeriesValuePositionFromSeriesPixel = function (mouse, useInterpolation, skipUnknowns) {
|
|
4912
|
-
var iv = this.i.
|
|
4912
|
+
var iv = this.i.pn(toPoint(mouse), useInterpolation, skipUnknowns);
|
|
4913
4913
|
return fromPoint(iv);
|
|
4914
4914
|
};
|
|
4915
4915
|
IgcGeographicMapSeriesHostComponent.prototype.getSeriesValueFromSeriesPixel = function (mouse, useInterpolation, skipUnknowns) {
|
|
@@ -4930,14 +4930,14 @@ var IgcGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function
|
|
|
4930
4930
|
* @param animate * True if the change should be animated.
|
|
4931
4931
|
*/
|
|
4932
4932
|
IgcGeographicMapSeriesHostComponent.prototype.renderSeries = function (animate) {
|
|
4933
|
-
this.i.
|
|
4933
|
+
this.i.mi(animate);
|
|
4934
4934
|
};
|
|
4935
4935
|
/**
|
|
4936
4936
|
* Called when this series' Style is updated.
|
|
4937
4937
|
|
|
4938
4938
|
*/
|
|
4939
4939
|
IgcGeographicMapSeriesHostComponent.prototype.styleUpdated = function () {
|
|
4940
|
-
this.i.
|
|
4940
|
+
this.i.ms();
|
|
4941
4941
|
};
|
|
4942
4942
|
IgcGeographicMapSeriesHostComponent._observedAttributesIgcGeographicMapSeriesHostComponent = null;
|
|
4943
4943
|
return IgcGeographicMapSeriesHostComponent;
|
|
@@ -5062,10 +5062,10 @@ var IgcGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
|
|
|
5062
5062
|
* To be consistent with the Shapefile technical description, it is expected that each list of points is defined as an IEnumerable of IEnumerable of Point, or in other words, a list of lists of points.
|
|
5063
5063
|
*/
|
|
5064
5064
|
get: function () {
|
|
5065
|
-
return this.i.
|
|
5065
|
+
return this.i.qz;
|
|
5066
5066
|
},
|
|
5067
5067
|
set: function (v) {
|
|
5068
|
-
this.i.
|
|
5068
|
+
this.i.qz = v;
|
|
5069
5069
|
},
|
|
5070
5070
|
enumerable: true,
|
|
5071
5071
|
configurable: true
|
|
@@ -5075,11 +5075,11 @@ var IgcGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
|
|
|
5075
5075
|
* Gets or sets whether this Shape series should allow custom style overrides of its individual visuals.
|
|
5076
5076
|
*/
|
|
5077
5077
|
get: function () {
|
|
5078
|
-
return this.i.
|
|
5078
|
+
return this.i.qo;
|
|
5079
5079
|
},
|
|
5080
5080
|
set: function (v) {
|
|
5081
|
-
this.i.
|
|
5082
|
-
this._a("isCustomShapeStyleAllowed", this.i.
|
|
5081
|
+
this.i.qo = ensureBool(v);
|
|
5082
|
+
this._a("isCustomShapeStyleAllowed", this.i.qo);
|
|
5083
5083
|
},
|
|
5084
5084
|
enumerable: true,
|
|
5085
5085
|
configurable: true
|
|
@@ -5089,11 +5089,11 @@ var IgcGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
|
|
|
5089
5089
|
* Gets or sets whether this Shape series should allow custom style overrides of its individual marker visuals.
|
|
5090
5090
|
*/
|
|
5091
5091
|
get: function () {
|
|
5092
|
-
return this.i.
|
|
5092
|
+
return this.i.qn;
|
|
5093
5093
|
},
|
|
5094
5094
|
set: function (v) {
|
|
5095
|
-
this.i.
|
|
5096
|
-
this._a("isCustomShapeMarkerStyleAllowed", this.i.
|
|
5095
|
+
this.i.qn = ensureBool(v);
|
|
5096
|
+
this._a("isCustomShapeMarkerStyleAllowed", this.i.qn);
|
|
5097
5097
|
},
|
|
5098
5098
|
enumerable: true,
|
|
5099
5099
|
configurable: true
|
|
@@ -5103,11 +5103,11 @@ var IgcGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
|
|
|
5103
5103
|
* Gets or sets the mode the series will use to find the closest point to the cursor.
|
|
5104
5104
|
*/
|
|
5105
5105
|
get: function () {
|
|
5106
|
-
return this.i.
|
|
5106
|
+
return this.i.qg;
|
|
5107
5107
|
},
|
|
5108
5108
|
set: function (v) {
|
|
5109
|
-
this.i.
|
|
5110
|
-
this._a("itemSearchMode", enumToString(ShapeItemSearchMode_$type, this.i.
|
|
5109
|
+
this.i.qg = ensureEnum(ShapeItemSearchMode_$type, v);
|
|
5110
|
+
this._a("itemSearchMode", enumToString(ShapeItemSearchMode_$type, this.i.qg));
|
|
5111
5111
|
},
|
|
5112
5112
|
enumerable: true,
|
|
5113
5113
|
configurable: true
|
|
@@ -5117,11 +5117,11 @@ var IgcGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
|
|
|
5117
5117
|
* Gets or sets the threshold to use when searching for items using ItemSearchMode.
|
|
5118
5118
|
*/
|
|
5119
5119
|
get: function () {
|
|
5120
|
-
return this.i.
|
|
5120
|
+
return this.i.qr;
|
|
5121
5121
|
},
|
|
5122
5122
|
set: function (v) {
|
|
5123
|
-
this.i.
|
|
5124
|
-
this._a("itemSearchThreshold", this.i.
|
|
5123
|
+
this.i.qr = +v;
|
|
5124
|
+
this._a("itemSearchThreshold", this.i.qr);
|
|
5125
5125
|
},
|
|
5126
5126
|
enumerable: true,
|
|
5127
5127
|
configurable: true
|
|
@@ -5131,11 +5131,11 @@ var IgcGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
|
|
|
5131
5131
|
* Gets or sets the points threshold to use when searching for items using ItemSearchMode.
|
|
5132
5132
|
*/
|
|
5133
5133
|
get: function () {
|
|
5134
|
-
return this.i.
|
|
5134
|
+
return this.i.qq;
|
|
5135
5135
|
},
|
|
5136
5136
|
set: function (v) {
|
|
5137
|
-
this.i.
|
|
5138
|
-
this._a("itemSearchPointsThreshold", this.i.
|
|
5137
|
+
this.i.qq = +v;
|
|
5138
|
+
this._a("itemSearchPointsThreshold", this.i.qq);
|
|
5139
5139
|
},
|
|
5140
5140
|
enumerable: true,
|
|
5141
5141
|
configurable: true
|
|
@@ -5145,18 +5145,18 @@ var IgcGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
|
|
|
5145
5145
|
* Set a shapefile datasource to use with the series.
|
|
5146
5146
|
*/
|
|
5147
5147
|
get: function () {
|
|
5148
|
-
if (this.i.
|
|
5148
|
+
if (this.i.qj == null) {
|
|
5149
5149
|
return null;
|
|
5150
5150
|
}
|
|
5151
|
-
if (!this.i.
|
|
5151
|
+
if (!this.i.qj.externalObject) {
|
|
5152
5152
|
var e = new IgcShapeDataSource();
|
|
5153
|
-
e._implementation = this.i.
|
|
5154
|
-
this.i.
|
|
5153
|
+
e._implementation = this.i.qj;
|
|
5154
|
+
this.i.qj.externalObject = e;
|
|
5155
5155
|
}
|
|
5156
|
-
return this.i.
|
|
5156
|
+
return this.i.qj.externalObject;
|
|
5157
5157
|
},
|
|
5158
5158
|
set: function (v) {
|
|
5159
|
-
v == null ? this.i.
|
|
5159
|
+
v == null ? this.i.qj = null : this.i.qj = v.i;
|
|
5160
5160
|
},
|
|
5161
5161
|
enumerable: true,
|
|
5162
5162
|
configurable: true
|
|
@@ -5167,11 +5167,11 @@ var IgcGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
|
|
|
5167
5167
|
* In the case of GeographicPolylineSeries, the resolution is compared to either dimension, rather than both. In other words, a polyline will not be filtered if its height or its width exceeds the value of this property. Whereas with a ShapeSeries, both the height and the width must exceed the value of this property.
|
|
5168
5168
|
*/
|
|
5169
5169
|
get: function () {
|
|
5170
|
-
return this.i.
|
|
5170
|
+
return this.i.qp;
|
|
5171
5171
|
},
|
|
5172
5172
|
set: function (v) {
|
|
5173
|
-
this.i.
|
|
5174
|
-
this._a("shapeFilterResolution", this.i.
|
|
5173
|
+
this.i.qp = +v;
|
|
5174
|
+
this._a("shapeFilterResolution", this.i.qp);
|
|
5175
5175
|
},
|
|
5176
5176
|
enumerable: true,
|
|
5177
5177
|
configurable: true
|
|
@@ -5263,20 +5263,20 @@ var GeographicShapeSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
5263
5263
|
__extends(GeographicShapeSeriesBase, _super);
|
|
5264
5264
|
function GeographicShapeSeriesBase() {
|
|
5265
5265
|
var _this = _super !== null && _super.apply(this, arguments) || this;
|
|
5266
|
+
_this.qm = false;
|
|
5266
5267
|
_this.ql = false;
|
|
5267
|
-
_this.qk = false;
|
|
5268
5268
|
_this.assigningShapeStyle = null;
|
|
5269
5269
|
_this.assigningShapeMarkerStyle = null;
|
|
5270
|
-
_this.
|
|
5271
|
-
_this.
|
|
5270
|
+
_this.qi = null;
|
|
5271
|
+
_this.qk = false;
|
|
5272
5272
|
return _this;
|
|
5273
5273
|
}
|
|
5274
5274
|
GeographicShapeSeriesBase.prototype.bx = function () {
|
|
5275
5275
|
return new GeographicShapeSeriesBaseView(this);
|
|
5276
5276
|
};
|
|
5277
|
-
GeographicShapeSeriesBase.prototype.
|
|
5278
|
-
_super.prototype.
|
|
5279
|
-
this.
|
|
5277
|
+
GeographicShapeSeriesBase.prototype.lz = function (a) {
|
|
5278
|
+
_super.prototype.lz.call(this, a);
|
|
5279
|
+
this.qh = a;
|
|
5280
5280
|
};
|
|
5281
5281
|
GeographicShapeSeriesBase.prototype.get_dx = function () {
|
|
5282
5282
|
return true;
|
|
@@ -5284,97 +5284,97 @@ var GeographicShapeSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
5284
5284
|
GeographicShapeSeriesBase.prototype.get_c2 = function () {
|
|
5285
5285
|
return true;
|
|
5286
5286
|
};
|
|
5287
|
-
GeographicShapeSeriesBase.prototype.
|
|
5288
|
-
_super.prototype.
|
|
5287
|
+
GeographicShapeSeriesBase.prototype.l4 = function (a, b, c, d) {
|
|
5288
|
+
_super.prototype.l4.call(this, a, b, c, d);
|
|
5289
5289
|
switch (b) {
|
|
5290
5290
|
case "SeriesViewer":
|
|
5291
|
-
this.
|
|
5291
|
+
this.qh.cf();
|
|
5292
5292
|
break;
|
|
5293
5293
|
case "ShapeMemberPath":
|
|
5294
|
-
this.
|
|
5294
|
+
this.qh.ch();
|
|
5295
5295
|
break;
|
|
5296
5296
|
case GeographicShapeSeriesBase.$$p[5]:
|
|
5297
|
-
this.
|
|
5297
|
+
this.qh.cg();
|
|
5298
5298
|
break;
|
|
5299
5299
|
case GeographicShapeSeriesBase.$$p[1]:
|
|
5300
|
-
this.
|
|
5301
|
-
this.
|
|
5302
|
-
if (this.
|
|
5303
|
-
var e = this.
|
|
5304
|
-
e.assigningShapeStyle = delegateCombine(e.assigningShapeStyle, runOn(this, this.
|
|
5300
|
+
this.p6.q5 = this.qo;
|
|
5301
|
+
this.qm = this.qo;
|
|
5302
|
+
if (this.qo) {
|
|
5303
|
+
var e = this.p6;
|
|
5304
|
+
e.assigningShapeStyle = delegateCombine(e.assigningShapeStyle, runOn(this, this.q2));
|
|
5305
5305
|
}
|
|
5306
5306
|
else {
|
|
5307
|
-
var f = this.
|
|
5308
|
-
f.assigningShapeStyle = delegateRemove(f.assigningShapeStyle, runOn(this, this.
|
|
5307
|
+
var f = this.p6;
|
|
5308
|
+
f.assigningShapeStyle = delegateRemove(f.assigningShapeStyle, runOn(this, this.q2));
|
|
5309
5309
|
}
|
|
5310
5310
|
break;
|
|
5311
5311
|
case GeographicShapeSeriesBase.$$p[0]:
|
|
5312
|
-
this.
|
|
5313
|
-
this.
|
|
5314
|
-
if (this.
|
|
5315
|
-
var g = this.
|
|
5316
|
-
g.assigningShapeMarkerStyle = delegateCombine(g.assigningShapeMarkerStyle, runOn(this, this.
|
|
5312
|
+
this.p6.q4 = this.qn;
|
|
5313
|
+
this.ql = this.qn;
|
|
5314
|
+
if (this.qo) {
|
|
5315
|
+
var g = this.p6;
|
|
5316
|
+
g.assigningShapeMarkerStyle = delegateCombine(g.assigningShapeMarkerStyle, runOn(this, this.q1));
|
|
5317
5317
|
}
|
|
5318
5318
|
else {
|
|
5319
|
-
var h = this.
|
|
5320
|
-
h.assigningShapeMarkerStyle = delegateRemove(h.assigningShapeMarkerStyle, runOn(this, this.
|
|
5319
|
+
var h = this.p6;
|
|
5320
|
+
h.assigningShapeMarkerStyle = delegateRemove(h.assigningShapeMarkerStyle, runOn(this, this.q1));
|
|
5321
5321
|
}
|
|
5322
5322
|
break;
|
|
5323
5323
|
case GeographicShapeSeriesBase.$$p[2]:
|
|
5324
|
-
this.
|
|
5324
|
+
this.p6.qr = this.qg;
|
|
5325
5325
|
break;
|
|
5326
5326
|
case GeographicShapeSeriesBase.$$p[3]:
|
|
5327
|
-
this.
|
|
5327
|
+
this.p6.rm = this.qq;
|
|
5328
5328
|
break;
|
|
5329
5329
|
case GeographicShapeSeriesBase.$$p[4]:
|
|
5330
|
-
this.
|
|
5330
|
+
this.p6.rn = this.qr;
|
|
5331
5331
|
break;
|
|
5332
5332
|
case "ShapefileDataSource":
|
|
5333
5333
|
if (c != null) {
|
|
5334
5334
|
var i = c;
|
|
5335
|
-
if (this.
|
|
5336
|
-
i.importCompleted = delegateRemove(i.importCompleted, runOn(this, this.
|
|
5335
|
+
if (this.qk) {
|
|
5336
|
+
i.importCompleted = delegateRemove(i.importCompleted, runOn(this, this.q3));
|
|
5337
5337
|
}
|
|
5338
5338
|
}
|
|
5339
5339
|
if (d != null) {
|
|
5340
5340
|
var j = d;
|
|
5341
5341
|
if (j.count > 0) {
|
|
5342
|
-
this.
|
|
5342
|
+
this.q4();
|
|
5343
5343
|
break;
|
|
5344
5344
|
}
|
|
5345
|
-
this.
|
|
5346
|
-
j.importCompleted = delegateCombine(j.importCompleted, runOn(this, this.
|
|
5345
|
+
this.qk = true;
|
|
5346
|
+
j.importCompleted = delegateCombine(j.importCompleted, runOn(this, this.q3));
|
|
5347
5347
|
}
|
|
5348
5348
|
break;
|
|
5349
5349
|
}
|
|
5350
5350
|
};
|
|
5351
|
-
GeographicShapeSeriesBase.prototype.
|
|
5351
|
+
GeographicShapeSeriesBase.prototype.q2 = function (a, b) {
|
|
5352
5352
|
if (this.assigningShapeStyle != null) {
|
|
5353
5353
|
this.assigningShapeStyle(this, b);
|
|
5354
5354
|
}
|
|
5355
5355
|
};
|
|
5356
|
-
GeographicShapeSeriesBase.prototype.
|
|
5356
|
+
GeographicShapeSeriesBase.prototype.q1 = function (a, b) {
|
|
5357
5357
|
if (this.assigningShapeMarkerStyle != null) {
|
|
5358
5358
|
this.assigningShapeMarkerStyle(this, b);
|
|
5359
5359
|
}
|
|
5360
5360
|
};
|
|
5361
|
-
GeographicShapeSeriesBase.prototype.
|
|
5362
|
-
this.
|
|
5361
|
+
GeographicShapeSeriesBase.prototype.q3 = function (a, b) {
|
|
5362
|
+
this.q4();
|
|
5363
5363
|
};
|
|
5364
|
-
GeographicShapeSeriesBase.prototype.
|
|
5365
|
-
var sds_ = this.
|
|
5364
|
+
GeographicShapeSeriesBase.prototype.q4 = function () {
|
|
5365
|
+
var sds_ = this.qj;
|
|
5366
5366
|
var ext_ = sds_.externalObject;
|
|
5367
5367
|
this.itemsSource = (ext_.getPointData());
|
|
5368
5368
|
};
|
|
5369
|
-
Object.defineProperty(GeographicShapeSeriesBase.prototype, "
|
|
5369
|
+
Object.defineProperty(GeographicShapeSeriesBase.prototype, "qj", {
|
|
5370
5370
|
get: function () {
|
|
5371
|
-
return this.
|
|
5371
|
+
return this.qi;
|
|
5372
5372
|
},
|
|
5373
5373
|
set: function (a) {
|
|
5374
|
-
var b = this.
|
|
5375
|
-
this.
|
|
5376
|
-
if (b != this.
|
|
5377
|
-
this.raisePropertyChanged("ShapefileDataSource", b, this.
|
|
5374
|
+
var b = this.qi;
|
|
5375
|
+
this.qi = a;
|
|
5376
|
+
if (b != this.qi) {
|
|
5377
|
+
this.raisePropertyChanged("ShapefileDataSource", b, this.qi);
|
|
5378
5378
|
}
|
|
5379
5379
|
},
|
|
5380
5380
|
enumerable: true,
|
|
@@ -5387,7 +5387,7 @@ var GeographicShapeSeriesBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
5387
5387
|
_super.prototype.set_e3.call(this, a);
|
|
5388
5388
|
};
|
|
5389
5389
|
GeographicShapeSeriesBase.$t = markType(GeographicShapeSeriesBase, 'GeographicShapeSeriesBase', GeographicMapSeriesHost.$);
|
|
5390
|
-
GeographicShapeSeriesBase.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeriesBase, 'raisePropertyChanged', ['IsCustomShapeMarkerStyleAllowed:
|
|
5390
|
+
GeographicShapeSeriesBase.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeriesBase, 'raisePropertyChanged', ['IsCustomShapeMarkerStyleAllowed:qn:q5', [0, false], 'IsCustomShapeStyleAllowed:qo:q6', [0, false], 'ItemSearchMode:qg:q7', [ShapeItemSearchMode_$type, enumGetBox(ShapeItemSearchMode_$type, 0)], 'ItemSearchPointsThreshold:qq:q8', [1, 10000], 'ItemSearchThreshold:qr:q9', [1, 10000], 'ShapeFilterResolution:qp:ra', [1, 2], 'ShapeMemberPath:qz:rb', [2, "points"]]);
|
|
5391
5391
|
return GeographicShapeSeriesBase;
|
|
5392
5392
|
}(GeographicMapSeriesHost));
|
|
5393
5393
|
/**
|
|
@@ -5403,23 +5403,23 @@ var GeographicShapeSeriesBaseView = /** @class */ /*@__PURE__*/ (function (_supe
|
|
|
5403
5403
|
}
|
|
5404
5404
|
GeographicShapeSeriesBaseView.prototype.b2 = function () {
|
|
5405
5405
|
_super.prototype.b2.call(this);
|
|
5406
|
-
this.ce.
|
|
5406
|
+
this.ce.p6.rx = this.ce.qz;
|
|
5407
5407
|
};
|
|
5408
5408
|
GeographicShapeSeriesBaseView.prototype.cf = function () {
|
|
5409
|
-
var a = this.ce.
|
|
5409
|
+
var a = this.ce.p6;
|
|
5410
5410
|
if (this.ce.cd == null) {
|
|
5411
|
-
a.
|
|
5412
|
-
a.
|
|
5411
|
+
a.ql = null;
|
|
5412
|
+
a.qn = null;
|
|
5413
5413
|
return;
|
|
5414
5414
|
}
|
|
5415
|
-
a.
|
|
5416
|
-
a.
|
|
5415
|
+
a.ql = this.ce.cd.s2;
|
|
5416
|
+
a.qn = this.ce.cd.s4;
|
|
5417
5417
|
};
|
|
5418
5418
|
GeographicShapeSeriesBaseView.prototype.ch = function () {
|
|
5419
|
-
this.ce.
|
|
5419
|
+
this.ce.p6.rx = this.ce.qz;
|
|
5420
5420
|
};
|
|
5421
5421
|
GeographicShapeSeriesBaseView.prototype.cg = function () {
|
|
5422
|
-
this.ce.
|
|
5422
|
+
this.ce.p6.rj = this.ce.qp;
|
|
5423
5423
|
};
|
|
5424
5424
|
GeographicShapeSeriesBaseView.$t = markType(GeographicShapeSeriesBaseView, 'GeographicShapeSeriesBaseView', HostSeriesView.$);
|
|
5425
5425
|
return GeographicShapeSeriesBaseView;
|
|
@@ -5455,54 +5455,54 @@ var GeographicShapeSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
5455
5455
|
_this.ci = null;
|
|
5456
5456
|
_this.ci = a;
|
|
5457
5457
|
if (!_this.q) {
|
|
5458
|
-
_this.ci.
|
|
5458
|
+
_this.ci.qz = "points";
|
|
5459
5459
|
}
|
|
5460
5460
|
return _this;
|
|
5461
5461
|
}
|
|
5462
5462
|
GeographicShapeSeriesView.prototype.as = function () {
|
|
5463
5463
|
_super.prototype.as.call(this);
|
|
5464
5464
|
if (!this.q) {
|
|
5465
|
-
this.ci.
|
|
5465
|
+
this.ci.sj = Defaults.aj;
|
|
5466
5466
|
this.ci.gz = Defaults.p;
|
|
5467
|
-
this.ci.
|
|
5468
|
-
this.ci.
|
|
5469
|
-
this.ci.
|
|
5467
|
+
this.ci.ri = Defaults.o;
|
|
5468
|
+
this.ci.rf = Defaults.d;
|
|
5469
|
+
this.ci.rd = Defaults.a;
|
|
5470
5470
|
}
|
|
5471
5471
|
};
|
|
5472
5472
|
GeographicShapeSeriesView.prototype.b2 = function () {
|
|
5473
5473
|
_super.prototype.b2.call(this);
|
|
5474
|
-
this.ci.
|
|
5475
|
-
this.ci.
|
|
5476
|
-
this.ci.
|
|
5477
|
-
this.ci.
|
|
5478
|
-
this.ci.
|
|
5474
|
+
this.ci.p6.ud = this.ci.sl;
|
|
5475
|
+
this.ci.p6.s6 = this.ci.rg;
|
|
5476
|
+
this.ci.p6.ts = this.ci.r1;
|
|
5477
|
+
this.ci.p6.s9 = this.ci.ri;
|
|
5478
|
+
this.ci.p6.ss = this.ci.rc;
|
|
5479
5479
|
};
|
|
5480
5480
|
GeographicShapeSeriesView.prototype.cn = function () {
|
|
5481
|
-
this.ci.
|
|
5481
|
+
this.ci.p6.ts = this.ci.r1;
|
|
5482
5482
|
};
|
|
5483
5483
|
GeographicShapeSeriesView.prototype.cp = function () {
|
|
5484
|
-
this.ci.
|
|
5484
|
+
this.ci.p6.s9 = this.ci.ri;
|
|
5485
5485
|
};
|
|
5486
5486
|
GeographicShapeSeriesView.prototype.ck = function () {
|
|
5487
|
-
this.ci.
|
|
5487
|
+
this.ci.p6.ss = this.ci.rc;
|
|
5488
5488
|
};
|
|
5489
5489
|
GeographicShapeSeriesView.prototype.co = function () {
|
|
5490
|
-
this.ci.
|
|
5490
|
+
this.ci.p6.s1 = this.ci.rf;
|
|
5491
5491
|
};
|
|
5492
5492
|
GeographicShapeSeriesView.prototype.cj = function () {
|
|
5493
|
-
this.ci.
|
|
5493
|
+
this.ci.p6.t9 = this.ci.si;
|
|
5494
5494
|
};
|
|
5495
5495
|
GeographicShapeSeriesView.prototype.cl = function () {
|
|
5496
|
-
this.ci.
|
|
5496
|
+
this.ci.p6.ua = this.ci.sj;
|
|
5497
5497
|
};
|
|
5498
5498
|
GeographicShapeSeriesView.prototype.cm = function () {
|
|
5499
|
-
this.ci.
|
|
5499
|
+
this.ci.p6.uc = this.ci.sk;
|
|
5500
5500
|
};
|
|
5501
5501
|
GeographicShapeSeriesView.prototype.cq = function () {
|
|
5502
|
-
this.ci.
|
|
5502
|
+
this.ci.p6.s6 = this.ci.rg;
|
|
5503
5503
|
};
|
|
5504
5504
|
GeographicShapeSeriesView.prototype.cr = function () {
|
|
5505
|
-
this.ci.
|
|
5505
|
+
this.ci.p6.ud = this.ci.sl;
|
|
5506
5506
|
};
|
|
5507
5507
|
GeographicShapeSeriesView.$t = markType(GeographicShapeSeriesView, 'GeographicShapeSeriesView', GeographicShapeSeriesBaseView.$);
|
|
5508
5508
|
return GeographicShapeSeriesView;
|
|
@@ -5524,81 +5524,81 @@ var GeographicShapeSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
5524
5524
|
GeographicShapeSeries.prototype.bx = function () {
|
|
5525
5525
|
return new GeographicShapeSeriesView(this);
|
|
5526
5526
|
};
|
|
5527
|
-
GeographicShapeSeries.prototype.
|
|
5528
|
-
_super.prototype.
|
|
5529
|
-
this.
|
|
5527
|
+
GeographicShapeSeries.prototype.lz = function (a) {
|
|
5528
|
+
_super.prototype.lz.call(this, a);
|
|
5529
|
+
this.rh = a;
|
|
5530
5530
|
};
|
|
5531
|
-
GeographicShapeSeries.prototype.
|
|
5531
|
+
GeographicShapeSeries.prototype.p5 = function () {
|
|
5532
5532
|
var a = new ScatterPolygonSeries();
|
|
5533
|
-
a.styleShape = delegateCombine(a.styleShape, runOn(this, this.
|
|
5534
|
-
a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.
|
|
5533
|
+
a.styleShape = delegateCombine(a.styleShape, runOn(this, this.ry));
|
|
5534
|
+
a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.rz));
|
|
5535
5535
|
return a;
|
|
5536
5536
|
};
|
|
5537
|
-
GeographicShapeSeries.prototype.
|
|
5537
|
+
GeographicShapeSeries.prototype.ry = function (a, b) {
|
|
5538
5538
|
if (this.styleShape != null) {
|
|
5539
5539
|
this.styleShape(this, b);
|
|
5540
5540
|
}
|
|
5541
5541
|
};
|
|
5542
|
-
GeographicShapeSeries.prototype.
|
|
5543
|
-
var c = typeCast(ScatterPolygonSeries.$, this.
|
|
5542
|
+
GeographicShapeSeries.prototype.rz = function (a, b) {
|
|
5543
|
+
var c = typeCast(ScatterPolygonSeries.$, this.p6);
|
|
5544
5544
|
if (c == null) {
|
|
5545
5545
|
return;
|
|
5546
5546
|
}
|
|
5547
5547
|
};
|
|
5548
5548
|
GeographicShapeSeries.prototype.f2 = function () {
|
|
5549
|
-
return this.
|
|
5550
|
-
};
|
|
5551
|
-
GeographicShapeSeries.prototype.o5 = function () {
|
|
5552
|
-
return this.sf;
|
|
5549
|
+
return this.ri;
|
|
5553
5550
|
};
|
|
5554
5551
|
GeographicShapeSeries.prototype.o6 = function () {
|
|
5555
5552
|
return this.sg;
|
|
5556
5553
|
};
|
|
5557
|
-
GeographicShapeSeries.prototype.
|
|
5558
|
-
return this.
|
|
5554
|
+
GeographicShapeSeries.prototype.o7 = function () {
|
|
5555
|
+
return this.sh;
|
|
5556
|
+
};
|
|
5557
|
+
GeographicShapeSeries.prototype.ne = function () {
|
|
5558
|
+
return this.r0;
|
|
5559
5559
|
};
|
|
5560
5560
|
GeographicShapeSeries.prototype.iy = function () {
|
|
5561
|
-
var a = typeCast(ScatterPolygonSeries.$, this.
|
|
5561
|
+
var a = typeCast(ScatterPolygonSeries.$, this.p6);
|
|
5562
5562
|
if (a == null) {
|
|
5563
5563
|
return "Unknown";
|
|
5564
5564
|
}
|
|
5565
5565
|
return a.iy();
|
|
5566
5566
|
};
|
|
5567
|
-
GeographicShapeSeries.prototype.
|
|
5568
|
-
_super.prototype.
|
|
5567
|
+
GeographicShapeSeries.prototype.l4 = function (a, b, c, d) {
|
|
5568
|
+
_super.prototype.l4.call(this, a, b, c, d);
|
|
5569
5569
|
switch (b) {
|
|
5570
5570
|
case GeographicShapeSeries.$$p[6]:
|
|
5571
|
-
this.
|
|
5571
|
+
this.p6.sz = this.re;
|
|
5572
5572
|
break;
|
|
5573
5573
|
case GeographicShapeSeries.$$p[5]:
|
|
5574
|
-
this.
|
|
5574
|
+
this.p6.sv = this.rd;
|
|
5575
5575
|
break;
|
|
5576
5576
|
case GeographicShapeSeries.$$p[9]:
|
|
5577
|
-
this.
|
|
5577
|
+
this.rh.cn();
|
|
5578
5578
|
break;
|
|
5579
5579
|
case GeographicShapeSeries.$$p[10]:
|
|
5580
|
-
this.
|
|
5580
|
+
this.rh.cp();
|
|
5581
5581
|
break;
|
|
5582
5582
|
case GeographicShapeSeries.$$p[4]:
|
|
5583
|
-
this.
|
|
5583
|
+
this.rh.ck();
|
|
5584
5584
|
break;
|
|
5585
5585
|
case GeographicShapeSeries.$$p[11]:
|
|
5586
|
-
this.
|
|
5586
|
+
this.rh.co();
|
|
5587
5587
|
break;
|
|
5588
5588
|
case GeographicShapeSeries.$$p[3]:
|
|
5589
|
-
this.
|
|
5589
|
+
this.rh.cj();
|
|
5590
5590
|
break;
|
|
5591
5591
|
case GeographicShapeSeries.$$p[7]:
|
|
5592
|
-
this.
|
|
5592
|
+
this.rh.cl();
|
|
5593
5593
|
break;
|
|
5594
5594
|
case GeographicShapeSeries.$$p[8]:
|
|
5595
|
-
this.
|
|
5595
|
+
this.rh.cm();
|
|
5596
5596
|
break;
|
|
5597
5597
|
case GeographicShapeSeries.$$p[13]:
|
|
5598
|
-
this.
|
|
5598
|
+
this.rh.cq();
|
|
5599
5599
|
break;
|
|
5600
5600
|
case GeographicShapeSeries.$$p[12]:
|
|
5601
|
-
this.
|
|
5601
|
+
this.rh.cr();
|
|
5602
5602
|
break;
|
|
5603
5603
|
}
|
|
5604
5604
|
};
|
|
@@ -5606,7 +5606,7 @@ var GeographicShapeSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
5606
5606
|
return 0.7;
|
|
5607
5607
|
};
|
|
5608
5608
|
GeographicShapeSeries.$t = markType(GeographicShapeSeries, 'GeographicShapeSeries', GeographicShapeSeriesBase.$);
|
|
5609
|
-
GeographicShapeSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeries, 'raisePropertyChanged', ['ActualMarkerBrush:
|
|
5609
|
+
GeographicShapeSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeries, 'raisePropertyChanged', ['ActualMarkerBrush:sg:r2', [Brush.$], 'ActualMarkerOutline:sh:r3', [Brush.$], 'ActualMarkerTemplate:r0:r4', [DataTemplate.$, null], 'MarkerBrush:si:r5', [Brush.$], 'MarkerCollisionAvoidance:rc:r6', [CollisionAvoidanceType_$type, enumGetBox(CollisionAvoidanceType_$type, 0)], 'MarkerFillMode:rd:r7', [MarkerFillMode_$type, enumGetBox(MarkerFillMode_$type, 0)], 'MarkerOutlineMode:re:r8', [MarkerOutlineMode_$type, enumGetBox(MarkerOutlineMode_$type, 0)], 'MarkerOutline:sj:r9', [Brush.$], 'MarkerStyle:sk:sa', [Style.$], 'MarkerTemplate:r1:sb', [DataTemplate.$, null], 'MarkerThickness:ri:sc', [1, DeviceUtils.g(2)], 'MarkerType:rf:sd', [MarkerType_$type, enumGetBox(MarkerType_$type, 2)], 'ShapeStyle:sl:se', [Style.$, null], 'ShapeStyleSelector:rg:sf', [StyleSelector.$, null]]);
|
|
5610
5610
|
return GeographicShapeSeries;
|
|
5611
5611
|
}(GeographicShapeSeriesBase));
|
|
5612
5612
|
|
|
@@ -5685,11 +5685,11 @@ var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
5685
5685
|
* Gets or sets the fill brush.
|
|
5686
5686
|
*/
|
|
5687
5687
|
get: function () {
|
|
5688
|
-
return this.i.
|
|
5688
|
+
return this.i.sl ? this.i.sl.fill : null;
|
|
5689
5689
|
},
|
|
5690
5690
|
set: function (v) {
|
|
5691
5691
|
this.ensureShapeStyle();
|
|
5692
|
-
this.i.
|
|
5692
|
+
this.i.sl.fill = v;
|
|
5693
5693
|
},
|
|
5694
5694
|
enumerable: true,
|
|
5695
5695
|
configurable: true
|
|
@@ -5699,11 +5699,11 @@ var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
5699
5699
|
* Gets or sets the stroke brush.
|
|
5700
5700
|
*/
|
|
5701
5701
|
get: function () {
|
|
5702
|
-
return this.i.
|
|
5702
|
+
return this.i.sl ? this.i.sl.stroke : null;
|
|
5703
5703
|
},
|
|
5704
5704
|
set: function (v) {
|
|
5705
5705
|
this.ensureShapeStyle();
|
|
5706
|
-
this.i.
|
|
5706
|
+
this.i.sl.stroke = v;
|
|
5707
5707
|
},
|
|
5708
5708
|
enumerable: true,
|
|
5709
5709
|
configurable: true
|
|
@@ -5713,12 +5713,12 @@ var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
5713
5713
|
* Gets or sets the stroke thickness.
|
|
5714
5714
|
*/
|
|
5715
5715
|
get: function () {
|
|
5716
|
-
return this.i.
|
|
5716
|
+
return this.i.sl ? this.i.sl.strokeThickness : NaN;
|
|
5717
5717
|
},
|
|
5718
5718
|
set: function (v) {
|
|
5719
5719
|
this.ensureShapeStyle();
|
|
5720
|
-
this.i.
|
|
5721
|
-
this._a("shapeStrokeThickness", this.i.
|
|
5720
|
+
this.i.sl.strokeThickness = +v;
|
|
5721
|
+
this._a("shapeStrokeThickness", this.i.sl.strokeThickness);
|
|
5722
5722
|
},
|
|
5723
5723
|
enumerable: true,
|
|
5724
5724
|
configurable: true
|
|
@@ -5728,21 +5728,21 @@ var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
5728
5728
|
* Gets or sets the opacity.
|
|
5729
5729
|
*/
|
|
5730
5730
|
get: function () {
|
|
5731
|
-
return this.i.
|
|
5731
|
+
return this.i.sl ? this.i.sl.opacity : NaN;
|
|
5732
5732
|
},
|
|
5733
5733
|
set: function (v) {
|
|
5734
5734
|
this.ensureShapeStyle();
|
|
5735
|
-
this.i.
|
|
5736
|
-
this._a("shapeOpacity", this.i.
|
|
5735
|
+
this.i.sl.opacity = +v;
|
|
5736
|
+
this._a("shapeOpacity", this.i.sl.opacity);
|
|
5737
5737
|
},
|
|
5738
5738
|
enumerable: true,
|
|
5739
5739
|
configurable: true
|
|
5740
5740
|
});
|
|
5741
5741
|
IgcGeographicShapeSeriesComponent.prototype.ensureShapeStyle = function () {
|
|
5742
|
-
if (this.i.
|
|
5742
|
+
if (this.i.sl) {
|
|
5743
5743
|
return;
|
|
5744
5744
|
}
|
|
5745
|
-
this.i.
|
|
5745
|
+
this.i.sl = new Style();
|
|
5746
5746
|
};
|
|
5747
5747
|
Object.defineProperty(IgcGeographicShapeSeriesComponent.prototype, "markerType", {
|
|
5748
5748
|
/**
|
|
@@ -5750,11 +5750,11 @@ var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
5750
5750
|
* If the MarkerTemplate property is set, the setting of the MarkerType property will be ignored.
|
|
5751
5751
|
*/
|
|
5752
5752
|
get: function () {
|
|
5753
|
-
return this.i.
|
|
5753
|
+
return this.i.rf;
|
|
5754
5754
|
},
|
|
5755
5755
|
set: function (v) {
|
|
5756
|
-
this.i.
|
|
5757
|
-
this._a("markerType", enumToString(MarkerType_$type, this.i.
|
|
5756
|
+
this.i.rf = ensureEnum(MarkerType_$type, v);
|
|
5757
|
+
this._a("markerType", enumToString(MarkerType_$type, this.i.rf));
|
|
5758
5758
|
},
|
|
5759
5759
|
enumerable: true,
|
|
5760
5760
|
configurable: true
|
|
@@ -5764,11 +5764,11 @@ var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
5764
5764
|
* Gets or sets whether the marker outline is based on the marker brush of the series rather than the marker outlines collection.
|
|
5765
5765
|
*/
|
|
5766
5766
|
get: function () {
|
|
5767
|
-
return this.i.
|
|
5767
|
+
return this.i.re;
|
|
5768
5768
|
},
|
|
5769
5769
|
set: function (v) {
|
|
5770
|
-
this.i.
|
|
5771
|
-
this._a("markerOutlineMode", enumToString(MarkerOutlineMode_$type, this.i.
|
|
5770
|
+
this.i.re = ensureEnum(MarkerOutlineMode_$type, v);
|
|
5771
|
+
this._a("markerOutlineMode", enumToString(MarkerOutlineMode_$type, this.i.re));
|
|
5772
5772
|
},
|
|
5773
5773
|
enumerable: true,
|
|
5774
5774
|
configurable: true
|
|
@@ -5778,11 +5778,11 @@ var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
5778
5778
|
* Gets or sets whether the marker brush is based on the marker outline of the series rather than the marker brushes collection.
|
|
5779
5779
|
*/
|
|
5780
5780
|
get: function () {
|
|
5781
|
-
return this.i.
|
|
5781
|
+
return this.i.rd;
|
|
5782
5782
|
},
|
|
5783
5783
|
set: function (v) {
|
|
5784
|
-
this.i.
|
|
5785
|
-
this._a("markerFillMode", enumToString(MarkerFillMode_$type, this.i.
|
|
5784
|
+
this.i.rd = ensureEnum(MarkerFillMode_$type, v);
|
|
5785
|
+
this._a("markerFillMode", enumToString(MarkerFillMode_$type, this.i.rd));
|
|
5786
5786
|
},
|
|
5787
5787
|
enumerable: true,
|
|
5788
5788
|
configurable: true
|
|
@@ -5792,10 +5792,10 @@ var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
5792
5792
|
* Gets or sets the MarkerTemplate for the current series object.
|
|
5793
5793
|
*/
|
|
5794
5794
|
get: function () {
|
|
5795
|
-
return this.i.
|
|
5795
|
+
return this.i.r1;
|
|
5796
5796
|
},
|
|
5797
5797
|
set: function (v) {
|
|
5798
|
-
this.i.
|
|
5798
|
+
this.i.r1 = v;
|
|
5799
5799
|
},
|
|
5800
5800
|
enumerable: true,
|
|
5801
5801
|
configurable: true
|
|
@@ -5805,11 +5805,11 @@ var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
5805
5805
|
* Gets or sets the brush that specifies how the current series object's marker interiors are painted.
|
|
5806
5806
|
*/
|
|
5807
5807
|
get: function () {
|
|
5808
|
-
return brushToString(this.i.
|
|
5808
|
+
return brushToString(this.i.si);
|
|
5809
5809
|
},
|
|
5810
5810
|
set: function (v) {
|
|
5811
|
-
this.i.
|
|
5812
|
-
this._a("markerBrush", brushToString(this.i.
|
|
5811
|
+
this.i.si = stringToBrush(v);
|
|
5812
|
+
this._a("markerBrush", brushToString(this.i.si));
|
|
5813
5813
|
},
|
|
5814
5814
|
enumerable: true,
|
|
5815
5815
|
configurable: true
|
|
@@ -5819,11 +5819,11 @@ var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
5819
5819
|
* Gets or sets the brush that specifies how the current series object's marker outlines are painted.
|
|
5820
5820
|
*/
|
|
5821
5821
|
get: function () {
|
|
5822
|
-
return brushToString(this.i.
|
|
5822
|
+
return brushToString(this.i.sj);
|
|
5823
5823
|
},
|
|
5824
5824
|
set: function (v) {
|
|
5825
|
-
this.i.
|
|
5826
|
-
this._a("markerOutline", brushToString(this.i.
|
|
5825
|
+
this.i.sj = stringToBrush(v);
|
|
5826
|
+
this._a("markerOutline", brushToString(this.i.sj));
|
|
5827
5827
|
},
|
|
5828
5828
|
enumerable: true,
|
|
5829
5829
|
configurable: true
|
|
@@ -5833,11 +5833,11 @@ var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
5833
5833
|
* Gets or sets thickness of the marker outline
|
|
5834
5834
|
*/
|
|
5835
5835
|
get: function () {
|
|
5836
|
-
return this.i.
|
|
5836
|
+
return this.i.ri;
|
|
5837
5837
|
},
|
|
5838
5838
|
set: function (v) {
|
|
5839
|
-
this.i.
|
|
5840
|
-
this._a("markerThickness", this.i.
|
|
5839
|
+
this.i.ri = +v;
|
|
5840
|
+
this._a("markerThickness", this.i.ri);
|
|
5841
5841
|
},
|
|
5842
5842
|
enumerable: true,
|
|
5843
5843
|
configurable: true
|
|
@@ -5847,11 +5847,11 @@ var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
5847
5847
|
* The desired behavior for markers in this series which are placed too close together for the current view, resulting in a collision.
|
|
5848
5848
|
*/
|
|
5849
5849
|
get: function () {
|
|
5850
|
-
return this.i.
|
|
5850
|
+
return this.i.rc;
|
|
5851
5851
|
},
|
|
5852
5852
|
set: function (v) {
|
|
5853
|
-
this.i.
|
|
5854
|
-
this._a("markerCollisionAvoidance", enumToString(CollisionAvoidanceType_$type, this.i.
|
|
5853
|
+
this.i.rc = ensureEnum(CollisionAvoidanceType_$type, v);
|
|
5854
|
+
this._a("markerCollisionAvoidance", enumToString(CollisionAvoidanceType_$type, this.i.rc));
|
|
5855
5855
|
},
|
|
5856
5856
|
enumerable: true,
|
|
5857
5857
|
configurable: true
|
|
@@ -5861,10 +5861,10 @@ var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
5861
5861
|
* Gets the effective marker template for the current series object.
|
|
5862
5862
|
*/
|
|
5863
5863
|
get: function () {
|
|
5864
|
-
return this.i.
|
|
5864
|
+
return this.i.r0;
|
|
5865
5865
|
},
|
|
5866
5866
|
set: function (v) {
|
|
5867
|
-
this.i.
|
|
5867
|
+
this.i.r0 = v;
|
|
5868
5868
|
},
|
|
5869
5869
|
enumerable: true,
|
|
5870
5870
|
configurable: true
|
|
@@ -5874,11 +5874,11 @@ var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
5874
5874
|
* Gets the effective marker brush for the current series object.
|
|
5875
5875
|
*/
|
|
5876
5876
|
get: function () {
|
|
5877
|
-
return brushToString(this.i.
|
|
5877
|
+
return brushToString(this.i.sg);
|
|
5878
5878
|
},
|
|
5879
5879
|
set: function (v) {
|
|
5880
|
-
this.i.
|
|
5881
|
-
this._a("actualMarkerBrush", brushToString(this.i.
|
|
5880
|
+
this.i.sg = stringToBrush(v);
|
|
5881
|
+
this._a("actualMarkerBrush", brushToString(this.i.sg));
|
|
5882
5882
|
},
|
|
5883
5883
|
enumerable: true,
|
|
5884
5884
|
configurable: true
|
|
@@ -5888,11 +5888,11 @@ var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
5888
5888
|
* Gets the effective marker outline for the current series object.
|
|
5889
5889
|
*/
|
|
5890
5890
|
get: function () {
|
|
5891
|
-
return brushToString(this.i.
|
|
5891
|
+
return brushToString(this.i.sh);
|
|
5892
5892
|
},
|
|
5893
5893
|
set: function (v) {
|
|
5894
|
-
this.i.
|
|
5895
|
-
this._a("actualMarkerOutline", brushToString(this.i.
|
|
5894
|
+
this.i.sh = stringToBrush(v);
|
|
5895
|
+
this._a("actualMarkerOutline", brushToString(this.i.sh));
|
|
5896
5896
|
},
|
|
5897
5897
|
enumerable: true,
|
|
5898
5898
|
configurable: true
|
|
@@ -5973,14 +5973,14 @@ var GeographicPolylineSeriesView = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
5973
5973
|
};
|
|
5974
5974
|
GeographicPolylineSeriesView.prototype.b2 = function () {
|
|
5975
5975
|
_super.prototype.b2.call(this);
|
|
5976
|
-
this.ci.
|
|
5977
|
-
this.ci.
|
|
5976
|
+
this.ci.p6.ss = this.ci.rc;
|
|
5977
|
+
this.ci.p6.sx = this.ci.rk;
|
|
5978
5978
|
};
|
|
5979
5979
|
GeographicPolylineSeriesView.prototype.cj = function () {
|
|
5980
|
-
this.ci.
|
|
5980
|
+
this.ci.p6.ss = this.ci.rc;
|
|
5981
5981
|
};
|
|
5982
5982
|
GeographicPolylineSeriesView.prototype.ck = function () {
|
|
5983
|
-
this.ci.
|
|
5983
|
+
this.ci.p6.sx = this.ci.rk;
|
|
5984
5984
|
};
|
|
5985
5985
|
GeographicPolylineSeriesView.$t = markType(GeographicPolylineSeriesView, 'GeographicPolylineSeriesView', GeographicShapeSeriesBaseView.$);
|
|
5986
5986
|
return GeographicPolylineSeriesView;
|
|
@@ -6002,33 +6002,33 @@ var GeographicPolylineSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
6002
6002
|
GeographicPolylineSeries.prototype.bx = function () {
|
|
6003
6003
|
return new GeographicPolylineSeriesView(this);
|
|
6004
6004
|
};
|
|
6005
|
-
GeographicPolylineSeries.prototype.
|
|
6006
|
-
_super.prototype.
|
|
6007
|
-
this.
|
|
6005
|
+
GeographicPolylineSeries.prototype.lz = function (a) {
|
|
6006
|
+
_super.prototype.lz.call(this, a);
|
|
6007
|
+
this.rd = a;
|
|
6008
6008
|
};
|
|
6009
|
-
GeographicPolylineSeries.prototype.
|
|
6009
|
+
GeographicPolylineSeries.prototype.p5 = function () {
|
|
6010
6010
|
var a = new ScatterPolylineSeries();
|
|
6011
|
-
a.styleShape = delegateCombine(a.styleShape, runOn(this, this.
|
|
6011
|
+
a.styleShape = delegateCombine(a.styleShape, runOn(this, this.rh));
|
|
6012
6012
|
return a;
|
|
6013
6013
|
};
|
|
6014
|
-
GeographicPolylineSeries.prototype.
|
|
6014
|
+
GeographicPolylineSeries.prototype.rh = function (a, b) {
|
|
6015
6015
|
if (this.styleShape != null) {
|
|
6016
6016
|
this.styleShape(this, b);
|
|
6017
6017
|
}
|
|
6018
6018
|
};
|
|
6019
|
-
GeographicPolylineSeries.prototype.
|
|
6020
|
-
_super.prototype.
|
|
6019
|
+
GeographicPolylineSeries.prototype.l4 = function (a, b, c, d) {
|
|
6020
|
+
_super.prototype.l4.call(this, a, b, c, d);
|
|
6021
6021
|
switch (b) {
|
|
6022
6022
|
case GeographicPolylineSeries.$$p[1]:
|
|
6023
|
-
this.
|
|
6023
|
+
this.rd.cj();
|
|
6024
6024
|
break;
|
|
6025
6025
|
case GeographicPolylineSeries.$$p[0]:
|
|
6026
|
-
this.
|
|
6026
|
+
this.rd.ck();
|
|
6027
6027
|
break;
|
|
6028
6028
|
}
|
|
6029
6029
|
};
|
|
6030
6030
|
GeographicPolylineSeries.$t = markType(GeographicPolylineSeries, 'GeographicPolylineSeries', GeographicShapeSeriesBase.$);
|
|
6031
|
-
GeographicPolylineSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicPolylineSeries, 'raisePropertyChanged', ['ShapeStyle:
|
|
6031
|
+
GeographicPolylineSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicPolylineSeries, 'raisePropertyChanged', ['ShapeStyle:rk:ri', [Style.$, null], 'ShapeStyleSelector:rc:rj', [StyleSelector.$, null]]);
|
|
6032
6032
|
return GeographicPolylineSeries;
|
|
6033
6033
|
}(GeographicShapeSeriesBase));
|
|
6034
6034
|
|
|
@@ -6107,11 +6107,11 @@ var IgcGeographicPolylineSeriesComponent = /** @class */ /*@__PURE__*/ (function
|
|
|
6107
6107
|
* Gets or sets the fill brush.
|
|
6108
6108
|
*/
|
|
6109
6109
|
get: function () {
|
|
6110
|
-
return this.i.
|
|
6110
|
+
return this.i.rk ? this.i.rk.fill : null;
|
|
6111
6111
|
},
|
|
6112
6112
|
set: function (v) {
|
|
6113
6113
|
this.ensureShapeStyle();
|
|
6114
|
-
this.i.
|
|
6114
|
+
this.i.rk.fill = v;
|
|
6115
6115
|
},
|
|
6116
6116
|
enumerable: true,
|
|
6117
6117
|
configurable: true
|
|
@@ -6121,11 +6121,11 @@ var IgcGeographicPolylineSeriesComponent = /** @class */ /*@__PURE__*/ (function
|
|
|
6121
6121
|
* Gets or sets the stroke brush.
|
|
6122
6122
|
*/
|
|
6123
6123
|
get: function () {
|
|
6124
|
-
return this.i.
|
|
6124
|
+
return this.i.rk ? this.i.rk.stroke : null;
|
|
6125
6125
|
},
|
|
6126
6126
|
set: function (v) {
|
|
6127
6127
|
this.ensureShapeStyle();
|
|
6128
|
-
this.i.
|
|
6128
|
+
this.i.rk.stroke = v;
|
|
6129
6129
|
},
|
|
6130
6130
|
enumerable: true,
|
|
6131
6131
|
configurable: true
|
|
@@ -6135,12 +6135,12 @@ var IgcGeographicPolylineSeriesComponent = /** @class */ /*@__PURE__*/ (function
|
|
|
6135
6135
|
* Gets or sets the stroke thickness.
|
|
6136
6136
|
*/
|
|
6137
6137
|
get: function () {
|
|
6138
|
-
return this.i.
|
|
6138
|
+
return this.i.rk ? this.i.rk.strokeThickness : NaN;
|
|
6139
6139
|
},
|
|
6140
6140
|
set: function (v) {
|
|
6141
6141
|
this.ensureShapeStyle();
|
|
6142
|
-
this.i.
|
|
6143
|
-
this._a("shapeStrokeThickness", this.i.
|
|
6142
|
+
this.i.rk.strokeThickness = +v;
|
|
6143
|
+
this._a("shapeStrokeThickness", this.i.rk.strokeThickness);
|
|
6144
6144
|
},
|
|
6145
6145
|
enumerable: true,
|
|
6146
6146
|
configurable: true
|
|
@@ -6150,21 +6150,21 @@ var IgcGeographicPolylineSeriesComponent = /** @class */ /*@__PURE__*/ (function
|
|
|
6150
6150
|
* Gets or sets the opacity.
|
|
6151
6151
|
*/
|
|
6152
6152
|
get: function () {
|
|
6153
|
-
return this.i.
|
|
6153
|
+
return this.i.rk ? this.i.rk.opacity : NaN;
|
|
6154
6154
|
},
|
|
6155
6155
|
set: function (v) {
|
|
6156
6156
|
this.ensureShapeStyle();
|
|
6157
|
-
this.i.
|
|
6158
|
-
this._a("shapeOpacity", this.i.
|
|
6157
|
+
this.i.rk.opacity = +v;
|
|
6158
|
+
this._a("shapeOpacity", this.i.rk.opacity);
|
|
6159
6159
|
},
|
|
6160
6160
|
enumerable: true,
|
|
6161
6161
|
configurable: true
|
|
6162
6162
|
});
|
|
6163
6163
|
IgcGeographicPolylineSeriesComponent.prototype.ensureShapeStyle = function () {
|
|
6164
|
-
if (this.i.
|
|
6164
|
+
if (this.i.rk) {
|
|
6165
6165
|
return;
|
|
6166
6166
|
}
|
|
6167
|
-
this.i.
|
|
6167
|
+
this.i.rk = new Style();
|
|
6168
6168
|
};
|
|
6169
6169
|
Object.defineProperty(IgcGeographicPolylineSeriesComponent.prototype, "styleShape", {
|
|
6170
6170
|
get: function () {
|
|
@@ -6328,11 +6328,11 @@ var TileSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
6328
6328
|
__extends(TileSeries, _super);
|
|
6329
6329
|
function TileSeries() {
|
|
6330
6330
|
var _this = _super.call(this) || this;
|
|
6331
|
+
_this.st = null;
|
|
6331
6332
|
_this.ss = null;
|
|
6332
|
-
_this.sr = null;
|
|
6333
6333
|
_this.imageTilesReady = null;
|
|
6334
|
-
_this.
|
|
6335
|
-
_this.
|
|
6334
|
+
_this.sw = null;
|
|
6335
|
+
_this.sx = false;
|
|
6336
6336
|
_this.ab = TileSeries.$;
|
|
6337
6337
|
return _this;
|
|
6338
6338
|
}
|
|
@@ -6342,42 +6342,42 @@ var TileSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
6342
6342
|
TileSeries.prototype.bx = function () {
|
|
6343
6343
|
return new TileSeriesView(this);
|
|
6344
6344
|
};
|
|
6345
|
-
TileSeries.prototype.
|
|
6346
|
-
_super.prototype.
|
|
6347
|
-
this.
|
|
6345
|
+
TileSeries.prototype.lz = function (a) {
|
|
6346
|
+
_super.prototype.lz.call(this, a);
|
|
6347
|
+
this.sr = a;
|
|
6348
6348
|
};
|
|
6349
|
-
TileSeries.prototype.
|
|
6349
|
+
TileSeries.prototype.get_q7 = function () {
|
|
6350
6350
|
return false;
|
|
6351
6351
|
};
|
|
6352
|
-
Object.defineProperty(TileSeries.prototype, "
|
|
6352
|
+
Object.defineProperty(TileSeries.prototype, "sv", {
|
|
6353
6353
|
get: function () {
|
|
6354
|
-
return this.
|
|
6354
|
+
return this.st;
|
|
6355
6355
|
},
|
|
6356
6356
|
set: function (a) {
|
|
6357
|
-
var b = a != this.
|
|
6357
|
+
var b = a != this.sv;
|
|
6358
6358
|
if (b) {
|
|
6359
|
-
var c = this.
|
|
6360
|
-
this.
|
|
6359
|
+
var c = this.sv;
|
|
6360
|
+
this.st = a;
|
|
6361
6361
|
this.raisePropertyChanged("TileImagery", c, a);
|
|
6362
6362
|
}
|
|
6363
6363
|
},
|
|
6364
6364
|
enumerable: true,
|
|
6365
6365
|
configurable: true
|
|
6366
6366
|
});
|
|
6367
|
-
Object.defineProperty(TileSeries.prototype, "
|
|
6367
|
+
Object.defineProperty(TileSeries.prototype, "su", {
|
|
6368
6368
|
get: function () {
|
|
6369
|
-
return this.
|
|
6369
|
+
return this.ss;
|
|
6370
6370
|
},
|
|
6371
6371
|
set: function (a) {
|
|
6372
|
-
var b = this.
|
|
6373
|
-
this.
|
|
6374
|
-
this.raisePropertyChanged("ActualTileImagery", b, this.
|
|
6372
|
+
var b = this.ss;
|
|
6373
|
+
this.ss = a;
|
|
6374
|
+
this.raisePropertyChanged("ActualTileImagery", b, this.ss);
|
|
6375
6375
|
},
|
|
6376
6376
|
enumerable: true,
|
|
6377
6377
|
configurable: true
|
|
6378
6378
|
});
|
|
6379
|
-
TileSeries.prototype.
|
|
6380
|
-
_super.prototype.
|
|
6379
|
+
TileSeries.prototype.l4 = function (a, b, c, d) {
|
|
6380
|
+
_super.prototype.l4.call(this, a, b, c, d);
|
|
6381
6381
|
var e;
|
|
6382
6382
|
var f;
|
|
6383
6383
|
switch (b) {
|
|
@@ -6385,78 +6385,78 @@ var TileSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
6385
6385
|
e = c;
|
|
6386
6386
|
f = d;
|
|
6387
6387
|
if (e != null) {
|
|
6388
|
-
e.propertyChanged = delegateRemove(e.propertyChanged, runOn(this, this.
|
|
6388
|
+
e.propertyChanged = delegateRemove(e.propertyChanged, runOn(this, this.s0));
|
|
6389
6389
|
}
|
|
6390
6390
|
if (f != null) {
|
|
6391
|
-
f.propertyChanged = delegateCombine(f.propertyChanged, runOn(this, this.
|
|
6391
|
+
f.propertyChanged = delegateCombine(f.propertyChanged, runOn(this, this.s0));
|
|
6392
6392
|
}
|
|
6393
|
-
this.
|
|
6394
|
-
this.
|
|
6395
|
-
this.
|
|
6393
|
+
this.sr.de(e, f);
|
|
6394
|
+
this.mi(false);
|
|
6395
|
+
this.lp();
|
|
6396
6396
|
break;
|
|
6397
6397
|
case "ActualTileImagery":
|
|
6398
6398
|
e = c;
|
|
6399
6399
|
f = d;
|
|
6400
6400
|
if (e != null) {
|
|
6401
|
-
e.imageTilesReady = delegateRemove(e.imageTilesReady, runOn(this, this.
|
|
6401
|
+
e.imageTilesReady = delegateRemove(e.imageTilesReady, runOn(this, this.s1));
|
|
6402
6402
|
e.deferralHandler = null;
|
|
6403
6403
|
}
|
|
6404
6404
|
if (f != null) {
|
|
6405
|
-
f.imageTilesReady = delegateCombine(f.imageTilesReady, runOn(this, this.
|
|
6405
|
+
f.imageTilesReady = delegateCombine(f.imageTilesReady, runOn(this, this.s1));
|
|
6406
6406
|
f.deferralHandler = this;
|
|
6407
6407
|
}
|
|
6408
|
-
this.
|
|
6408
|
+
this.sr.dd(e, f);
|
|
6409
6409
|
if (f != null && typeCast(XamGeographicMap.$, this.cd) !== null) {
|
|
6410
6410
|
f.geographicMap = this.cd;
|
|
6411
|
-
this.
|
|
6412
|
-
this.
|
|
6411
|
+
this.s3(this.b0);
|
|
6412
|
+
this.sr.da(this.cd.sf);
|
|
6413
6413
|
}
|
|
6414
|
-
this.
|
|
6414
|
+
this.lp();
|
|
6415
6415
|
break;
|
|
6416
6416
|
case "ActualWindowRect":
|
|
6417
|
-
this.
|
|
6417
|
+
this.sr.da(d);
|
|
6418
6418
|
break;
|
|
6419
6419
|
case "WorldRect":
|
|
6420
|
-
this.
|
|
6420
|
+
this.sr.dh(d);
|
|
6421
6421
|
break;
|
|
6422
6422
|
case "SeriesViewer":
|
|
6423
6423
|
var g = c;
|
|
6424
6424
|
var h = d;
|
|
6425
|
-
if (g != null && this.
|
|
6426
|
-
this.
|
|
6425
|
+
if (g != null && this.su != null) {
|
|
6426
|
+
this.su.be(null);
|
|
6427
6427
|
}
|
|
6428
|
-
if (h != null && this.
|
|
6429
|
-
this.
|
|
6428
|
+
if (h != null && this.su != null) {
|
|
6429
|
+
this.su.be(this.b0.w);
|
|
6430
6430
|
}
|
|
6431
6431
|
break;
|
|
6432
6432
|
case "ActualBrush":
|
|
6433
6433
|
case "ActualOutline":
|
|
6434
6434
|
case "ActualThickness":
|
|
6435
|
-
this.
|
|
6435
|
+
this.lr();
|
|
6436
6436
|
break;
|
|
6437
6437
|
}
|
|
6438
6438
|
};
|
|
6439
|
-
TileSeries.prototype.
|
|
6439
|
+
TileSeries.prototype.s0 = function (a, b) {
|
|
6440
6440
|
if (b.propertyName == "MultiScaleImage") {
|
|
6441
|
-
this.
|
|
6441
|
+
this.s3(this.b0);
|
|
6442
6442
|
}
|
|
6443
6443
|
};
|
|
6444
|
-
TileSeries.prototype.
|
|
6444
|
+
TileSeries.prototype.s1 = function (a, b) {
|
|
6445
6445
|
if (this.imageTilesReady != null) {
|
|
6446
6446
|
this.imageTilesReady(this, new EventArgs());
|
|
6447
6447
|
}
|
|
6448
|
-
if (!this.
|
|
6449
|
-
this.
|
|
6448
|
+
if (!this.sx) {
|
|
6449
|
+
this.sr.df();
|
|
6450
6450
|
}
|
|
6451
6451
|
};
|
|
6452
6452
|
TileSeries.prototype.register = function (a, b) {
|
|
6453
|
-
this.
|
|
6453
|
+
this.sw = b;
|
|
6454
6454
|
};
|
|
6455
6455
|
TileSeries.prototype.unRegister = function (a) {
|
|
6456
|
-
this.
|
|
6456
|
+
this.sw = null;
|
|
6457
6457
|
};
|
|
6458
6458
|
TileSeries.prototype.deferredRefresh = function () {
|
|
6459
|
-
this.
|
|
6459
|
+
this.mi(false);
|
|
6460
6460
|
};
|
|
6461
6461
|
TileSeries.prototype.deferAction = function (a) {
|
|
6462
6462
|
if (this.g9 != null) {
|
|
@@ -6466,54 +6466,54 @@ var TileSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
6466
6466
|
window.setTimeout(a, 0);
|
|
6467
6467
|
}
|
|
6468
6468
|
};
|
|
6469
|
-
TileSeries.prototype.
|
|
6470
|
-
this.
|
|
6471
|
-
_super.prototype.
|
|
6469
|
+
TileSeries.prototype.m5 = function (a, b) {
|
|
6470
|
+
this.sr.dg();
|
|
6471
|
+
_super.prototype.m5.call(this, a, b);
|
|
6472
6472
|
};
|
|
6473
|
-
TileSeries.prototype.
|
|
6474
|
-
_super.prototype.
|
|
6475
|
-
this.
|
|
6473
|
+
TileSeries.prototype.mj = function (a) {
|
|
6474
|
+
_super.prototype.mj.call(this, a);
|
|
6475
|
+
this.s2(a, this.b0);
|
|
6476
6476
|
};
|
|
6477
|
-
TileSeries.prototype.
|
|
6477
|
+
TileSeries.prototype.s2 = function (a, b) {
|
|
6478
6478
|
var c;
|
|
6479
6479
|
var d;
|
|
6480
6480
|
var e = b;
|
|
6481
6481
|
var f = b.getViewInfo(c, d);
|
|
6482
6482
|
c = f.p0;
|
|
6483
6483
|
d = f.p1;
|
|
6484
|
-
this.
|
|
6485
|
-
if (this.
|
|
6486
|
-
this.
|
|
6487
|
-
this.
|
|
6488
|
-
this.
|
|
6484
|
+
this.s3(b);
|
|
6485
|
+
if (this.sw != null) {
|
|
6486
|
+
this.sx = true;
|
|
6487
|
+
this.sw(a);
|
|
6488
|
+
this.sx = false;
|
|
6489
6489
|
}
|
|
6490
6490
|
e.df();
|
|
6491
6491
|
};
|
|
6492
|
-
TileSeries.prototype.
|
|
6493
|
-
_super.prototype.
|
|
6492
|
+
TileSeries.prototype.mh = function (a, b, c, d, e) {
|
|
6493
|
+
_super.prototype.mh.call(this, a, b, c, d, e);
|
|
6494
6494
|
var f = this.fc.item(d);
|
|
6495
6495
|
f.a1(c);
|
|
6496
6496
|
if (this.cx(f)) {
|
|
6497
6497
|
return;
|
|
6498
6498
|
}
|
|
6499
|
-
this.
|
|
6499
|
+
this.sb(f);
|
|
6500
6500
|
};
|
|
6501
|
-
TileSeries.prototype.
|
|
6501
|
+
TileSeries.prototype.s3 = function (a) {
|
|
6502
6502
|
var b;
|
|
6503
6503
|
var c;
|
|
6504
6504
|
var d = a.getViewInfo(b, c);
|
|
6505
6505
|
b = d.p0;
|
|
6506
6506
|
c = d.p1;
|
|
6507
|
-
if (this.
|
|
6508
|
-
if (this.
|
|
6509
|
-
this.
|
|
6507
|
+
if (this.sv != null && this.sv.ao != null) {
|
|
6508
|
+
if (this.sv != this.su) {
|
|
6509
|
+
this.su = this.sv;
|
|
6510
6510
|
}
|
|
6511
|
-
if (this.
|
|
6512
|
-
if (this.
|
|
6513
|
-
this.
|
|
6511
|
+
if (this.su != null && !b.isEmpty) {
|
|
6512
|
+
if (this.su.width != b.width) {
|
|
6513
|
+
this.su.width = b.width;
|
|
6514
6514
|
}
|
|
6515
|
-
if (this.
|
|
6516
|
-
this.
|
|
6515
|
+
if (this.su.height != b.height) {
|
|
6516
|
+
this.su.height = b.height;
|
|
6517
6517
|
}
|
|
6518
6518
|
}
|
|
6519
6519
|
}
|
|
@@ -6542,8 +6542,8 @@ var TileSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
6542
6542
|
TileSeriesView.prototype.as = function () {
|
|
6543
6543
|
_super.prototype.as.call(this);
|
|
6544
6544
|
if (!this.q) {
|
|
6545
|
-
this.c7.
|
|
6546
|
-
this.c7.
|
|
6545
|
+
this.c7.o8 = Defaults.ao;
|
|
6546
|
+
this.c7.o3 = Defaults.an;
|
|
6547
6547
|
}
|
|
6548
6548
|
};
|
|
6549
6549
|
TileSeriesView.prototype.ch = function (a, b) {
|
|
@@ -6570,8 +6570,8 @@ var TileSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
6570
6570
|
this.aq();
|
|
6571
6571
|
};
|
|
6572
6572
|
TileSeriesView.prototype.da = function (a) {
|
|
6573
|
-
if (this.c7.
|
|
6574
|
-
this.c7.
|
|
6573
|
+
if (this.c7.sv != null) {
|
|
6574
|
+
this.c7.sv.windowRect = a;
|
|
6575
6575
|
}
|
|
6576
6576
|
};
|
|
6577
6577
|
TileSeriesView.prototype.dd = function (a, b) {
|
|
@@ -6606,8 +6606,8 @@ var TileSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
6606
6606
|
this.c9.setAttribute("width", this.bu.width.toString());
|
|
6607
6607
|
this.c9.setAttribute("height", this.bu.height.toString());
|
|
6608
6608
|
}
|
|
6609
|
-
if (this.c7.
|
|
6610
|
-
this.c7.
|
|
6609
|
+
if (this.c7.sv != null) {
|
|
6610
|
+
this.c7.sv.bf(this.bu);
|
|
6611
6611
|
}
|
|
6612
6612
|
};
|
|
6613
6613
|
TileSeriesView.prototype.a6 = function (a, b) {
|
|
@@ -6641,8 +6641,8 @@ var TileSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
6641
6641
|
TileSeriesView.prototype.db = function () {
|
|
6642
6642
|
};
|
|
6643
6643
|
TileSeriesView.prototype.dh = function (a) {
|
|
6644
|
-
if (this.c7.
|
|
6645
|
-
this.c7.
|
|
6644
|
+
if (this.c7.sv != null) {
|
|
6645
|
+
this.c7.sv.a6();
|
|
6646
6646
|
}
|
|
6647
6647
|
};
|
|
6648
6648
|
TileSeriesView.$t = markType(TileSeriesView, 'TileSeriesView', ShapeSeriesViewBase.$);
|
|
@@ -6721,13 +6721,13 @@ var IgcTileSeriesComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
6721
6721
|
* The MapImagery which is used to provide the tiles for display.
|
|
6722
6722
|
*/
|
|
6723
6723
|
get: function () {
|
|
6724
|
-
if (this.i.
|
|
6724
|
+
if (this.i.sv == null) {
|
|
6725
6725
|
return null;
|
|
6726
6726
|
}
|
|
6727
|
-
return this.i.
|
|
6727
|
+
return this.i.sv.externalObject;
|
|
6728
6728
|
},
|
|
6729
6729
|
set: function (v) {
|
|
6730
|
-
v == null ? this.i.
|
|
6730
|
+
v == null ? this.i.sv = null : this.i.sv = v.i;
|
|
6731
6731
|
},
|
|
6732
6732
|
enumerable: true,
|
|
6733
6733
|
configurable: true
|
|
@@ -6785,8 +6785,8 @@ var GeographicTileSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
6785
6785
|
__extends(GeographicTileSeries, _super);
|
|
6786
6786
|
function GeographicTileSeries() {
|
|
6787
6787
|
var _this = _super.call(this) || this;
|
|
6788
|
+
_this.rd = null;
|
|
6788
6789
|
_this.rc = null;
|
|
6789
|
-
_this.rb = null;
|
|
6790
6790
|
_this.imageTilesReady = null;
|
|
6791
6791
|
_this.ab = GeographicTileSeries.$;
|
|
6792
6792
|
return _this;
|
|
@@ -6794,53 +6794,53 @@ var GeographicTileSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
6794
6794
|
GeographicTileSeries.prototype.get_ei = function () {
|
|
6795
6795
|
return true;
|
|
6796
6796
|
};
|
|
6797
|
-
Object.defineProperty(GeographicTileSeries.prototype, "
|
|
6797
|
+
Object.defineProperty(GeographicTileSeries.prototype, "re", {
|
|
6798
6798
|
get: function () {
|
|
6799
|
-
return this.
|
|
6799
|
+
return this.rd;
|
|
6800
6800
|
},
|
|
6801
6801
|
set: function (a) {
|
|
6802
|
-
var b = a != this.
|
|
6802
|
+
var b = a != this.re;
|
|
6803
6803
|
if (b) {
|
|
6804
|
-
var c = this.
|
|
6805
|
-
this.
|
|
6804
|
+
var c = this.re;
|
|
6805
|
+
this.rd = a;
|
|
6806
6806
|
this.raisePropertyChanged("TileImagery", c, a);
|
|
6807
6807
|
}
|
|
6808
6808
|
},
|
|
6809
6809
|
enumerable: true,
|
|
6810
6810
|
configurable: true
|
|
6811
6811
|
});
|
|
6812
|
-
GeographicTileSeries.prototype.
|
|
6813
|
-
if (this.
|
|
6814
|
-
this.
|
|
6812
|
+
GeographicTileSeries.prototype.ri = function () {
|
|
6813
|
+
if (this.re != null) {
|
|
6814
|
+
this.re.clearTileCache();
|
|
6815
6815
|
}
|
|
6816
6816
|
};
|
|
6817
|
-
GeographicTileSeries.prototype.
|
|
6818
|
-
_super.prototype.
|
|
6817
|
+
GeographicTileSeries.prototype.l4 = function (a, b, c, d) {
|
|
6818
|
+
_super.prototype.l4.call(this, a, b, c, d);
|
|
6819
6819
|
switch (b) {
|
|
6820
6820
|
case "TileImagery":
|
|
6821
|
-
if (this.
|
|
6822
|
-
this.
|
|
6821
|
+
if (this.p6 != null) {
|
|
6822
|
+
this.p6.sv = this.re;
|
|
6823
6823
|
}
|
|
6824
6824
|
break;
|
|
6825
6825
|
}
|
|
6826
6826
|
};
|
|
6827
|
-
GeographicTileSeries.prototype.
|
|
6828
|
-
_super.prototype.
|
|
6829
|
-
this.
|
|
6830
|
-
if (this.
|
|
6831
|
-
var a = this.
|
|
6832
|
-
a.imageTilesReady = delegateRemove(a.imageTilesReady, runOn(this, this.
|
|
6827
|
+
GeographicTileSeries.prototype.qb = function () {
|
|
6828
|
+
_super.prototype.qb.call(this);
|
|
6829
|
+
this.p6.sv = this.re;
|
|
6830
|
+
if (this.rc != null) {
|
|
6831
|
+
var a = this.rc;
|
|
6832
|
+
a.imageTilesReady = delegateRemove(a.imageTilesReady, runOn(this, this.rh));
|
|
6833
6833
|
}
|
|
6834
|
-
this.
|
|
6835
|
-
if (this.
|
|
6836
|
-
var b = this.
|
|
6837
|
-
b.imageTilesReady = delegateCombine(b.imageTilesReady, runOn(this, this.
|
|
6834
|
+
this.rc = this.p6;
|
|
6835
|
+
if (this.rc != null) {
|
|
6836
|
+
var b = this.rc;
|
|
6837
|
+
b.imageTilesReady = delegateCombine(b.imageTilesReady, runOn(this, this.rh));
|
|
6838
6838
|
}
|
|
6839
6839
|
};
|
|
6840
|
-
GeographicTileSeries.prototype.
|
|
6840
|
+
GeographicTileSeries.prototype.p5 = function () {
|
|
6841
6841
|
return new TileSeries();
|
|
6842
6842
|
};
|
|
6843
|
-
GeographicTileSeries.prototype.
|
|
6843
|
+
GeographicTileSeries.prototype.rh = function (a, b) {
|
|
6844
6844
|
if (this.imageTilesReady != null) {
|
|
6845
6845
|
this.imageTilesReady(this, new ImageTilesReadyEventArgs());
|
|
6846
6846
|
}
|
|
@@ -6917,13 +6917,13 @@ var IgcGeographicTileSeriesComponent = /** @class */ /*@__PURE__*/ (function (_s
|
|
|
6917
6917
|
* The MapImagery which is used to provide the tiles for display.
|
|
6918
6918
|
*/
|
|
6919
6919
|
get: function () {
|
|
6920
|
-
if (this.i.
|
|
6920
|
+
if (this.i.re == null) {
|
|
6921
6921
|
return null;
|
|
6922
6922
|
}
|
|
6923
|
-
return this.i.
|
|
6923
|
+
return this.i.re.externalObject;
|
|
6924
6924
|
},
|
|
6925
6925
|
set: function (v) {
|
|
6926
|
-
v == null ? this.i.
|
|
6926
|
+
v == null ? this.i.re = null : this.i.re = v.i;
|
|
6927
6927
|
},
|
|
6928
6928
|
enumerable: true,
|
|
6929
6929
|
configurable: true
|
|
@@ -6943,7 +6943,7 @@ var IgcGeographicTileSeriesComponent = /** @class */ /*@__PURE__*/ (function (_s
|
|
|
6943
6943
|
|
|
6944
6944
|
*/
|
|
6945
6945
|
IgcGeographicTileSeriesComponent.prototype.clearTileCache = function () {
|
|
6946
|
-
this.i.
|
|
6946
|
+
this.i.ri();
|
|
6947
6947
|
};
|
|
6948
6948
|
Object.defineProperty(IgcGeographicTileSeriesComponent.prototype, "imageTilesReady", {
|
|
6949
6949
|
/**
|
|
@@ -7046,11 +7046,11 @@ var IgcGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
7046
7046
|
* If the MarkerTemplate property is set, the setting of the MarkerType property will be ignored.
|
|
7047
7047
|
*/
|
|
7048
7048
|
get: function () {
|
|
7049
|
-
return this.i.
|
|
7049
|
+
return this.i.qg;
|
|
7050
7050
|
},
|
|
7051
7051
|
set: function (v) {
|
|
7052
|
-
this.i.
|
|
7053
|
-
this._a("markerType", enumToString(MarkerType_$type, this.i.
|
|
7052
|
+
this.i.qg = ensureEnum(MarkerType_$type, v);
|
|
7053
|
+
this._a("markerType", enumToString(MarkerType_$type, this.i.qg));
|
|
7054
7054
|
},
|
|
7055
7055
|
enumerable: true,
|
|
7056
7056
|
configurable: true
|
|
@@ -7060,11 +7060,11 @@ var IgcGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
7060
7060
|
* Gets or sets thickness of the marker outline
|
|
7061
7061
|
*/
|
|
7062
7062
|
get: function () {
|
|
7063
|
-
return this.i.
|
|
7063
|
+
return this.i.qh;
|
|
7064
7064
|
},
|
|
7065
7065
|
set: function (v) {
|
|
7066
|
-
this.i.
|
|
7067
|
-
this._a("markerThickness", this.i.
|
|
7066
|
+
this.i.qh = +v;
|
|
7067
|
+
this._a("markerThickness", this.i.qh);
|
|
7068
7068
|
},
|
|
7069
7069
|
enumerable: true,
|
|
7070
7070
|
configurable: true
|
|
@@ -7074,11 +7074,11 @@ var IgcGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
7074
7074
|
* Gets or sets whether the marker outline is based on the marker brush of the series rather than the marker outlines collection.
|
|
7075
7075
|
*/
|
|
7076
7076
|
get: function () {
|
|
7077
|
-
return this.i.
|
|
7077
|
+
return this.i.qf;
|
|
7078
7078
|
},
|
|
7079
7079
|
set: function (v) {
|
|
7080
|
-
this.i.
|
|
7081
|
-
this._a("markerOutlineMode", enumToString(MarkerOutlineMode_$type, this.i.
|
|
7080
|
+
this.i.qf = ensureEnum(MarkerOutlineMode_$type, v);
|
|
7081
|
+
this._a("markerOutlineMode", enumToString(MarkerOutlineMode_$type, this.i.qf));
|
|
7082
7082
|
},
|
|
7083
7083
|
enumerable: true,
|
|
7084
7084
|
configurable: true
|
|
@@ -7088,11 +7088,11 @@ var IgcGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
7088
7088
|
* Gets or sets whether the marker fill is based on the marker outline of the series rather than the marker brushes collection.
|
|
7089
7089
|
*/
|
|
7090
7090
|
get: function () {
|
|
7091
|
-
return this.i.
|
|
7091
|
+
return this.i.qe;
|
|
7092
7092
|
},
|
|
7093
7093
|
set: function (v) {
|
|
7094
|
-
this.i.
|
|
7095
|
-
this._a("markerFillMode", enumToString(MarkerFillMode_$type, this.i.
|
|
7094
|
+
this.i.qe = ensureEnum(MarkerFillMode_$type, v);
|
|
7095
|
+
this._a("markerFillMode", enumToString(MarkerFillMode_$type, this.i.qe));
|
|
7096
7096
|
},
|
|
7097
7097
|
enumerable: true,
|
|
7098
7098
|
configurable: true
|
|
@@ -7102,10 +7102,10 @@ var IgcGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
7102
7102
|
* Gets or sets the MarkerTemplate for the current series object.
|
|
7103
7103
|
*/
|
|
7104
7104
|
get: function () {
|
|
7105
|
-
return this.i.
|
|
7105
|
+
return this.i.qw;
|
|
7106
7106
|
},
|
|
7107
7107
|
set: function (v) {
|
|
7108
|
-
this.i.
|
|
7108
|
+
this.i.qw = v;
|
|
7109
7109
|
},
|
|
7110
7110
|
enumerable: true,
|
|
7111
7111
|
configurable: true
|
|
@@ -7115,11 +7115,11 @@ var IgcGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
7115
7115
|
* Gets or sets the brush that specifies how the current series object's marker interiors are painted.
|
|
7116
7116
|
*/
|
|
7117
7117
|
get: function () {
|
|
7118
|
-
return brushToString(this.i.
|
|
7118
|
+
return brushToString(this.i.ra);
|
|
7119
7119
|
},
|
|
7120
7120
|
set: function (v) {
|
|
7121
|
-
this.i.
|
|
7122
|
-
this._a("markerBrush", brushToString(this.i.
|
|
7121
|
+
this.i.ra = stringToBrush(v);
|
|
7122
|
+
this._a("markerBrush", brushToString(this.i.ra));
|
|
7123
7123
|
},
|
|
7124
7124
|
enumerable: true,
|
|
7125
7125
|
configurable: true
|
|
@@ -7129,11 +7129,11 @@ var IgcGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
7129
7129
|
* Gets or sets the brush that specifies how the current series object's marker outlines are painted.
|
|
7130
7130
|
*/
|
|
7131
7131
|
get: function () {
|
|
7132
|
-
return brushToString(this.i.
|
|
7132
|
+
return brushToString(this.i.rb);
|
|
7133
7133
|
},
|
|
7134
7134
|
set: function (v) {
|
|
7135
|
-
this.i.
|
|
7136
|
-
this._a("markerOutline", brushToString(this.i.
|
|
7135
|
+
this.i.rb = stringToBrush(v);
|
|
7136
|
+
this._a("markerOutline", brushToString(this.i.rb));
|
|
7137
7137
|
},
|
|
7138
7138
|
enumerable: true,
|
|
7139
7139
|
configurable: true
|
|
@@ -7145,11 +7145,11 @@ var IgcGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
7145
7145
|
* choose a representative set.
|
|
7146
7146
|
*/
|
|
7147
7147
|
get: function () {
|
|
7148
|
-
return this.i.
|
|
7148
|
+
return this.i.qi;
|
|
7149
7149
|
},
|
|
7150
7150
|
set: function (v) {
|
|
7151
|
-
this.i.
|
|
7152
|
-
this._a("maximumMarkers", this.i.
|
|
7151
|
+
this.i.qi = +v;
|
|
7152
|
+
this._a("maximumMarkers", this.i.qi);
|
|
7153
7153
|
},
|
|
7154
7154
|
enumerable: true,
|
|
7155
7155
|
configurable: true
|
|
@@ -7159,10 +7159,10 @@ var IgcGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
7159
7159
|
* Gets the effective marker template for the current series object.
|
|
7160
7160
|
*/
|
|
7161
7161
|
get: function () {
|
|
7162
|
-
return this.i.
|
|
7162
|
+
return this.i.qv;
|
|
7163
7163
|
},
|
|
7164
7164
|
set: function (v) {
|
|
7165
|
-
this.i.
|
|
7165
|
+
this.i.qv = v;
|
|
7166
7166
|
},
|
|
7167
7167
|
enumerable: true,
|
|
7168
7168
|
configurable: true
|
|
@@ -7172,11 +7172,11 @@ var IgcGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
7172
7172
|
* Gets the effective marker brush for the current series object.
|
|
7173
7173
|
*/
|
|
7174
7174
|
get: function () {
|
|
7175
|
-
return brushToString(this.i.
|
|
7175
|
+
return brushToString(this.i.q8);
|
|
7176
7176
|
},
|
|
7177
7177
|
set: function (v) {
|
|
7178
|
-
this.i.
|
|
7179
|
-
this._a("actualMarkerBrush", brushToString(this.i.
|
|
7178
|
+
this.i.q8 = stringToBrush(v);
|
|
7179
|
+
this._a("actualMarkerBrush", brushToString(this.i.q8));
|
|
7180
7180
|
},
|
|
7181
7181
|
enumerable: true,
|
|
7182
7182
|
configurable: true
|
|
@@ -7186,11 +7186,11 @@ var IgcGeographicMarkerSeriesComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
7186
7186
|
* Gets the effective marker outline for the current series object.
|
|
7187
7187
|
*/
|
|
7188
7188
|
get: function () {
|
|
7189
|
-
return brushToString(this.i.
|
|
7189
|
+
return brushToString(this.i.q9);
|
|
7190
7190
|
},
|
|
7191
7191
|
set: function (v) {
|
|
7192
|
-
this.i.
|
|
7193
|
-
this._a("actualMarkerOutline", brushToString(this.i.
|
|
7192
|
+
this.i.q9 = stringToBrush(v);
|
|
7193
|
+
this._a("actualMarkerOutline", brushToString(this.i.q9));
|
|
7194
7194
|
},
|
|
7195
7195
|
enumerable: true,
|
|
7196
7196
|
configurable: true
|
|
@@ -7212,75 +7212,75 @@ var GeographicMarkerSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
7212
7212
|
__extends(GeographicMarkerSeries, _super);
|
|
7213
7213
|
function GeographicMarkerSeries() {
|
|
7214
7214
|
var _this = _super.call(this) || this;
|
|
7215
|
-
var a = _this.
|
|
7216
|
-
a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(_this, _this.
|
|
7215
|
+
var a = _this.p6;
|
|
7216
|
+
a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(_this, _this.qu));
|
|
7217
7217
|
return _this;
|
|
7218
7218
|
}
|
|
7219
|
-
GeographicMarkerSeries.prototype.
|
|
7220
|
-
return this.
|
|
7221
|
-
};
|
|
7222
|
-
GeographicMarkerSeries.prototype.o5 = function () {
|
|
7223
|
-
return this.q7;
|
|
7219
|
+
GeographicMarkerSeries.prototype.ne = function () {
|
|
7220
|
+
return this.qv;
|
|
7224
7221
|
};
|
|
7225
7222
|
GeographicMarkerSeries.prototype.o6 = function () {
|
|
7226
7223
|
return this.q8;
|
|
7227
7224
|
};
|
|
7225
|
+
GeographicMarkerSeries.prototype.o7 = function () {
|
|
7226
|
+
return this.q9;
|
|
7227
|
+
};
|
|
7228
7228
|
GeographicMarkerSeries.prototype.f2 = function () {
|
|
7229
|
-
return this.
|
|
7229
|
+
return this.qh;
|
|
7230
7230
|
};
|
|
7231
7231
|
GeographicMarkerSeries.prototype.iy = function () {
|
|
7232
|
-
var a = typeCast(MarkerSeries.$, this.
|
|
7232
|
+
var a = typeCast(MarkerSeries.$, this.p6);
|
|
7233
7233
|
if (a == null) {
|
|
7234
7234
|
return "Unknown";
|
|
7235
7235
|
}
|
|
7236
7236
|
return a.iy();
|
|
7237
7237
|
};
|
|
7238
|
-
GeographicMarkerSeries.prototype.
|
|
7239
|
-
var c = typeCast(MarkerSeries.$, this.
|
|
7238
|
+
GeographicMarkerSeries.prototype.qu = function (a, b) {
|
|
7239
|
+
var c = typeCast(MarkerSeries.$, this.p6);
|
|
7240
7240
|
if (c == null) {
|
|
7241
7241
|
return;
|
|
7242
7242
|
}
|
|
7243
7243
|
if (b.propertyName == "ActualMarkerTemplate") {
|
|
7244
|
-
this.
|
|
7244
|
+
this.qv = c.qx;
|
|
7245
7245
|
}
|
|
7246
7246
|
else if (b.propertyName == "ActualMarkerOutline") {
|
|
7247
|
-
this.
|
|
7247
|
+
this.q9 = c.re;
|
|
7248
7248
|
}
|
|
7249
7249
|
else if (b.propertyName == "ActualMarkerBrush") {
|
|
7250
|
-
this.
|
|
7250
|
+
this.q8 = c.rd;
|
|
7251
7251
|
}
|
|
7252
7252
|
};
|
|
7253
|
-
GeographicMarkerSeries.prototype.
|
|
7254
|
-
_super.prototype.
|
|
7253
|
+
GeographicMarkerSeries.prototype.l4 = function (a, b, c, d) {
|
|
7254
|
+
_super.prototype.l4.call(this, a, b, c, d);
|
|
7255
7255
|
switch (b) {
|
|
7256
7256
|
case GeographicMarkerSeries.$$p[3]:
|
|
7257
|
-
this.
|
|
7257
|
+
this.p6.rf = this.ra;
|
|
7258
7258
|
break;
|
|
7259
7259
|
case GeographicMarkerSeries.$$p[6]:
|
|
7260
|
-
this.
|
|
7260
|
+
this.p6.rg = this.rb;
|
|
7261
7261
|
break;
|
|
7262
7262
|
case GeographicMarkerSeries.$$p[5]:
|
|
7263
|
-
this.
|
|
7263
|
+
this.p6.qa = this.qf;
|
|
7264
7264
|
break;
|
|
7265
7265
|
case GeographicMarkerSeries.$$p[4]:
|
|
7266
|
-
this.
|
|
7266
|
+
this.p6.p6 = this.qe;
|
|
7267
7267
|
break;
|
|
7268
7268
|
case GeographicMarkerSeries.$$p[9]:
|
|
7269
|
-
this.
|
|
7269
|
+
this.p6.qd = this.qg;
|
|
7270
7270
|
break;
|
|
7271
7271
|
case GeographicMarkerSeries.$$p[7]:
|
|
7272
|
-
this.
|
|
7272
|
+
this.p6.qz = this.qw;
|
|
7273
7273
|
break;
|
|
7274
7274
|
case GeographicMarkerSeries.$$p[8]:
|
|
7275
|
-
this.
|
|
7275
|
+
this.p6.qi = this.qh;
|
|
7276
7276
|
break;
|
|
7277
7277
|
case GeographicMarkerSeries.$$p[10]:
|
|
7278
|
-
this.
|
|
7278
|
+
this.p6.sy = this.qi;
|
|
7279
7279
|
break;
|
|
7280
7280
|
}
|
|
7281
7281
|
};
|
|
7282
7282
|
GeographicMarkerSeries.$t = markType(GeographicMarkerSeries, 'GeographicMarkerSeries', GeographicMapSeriesHost.$);
|
|
7283
|
-
GeographicMarkerSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicMarkerSeries, 'raisePropertyChanged', ['ActualMarkerBrush:
|
|
7283
|
+
GeographicMarkerSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicMarkerSeries, 'raisePropertyChanged', ['ActualMarkerBrush:q8:qx', [Brush.$], 'ActualMarkerOutline:q9:qy', [Brush.$], 'ActualMarkerTemplate:qv:qz', [DataTemplate.$, null], 'MarkerBrush:ra:q0', [Brush.$], 'MarkerFillMode:qe:q1', [MarkerFillMode_$type, enumGetBox(MarkerFillMode_$type, 0)], 'MarkerOutlineMode:qf:q2', [MarkerOutlineMode_$type, enumGetBox(MarkerOutlineMode_$type, 0)], 'MarkerOutline:rb:q3', [Brush.$], 'MarkerTemplate:qw:q4', [DataTemplate.$, null], 'MarkerThickness:qh:q5', [1, DeviceUtils.g(2)], 'MarkerType:qg:q6', [MarkerType_$type, enumGetBox(MarkerType_$type, Defaults.e)], 'MaximumMarkers:qi:q7', [1, 400]]);
|
|
7284
7284
|
return GeographicMarkerSeries;
|
|
7285
7285
|
}(GeographicMapSeriesHost));
|
|
7286
7286
|
|
|
@@ -7308,49 +7308,49 @@ var GeographicProportionalSymbolSeriesView = /** @class */ /*@__PURE__*/ (functi
|
|
|
7308
7308
|
};
|
|
7309
7309
|
GeographicProportionalSymbolSeriesView.prototype.b2 = function () {
|
|
7310
7310
|
_super.prototype.b2.call(this);
|
|
7311
|
-
var a = this.ce.
|
|
7312
|
-
a.
|
|
7313
|
-
a.
|
|
7314
|
-
a.
|
|
7315
|
-
a.
|
|
7316
|
-
a.
|
|
7311
|
+
var a = this.ce.p6;
|
|
7312
|
+
a.te = this.ce.r5;
|
|
7313
|
+
a.tm = this.ce.r3;
|
|
7314
|
+
a.qd = this.ce.qg;
|
|
7315
|
+
a.qz = this.ce.qw;
|
|
7316
|
+
a.qi = this.ce.qh;
|
|
7317
|
+
a.vh = this.ce.rp;
|
|
7318
|
+
a.v7 = this.ce.sa;
|
|
7319
|
+
a.u7 = this.ce.rh;
|
|
7320
|
+
a.vx = this.ce.r1;
|
|
7321
|
+
a.vs = this.ce.rt;
|
|
7322
|
+
a.u4 = this.ce.re;
|
|
7323
|
+
a.vf = this.ce.rl;
|
|
7317
7324
|
a.vg = this.ce.ro;
|
|
7318
|
-
a.
|
|
7319
|
-
a.u6 = this.ce.rg;
|
|
7320
|
-
a.vw = this.ce.r0;
|
|
7321
|
-
a.vr = this.ce.rs;
|
|
7322
|
-
a.u3 = this.ce.rd;
|
|
7323
|
-
a.ve = this.ce.rk;
|
|
7324
|
-
a.vf = this.ce.rn;
|
|
7325
|
+
a.vm = this.ce.rr;
|
|
7325
7326
|
a.vl = this.ce.rq;
|
|
7326
|
-
a.vk = this.ce.rp;
|
|
7327
7327
|
};
|
|
7328
7328
|
GeographicProportionalSymbolSeriesView.prototype.cn = function () {
|
|
7329
|
-
this.ce.
|
|
7329
|
+
this.ce.p6.te = this.ce.r5;
|
|
7330
7330
|
};
|
|
7331
7331
|
GeographicProportionalSymbolSeriesView.prototype.cm = function () {
|
|
7332
|
-
this.ce.
|
|
7332
|
+
this.ce.p6.tm = this.ce.r3;
|
|
7333
7333
|
};
|
|
7334
7334
|
GeographicProportionalSymbolSeriesView.prototype.cs = function () {
|
|
7335
|
-
this.ce.
|
|
7335
|
+
this.ce.p6.qd = this.ce.qg;
|
|
7336
7336
|
};
|
|
7337
7337
|
GeographicProportionalSymbolSeriesView.prototype.cq = function () {
|
|
7338
|
-
this.ce.
|
|
7338
|
+
this.ce.p6.qz = this.ce.qw;
|
|
7339
7339
|
};
|
|
7340
7340
|
GeographicProportionalSymbolSeriesView.prototype.cr = function () {
|
|
7341
|
-
this.ce.
|
|
7341
|
+
this.ce.p6.qi = this.ce.qh;
|
|
7342
7342
|
};
|
|
7343
7343
|
GeographicProportionalSymbolSeriesView.prototype.ct = function () {
|
|
7344
|
-
this.ce.
|
|
7344
|
+
this.ce.p6.sy = this.ce.qi;
|
|
7345
7345
|
};
|
|
7346
7346
|
GeographicProportionalSymbolSeriesView.prototype.cv = function () {
|
|
7347
|
-
this.ce.
|
|
7347
|
+
this.ce.p6.xAxis = this.ce.cd.s2;
|
|
7348
7348
|
};
|
|
7349
7349
|
GeographicProportionalSymbolSeriesView.prototype.cw = function () {
|
|
7350
|
-
this.ce.
|
|
7350
|
+
this.ce.p6.yAxis = this.ce.cd.s4;
|
|
7351
7351
|
};
|
|
7352
7352
|
GeographicProportionalSymbolSeriesView.prototype.cu = function () {
|
|
7353
|
-
var a = this.ce.
|
|
7353
|
+
var a = this.ce.p6;
|
|
7354
7354
|
if (this.ce.cd == null) {
|
|
7355
7355
|
a.xAxis = null;
|
|
7356
7356
|
a.yAxis = null;
|
|
@@ -7360,45 +7360,45 @@ var GeographicProportionalSymbolSeriesView = /** @class */ /*@__PURE__*/ (functi
|
|
|
7360
7360
|
a.yAxis = this.ce.cd.s4;
|
|
7361
7361
|
};
|
|
7362
7362
|
GeographicProportionalSymbolSeriesView.prototype.co = function () {
|
|
7363
|
-
this.ce.
|
|
7363
|
+
this.ce.p6.rf = this.ce.ra;
|
|
7364
7364
|
};
|
|
7365
7365
|
GeographicProportionalSymbolSeriesView.prototype.cp = function () {
|
|
7366
|
-
this.ce.
|
|
7366
|
+
this.ce.p6.rg = this.ce.rb;
|
|
7367
7367
|
};
|
|
7368
7368
|
GeographicProportionalSymbolSeriesView.prototype.cx = function () {
|
|
7369
|
-
this.ce.
|
|
7369
|
+
this.ce.p6.v7 = this.ce.sa;
|
|
7370
7370
|
};
|
|
7371
7371
|
GeographicProportionalSymbolSeriesView.prototype.cy = function () {
|
|
7372
|
-
this.ce.
|
|
7373
|
-
this.ce.
|
|
7372
|
+
this.ce.p6.u7 = this.ce.rh;
|
|
7373
|
+
this.ce.p6.vh = this.ce.rp;
|
|
7374
7374
|
};
|
|
7375
7375
|
GeographicProportionalSymbolSeriesView.prototype.ci = function () {
|
|
7376
|
-
this.ce.
|
|
7376
|
+
this.ce.p6.vx = this.ce.r1;
|
|
7377
7377
|
};
|
|
7378
7378
|
GeographicProportionalSymbolSeriesView.prototype.cg = function () {
|
|
7379
|
-
this.ce.
|
|
7380
|
-
this.ce.
|
|
7381
|
-
this.ce.
|
|
7382
|
-
this.ce.
|
|
7383
|
-
this.ce.
|
|
7379
|
+
this.ce.p6.u4 = this.ce.re;
|
|
7380
|
+
this.ce.p6.vf = this.ce.rl;
|
|
7381
|
+
this.ce.p6.vg = this.ce.ro;
|
|
7382
|
+
this.ce.p6.vm = this.ce.rr;
|
|
7383
|
+
this.ce.p6.vl = this.ce.rq;
|
|
7384
7384
|
};
|
|
7385
7385
|
GeographicProportionalSymbolSeriesView.prototype.cf = function () {
|
|
7386
|
-
this.ce.
|
|
7386
|
+
this.ce.p6.vs = this.ce.rt;
|
|
7387
7387
|
};
|
|
7388
7388
|
GeographicProportionalSymbolSeriesView.prototype.cz = function () {
|
|
7389
|
-
this.ce.
|
|
7389
|
+
this.ce.p6.vh = this.ce.rp;
|
|
7390
7390
|
};
|
|
7391
7391
|
GeographicProportionalSymbolSeriesView.prototype.ch = function () {
|
|
7392
|
-
this.ce.
|
|
7392
|
+
this.ce.p6.vf = this.ce.rl;
|
|
7393
7393
|
};
|
|
7394
7394
|
GeographicProportionalSymbolSeriesView.prototype.cl = function () {
|
|
7395
|
-
this.ce.
|
|
7395
|
+
this.ce.p6.vg = this.ce.ro;
|
|
7396
7396
|
};
|
|
7397
7397
|
GeographicProportionalSymbolSeriesView.prototype.ck = function () {
|
|
7398
|
-
this.ce.
|
|
7398
|
+
this.ce.p6.vm = this.ce.rr;
|
|
7399
7399
|
};
|
|
7400
7400
|
GeographicProportionalSymbolSeriesView.prototype.cj = function () {
|
|
7401
|
-
this.ce.
|
|
7401
|
+
this.ce.p6.vl = this.ce.rq;
|
|
7402
7402
|
};
|
|
7403
7403
|
GeographicProportionalSymbolSeriesView.$t = markType(GeographicProportionalSymbolSeriesView, 'GeographicProportionalSymbolSeriesView', HostSeriesView.$);
|
|
7404
7404
|
return GeographicProportionalSymbolSeriesView;
|
|
@@ -7410,9 +7410,9 @@ var GeographicProportionalSymbolSeries = /** @class */ /*@__PURE__*/ (function (
|
|
|
7410
7410
|
__extends(GeographicProportionalSymbolSeries, _super);
|
|
7411
7411
|
function GeographicProportionalSymbolSeries() {
|
|
7412
7412
|
var _this = _super.call(this) || this;
|
|
7413
|
-
_this.
|
|
7413
|
+
_this.rf = null;
|
|
7414
|
+
_this.rk = false;
|
|
7414
7415
|
_this.rj = false;
|
|
7415
|
-
_this.ri = false;
|
|
7416
7416
|
_this.assigningScatterStyle = null;
|
|
7417
7417
|
_this.assigningScatterMarkerStyle = null;
|
|
7418
7418
|
_this.ab = GeographicProportionalSymbolSeries.$;
|
|
@@ -7424,111 +7424,111 @@ var GeographicProportionalSymbolSeries = /** @class */ /*@__PURE__*/ (function (
|
|
|
7424
7424
|
GeographicProportionalSymbolSeries.prototype.bx = function () {
|
|
7425
7425
|
return new GeographicProportionalSymbolSeriesView(this);
|
|
7426
7426
|
};
|
|
7427
|
-
GeographicProportionalSymbolSeries.prototype.
|
|
7428
|
-
_super.prototype.
|
|
7429
|
-
this.
|
|
7427
|
+
GeographicProportionalSymbolSeries.prototype.lz = function (a) {
|
|
7428
|
+
_super.prototype.lz.call(this, a);
|
|
7429
|
+
this.ri = a;
|
|
7430
7430
|
};
|
|
7431
7431
|
GeographicProportionalSymbolSeries.prototype.gv = function () {
|
|
7432
7432
|
return 0.7;
|
|
7433
7433
|
};
|
|
7434
|
-
GeographicProportionalSymbolSeries.prototype.
|
|
7434
|
+
GeographicProportionalSymbolSeries.prototype.p5 = function () {
|
|
7435
7435
|
return new BubbleSeries();
|
|
7436
7436
|
};
|
|
7437
7437
|
GeographicProportionalSymbolSeries.prototype.get_dx = function () {
|
|
7438
7438
|
return true;
|
|
7439
7439
|
};
|
|
7440
|
-
GeographicProportionalSymbolSeries.prototype.
|
|
7441
|
-
_super.prototype.
|
|
7440
|
+
GeographicProportionalSymbolSeries.prototype.l4 = function (a, b, c, d) {
|
|
7441
|
+
_super.prototype.l4.call(this, a, b, c, d);
|
|
7442
7442
|
switch (b) {
|
|
7443
7443
|
case "SeriesViewer":
|
|
7444
|
-
this.
|
|
7444
|
+
this.ri.cu();
|
|
7445
7445
|
break;
|
|
7446
7446
|
case GeographicProportionalSymbolSeries.$$p[9]:
|
|
7447
|
-
this.
|
|
7447
|
+
this.ri.cn();
|
|
7448
7448
|
break;
|
|
7449
7449
|
case GeographicProportionalSymbolSeries.$$p[8]:
|
|
7450
|
-
this.
|
|
7450
|
+
this.ri.cm();
|
|
7451
7451
|
break;
|
|
7452
7452
|
case "XAxis":
|
|
7453
|
-
this.
|
|
7453
|
+
this.ri.cv();
|
|
7454
7454
|
break;
|
|
7455
7455
|
case "YAxis":
|
|
7456
|
-
this.
|
|
7456
|
+
this.ri.cw();
|
|
7457
7457
|
break;
|
|
7458
7458
|
case GeographicProportionalSymbolSeries.$$p[13]:
|
|
7459
|
-
this.
|
|
7459
|
+
this.ri.cx();
|
|
7460
7460
|
break;
|
|
7461
7461
|
case GeographicProportionalSymbolSeries.$$p[14]:
|
|
7462
|
-
this.
|
|
7462
|
+
this.ri.cy();
|
|
7463
7463
|
break;
|
|
7464
7464
|
case GeographicProportionalSymbolSeries.$$p[15]:
|
|
7465
|
-
this.
|
|
7465
|
+
this.ri.cz();
|
|
7466
7466
|
break;
|
|
7467
7467
|
case GeographicProportionalSymbolSeries.$$p[7]:
|
|
7468
|
-
this.
|
|
7468
|
+
this.ri.ci();
|
|
7469
7469
|
break;
|
|
7470
7470
|
case GeographicProportionalSymbolSeries.$$p[0]:
|
|
7471
|
-
this.
|
|
7471
|
+
this.ri.cf();
|
|
7472
7472
|
break;
|
|
7473
7473
|
case GeographicProportionalSymbolSeries.$$p[1]:
|
|
7474
|
-
this.
|
|
7474
|
+
this.ri.cg();
|
|
7475
7475
|
break;
|
|
7476
7476
|
case GeographicProportionalSymbolSeries.$$p[2]:
|
|
7477
|
-
this.
|
|
7477
|
+
this.ri.ch();
|
|
7478
7478
|
break;
|
|
7479
7479
|
case GeographicProportionalSymbolSeries.$$p[12]:
|
|
7480
|
-
this.
|
|
7480
|
+
this.ri.cl();
|
|
7481
7481
|
break;
|
|
7482
7482
|
case GeographicProportionalSymbolSeries.$$p[11]:
|
|
7483
|
-
this.
|
|
7483
|
+
this.ri.ck();
|
|
7484
7484
|
break;
|
|
7485
7485
|
case GeographicProportionalSymbolSeries.$$p[10]:
|
|
7486
|
-
this.
|
|
7486
|
+
this.ri.cj();
|
|
7487
7487
|
break;
|
|
7488
7488
|
case GeographicProportionalSymbolSeries.$$p[4]:
|
|
7489
|
-
this.
|
|
7490
|
-
this.
|
|
7491
|
-
if (this.
|
|
7492
|
-
var e = this.
|
|
7493
|
-
e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.
|
|
7489
|
+
this.p6.sk = this.rn;
|
|
7490
|
+
this.rk = this.rn;
|
|
7491
|
+
if (this.rn) {
|
|
7492
|
+
var e = this.p6;
|
|
7493
|
+
e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.sf));
|
|
7494
7494
|
}
|
|
7495
7495
|
else {
|
|
7496
|
-
var f = this.
|
|
7497
|
-
f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.
|
|
7496
|
+
var f = this.p6;
|
|
7497
|
+
f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.sf));
|
|
7498
7498
|
}
|
|
7499
7499
|
break;
|
|
7500
7500
|
case GeographicProportionalSymbolSeries.$$p[3]:
|
|
7501
|
-
this.
|
|
7502
|
-
this.
|
|
7503
|
-
if (this.
|
|
7504
|
-
var g = this.
|
|
7505
|
-
g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.
|
|
7501
|
+
this.p6.sj = this.rm;
|
|
7502
|
+
this.rj = this.rm;
|
|
7503
|
+
if (this.rn) {
|
|
7504
|
+
var g = this.p6;
|
|
7505
|
+
g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.se));
|
|
7506
7506
|
}
|
|
7507
7507
|
else {
|
|
7508
|
-
var h = this.
|
|
7509
|
-
h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.
|
|
7508
|
+
var h = this.p6;
|
|
7509
|
+
h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.se));
|
|
7510
7510
|
}
|
|
7511
7511
|
break;
|
|
7512
7512
|
case GeographicProportionalSymbolSeries.$$p[5]:
|
|
7513
|
-
this.
|
|
7513
|
+
this.p6.r9 = this.rg;
|
|
7514
7514
|
break;
|
|
7515
7515
|
case GeographicProportionalSymbolSeries.$$p[6]:
|
|
7516
|
-
this.
|
|
7516
|
+
this.p6.sx = this.rs;
|
|
7517
7517
|
break;
|
|
7518
7518
|
}
|
|
7519
7519
|
};
|
|
7520
|
-
GeographicProportionalSymbolSeries.prototype.
|
|
7520
|
+
GeographicProportionalSymbolSeries.prototype.sf = function (a, b) {
|
|
7521
7521
|
if (this.assigningScatterStyle != null) {
|
|
7522
7522
|
this.assigningScatterStyle(this, b);
|
|
7523
7523
|
}
|
|
7524
7524
|
};
|
|
7525
|
-
GeographicProportionalSymbolSeries.prototype.
|
|
7525
|
+
GeographicProportionalSymbolSeries.prototype.se = function (a, b) {
|
|
7526
7526
|
if (this.assigningScatterMarkerStyle != null) {
|
|
7527
7527
|
this.assigningScatterMarkerStyle(this, b);
|
|
7528
7528
|
}
|
|
7529
7529
|
};
|
|
7530
7530
|
GeographicProportionalSymbolSeries.$t = markType(GeographicProportionalSymbolSeries, 'GeographicProportionalSymbolSeries', GeographicMarkerSeries.$);
|
|
7531
|
-
GeographicProportionalSymbolSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicProportionalSymbolSeries, 'raisePropertyChanged', ['FillMemberPath:
|
|
7531
|
+
GeographicProportionalSymbolSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicProportionalSymbolSeries, 'raisePropertyChanged', ['FillMemberPath:rt:sg', [2], 'FillScale:re:sh', [BrushScale.$], 'FillScaleUseGlobalValues:rl:si', [0, false], 'IsCustomScatterMarkerStyleAllowed:rm:sj', [0, false], 'IsCustomScatterStyleAllowed:rn:sk', [0, false], 'ItemSearchMode:rg:sl', [ScatterItemSearchMode_$type, enumGetBox(ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:rs:sm', [1, 10000], 'LabelMemberPath:r1:sn', [2], 'LatitudeMemberPath:r3:so', [2, null], 'LongitudeMemberPath:r5:sp', [2, null], 'MarkerBrushBrightness:rq:sq', [1, NaN], 'MarkerOutlineBrightness:rr:sr', [1, NaN], 'MarkerOutlineUsesFillScale:ro:ss', [0, false], 'RadiusMemberPath:sa:st', [2, null], 'RadiusScale:rh:su', [SizeScale.$], 'RadiusScaleUseGlobalValues:rp:sv', [0, false]]);
|
|
7532
7532
|
return GeographicProportionalSymbolSeries;
|
|
7533
7533
|
}(GeographicMarkerSeries));
|
|
7534
7534
|
|
|
@@ -7610,10 +7610,10 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
7610
7610
|
* The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
|
|
7611
7611
|
*/
|
|
7612
7612
|
get: function () {
|
|
7613
|
-
return this.i.
|
|
7613
|
+
return this.i.r3;
|
|
7614
7614
|
},
|
|
7615
7615
|
set: function (v) {
|
|
7616
|
-
this.i.
|
|
7616
|
+
this.i.r3 = v;
|
|
7617
7617
|
},
|
|
7618
7618
|
enumerable: true,
|
|
7619
7619
|
configurable: true
|
|
@@ -7623,10 +7623,10 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
7623
7623
|
* The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
|
|
7624
7624
|
*/
|
|
7625
7625
|
get: function () {
|
|
7626
|
-
return this.i.
|
|
7626
|
+
return this.i.r5;
|
|
7627
7627
|
},
|
|
7628
7628
|
set: function (v) {
|
|
7629
|
-
this.i.
|
|
7629
|
+
this.i.r5 = v;
|
|
7630
7630
|
},
|
|
7631
7631
|
enumerable: true,
|
|
7632
7632
|
configurable: true
|
|
@@ -7636,10 +7636,10 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
7636
7636
|
* Gets or sets the radius mapping property for the current series object.
|
|
7637
7637
|
*/
|
|
7638
7638
|
get: function () {
|
|
7639
|
-
return this.i.
|
|
7639
|
+
return this.i.sa;
|
|
7640
7640
|
},
|
|
7641
7641
|
set: function (v) {
|
|
7642
|
-
this.i.
|
|
7642
|
+
this.i.sa = v;
|
|
7643
7643
|
},
|
|
7644
7644
|
enumerable: true,
|
|
7645
7645
|
configurable: true
|
|
@@ -7649,22 +7649,22 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
7649
7649
|
* Gets or sets the radius size scale for the bubbles.
|
|
7650
7650
|
*/
|
|
7651
7651
|
get: function () {
|
|
7652
|
-
if (this.i.
|
|
7652
|
+
if (this.i.rh == null) {
|
|
7653
7653
|
return null;
|
|
7654
7654
|
}
|
|
7655
|
-
if (!this.i.
|
|
7656
|
-
var e = IgcSizeScaleComponent._createFromInternal(this.i.
|
|
7655
|
+
if (!this.i.rh.externalObject) {
|
|
7656
|
+
var e = IgcSizeScaleComponent._createFromInternal(this.i.rh);
|
|
7657
7657
|
if (e) {
|
|
7658
|
-
e._implementation = this.i.
|
|
7658
|
+
e._implementation = this.i.rh;
|
|
7659
7659
|
}
|
|
7660
|
-
this.i.
|
|
7660
|
+
this.i.rh.externalObject = e;
|
|
7661
7661
|
}
|
|
7662
|
-
return this.i.
|
|
7662
|
+
return this.i.rh.externalObject;
|
|
7663
7663
|
},
|
|
7664
7664
|
set: function (v) {
|
|
7665
7665
|
if (v != null && this._stylingContainer && v._styling)
|
|
7666
7666
|
v._styling(this._stylingContainer, this, this);
|
|
7667
|
-
v == null ? this.i.
|
|
7667
|
+
v == null ? this.i.rh = null : this.i.rh = v.i;
|
|
7668
7668
|
},
|
|
7669
7669
|
enumerable: true,
|
|
7670
7670
|
configurable: true
|
|
@@ -7674,10 +7674,10 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
7674
7674
|
* Gets or sets the Label mapping property for the current series object.
|
|
7675
7675
|
*/
|
|
7676
7676
|
get: function () {
|
|
7677
|
-
return this.i.
|
|
7677
|
+
return this.i.r1;
|
|
7678
7678
|
},
|
|
7679
7679
|
set: function (v) {
|
|
7680
|
-
this.i.
|
|
7680
|
+
this.i.r1 = v;
|
|
7681
7681
|
},
|
|
7682
7682
|
enumerable: true,
|
|
7683
7683
|
configurable: true
|
|
@@ -7687,10 +7687,10 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
7687
7687
|
* Gets or sets the fill mapping property for the current series object.
|
|
7688
7688
|
*/
|
|
7689
7689
|
get: function () {
|
|
7690
|
-
return this.i.
|
|
7690
|
+
return this.i.rt;
|
|
7691
7691
|
},
|
|
7692
7692
|
set: function (v) {
|
|
7693
|
-
this.i.
|
|
7693
|
+
this.i.rt = v;
|
|
7694
7694
|
},
|
|
7695
7695
|
enumerable: true,
|
|
7696
7696
|
configurable: true
|
|
@@ -7700,22 +7700,22 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
7700
7700
|
* Gets or sets the brush scale for the marker brush.
|
|
7701
7701
|
*/
|
|
7702
7702
|
get: function () {
|
|
7703
|
-
if (this.i.
|
|
7703
|
+
if (this.i.re == null) {
|
|
7704
7704
|
return null;
|
|
7705
7705
|
}
|
|
7706
|
-
if (!this.i.
|
|
7707
|
-
var e = IgcBrushScaleComponent._createFromInternal(this.i.
|
|
7706
|
+
if (!this.i.re.externalObject) {
|
|
7707
|
+
var e = IgcBrushScaleComponent._createFromInternal(this.i.re);
|
|
7708
7708
|
if (e) {
|
|
7709
|
-
e._implementation = this.i.
|
|
7709
|
+
e._implementation = this.i.re;
|
|
7710
7710
|
}
|
|
7711
|
-
this.i.
|
|
7711
|
+
this.i.re.externalObject = e;
|
|
7712
7712
|
}
|
|
7713
|
-
return this.i.
|
|
7713
|
+
return this.i.re.externalObject;
|
|
7714
7714
|
},
|
|
7715
7715
|
set: function (v) {
|
|
7716
7716
|
if (v != null && this._stylingContainer && v._styling)
|
|
7717
7717
|
v._styling(this._stylingContainer, this, this);
|
|
7718
|
-
v == null ? this.i.
|
|
7718
|
+
v == null ? this.i.re = null : this.i.re = v.i;
|
|
7719
7719
|
},
|
|
7720
7720
|
enumerable: true,
|
|
7721
7721
|
configurable: true
|
|
@@ -7726,11 +7726,11 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
7726
7726
|
* This setting applies only if multiple series are using the same FillScale.
|
|
7727
7727
|
*/
|
|
7728
7728
|
get: function () {
|
|
7729
|
-
return this.i.
|
|
7729
|
+
return this.i.rl;
|
|
7730
7730
|
},
|
|
7731
7731
|
set: function (v) {
|
|
7732
|
-
this.i.
|
|
7733
|
-
this._a("fillScaleUseGlobalValues", this.i.
|
|
7732
|
+
this.i.rl = ensureBool(v);
|
|
7733
|
+
this._a("fillScaleUseGlobalValues", this.i.rl);
|
|
7734
7734
|
},
|
|
7735
7735
|
enumerable: true,
|
|
7736
7736
|
configurable: true
|
|
@@ -7741,11 +7741,11 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
7741
7741
|
* This setting applies only if the current series has a FillScale set and it overrides MarkerOutline setting.
|
|
7742
7742
|
*/
|
|
7743
7743
|
get: function () {
|
|
7744
|
-
return this.i.
|
|
7744
|
+
return this.i.ro;
|
|
7745
7745
|
},
|
|
7746
7746
|
set: function (v) {
|
|
7747
|
-
this.i.
|
|
7748
|
-
this._a("markerOutlineUsesFillScale", this.i.
|
|
7747
|
+
this.i.ro = ensureBool(v);
|
|
7748
|
+
this._a("markerOutlineUsesFillScale", this.i.ro);
|
|
7749
7749
|
},
|
|
7750
7750
|
enumerable: true,
|
|
7751
7751
|
configurable: true
|
|
@@ -7756,11 +7756,11 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
7756
7756
|
* Note you can use any values between minimum value of -1 (darkest outline) and maximum value of 1 (brightest outline)
|
|
7757
7757
|
*/
|
|
7758
7758
|
get: function () {
|
|
7759
|
-
return this.i.
|
|
7759
|
+
return this.i.rr;
|
|
7760
7760
|
},
|
|
7761
7761
|
set: function (v) {
|
|
7762
|
-
this.i.
|
|
7763
|
-
this._a("markerOutlineBrightness", this.i.
|
|
7762
|
+
this.i.rr = +v;
|
|
7763
|
+
this._a("markerOutlineBrightness", this.i.rr);
|
|
7764
7764
|
},
|
|
7765
7765
|
enumerable: true,
|
|
7766
7766
|
configurable: true
|
|
@@ -7771,11 +7771,11 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
7771
7771
|
* Note you can use any values between minimum value of -1 (darkest fill) and maximum value of 1 (brightest fill)
|
|
7772
7772
|
*/
|
|
7773
7773
|
get: function () {
|
|
7774
|
-
return this.i.
|
|
7774
|
+
return this.i.rq;
|
|
7775
7775
|
},
|
|
7776
7776
|
set: function (v) {
|
|
7777
|
-
this.i.
|
|
7778
|
-
this._a("markerBrushBrightness", this.i.
|
|
7777
|
+
this.i.rq = +v;
|
|
7778
|
+
this._a("markerBrushBrightness", this.i.rq);
|
|
7779
7779
|
},
|
|
7780
7780
|
enumerable: true,
|
|
7781
7781
|
configurable: true
|
|
@@ -7786,11 +7786,11 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
7786
7786
|
* This setting applies only if multiple series are using the same RadiusScale.
|
|
7787
7787
|
*/
|
|
7788
7788
|
get: function () {
|
|
7789
|
-
return this.i.
|
|
7789
|
+
return this.i.rp;
|
|
7790
7790
|
},
|
|
7791
7791
|
set: function (v) {
|
|
7792
|
-
this.i.
|
|
7793
|
-
this._a("radiusScaleUseGlobalValues", this.i.
|
|
7792
|
+
this.i.rp = ensureBool(v);
|
|
7793
|
+
this._a("radiusScaleUseGlobalValues", this.i.rp);
|
|
7794
7794
|
},
|
|
7795
7795
|
enumerable: true,
|
|
7796
7796
|
configurable: true
|
|
@@ -7800,11 +7800,11 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
7800
7800
|
* Gets or sets whether this Scatter series should allow custom style overrides of its individual visuals.
|
|
7801
7801
|
*/
|
|
7802
7802
|
get: function () {
|
|
7803
|
-
return this.i.
|
|
7803
|
+
return this.i.rn;
|
|
7804
7804
|
},
|
|
7805
7805
|
set: function (v) {
|
|
7806
|
-
this.i.
|
|
7807
|
-
this._a("isCustomScatterStyleAllowed", this.i.
|
|
7806
|
+
this.i.rn = ensureBool(v);
|
|
7807
|
+
this._a("isCustomScatterStyleAllowed", this.i.rn);
|
|
7808
7808
|
},
|
|
7809
7809
|
enumerable: true,
|
|
7810
7810
|
configurable: true
|
|
@@ -7814,11 +7814,11 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
7814
7814
|
* Gets or sets whether this Scatter series should allow custom style overrides of its individual marker visuals.
|
|
7815
7815
|
*/
|
|
7816
7816
|
get: function () {
|
|
7817
|
-
return this.i.
|
|
7817
|
+
return this.i.rm;
|
|
7818
7818
|
},
|
|
7819
7819
|
set: function (v) {
|
|
7820
|
-
this.i.
|
|
7821
|
-
this._a("isCustomScatterMarkerStyleAllowed", this.i.
|
|
7820
|
+
this.i.rm = ensureBool(v);
|
|
7821
|
+
this._a("isCustomScatterMarkerStyleAllowed", this.i.rm);
|
|
7822
7822
|
},
|
|
7823
7823
|
enumerable: true,
|
|
7824
7824
|
configurable: true
|
|
@@ -7828,11 +7828,11 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
7828
7828
|
* Gets or sets the mode the series will use to find the closest point to the cursor.
|
|
7829
7829
|
*/
|
|
7830
7830
|
get: function () {
|
|
7831
|
-
return this.i.
|
|
7831
|
+
return this.i.rg;
|
|
7832
7832
|
},
|
|
7833
7833
|
set: function (v) {
|
|
7834
|
-
this.i.
|
|
7835
|
-
this._a("itemSearchMode", enumToString(ScatterItemSearchMode_$type, this.i.
|
|
7834
|
+
this.i.rg = ensureEnum(ScatterItemSearchMode_$type, v);
|
|
7835
|
+
this._a("itemSearchMode", enumToString(ScatterItemSearchMode_$type, this.i.rg));
|
|
7836
7836
|
},
|
|
7837
7837
|
enumerable: true,
|
|
7838
7838
|
configurable: true
|
|
@@ -7842,11 +7842,11 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
7842
7842
|
* Gets or sets the threshold to use when searching for items using ItemSearchMode.
|
|
7843
7843
|
*/
|
|
7844
7844
|
get: function () {
|
|
7845
|
-
return this.i.
|
|
7845
|
+
return this.i.rs;
|
|
7846
7846
|
},
|
|
7847
7847
|
set: function (v) {
|
|
7848
|
-
this.i.
|
|
7849
|
-
this._a("itemSearchThreshold", this.i.
|
|
7848
|
+
this.i.rs = +v;
|
|
7849
|
+
this._a("itemSearchThreshold", this.i.rs);
|
|
7850
7850
|
},
|
|
7851
7851
|
enumerable: true,
|
|
7852
7852
|
configurable: true
|
|
@@ -7982,40 +7982,40 @@ var GeographicSymbolSeriesView = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
7982
7982
|
}
|
|
7983
7983
|
};
|
|
7984
7984
|
GeographicSymbolSeriesView.prototype.b2 = function () {
|
|
7985
|
-
var a = this.ce.
|
|
7985
|
+
var a = this.ce.p6;
|
|
7986
7986
|
_super.prototype.b2.call(this);
|
|
7987
|
-
a.
|
|
7988
|
-
a.
|
|
7989
|
-
a.
|
|
7990
|
-
a.
|
|
7991
|
-
a.
|
|
7987
|
+
a.te = this.ce.ru;
|
|
7988
|
+
a.tm = this.ce.rs;
|
|
7989
|
+
a.qd = this.ce.qg;
|
|
7990
|
+
a.qz = this.ce.qw;
|
|
7991
|
+
a.qi = this.ce.qh;
|
|
7992
7992
|
};
|
|
7993
7993
|
GeographicSymbolSeriesView.prototype.cg = function () {
|
|
7994
|
-
this.ce.
|
|
7994
|
+
this.ce.p6.te = this.ce.ru;
|
|
7995
7995
|
};
|
|
7996
7996
|
GeographicSymbolSeriesView.prototype.cf = function () {
|
|
7997
|
-
this.ce.
|
|
7997
|
+
this.ce.p6.tm = this.ce.rs;
|
|
7998
7998
|
};
|
|
7999
7999
|
GeographicSymbolSeriesView.prototype.cm = function () {
|
|
8000
|
-
this.ce.
|
|
8000
|
+
this.ce.p6.qd = this.ce.qg;
|
|
8001
8001
|
};
|
|
8002
8002
|
GeographicSymbolSeriesView.prototype.ck = function () {
|
|
8003
|
-
this.ce.
|
|
8003
|
+
this.ce.p6.qz = this.ce.qw;
|
|
8004
8004
|
};
|
|
8005
8005
|
GeographicSymbolSeriesView.prototype.cl = function () {
|
|
8006
|
-
this.ce.
|
|
8006
|
+
this.ce.p6.qi = this.ce.qh;
|
|
8007
8007
|
};
|
|
8008
8008
|
GeographicSymbolSeriesView.prototype.cn = function () {
|
|
8009
|
-
this.ce.
|
|
8009
|
+
this.ce.p6.sy = this.ce.qi;
|
|
8010
8010
|
};
|
|
8011
8011
|
GeographicSymbolSeriesView.prototype.cp = function () {
|
|
8012
|
-
this.ce.
|
|
8012
|
+
this.ce.p6.xAxis = this.ce.cd.s2;
|
|
8013
8013
|
};
|
|
8014
8014
|
GeographicSymbolSeriesView.prototype.cq = function () {
|
|
8015
|
-
this.ce.
|
|
8015
|
+
this.ce.p6.yAxis = this.ce.cd.s4;
|
|
8016
8016
|
};
|
|
8017
8017
|
GeographicSymbolSeriesView.prototype.co = function () {
|
|
8018
|
-
var a = this.ce.
|
|
8018
|
+
var a = this.ce.p6;
|
|
8019
8019
|
if (this.ce.cd == null) {
|
|
8020
8020
|
a.xAxis = null;
|
|
8021
8021
|
a.yAxis = null;
|
|
@@ -8025,13 +8025,13 @@ var GeographicSymbolSeriesView = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
8025
8025
|
a.yAxis = this.ce.cd.s4;
|
|
8026
8026
|
};
|
|
8027
8027
|
GeographicSymbolSeriesView.prototype.ci = function () {
|
|
8028
|
-
this.ce.
|
|
8028
|
+
this.ce.p6.rp = this.ce.re;
|
|
8029
8029
|
};
|
|
8030
8030
|
GeographicSymbolSeriesView.prototype.ch = function () {
|
|
8031
|
-
this.ce.
|
|
8031
|
+
this.ce.p6.rf = this.ce.ra;
|
|
8032
8032
|
};
|
|
8033
8033
|
GeographicSymbolSeriesView.prototype.cj = function () {
|
|
8034
|
-
this.ce.
|
|
8034
|
+
this.ce.p6.rg = this.ce.rb;
|
|
8035
8035
|
};
|
|
8036
8036
|
GeographicSymbolSeriesView.$t = markType(GeographicSymbolSeriesView, 'GeographicSymbolSeriesView', HostSeriesView.$);
|
|
8037
8037
|
return GeographicSymbolSeriesView;
|
|
@@ -8043,9 +8043,9 @@ var GeographicSymbolSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
8043
8043
|
__extends(GeographicSymbolSeries, _super);
|
|
8044
8044
|
function GeographicSymbolSeries() {
|
|
8045
8045
|
var _this = _super.call(this) || this;
|
|
8046
|
-
_this.
|
|
8046
|
+
_this.rg = null;
|
|
8047
|
+
_this.rj = false;
|
|
8047
8048
|
_this.ri = false;
|
|
8048
|
-
_this.rh = false;
|
|
8049
8049
|
_this.assigningScatterStyle = null;
|
|
8050
8050
|
_this.assigningScatterMarkerStyle = null;
|
|
8051
8051
|
_this.ab = GeographicSymbolSeries.$;
|
|
@@ -8057,84 +8057,84 @@ var GeographicSymbolSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
8057
8057
|
GeographicSymbolSeries.prototype.bx = function () {
|
|
8058
8058
|
return new GeographicSymbolSeriesView(this);
|
|
8059
8059
|
};
|
|
8060
|
-
GeographicSymbolSeries.prototype.
|
|
8061
|
-
_super.prototype.
|
|
8062
|
-
this.
|
|
8060
|
+
GeographicSymbolSeries.prototype.lz = function (a) {
|
|
8061
|
+
_super.prototype.lz.call(this, a);
|
|
8062
|
+
this.rh = a;
|
|
8063
8063
|
};
|
|
8064
8064
|
GeographicSymbolSeries.prototype.gv = function () {
|
|
8065
8065
|
return 0.7;
|
|
8066
8066
|
};
|
|
8067
|
-
GeographicSymbolSeries.prototype.
|
|
8067
|
+
GeographicSymbolSeries.prototype.p5 = function () {
|
|
8068
8068
|
return new ScatterSeries();
|
|
8069
8069
|
};
|
|
8070
8070
|
GeographicSymbolSeries.prototype.get_dx = function () {
|
|
8071
8071
|
return true;
|
|
8072
8072
|
};
|
|
8073
|
-
GeographicSymbolSeries.prototype.
|
|
8074
|
-
_super.prototype.
|
|
8073
|
+
GeographicSymbolSeries.prototype.l4 = function (a, b, c, d) {
|
|
8074
|
+
_super.prototype.l4.call(this, a, b, c, d);
|
|
8075
8075
|
switch (b) {
|
|
8076
8076
|
case "SeriesViewer":
|
|
8077
|
-
this.
|
|
8077
|
+
this.rh.co();
|
|
8078
8078
|
break;
|
|
8079
8079
|
case GeographicSymbolSeries.$$p[5]:
|
|
8080
|
-
this.
|
|
8080
|
+
this.rh.cg();
|
|
8081
8081
|
break;
|
|
8082
8082
|
case GeographicSymbolSeries.$$p[4]:
|
|
8083
|
-
this.
|
|
8083
|
+
this.rh.cf();
|
|
8084
8084
|
break;
|
|
8085
8085
|
case GeographicSymbolSeries.$$p[6]:
|
|
8086
|
-
this.
|
|
8086
|
+
this.rh.ci();
|
|
8087
8087
|
break;
|
|
8088
8088
|
case "XAxis":
|
|
8089
|
-
this.
|
|
8089
|
+
this.rh.cp();
|
|
8090
8090
|
break;
|
|
8091
8091
|
case "YAxis":
|
|
8092
|
-
this.
|
|
8092
|
+
this.rh.cq();
|
|
8093
8093
|
break;
|
|
8094
8094
|
case GeographicSymbolSeries.$$p[1]:
|
|
8095
|
-
this.
|
|
8096
|
-
this.
|
|
8097
|
-
if (this.
|
|
8098
|
-
var e = this.
|
|
8099
|
-
e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.
|
|
8095
|
+
this.p6.sk = this.rl;
|
|
8096
|
+
this.rj = this.rl;
|
|
8097
|
+
if (this.rl) {
|
|
8098
|
+
var e = this.p6;
|
|
8099
|
+
e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.rz));
|
|
8100
8100
|
}
|
|
8101
8101
|
else {
|
|
8102
|
-
var f = this.
|
|
8103
|
-
f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.
|
|
8102
|
+
var f = this.p6;
|
|
8103
|
+
f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.rz));
|
|
8104
8104
|
}
|
|
8105
8105
|
break;
|
|
8106
8106
|
case GeographicSymbolSeries.$$p[0]:
|
|
8107
|
-
this.
|
|
8108
|
-
this.
|
|
8109
|
-
if (this.
|
|
8110
|
-
var g = this.
|
|
8111
|
-
g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.
|
|
8107
|
+
this.p6.sj = this.rk;
|
|
8108
|
+
this.ri = this.rk;
|
|
8109
|
+
if (this.rl) {
|
|
8110
|
+
var g = this.p6;
|
|
8111
|
+
g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.ry));
|
|
8112
8112
|
}
|
|
8113
8113
|
else {
|
|
8114
|
-
var h = this.
|
|
8115
|
-
h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.
|
|
8114
|
+
var h = this.p6;
|
|
8115
|
+
h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.ry));
|
|
8116
8116
|
}
|
|
8117
8117
|
break;
|
|
8118
8118
|
case GeographicSymbolSeries.$$p[2]:
|
|
8119
|
-
this.
|
|
8119
|
+
this.p6.r9 = this.rf;
|
|
8120
8120
|
break;
|
|
8121
8121
|
case GeographicSymbolSeries.$$p[3]:
|
|
8122
|
-
this.
|
|
8122
|
+
this.p6.sx = this.rn;
|
|
8123
8123
|
break;
|
|
8124
8124
|
}
|
|
8125
8125
|
};
|
|
8126
|
-
GeographicSymbolSeries.prototype.
|
|
8126
|
+
GeographicSymbolSeries.prototype.rz = function (a, b) {
|
|
8127
8127
|
if (this.assigningScatterStyle != null) {
|
|
8128
8128
|
this.assigningScatterStyle(this, b);
|
|
8129
8129
|
}
|
|
8130
8130
|
};
|
|
8131
|
-
GeographicSymbolSeries.prototype.
|
|
8131
|
+
GeographicSymbolSeries.prototype.ry = function (a, b) {
|
|
8132
8132
|
if (this.assigningScatterMarkerStyle != null) {
|
|
8133
8133
|
this.assigningScatterMarkerStyle(this, b);
|
|
8134
8134
|
}
|
|
8135
8135
|
};
|
|
8136
8136
|
GeographicSymbolSeries.$t = markType(GeographicSymbolSeries, 'GeographicSymbolSeries', GeographicMarkerSeries.$);
|
|
8137
|
-
GeographicSymbolSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicSymbolSeries, 'raisePropertyChanged', ['IsCustomScatterMarkerStyleAllowed:
|
|
8137
|
+
GeographicSymbolSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicSymbolSeries, 'raisePropertyChanged', ['IsCustomScatterMarkerStyleAllowed:rk:r0', [0, false], 'IsCustomScatterStyleAllowed:rl:r1', [0, false], 'ItemSearchMode:rf:r2', [ScatterItemSearchMode_$type, enumGetBox(ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:rn:r3', [1, 10000], 'LatitudeMemberPath:rs:r4', [2, null], 'LongitudeMemberPath:ru:r5', [2, null], 'MarkerCollisionAvoidance:re:r6', [CollisionAvoidanceType_$type, enumGetBox(CollisionAvoidanceType_$type, 0)], 'UseLightweightMarkers:rm:r7', [0, false]]);
|
|
8138
8138
|
return GeographicSymbolSeries;
|
|
8139
8139
|
}(GeographicMarkerSeries));
|
|
8140
8140
|
|
|
@@ -8216,10 +8216,10 @@ var IgcGeographicSymbolSeriesComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
8216
8216
|
* The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
|
|
8217
8217
|
*/
|
|
8218
8218
|
get: function () {
|
|
8219
|
-
return this.i.
|
|
8219
|
+
return this.i.rs;
|
|
8220
8220
|
},
|
|
8221
8221
|
set: function (v) {
|
|
8222
|
-
this.i.
|
|
8222
|
+
this.i.rs = v;
|
|
8223
8223
|
},
|
|
8224
8224
|
enumerable: true,
|
|
8225
8225
|
configurable: true
|
|
@@ -8229,10 +8229,10 @@ var IgcGeographicSymbolSeriesComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
8229
8229
|
* The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
|
|
8230
8230
|
*/
|
|
8231
8231
|
get: function () {
|
|
8232
|
-
return this.i.
|
|
8232
|
+
return this.i.ru;
|
|
8233
8233
|
},
|
|
8234
8234
|
set: function (v) {
|
|
8235
|
-
this.i.
|
|
8235
|
+
this.i.ru = v;
|
|
8236
8236
|
},
|
|
8237
8237
|
enumerable: true,
|
|
8238
8238
|
configurable: true
|
|
@@ -8242,11 +8242,11 @@ var IgcGeographicSymbolSeriesComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
8242
8242
|
* The desired behavior for markers in this series which are placed too close together for the current view, resulting in a collision.
|
|
8243
8243
|
*/
|
|
8244
8244
|
get: function () {
|
|
8245
|
-
return this.i.
|
|
8245
|
+
return this.i.re;
|
|
8246
8246
|
},
|
|
8247
8247
|
set: function (v) {
|
|
8248
|
-
this.i.
|
|
8249
|
-
this._a("markerCollisionAvoidance", enumToString(CollisionAvoidanceType_$type, this.i.
|
|
8248
|
+
this.i.re = ensureEnum(CollisionAvoidanceType_$type, v);
|
|
8249
|
+
this._a("markerCollisionAvoidance", enumToString(CollisionAvoidanceType_$type, this.i.re));
|
|
8250
8250
|
},
|
|
8251
8251
|
enumerable: true,
|
|
8252
8252
|
configurable: true
|
|
@@ -8256,11 +8256,11 @@ var IgcGeographicSymbolSeriesComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
8256
8256
|
* Gets or sets whether this Scatter series should allow custom style overrides of its individual visuals.
|
|
8257
8257
|
*/
|
|
8258
8258
|
get: function () {
|
|
8259
|
-
return this.i.
|
|
8259
|
+
return this.i.rl;
|
|
8260
8260
|
},
|
|
8261
8261
|
set: function (v) {
|
|
8262
|
-
this.i.
|
|
8263
|
-
this._a("isCustomScatterStyleAllowed", this.i.
|
|
8262
|
+
this.i.rl = ensureBool(v);
|
|
8263
|
+
this._a("isCustomScatterStyleAllowed", this.i.rl);
|
|
8264
8264
|
},
|
|
8265
8265
|
enumerable: true,
|
|
8266
8266
|
configurable: true
|
|
@@ -8270,11 +8270,11 @@ var IgcGeographicSymbolSeriesComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
8270
8270
|
* Gets or sets whether this Scatter series should allow custom style overrides of its individual marker visuals.
|
|
8271
8271
|
*/
|
|
8272
8272
|
get: function () {
|
|
8273
|
-
return this.i.
|
|
8273
|
+
return this.i.rk;
|
|
8274
8274
|
},
|
|
8275
8275
|
set: function (v) {
|
|
8276
|
-
this.i.
|
|
8277
|
-
this._a("isCustomScatterMarkerStyleAllowed", this.i.
|
|
8276
|
+
this.i.rk = ensureBool(v);
|
|
8277
|
+
this._a("isCustomScatterMarkerStyleAllowed", this.i.rk);
|
|
8278
8278
|
},
|
|
8279
8279
|
enumerable: true,
|
|
8280
8280
|
configurable: true
|
|
@@ -8284,11 +8284,11 @@ var IgcGeographicSymbolSeriesComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
8284
8284
|
* Gets or sets the mode the series will use to find the closest point to the cursor.
|
|
8285
8285
|
*/
|
|
8286
8286
|
get: function () {
|
|
8287
|
-
return this.i.
|
|
8287
|
+
return this.i.rf;
|
|
8288
8288
|
},
|
|
8289
8289
|
set: function (v) {
|
|
8290
|
-
this.i.
|
|
8291
|
-
this._a("itemSearchMode", enumToString(ScatterItemSearchMode_$type, this.i.
|
|
8290
|
+
this.i.rf = ensureEnum(ScatterItemSearchMode_$type, v);
|
|
8291
|
+
this._a("itemSearchMode", enumToString(ScatterItemSearchMode_$type, this.i.rf));
|
|
8292
8292
|
},
|
|
8293
8293
|
enumerable: true,
|
|
8294
8294
|
configurable: true
|
|
@@ -8298,11 +8298,11 @@ var IgcGeographicSymbolSeriesComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
8298
8298
|
* Gets or sets the threshold to use when searching for items using ItemSearchMode.
|
|
8299
8299
|
*/
|
|
8300
8300
|
get: function () {
|
|
8301
|
-
return this.i.
|
|
8301
|
+
return this.i.rn;
|
|
8302
8302
|
},
|
|
8303
8303
|
set: function (v) {
|
|
8304
|
-
this.i.
|
|
8305
|
-
this._a("itemSearchThreshold", this.i.
|
|
8304
|
+
this.i.rn = +v;
|
|
8305
|
+
this._a("itemSearchThreshold", this.i.rn);
|
|
8306
8306
|
},
|
|
8307
8307
|
enumerable: true,
|
|
8308
8308
|
configurable: true
|
|
@@ -8451,10 +8451,10 @@ var IgcGeographicXYTriangulatingSeriesComponent = /** @class */ /*@__PURE__*/ (f
|
|
|
8451
8451
|
* The name of the property from which to extract the Longitude for each item in the ItemsSource.
|
|
8452
8452
|
*/
|
|
8453
8453
|
get: function () {
|
|
8454
|
-
return this.i.
|
|
8454
|
+
return this.i.qi;
|
|
8455
8455
|
},
|
|
8456
8456
|
set: function (v) {
|
|
8457
|
-
this.i.
|
|
8457
|
+
this.i.qi = v;
|
|
8458
8458
|
},
|
|
8459
8459
|
enumerable: true,
|
|
8460
8460
|
configurable: true
|
|
@@ -8464,10 +8464,10 @@ var IgcGeographicXYTriangulatingSeriesComponent = /** @class */ /*@__PURE__*/ (f
|
|
|
8464
8464
|
* The name of the property from which to extract the Latitude for each item in the ItemsSource.
|
|
8465
8465
|
*/
|
|
8466
8466
|
get: function () {
|
|
8467
|
-
return this.i.
|
|
8467
|
+
return this.i.qg;
|
|
8468
8468
|
},
|
|
8469
8469
|
set: function (v) {
|
|
8470
|
-
this.i.
|
|
8470
|
+
this.i.qg = v;
|
|
8471
8471
|
},
|
|
8472
8472
|
enumerable: true,
|
|
8473
8473
|
configurable: true
|
|
@@ -8478,10 +8478,10 @@ var IgcGeographicXYTriangulatingSeriesComponent = /** @class */ /*@__PURE__*/ (f
|
|
|
8478
8478
|
* This property is optional. If it is left as null, the triangulation will be created based on the items in the ItemsSource. Triangulation is a demanding operation, so the runtime performance will be better when specifying a TriangulationSource, especially when a large number of data items are present.
|
|
8479
8479
|
*/
|
|
8480
8480
|
get: function () {
|
|
8481
|
-
return this.i.
|
|
8481
|
+
return this.i.qf;
|
|
8482
8482
|
},
|
|
8483
8483
|
set: function (v) {
|
|
8484
|
-
this.i.
|
|
8484
|
+
this.i.qf = v;
|
|
8485
8485
|
},
|
|
8486
8486
|
enumerable: true,
|
|
8487
8487
|
configurable: true
|
|
@@ -8491,10 +8491,10 @@ var IgcGeographicXYTriangulatingSeriesComponent = /** @class */ /*@__PURE__*/ (f
|
|
|
8491
8491
|
* The name of the property of the TrianglesSource items which, for each triangle, contains the index of the first vertex point in the ItemsSource.
|
|
8492
8492
|
*/
|
|
8493
8493
|
get: function () {
|
|
8494
|
-
return this.i.
|
|
8494
|
+
return this.i.ql;
|
|
8495
8495
|
},
|
|
8496
8496
|
set: function (v) {
|
|
8497
|
-
this.i.
|
|
8497
|
+
this.i.ql = v;
|
|
8498
8498
|
},
|
|
8499
8499
|
enumerable: true,
|
|
8500
8500
|
configurable: true
|
|
@@ -8504,10 +8504,10 @@ var IgcGeographicXYTriangulatingSeriesComponent = /** @class */ /*@__PURE__*/ (f
|
|
|
8504
8504
|
* The name of the property of the TrianglesSource items which, for each triangle, contains the index of the second vertex point in the ItemsSource.
|
|
8505
8505
|
*/
|
|
8506
8506
|
get: function () {
|
|
8507
|
-
return this.i.
|
|
8507
|
+
return this.i.qn;
|
|
8508
8508
|
},
|
|
8509
8509
|
set: function (v) {
|
|
8510
|
-
this.i.
|
|
8510
|
+
this.i.qn = v;
|
|
8511
8511
|
},
|
|
8512
8512
|
enumerable: true,
|
|
8513
8513
|
configurable: true
|
|
@@ -8517,10 +8517,10 @@ var IgcGeographicXYTriangulatingSeriesComponent = /** @class */ /*@__PURE__*/ (f
|
|
|
8517
8517
|
* The name of the property of the TrianglesSource items which, for each triangle, contains the index of the third vertex point in the ItemsSource.
|
|
8518
8518
|
*/
|
|
8519
8519
|
get: function () {
|
|
8520
|
-
return this.i.
|
|
8520
|
+
return this.i.qp;
|
|
8521
8521
|
},
|
|
8522
8522
|
set: function (v) {
|
|
8523
|
-
this.i.
|
|
8523
|
+
this.i.qp = v;
|
|
8524
8524
|
},
|
|
8525
8525
|
enumerable: true,
|
|
8526
8526
|
configurable: true
|
|
@@ -8604,10 +8604,10 @@ var IgcGeographicScatterAreaSeriesComponent = /** @class */ /*@__PURE__*/ (funct
|
|
|
8604
8604
|
* The name of the property on each data item containing a numeric value which can be converted to a color by the ColorScale.
|
|
8605
8605
|
*/
|
|
8606
8606
|
get: function () {
|
|
8607
|
-
return this.i.
|
|
8607
|
+
return this.i.q4;
|
|
8608
8608
|
},
|
|
8609
8609
|
set: function (v) {
|
|
8610
|
-
this.i.
|
|
8610
|
+
this.i.q4 = v;
|
|
8611
8611
|
},
|
|
8612
8612
|
enumerable: true,
|
|
8613
8613
|
configurable: true
|
|
@@ -8617,22 +8617,22 @@ var IgcGeographicScatterAreaSeriesComponent = /** @class */ /*@__PURE__*/ (funct
|
|
|
8617
8617
|
* The ColorScale used to resolve the color values of points in the series.
|
|
8618
8618
|
*/
|
|
8619
8619
|
get: function () {
|
|
8620
|
-
if (this.i.
|
|
8620
|
+
if (this.i.qz == null) {
|
|
8621
8621
|
return null;
|
|
8622
8622
|
}
|
|
8623
|
-
if (!this.i.
|
|
8624
|
-
var e = IgcColorScaleComponent._createFromInternal(this.i.
|
|
8623
|
+
if (!this.i.qz.externalObject) {
|
|
8624
|
+
var e = IgcColorScaleComponent._createFromInternal(this.i.qz);
|
|
8625
8625
|
if (e) {
|
|
8626
|
-
e._implementation = this.i.
|
|
8626
|
+
e._implementation = this.i.qz;
|
|
8627
8627
|
}
|
|
8628
|
-
this.i.
|
|
8628
|
+
this.i.qz.externalObject = e;
|
|
8629
8629
|
}
|
|
8630
|
-
return this.i.
|
|
8630
|
+
return this.i.qz.externalObject;
|
|
8631
8631
|
},
|
|
8632
8632
|
set: function (v) {
|
|
8633
8633
|
if (v != null && this._stylingContainer && v._styling)
|
|
8634
8634
|
v._styling(this._stylingContainer, this, this);
|
|
8635
|
-
v == null ? this.i.
|
|
8635
|
+
v == null ? this.i.qz = null : this.i.qz = v.i;
|
|
8636
8636
|
},
|
|
8637
8637
|
enumerable: true,
|
|
8638
8638
|
configurable: true
|
|
@@ -8642,22 +8642,22 @@ var IgcGeographicScatterAreaSeriesComponent = /** @class */ /*@__PURE__*/ (funct
|
|
|
8642
8642
|
* Gets actual color scale that is set on ColorScale property or default ColorScale
|
|
8643
8643
|
*/
|
|
8644
8644
|
get: function () {
|
|
8645
|
-
if (this.i.
|
|
8645
|
+
if (this.i.qy == null) {
|
|
8646
8646
|
return null;
|
|
8647
8647
|
}
|
|
8648
|
-
if (!this.i.
|
|
8649
|
-
var e = IgcColorScaleComponent._createFromInternal(this.i.
|
|
8648
|
+
if (!this.i.qy.externalObject) {
|
|
8649
|
+
var e = IgcColorScaleComponent._createFromInternal(this.i.qy);
|
|
8650
8650
|
if (e) {
|
|
8651
|
-
e._implementation = this.i.
|
|
8651
|
+
e._implementation = this.i.qy;
|
|
8652
8652
|
}
|
|
8653
|
-
this.i.
|
|
8653
|
+
this.i.qy.externalObject = e;
|
|
8654
8654
|
}
|
|
8655
|
-
return this.i.
|
|
8655
|
+
return this.i.qy.externalObject;
|
|
8656
8656
|
},
|
|
8657
8657
|
set: function (v) {
|
|
8658
8658
|
if (v != null && this._stylingContainer && v._styling)
|
|
8659
8659
|
v._styling(this._stylingContainer, this, this);
|
|
8660
|
-
v == null ? this.i.
|
|
8660
|
+
v == null ? this.i.qy = null : this.i.qy = v.i;
|
|
8661
8661
|
},
|
|
8662
8662
|
enumerable: true,
|
|
8663
8663
|
configurable: true
|
|
@@ -8691,7 +8691,7 @@ var IgcGeographicScatterAreaSeriesComponent = /** @class */ /*@__PURE__*/ (funct
|
|
|
8691
8691
|
|
|
8692
8692
|
*/
|
|
8693
8693
|
IgcGeographicScatterAreaSeriesComponent.prototype.updateActualColorScale = function () {
|
|
8694
|
-
this.i.
|
|
8694
|
+
this.i.q9();
|
|
8695
8695
|
};
|
|
8696
8696
|
Object.defineProperty(IgcGeographicScatterAreaSeriesComponent.prototype, "triangulationStatusChanged", {
|
|
8697
8697
|
/**
|
|
@@ -8766,71 +8766,71 @@ var GeographicHighDensityScatterSeriesView = /** @class */ /*@__PURE__*/ (functi
|
|
|
8766
8766
|
}
|
|
8767
8767
|
GeographicHighDensityScatterSeriesView.prototype.b2 = function () {
|
|
8768
8768
|
_super.prototype.b2.call(this);
|
|
8769
|
-
var a = typeCast(HighDensityScatterSeries.$, this.ce.
|
|
8770
|
-
a.
|
|
8771
|
-
a.
|
|
8769
|
+
var a = typeCast(HighDensityScatterSeries.$, this.ce.p6);
|
|
8770
|
+
a.se = this.ce.qv;
|
|
8771
|
+
a.sm = this.ce.qt;
|
|
8772
|
+
a.qr = this.ce.qi;
|
|
8772
8773
|
a.qq = this.ce.qh;
|
|
8773
|
-
a.
|
|
8774
|
-
a.
|
|
8774
|
+
a.el = this.ce.qg;
|
|
8775
|
+
a.rm = this.ce.qk;
|
|
8775
8776
|
a.rl = this.ce.qj;
|
|
8776
|
-
a.
|
|
8777
|
+
a.tk = this.ce.re;
|
|
8777
8778
|
a.tj = this.ce.rd;
|
|
8778
|
-
a.
|
|
8779
|
-
a.rx = this.ce.qm;
|
|
8779
|
+
a.ry = this.ce.qn;
|
|
8780
8780
|
};
|
|
8781
8781
|
GeographicHighDensityScatterSeriesView.prototype.ck = function () {
|
|
8782
|
-
this.ce.
|
|
8782
|
+
this.ce.p6.se = this.ce.qv;
|
|
8783
8783
|
};
|
|
8784
8784
|
GeographicHighDensityScatterSeriesView.prototype.cj = function () {
|
|
8785
|
-
this.ce.
|
|
8785
|
+
this.ce.p6.sm = this.ce.qt;
|
|
8786
8786
|
};
|
|
8787
8787
|
GeographicHighDensityScatterSeriesView.prototype.cp = function () {
|
|
8788
|
-
this.ce.
|
|
8788
|
+
this.ce.p6.qr = this.ce.qi;
|
|
8789
8789
|
};
|
|
8790
8790
|
GeographicHighDensityScatterSeriesView.prototype.cn = function () {
|
|
8791
|
-
this.ce.
|
|
8791
|
+
this.ce.p6.qq = this.ce.qh;
|
|
8792
8792
|
};
|
|
8793
8793
|
GeographicHighDensityScatterSeriesView.prototype.cl = function () {
|
|
8794
|
-
this.ce.
|
|
8794
|
+
this.ce.p6.el = this.ce.qg;
|
|
8795
8795
|
};
|
|
8796
8796
|
GeographicHighDensityScatterSeriesView.prototype.ci = function () {
|
|
8797
|
-
this.ce.
|
|
8797
|
+
this.ce.p6.rm = this.ce.qk;
|
|
8798
8798
|
};
|
|
8799
8799
|
GeographicHighDensityScatterSeriesView.prototype.cg = function () {
|
|
8800
|
-
this.ce.
|
|
8800
|
+
this.ce.p6.rl = this.ce.qj;
|
|
8801
8801
|
};
|
|
8802
8802
|
GeographicHighDensityScatterSeriesView.prototype.co = function () {
|
|
8803
|
-
var a = typeCast(HighDensityScatterSeries.$, this.ce.
|
|
8803
|
+
var a = typeCast(HighDensityScatterSeries.$, this.ce.p6);
|
|
8804
8804
|
if (this.ce.cd == null) {
|
|
8805
|
-
a.
|
|
8806
|
-
a.
|
|
8805
|
+
a.qb = null;
|
|
8806
|
+
a.qd = null;
|
|
8807
8807
|
return;
|
|
8808
8808
|
}
|
|
8809
|
-
a.
|
|
8810
|
-
a.
|
|
8809
|
+
a.qb = this.ce.cd.s2;
|
|
8810
|
+
a.qd = this.ce.cd.s4;
|
|
8811
8811
|
};
|
|
8812
8812
|
GeographicHighDensityScatterSeriesView.prototype.cq = function () {
|
|
8813
|
-
this.ce.
|
|
8813
|
+
this.ce.p6.qb = this.ce.cd.s2;
|
|
8814
8814
|
};
|
|
8815
8815
|
GeographicHighDensityScatterSeriesView.prototype.cr = function () {
|
|
8816
|
-
this.ce.
|
|
8816
|
+
this.ce.p6.qd = this.ce.cd.s4;
|
|
8817
8817
|
};
|
|
8818
8818
|
GeographicHighDensityScatterSeriesView.prototype.ch = function () {
|
|
8819
|
-
this.ce.
|
|
8819
|
+
this.ce.p6.tk = this.ce.re;
|
|
8820
8820
|
};
|
|
8821
8821
|
GeographicHighDensityScatterSeriesView.prototype.cf = function () {
|
|
8822
|
-
this.ce.
|
|
8822
|
+
this.ce.p6.tj = this.ce.rd;
|
|
8823
8823
|
};
|
|
8824
8824
|
GeographicHighDensityScatterSeriesView.prototype.cm = function () {
|
|
8825
|
-
this.ce.
|
|
8825
|
+
this.ce.p6.ry = this.ce.qn;
|
|
8826
8826
|
};
|
|
8827
8827
|
GeographicHighDensityScatterSeriesView.prototype.as = function () {
|
|
8828
8828
|
_super.prototype.as.call(this);
|
|
8829
8829
|
if (!this.q) {
|
|
8830
|
-
this.ce.
|
|
8831
|
-
this.ce.
|
|
8832
|
-
this.ce.
|
|
8833
|
-
this.ce.
|
|
8830
|
+
this.ce.re = Defaults.aq;
|
|
8831
|
+
this.ce.rd = Defaults.ap;
|
|
8832
|
+
this.ce.o3 = Defaults.al;
|
|
8833
|
+
this.ce.o8 = Defaults.ak;
|
|
8834
8834
|
}
|
|
8835
8835
|
};
|
|
8836
8836
|
GeographicHighDensityScatterSeriesView.$t = markType(GeographicHighDensityScatterSeriesView, 'GeographicHighDensityScatterSeriesView', HostSeriesView.$);
|
|
@@ -8843,9 +8843,9 @@ var GeographicHighDensityScatterSeries = /** @class */ /*@__PURE__*/ (function (
|
|
|
8843
8843
|
__extends(GeographicHighDensityScatterSeries, _super);
|
|
8844
8844
|
function GeographicHighDensityScatterSeries() {
|
|
8845
8845
|
var _this = _super.call(this) || this;
|
|
8846
|
-
_this.
|
|
8846
|
+
_this.qe = null;
|
|
8847
8847
|
_this.progressiveLoadStatusChanged = null;
|
|
8848
|
-
_this.
|
|
8848
|
+
_this.qm = 0;
|
|
8849
8849
|
_this.ab = GeographicHighDensityScatterSeries.$;
|
|
8850
8850
|
return _this;
|
|
8851
8851
|
}
|
|
@@ -8861,85 +8861,85 @@ var GeographicHighDensityScatterSeries = /** @class */ /*@__PURE__*/ (function (
|
|
|
8861
8861
|
GeographicHighDensityScatterSeries.prototype.bx = function () {
|
|
8862
8862
|
return new GeographicHighDensityScatterSeriesView(this);
|
|
8863
8863
|
};
|
|
8864
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
8865
|
-
_super.prototype.
|
|
8866
|
-
this.
|
|
8864
|
+
GeographicHighDensityScatterSeries.prototype.lz = function (a) {
|
|
8865
|
+
_super.prototype.lz.call(this, a);
|
|
8866
|
+
this.qf = a;
|
|
8867
8867
|
};
|
|
8868
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
8869
|
-
this.
|
|
8870
|
-
return this.
|
|
8868
|
+
GeographicHighDensityScatterSeries.prototype.p5 = function () {
|
|
8869
|
+
this.qe = new HighDensityScatterSeries();
|
|
8870
|
+
return this.qe;
|
|
8871
8871
|
};
|
|
8872
|
-
Object.defineProperty(GeographicHighDensityScatterSeries.prototype, "
|
|
8872
|
+
Object.defineProperty(GeographicHighDensityScatterSeries.prototype, "qo", {
|
|
8873
8873
|
get: function () {
|
|
8874
|
-
return this.
|
|
8874
|
+
return this.qm;
|
|
8875
8875
|
},
|
|
8876
8876
|
set: function (a) {
|
|
8877
|
-
var b = this.
|
|
8878
|
-
this.
|
|
8879
|
-
this.raisePropertyChanged("ProgressiveStatus", b, this.
|
|
8877
|
+
var b = this.qm;
|
|
8878
|
+
this.qm = a;
|
|
8879
|
+
this.raisePropertyChanged("ProgressiveStatus", b, this.qm);
|
|
8880
8880
|
},
|
|
8881
8881
|
enumerable: true,
|
|
8882
8882
|
configurable: true
|
|
8883
8883
|
});
|
|
8884
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
8885
|
-
_super.prototype.
|
|
8886
|
-
var a = this.
|
|
8887
|
-
a.progressiveLoadStatusChanged = delegateCombine(a.progressiveLoadStatusChanged, runOn(this, this.
|
|
8888
|
-
var b = this.
|
|
8889
|
-
b.propertyUpdated = delegateCombine(b.propertyUpdated, runOn(this, this.
|
|
8884
|
+
GeographicHighDensityScatterSeries.prototype.qb = function () {
|
|
8885
|
+
_super.prototype.qb.call(this);
|
|
8886
|
+
var a = this.p6;
|
|
8887
|
+
a.progressiveLoadStatusChanged = delegateCombine(a.progressiveLoadStatusChanged, runOn(this, this.q2));
|
|
8888
|
+
var b = this.p6;
|
|
8889
|
+
b.propertyUpdated = delegateCombine(b.propertyUpdated, runOn(this, this.q1));
|
|
8890
8890
|
};
|
|
8891
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
8892
|
-
this.
|
|
8891
|
+
GeographicHighDensityScatterSeries.prototype.q2 = function (a, b) {
|
|
8892
|
+
this.qo = b.currentStatus;
|
|
8893
8893
|
if (this.progressiveLoadStatusChanged != null) {
|
|
8894
8894
|
this.progressiveLoadStatusChanged(this, b);
|
|
8895
8895
|
}
|
|
8896
8896
|
};
|
|
8897
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
8898
|
-
if (this.
|
|
8897
|
+
GeographicHighDensityScatterSeries.prototype.q1 = function (a, b) {
|
|
8898
|
+
if (this.qe == null) {
|
|
8899
8899
|
return;
|
|
8900
8900
|
}
|
|
8901
8901
|
};
|
|
8902
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
8903
|
-
_super.prototype.
|
|
8902
|
+
GeographicHighDensityScatterSeries.prototype.l4 = function (a, b, c, d) {
|
|
8903
|
+
_super.prototype.l4.call(this, a, b, c, d);
|
|
8904
8904
|
switch (b) {
|
|
8905
8905
|
case "SeriesViewer":
|
|
8906
|
-
this.
|
|
8906
|
+
this.qf.co();
|
|
8907
8907
|
break;
|
|
8908
8908
|
case GeographicHighDensityScatterSeries.$$p[5]:
|
|
8909
|
-
this.
|
|
8909
|
+
this.qf.ck();
|
|
8910
8910
|
break;
|
|
8911
8911
|
case GeographicHighDensityScatterSeries.$$p[4]:
|
|
8912
|
-
this.
|
|
8912
|
+
this.qf.cj();
|
|
8913
8913
|
break;
|
|
8914
8914
|
case GeographicHighDensityScatterSeries.$$p[9]:
|
|
8915
|
-
this.
|
|
8915
|
+
this.qf.cp();
|
|
8916
8916
|
break;
|
|
8917
8917
|
case GeographicHighDensityScatterSeries.$$p[8]:
|
|
8918
|
-
this.
|
|
8918
|
+
this.qf.cn();
|
|
8919
8919
|
break;
|
|
8920
8920
|
case GeographicHighDensityScatterSeries.$$p[6]:
|
|
8921
|
-
this.
|
|
8921
|
+
this.qf.cl();
|
|
8922
8922
|
break;
|
|
8923
8923
|
case "XAxis":
|
|
8924
|
-
this.
|
|
8924
|
+
this.qf.cq();
|
|
8925
8925
|
break;
|
|
8926
8926
|
case "YAxis":
|
|
8927
|
-
this.
|
|
8927
|
+
this.qf.cr();
|
|
8928
8928
|
break;
|
|
8929
8929
|
case GeographicHighDensityScatterSeries.$$p[3]:
|
|
8930
|
-
this.
|
|
8930
|
+
this.qf.ci();
|
|
8931
8931
|
break;
|
|
8932
8932
|
case GeographicHighDensityScatterSeries.$$p[1]:
|
|
8933
|
-
this.
|
|
8933
|
+
this.qf.cg();
|
|
8934
8934
|
break;
|
|
8935
8935
|
case GeographicHighDensityScatterSeries.$$p[2]:
|
|
8936
|
-
this.
|
|
8936
|
+
this.qf.ch();
|
|
8937
8937
|
break;
|
|
8938
8938
|
case GeographicHighDensityScatterSeries.$$p[0]:
|
|
8939
|
-
this.
|
|
8939
|
+
this.qf.cf();
|
|
8940
8940
|
break;
|
|
8941
8941
|
case GeographicHighDensityScatterSeries.$$p[7]:
|
|
8942
|
-
this.
|
|
8942
|
+
this.qf.cm();
|
|
8943
8943
|
break;
|
|
8944
8944
|
}
|
|
8945
8945
|
};
|
|
@@ -8950,7 +8950,7 @@ var GeographicHighDensityScatterSeries = /** @class */ /*@__PURE__*/ (function (
|
|
|
8950
8950
|
_super.prototype.set_e3.call(this, a);
|
|
8951
8951
|
};
|
|
8952
8952
|
GeographicHighDensityScatterSeries.$t = markType(GeographicHighDensityScatterSeries, 'GeographicHighDensityScatterSeries', GeographicMapSeriesHost.$);
|
|
8953
|
-
GeographicHighDensityScatterSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicHighDensityScatterSeries, 'raisePropertyChanged', ['HeatMaximumColor:
|
|
8953
|
+
GeographicHighDensityScatterSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicHighDensityScatterSeries, 'raisePropertyChanged', ['HeatMaximumColor:rd:q3', [Color.$, Defaults.ap], 'HeatMaximum:qj:q4', [1, 50], 'HeatMinimumColor:re:q5', [Color.$, Defaults.aq], 'HeatMinimum:qk:q6', [1, 0], 'LatitudeMemberPath:qt:q7', [2, null], 'LongitudeMemberPath:qv:q8', [2, null], 'MouseOverEnabled:qg:q9', [0, false], 'PointExtent:qn:ra', [1, 1], 'ProgressiveLoad:qh:rb', [0, true], 'UseBruteForce:qi:rc', [0, false]]);
|
|
8954
8954
|
return GeographicHighDensityScatterSeries;
|
|
8955
8955
|
}(GeographicMapSeriesHost));
|
|
8956
8956
|
|
|
@@ -9030,10 +9030,10 @@ var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
9030
9030
|
* The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
|
|
9031
9031
|
*/
|
|
9032
9032
|
get: function () {
|
|
9033
|
-
return this.i.
|
|
9033
|
+
return this.i.qt;
|
|
9034
9034
|
},
|
|
9035
9035
|
set: function (v) {
|
|
9036
|
-
this.i.
|
|
9036
|
+
this.i.qt = v;
|
|
9037
9037
|
},
|
|
9038
9038
|
enumerable: true,
|
|
9039
9039
|
configurable: true
|
|
@@ -9043,10 +9043,10 @@ var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
9043
9043
|
* The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
|
|
9044
9044
|
*/
|
|
9045
9045
|
get: function () {
|
|
9046
|
-
return this.i.
|
|
9046
|
+
return this.i.qv;
|
|
9047
9047
|
},
|
|
9048
9048
|
set: function (v) {
|
|
9049
|
-
this.i.
|
|
9049
|
+
this.i.qv = v;
|
|
9050
9050
|
},
|
|
9051
9051
|
enumerable: true,
|
|
9052
9052
|
configurable: true
|
|
@@ -9056,11 +9056,11 @@ var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
9056
9056
|
* Gets or sets the whether to use use brute force mode.
|
|
9057
9057
|
*/
|
|
9058
9058
|
get: function () {
|
|
9059
|
-
return this.i.
|
|
9059
|
+
return this.i.qi;
|
|
9060
9060
|
},
|
|
9061
9061
|
set: function (v) {
|
|
9062
|
-
this.i.
|
|
9063
|
-
this._a("useBruteForce", this.i.
|
|
9062
|
+
this.i.qi = ensureBool(v);
|
|
9063
|
+
this._a("useBruteForce", this.i.qi);
|
|
9064
9064
|
},
|
|
9065
9065
|
enumerable: true,
|
|
9066
9066
|
configurable: true
|
|
@@ -9070,11 +9070,11 @@ var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
9070
9070
|
* Gets or sets the whether to progressively load the data into the chart.
|
|
9071
9071
|
*/
|
|
9072
9072
|
get: function () {
|
|
9073
|
-
return this.i.
|
|
9073
|
+
return this.i.qh;
|
|
9074
9074
|
},
|
|
9075
9075
|
set: function (v) {
|
|
9076
|
-
this.i.
|
|
9077
|
-
this._a("progressiveLoad", this.i.
|
|
9076
|
+
this.i.qh = ensureBool(v);
|
|
9077
|
+
this._a("progressiveLoad", this.i.qh);
|
|
9078
9078
|
},
|
|
9079
9079
|
enumerable: true,
|
|
9080
9080
|
configurable: true
|
|
@@ -9084,11 +9084,11 @@ var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
9084
9084
|
* Gets or sets the whether the chart reacts to mouse move events.
|
|
9085
9085
|
*/
|
|
9086
9086
|
get: function () {
|
|
9087
|
-
return this.i.
|
|
9087
|
+
return this.i.qg;
|
|
9088
9088
|
},
|
|
9089
9089
|
set: function (v) {
|
|
9090
|
-
this.i.
|
|
9091
|
-
this._a("mouseOverEnabled", this.i.
|
|
9090
|
+
this.i.qg = ensureBool(v);
|
|
9091
|
+
this._a("mouseOverEnabled", this.i.qg);
|
|
9092
9092
|
},
|
|
9093
9093
|
enumerable: true,
|
|
9094
9094
|
configurable: true
|
|
@@ -9098,11 +9098,11 @@ var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
9098
9098
|
* Gets or sets the density value that maps to the minimum heat color.
|
|
9099
9099
|
*/
|
|
9100
9100
|
get: function () {
|
|
9101
|
-
return this.i.
|
|
9101
|
+
return this.i.qk;
|
|
9102
9102
|
},
|
|
9103
9103
|
set: function (v) {
|
|
9104
|
-
this.i.
|
|
9105
|
-
this._a("heatMinimum", this.i.
|
|
9104
|
+
this.i.qk = +v;
|
|
9105
|
+
this._a("heatMinimum", this.i.qk);
|
|
9106
9106
|
},
|
|
9107
9107
|
enumerable: true,
|
|
9108
9108
|
configurable: true
|
|
@@ -9112,11 +9112,11 @@ var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
9112
9112
|
* Gets or sets the value that maps to the maximum heat color.
|
|
9113
9113
|
*/
|
|
9114
9114
|
get: function () {
|
|
9115
|
-
return this.i.
|
|
9115
|
+
return this.i.qj;
|
|
9116
9116
|
},
|
|
9117
9117
|
set: function (v) {
|
|
9118
|
-
this.i.
|
|
9119
|
-
this._a("heatMaximum", this.i.
|
|
9118
|
+
this.i.qj = +v;
|
|
9119
|
+
this._a("heatMaximum", this.i.qj);
|
|
9120
9120
|
},
|
|
9121
9121
|
enumerable: true,
|
|
9122
9122
|
configurable: true
|
|
@@ -9126,11 +9126,11 @@ var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
9126
9126
|
* Gets or sets the color to use for the minimum end of the scale.
|
|
9127
9127
|
*/
|
|
9128
9128
|
get: function () {
|
|
9129
|
-
return colorToString(this.i.
|
|
9129
|
+
return colorToString(this.i.re);
|
|
9130
9130
|
},
|
|
9131
9131
|
set: function (v) {
|
|
9132
|
-
this.i.
|
|
9133
|
-
this._a("heatMinimumColor", colorToString(this.i.
|
|
9132
|
+
this.i.re = stringToColor(v);
|
|
9133
|
+
this._a("heatMinimumColor", colorToString(this.i.re));
|
|
9134
9134
|
},
|
|
9135
9135
|
enumerable: true,
|
|
9136
9136
|
configurable: true
|
|
@@ -9140,11 +9140,11 @@ var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
9140
9140
|
* Gets or sets the color to use for the maximum end of the scale.
|
|
9141
9141
|
*/
|
|
9142
9142
|
get: function () {
|
|
9143
|
-
return colorToString(this.i.
|
|
9143
|
+
return colorToString(this.i.rd);
|
|
9144
9144
|
},
|
|
9145
9145
|
set: function (v) {
|
|
9146
|
-
this.i.
|
|
9147
|
-
this._a("heatMaximumColor", colorToString(this.i.
|
|
9146
|
+
this.i.rd = stringToColor(v);
|
|
9147
|
+
this._a("heatMaximumColor", colorToString(this.i.rd));
|
|
9148
9148
|
},
|
|
9149
9149
|
enumerable: true,
|
|
9150
9150
|
configurable: true
|
|
@@ -9154,11 +9154,11 @@ var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
9154
9154
|
* Gets or sets the the pixel extent of the square data points that are rendered.
|
|
9155
9155
|
*/
|
|
9156
9156
|
get: function () {
|
|
9157
|
-
return this.i.
|
|
9157
|
+
return this.i.qn;
|
|
9158
9158
|
},
|
|
9159
9159
|
set: function (v) {
|
|
9160
|
-
this.i.
|
|
9161
|
-
this._a("pointExtent", this.i.
|
|
9160
|
+
this.i.qn = +v;
|
|
9161
|
+
this._a("pointExtent", this.i.qn);
|
|
9162
9162
|
},
|
|
9163
9163
|
enumerable: true,
|
|
9164
9164
|
configurable: true
|
|
@@ -9168,11 +9168,11 @@ var IgcGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
9168
9168
|
* Represents the current status of the progressive load of the series. It will range from 0 to 100, where 100 is fully loaded.
|
|
9169
9169
|
*/
|
|
9170
9170
|
get: function () {
|
|
9171
|
-
return this.i.
|
|
9171
|
+
return this.i.qo;
|
|
9172
9172
|
},
|
|
9173
9173
|
set: function (v) {
|
|
9174
|
-
this.i.
|
|
9175
|
-
this._a("progressiveStatus", this.i.
|
|
9174
|
+
this.i.qo = +v;
|
|
9175
|
+
this._a("progressiveStatus", this.i.qo);
|
|
9176
9176
|
},
|
|
9177
9177
|
enumerable: true,
|
|
9178
9178
|
configurable: true
|
|
@@ -9270,19 +9270,19 @@ var GeographicContourLineSeriesView = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
9270
9270
|
};
|
|
9271
9271
|
GeographicContourLineSeriesView.prototype.b2 = function () {
|
|
9272
9272
|
_super.prototype.b2.call(this);
|
|
9273
|
-
if (this.cm.
|
|
9274
|
-
this.cm.
|
|
9275
|
-
this.cm.
|
|
9273
|
+
if (this.cm.p6 != null) {
|
|
9274
|
+
this.cm.qy.r1 = this.cm.q1;
|
|
9275
|
+
this.cm.qy.sb = this.cm.q5;
|
|
9276
9276
|
}
|
|
9277
9277
|
};
|
|
9278
9278
|
GeographicContourLineSeriesView.prototype.cn = function () {
|
|
9279
|
-
if (this.cm.
|
|
9280
|
-
this.cm.
|
|
9279
|
+
if (this.cm.qy != null) {
|
|
9280
|
+
this.cm.qy.r1 = this.cm.q1;
|
|
9281
9281
|
}
|
|
9282
9282
|
};
|
|
9283
9283
|
GeographicContourLineSeriesView.prototype.co = function () {
|
|
9284
|
-
if (this.cm.
|
|
9285
|
-
this.cm.
|
|
9284
|
+
if (this.cm.qy != null) {
|
|
9285
|
+
this.cm.qy.sb = this.cm.q5;
|
|
9286
9286
|
}
|
|
9287
9287
|
};
|
|
9288
9288
|
GeographicContourLineSeriesView.$t = markType(GeographicContourLineSeriesView, 'GeographicContourLineSeriesView', GeographicXYTriangulatingSeriesView.$);
|
|
@@ -9302,66 +9302,66 @@ var GeographicContourLineSeries = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
9302
9302
|
GeographicContourLineSeries.prototype.get_d0 = function () {
|
|
9303
9303
|
return true;
|
|
9304
9304
|
};
|
|
9305
|
-
GeographicContourLineSeries.prototype.
|
|
9306
|
-
_super.prototype.
|
|
9305
|
+
GeographicContourLineSeries.prototype.qb = function () {
|
|
9306
|
+
_super.prototype.qb.call(this);
|
|
9307
9307
|
};
|
|
9308
|
-
GeographicContourLineSeries.prototype.
|
|
9309
|
-
this.
|
|
9310
|
-
var a = this.
|
|
9311
|
-
a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.
|
|
9312
|
-
var b = this.
|
|
9313
|
-
b.propertyUpdated = delegateCombine(b.propertyUpdated, runOn(this, this.
|
|
9314
|
-
return this.
|
|
9308
|
+
GeographicContourLineSeries.prototype.p5 = function () {
|
|
9309
|
+
this.qy = new ScatterContourSeries();
|
|
9310
|
+
var a = this.qy;
|
|
9311
|
+
a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.q8));
|
|
9312
|
+
var b = this.qy;
|
|
9313
|
+
b.propertyUpdated = delegateCombine(b.propertyUpdated, runOn(this, this.q9));
|
|
9314
|
+
return this.qy;
|
|
9315
9315
|
};
|
|
9316
|
-
GeographicContourLineSeries.prototype.
|
|
9316
|
+
GeographicContourLineSeries.prototype.q8 = function (a, b) {
|
|
9317
9317
|
if (this.triangulationStatusChanged != null) {
|
|
9318
9318
|
this.triangulationStatusChanged(this, b);
|
|
9319
9319
|
}
|
|
9320
9320
|
};
|
|
9321
|
-
GeographicContourLineSeries.prototype.
|
|
9322
|
-
var c = typeCast(ScatterContourSeries.$, this.
|
|
9321
|
+
GeographicContourLineSeries.prototype.q9 = function (a, b) {
|
|
9322
|
+
var c = typeCast(ScatterContourSeries.$, this.p6);
|
|
9323
9323
|
if (c == null) {
|
|
9324
9324
|
return;
|
|
9325
9325
|
}
|
|
9326
9326
|
if (b.propertyName == "ActualFillScale") {
|
|
9327
|
-
this.
|
|
9327
|
+
this.q0 = c.r0;
|
|
9328
9328
|
}
|
|
9329
9329
|
};
|
|
9330
|
-
GeographicContourLineSeries.prototype.
|
|
9331
|
-
_super.prototype.
|
|
9330
|
+
GeographicContourLineSeries.prototype.mw = function () {
|
|
9331
|
+
_super.prototype.mw.call(this);
|
|
9332
9332
|
};
|
|
9333
9333
|
GeographicContourLineSeries.prototype.bx = function () {
|
|
9334
9334
|
return new GeographicContourLineSeriesView(this);
|
|
9335
9335
|
};
|
|
9336
|
-
GeographicContourLineSeries.prototype.
|
|
9337
|
-
_super.prototype.
|
|
9338
|
-
this.
|
|
9336
|
+
GeographicContourLineSeries.prototype.lz = function (a) {
|
|
9337
|
+
_super.prototype.lz.call(this, a);
|
|
9338
|
+
this.q2 = a;
|
|
9339
9339
|
};
|
|
9340
|
-
GeographicContourLineSeries.prototype.
|
|
9341
|
-
_super.prototype.
|
|
9340
|
+
GeographicContourLineSeries.prototype.l4 = function (a, b, c, d) {
|
|
9341
|
+
_super.prototype.l4.call(this, a, b, c, d);
|
|
9342
9342
|
switch (b) {
|
|
9343
9343
|
case GeographicContourLineSeries.$$p[1]:
|
|
9344
|
-
this.
|
|
9344
|
+
this.q2.cn();
|
|
9345
9345
|
break;
|
|
9346
9346
|
case GeographicContourLineSeries.$$p[2]:
|
|
9347
|
-
this.
|
|
9347
|
+
this.q2.co();
|
|
9348
9348
|
break;
|
|
9349
9349
|
case GeographicContourLineSeries.$$p[3]:
|
|
9350
|
-
this.
|
|
9350
|
+
this.qy.ry = this.qx;
|
|
9351
9351
|
break;
|
|
9352
9352
|
case "DashArray":
|
|
9353
|
-
this.
|
|
9353
|
+
this.qy.pc = this.pc;
|
|
9354
9354
|
break;
|
|
9355
9355
|
case "DashCap":
|
|
9356
|
-
this.
|
|
9356
|
+
this.qy.pd = this.pd;
|
|
9357
9357
|
break;
|
|
9358
9358
|
case "MiterLimit":
|
|
9359
|
-
this.
|
|
9359
|
+
this.qy.gr = this.gr;
|
|
9360
9360
|
break;
|
|
9361
9361
|
}
|
|
9362
9362
|
};
|
|
9363
9363
|
GeographicContourLineSeries.$t = markType(GeographicContourLineSeries, 'GeographicContourLineSeries', GeographicXYTriangulatingSeries.$);
|
|
9364
|
-
GeographicContourLineSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicContourLineSeries, 'raisePropertyChanged', ['ActualFillScale:
|
|
9364
|
+
GeographicContourLineSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicContourLineSeries, 'raisePropertyChanged', ['ActualFillScale:q0:ra', [ValueBrushScale.$, null], 'FillScale:q1:rb', [ValueBrushScale.$, null], 'ValueMemberPath:q5:rc', [2, "value"], 'ValueResolver:qx:rd', [ContourValueResolver.$, null]]);
|
|
9365
9365
|
return GeographicContourLineSeries;
|
|
9366
9366
|
}(GeographicXYTriangulatingSeries));
|
|
9367
9367
|
|
|
@@ -9440,10 +9440,10 @@ var IgcGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/ (funct
|
|
|
9440
9440
|
* The name of the property from which to retrieve the numeric values from the ItemsSource items.
|
|
9441
9441
|
*/
|
|
9442
9442
|
get: function () {
|
|
9443
|
-
return this.i.
|
|
9443
|
+
return this.i.q5;
|
|
9444
9444
|
},
|
|
9445
9445
|
set: function (v) {
|
|
9446
|
-
this.i.
|
|
9446
|
+
this.i.q5 = v;
|
|
9447
9447
|
},
|
|
9448
9448
|
enumerable: true,
|
|
9449
9449
|
configurable: true
|
|
@@ -9453,22 +9453,22 @@ var IgcGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/ (funct
|
|
|
9453
9453
|
* The ValueBrushScale to use when determining Brushes for each contour line, based on the values found in ValueMemberPath.
|
|
9454
9454
|
*/
|
|
9455
9455
|
get: function () {
|
|
9456
|
-
if (this.i.
|
|
9456
|
+
if (this.i.q1 == null) {
|
|
9457
9457
|
return null;
|
|
9458
9458
|
}
|
|
9459
|
-
if (!this.i.
|
|
9460
|
-
var e = IgcValueBrushScaleComponent._createFromInternal(this.i.
|
|
9459
|
+
if (!this.i.q1.externalObject) {
|
|
9460
|
+
var e = IgcValueBrushScaleComponent._createFromInternal(this.i.q1);
|
|
9461
9461
|
if (e) {
|
|
9462
|
-
e._implementation = this.i.
|
|
9462
|
+
e._implementation = this.i.q1;
|
|
9463
9463
|
}
|
|
9464
|
-
this.i.
|
|
9464
|
+
this.i.q1.externalObject = e;
|
|
9465
9465
|
}
|
|
9466
|
-
return this.i.
|
|
9466
|
+
return this.i.q1.externalObject;
|
|
9467
9467
|
},
|
|
9468
9468
|
set: function (v) {
|
|
9469
9469
|
if (v != null && this._stylingContainer && v._styling)
|
|
9470
9470
|
v._styling(this._stylingContainer, this, this);
|
|
9471
|
-
v == null ? this.i.
|
|
9471
|
+
v == null ? this.i.q1 = null : this.i.q1 = v.i;
|
|
9472
9472
|
},
|
|
9473
9473
|
enumerable: true,
|
|
9474
9474
|
configurable: true
|
|
@@ -9478,22 +9478,22 @@ var IgcGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/ (funct
|
|
|
9478
9478
|
* Gets actual fill scale that is set on the FillScale property or default FillScale
|
|
9479
9479
|
*/
|
|
9480
9480
|
get: function () {
|
|
9481
|
-
if (this.i.
|
|
9481
|
+
if (this.i.q0 == null) {
|
|
9482
9482
|
return null;
|
|
9483
9483
|
}
|
|
9484
|
-
if (!this.i.
|
|
9485
|
-
var e = IgcValueBrushScaleComponent._createFromInternal(this.i.
|
|
9484
|
+
if (!this.i.q0.externalObject) {
|
|
9485
|
+
var e = IgcValueBrushScaleComponent._createFromInternal(this.i.q0);
|
|
9486
9486
|
if (e) {
|
|
9487
|
-
e._implementation = this.i.
|
|
9487
|
+
e._implementation = this.i.q0;
|
|
9488
9488
|
}
|
|
9489
|
-
this.i.
|
|
9489
|
+
this.i.q0.externalObject = e;
|
|
9490
9490
|
}
|
|
9491
|
-
return this.i.
|
|
9491
|
+
return this.i.q0.externalObject;
|
|
9492
9492
|
},
|
|
9493
9493
|
set: function (v) {
|
|
9494
9494
|
if (v != null && this._stylingContainer && v._styling)
|
|
9495
9495
|
v._styling(this._stylingContainer, this, this);
|
|
9496
|
-
v == null ? this.i.
|
|
9496
|
+
v == null ? this.i.q0 = null : this.i.q0 = v.i;
|
|
9497
9497
|
},
|
|
9498
9498
|
enumerable: true,
|
|
9499
9499
|
configurable: true
|
|
@@ -9503,22 +9503,22 @@ var IgcGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/ (funct
|
|
|
9503
9503
|
* The ContourValueResolver used to determine the numeric values of contours.
|
|
9504
9504
|
*/
|
|
9505
9505
|
get: function () {
|
|
9506
|
-
if (this.i.
|
|
9506
|
+
if (this.i.qx == null) {
|
|
9507
9507
|
return null;
|
|
9508
9508
|
}
|
|
9509
|
-
if (!this.i.
|
|
9510
|
-
var e = IgcContourValueResolverComponent._createFromInternal(this.i.
|
|
9509
|
+
if (!this.i.qx.externalObject) {
|
|
9510
|
+
var e = IgcContourValueResolverComponent._createFromInternal(this.i.qx);
|
|
9511
9511
|
if (e) {
|
|
9512
|
-
e._implementation = this.i.
|
|
9512
|
+
e._implementation = this.i.qx;
|
|
9513
9513
|
}
|
|
9514
|
-
this.i.
|
|
9514
|
+
this.i.qx.externalObject = e;
|
|
9515
9515
|
}
|
|
9516
|
-
return this.i.
|
|
9516
|
+
return this.i.qx.externalObject;
|
|
9517
9517
|
},
|
|
9518
9518
|
set: function (v) {
|
|
9519
9519
|
if (v != null && this._stylingContainer && v._styling)
|
|
9520
9520
|
v._styling(this._stylingContainer, this, this);
|
|
9521
|
-
v == null ? this.i.
|
|
9521
|
+
v == null ? this.i.qx = null : this.i.qx = v.i;
|
|
9522
9522
|
},
|
|
9523
9523
|
enumerable: true,
|
|
9524
9524
|
configurable: true
|