igniteui-angular-maps 18.1.1 → 18.2.0-beta.0
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-angular-maps.umd.js +1560 -1474
- package/bundles/igniteui-angular-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +40 -40
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +85 -85
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +208 -193
- package/esm2015/lib/GeographicMarkerSeries.js +29 -29
- package/esm2015/lib/GeographicPolylineSeriesView_combined.js +19 -19
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +93 -93
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +79 -69
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +58 -58
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +60 -60
- package/esm2015/lib/GeographicTileSeries.js +29 -29
- package/esm2015/lib/SphericalMercatorHorizontalScaler.js +2 -2
- package/esm2015/lib/SphericalMercatorVerticalScaler.js +2 -2
- package/esm2015/lib/TileSeries_combined.js +93 -93
- package/esm2015/lib/XamGeographicMap_combined.js +466 -466
- package/esm2015/lib/igx-geographic-contour-line-series-component.js +9 -9
- package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
- package/esm2015/lib/igx-geographic-map-component.js +40 -40
- package/esm2015/lib/igx-geographic-map-series-host-component.js +22 -22
- package/esm2015/lib/igx-geographic-marker-series-component.js +22 -22
- package/esm2015/lib/igx-geographic-polyline-series-component.js +11 -11
- package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +33 -33
- package/esm2015/lib/igx-geographic-scatter-area-series-component.js +8 -8
- package/esm2015/lib/igx-geographic-shape-series-base-component.js +68 -17
- package/esm2015/lib/igx-geographic-shape-series-component.js +33 -33
- package/esm2015/lib/igx-geographic-symbol-series-component.js +15 -15
- package/esm2015/lib/igx-geographic-tile-series-component.js +4 -4
- package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
- package/esm2015/lib/igx-tile-series-component.js +3 -3
- package/esm5/lib/GeographicContourLineSeriesView_combined.js +39 -39
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +82 -82
- package/esm5/lib/GeographicMapSeriesHost_combined.js +206 -191
- package/esm5/lib/GeographicMarkerSeries.js +29 -29
- package/esm5/lib/GeographicPolylineSeriesView_combined.js +19 -19
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +93 -93
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +78 -68
- package/esm5/lib/GeographicShapeSeriesView_combined.js +58 -58
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +60 -60
- package/esm5/lib/GeographicTileSeries.js +28 -28
- package/esm5/lib/SphericalMercatorHorizontalScaler.js +2 -2
- package/esm5/lib/SphericalMercatorVerticalScaler.js +2 -2
- package/esm5/lib/TileSeries_combined.js +91 -91
- package/esm5/lib/XamGeographicMap_combined.js +459 -459
- package/esm5/lib/igx-geographic-contour-line-series-component.js +9 -9
- package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
- package/esm5/lib/igx-geographic-map-component.js +40 -40
- package/esm5/lib/igx-geographic-map-series-host-component.js +22 -22
- package/esm5/lib/igx-geographic-marker-series-component.js +22 -22
- package/esm5/lib/igx-geographic-polyline-series-component.js +11 -11
- package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +33 -33
- package/esm5/lib/igx-geographic-scatter-area-series-component.js +8 -8
- package/esm5/lib/igx-geographic-shape-series-base-component.js +80 -17
- package/esm5/lib/igx-geographic-shape-series-component.js +33 -33
- package/esm5/lib/igx-geographic-symbol-series-component.js +15 -15
- package/esm5/lib/igx-geographic-tile-series-component.js +4 -4
- package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
- package/esm5/lib/igx-tile-series-component.js +3 -3
- package/fesm2015/igniteui-angular-maps.js +1563 -1489
- package/fesm5/igniteui-angular-maps.js +1561 -1475
- package/lib/GeographicContourLineSeriesView_combined.d.ts +16 -16
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +27 -27
- package/lib/GeographicMapSeriesHost_combined.d.ts +50 -49
- package/lib/GeographicMarkerSeries.d.ts +18 -18
- package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
- package/lib/GeographicPolylineSeriesView_combined.d.ts +10 -10
- package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +30 -30
- package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase_combined.d.ts +29 -25
- package/lib/GeographicShapeSeriesView_combined.d.ts +29 -29
- package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicSymbolSeriesView_combined.d.ts +22 -22
- package/lib/GeographicTileSeries.d.ts +11 -11
- package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
- package/lib/TileSeries_combined.d.ts +23 -23
- package/lib/XamGeographicMap_combined.d.ts +116 -116
- package/lib/igx-geographic-shape-series-base-component.d.ts +19 -1
- package/package.json +2 -2
|
@@ -7,6 +7,7 @@ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOA
|
|
|
7
7
|
import { GeographicMapSeriesHost } from "./GeographicMapSeriesHost";
|
|
8
8
|
import { DependencyProperty } from "igniteui-angular-core";
|
|
9
9
|
import { ShapeItemSearchMode_$type } from "igniteui-angular-charts";
|
|
10
|
+
import { BrushScale } from "igniteui-angular-charts";
|
|
10
11
|
import { enumGetBox, runOn, delegateCombine, delegateRemove, markType, markDep } from "igniteui-angular-core";
|
|
11
12
|
import { PropertyMetadata } from "igniteui-angular-core";
|
|
12
13
|
import { HostSeriesView } from "./HostSeriesView";
|
|
@@ -17,127 +18,136 @@ export let GeographicShapeSeriesBase = /*@__PURE__*/ (() => {
|
|
|
17
18
|
class GeographicShapeSeriesBase extends GeographicMapSeriesHost {
|
|
18
19
|
constructor() {
|
|
19
20
|
super(...arguments);
|
|
20
|
-
this.
|
|
21
|
-
this.
|
|
21
|
+
this.xf = false;
|
|
22
|
+
this.xe = false;
|
|
22
23
|
this.assigningShapeStyle = null;
|
|
23
24
|
this.assigningShapeMarkerStyle = null;
|
|
24
|
-
this.
|
|
25
|
-
this.
|
|
25
|
+
this.xb = null;
|
|
26
|
+
this.xd = false;
|
|
26
27
|
}
|
|
27
|
-
|
|
28
|
+
cs() {
|
|
28
29
|
return new GeographicShapeSeriesBaseView(this);
|
|
29
30
|
}
|
|
30
|
-
|
|
31
|
-
super.
|
|
32
|
-
this.
|
|
31
|
+
qz(a) {
|
|
32
|
+
super.qz(a);
|
|
33
|
+
this.xa = a;
|
|
33
34
|
}
|
|
34
|
-
|
|
35
|
+
get_fe() {
|
|
35
36
|
return true;
|
|
36
37
|
}
|
|
37
|
-
|
|
38
|
+
get_ed() {
|
|
38
39
|
return true;
|
|
39
40
|
}
|
|
40
|
-
|
|
41
|
-
super.
|
|
41
|
+
q7(a, b, c, d) {
|
|
42
|
+
super.q7(a, b, c, d);
|
|
42
43
|
switch (b) {
|
|
43
44
|
case "SeriesViewer":
|
|
44
|
-
this.
|
|
45
|
+
this.xa.ci();
|
|
45
46
|
break;
|
|
46
47
|
case "ShapeMemberPath":
|
|
47
|
-
this.
|
|
48
|
+
this.xa.ck();
|
|
48
49
|
break;
|
|
49
|
-
case GeographicShapeSeriesBase.$$p[
|
|
50
|
-
this.
|
|
50
|
+
case GeographicShapeSeriesBase.$$p[8]:
|
|
51
|
+
this.xa.cj();
|
|
51
52
|
break;
|
|
52
|
-
case GeographicShapeSeriesBase.$$p[
|
|
53
|
-
this.
|
|
54
|
-
this.
|
|
55
|
-
if (this.
|
|
56
|
-
let e = this.
|
|
57
|
-
e.assigningShapeStyle = delegateCombine(e.assigningShapeStyle, runOn(this, this.
|
|
53
|
+
case GeographicShapeSeriesBase.$$p[4]:
|
|
54
|
+
this.wy.x6 = this.xi;
|
|
55
|
+
this.xf = this.xi;
|
|
56
|
+
if (this.xi) {
|
|
57
|
+
let e = this.wy;
|
|
58
|
+
e.assigningShapeStyle = delegateCombine(e.assigningShapeStyle, runOn(this, this.x0));
|
|
58
59
|
}
|
|
59
60
|
else {
|
|
60
|
-
let f = this.
|
|
61
|
-
f.assigningShapeStyle = delegateRemove(f.assigningShapeStyle, runOn(this, this.
|
|
61
|
+
let f = this.wy;
|
|
62
|
+
f.assigningShapeStyle = delegateRemove(f.assigningShapeStyle, runOn(this, this.x0));
|
|
62
63
|
}
|
|
63
64
|
break;
|
|
64
|
-
case GeographicShapeSeriesBase.$$p[
|
|
65
|
-
this.
|
|
66
|
-
this.
|
|
67
|
-
if (this.
|
|
68
|
-
let g = this.
|
|
69
|
-
g.assigningShapeMarkerStyle = delegateCombine(g.assigningShapeMarkerStyle, runOn(this, this.
|
|
65
|
+
case GeographicShapeSeriesBase.$$p[3]:
|
|
66
|
+
this.wy.x5 = this.xh;
|
|
67
|
+
this.xe = this.xh;
|
|
68
|
+
if (this.xi) {
|
|
69
|
+
let g = this.wy;
|
|
70
|
+
g.assigningShapeMarkerStyle = delegateCombine(g.assigningShapeMarkerStyle, runOn(this, this.xz));
|
|
70
71
|
}
|
|
71
72
|
else {
|
|
72
|
-
let h = this.
|
|
73
|
-
h.assigningShapeMarkerStyle = delegateRemove(h.assigningShapeMarkerStyle, runOn(this, this.
|
|
73
|
+
let h = this.wy;
|
|
74
|
+
h.assigningShapeMarkerStyle = delegateRemove(h.assigningShapeMarkerStyle, runOn(this, this.xz));
|
|
74
75
|
}
|
|
75
76
|
break;
|
|
76
|
-
case GeographicShapeSeriesBase.$$p[
|
|
77
|
-
this.
|
|
77
|
+
case GeographicShapeSeriesBase.$$p[5]:
|
|
78
|
+
this.wy.xi = this.w9;
|
|
78
79
|
break;
|
|
79
|
-
case GeographicShapeSeriesBase.$$p[
|
|
80
|
-
this.
|
|
80
|
+
case GeographicShapeSeriesBase.$$p[6]:
|
|
81
|
+
this.wy.yn = this.xk;
|
|
81
82
|
break;
|
|
82
|
-
case GeographicShapeSeriesBase.$$p[
|
|
83
|
-
this.
|
|
83
|
+
case GeographicShapeSeriesBase.$$p[7]:
|
|
84
|
+
this.wy.yo = this.xl;
|
|
85
|
+
break;
|
|
86
|
+
case GeographicShapeSeriesBase.$$p[0]:
|
|
87
|
+
this.wy.ys = this.xm;
|
|
88
|
+
break;
|
|
89
|
+
case GeographicShapeSeriesBase.$$p[1]:
|
|
90
|
+
this.wy.w8 = this.w8;
|
|
91
|
+
break;
|
|
92
|
+
case GeographicShapeSeriesBase.$$p[2]:
|
|
93
|
+
this.wy.x1 = this.xg;
|
|
84
94
|
break;
|
|
85
95
|
case "ShapefileDataSource":
|
|
86
96
|
if (c != null) {
|
|
87
97
|
let i = c;
|
|
88
|
-
if (this.
|
|
89
|
-
i.importCompleted = delegateRemove(i.importCompleted, runOn(this, this.
|
|
98
|
+
if (this.xd) {
|
|
99
|
+
i.importCompleted = delegateRemove(i.importCompleted, runOn(this, this.x1));
|
|
90
100
|
}
|
|
91
101
|
}
|
|
92
102
|
if (d != null) {
|
|
93
103
|
let j = d;
|
|
94
104
|
if (j.count > 0) {
|
|
95
|
-
this.
|
|
105
|
+
this.x2();
|
|
96
106
|
break;
|
|
97
107
|
}
|
|
98
|
-
this.
|
|
99
|
-
j.importCompleted = delegateCombine(j.importCompleted, runOn(this, this.
|
|
108
|
+
this.xd = true;
|
|
109
|
+
j.importCompleted = delegateCombine(j.importCompleted, runOn(this, this.x1));
|
|
100
110
|
}
|
|
101
111
|
break;
|
|
102
112
|
}
|
|
103
113
|
}
|
|
104
|
-
|
|
114
|
+
x0(a, b) {
|
|
105
115
|
if (this.assigningShapeStyle != null) {
|
|
106
116
|
this.assigningShapeStyle(this, b);
|
|
107
117
|
}
|
|
108
118
|
}
|
|
109
|
-
|
|
119
|
+
xz(a, b) {
|
|
110
120
|
if (this.assigningShapeMarkerStyle != null) {
|
|
111
121
|
this.assigningShapeMarkerStyle(this, b);
|
|
112
122
|
}
|
|
113
123
|
}
|
|
114
|
-
|
|
115
|
-
this.
|
|
124
|
+
x1(a, b) {
|
|
125
|
+
this.x2();
|
|
116
126
|
}
|
|
117
|
-
|
|
118
|
-
let sds_ = this.
|
|
127
|
+
x2() {
|
|
128
|
+
let sds_ = this.xc;
|
|
119
129
|
let ext_ = sds_.externalObject;
|
|
120
130
|
this.itemsSource = (ext_.getPointData());
|
|
121
131
|
}
|
|
122
|
-
get
|
|
123
|
-
return this.
|
|
132
|
+
get xc() {
|
|
133
|
+
return this.xb;
|
|
124
134
|
}
|
|
125
|
-
set
|
|
126
|
-
let b = this.
|
|
127
|
-
this.
|
|
128
|
-
if (b != this.
|
|
129
|
-
this.raisePropertyChanged("ShapefileDataSource", b, this.
|
|
135
|
+
set xc(a) {
|
|
136
|
+
let b = this.xb;
|
|
137
|
+
this.xb = a;
|
|
138
|
+
if (b != this.xb) {
|
|
139
|
+
this.raisePropertyChanged("ShapefileDataSource", b, this.xb);
|
|
130
140
|
}
|
|
131
141
|
}
|
|
132
|
-
|
|
142
|
+
get_g7() {
|
|
133
143
|
return true;
|
|
134
144
|
}
|
|
135
|
-
|
|
136
|
-
super.
|
|
145
|
+
set_g7(a) {
|
|
146
|
+
super.set_g7(a);
|
|
137
147
|
}
|
|
138
148
|
}
|
|
139
149
|
GeographicShapeSeriesBase.$t = markType(GeographicShapeSeriesBase, 'GeographicShapeSeriesBase', GeographicMapSeriesHost.$);
|
|
140
|
-
GeographicShapeSeriesBase.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeriesBase, 'raisePropertyChanged', ['IsCustomShapeMarkerStyleAllowed:
|
|
150
|
+
GeographicShapeSeriesBase.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeriesBase, 'raisePropertyChanged', ['FillMemberPath:xm:x3', [2], 'FillScale:w8:x4', [BrushScale.$], 'FillScaleUseGlobalValues:xg:x5', [0, false], 'IsCustomShapeMarkerStyleAllowed:xh:x6', [0, false], 'IsCustomShapeStyleAllowed:xi:x7', [0, false], 'ItemSearchMode:w9:x8', [ShapeItemSearchMode_$type, enumGetBox(ShapeItemSearchMode_$type, 0)], 'ItemSearchPointsThreshold:xk:x9', [1, 10000], 'ItemSearchThreshold:xl:ya', [1, 10000], 'ShapeFilterResolution:xj:yb', [1, 2], 'ShapeMemberPath:xx:yc', [2, "points"]]);
|
|
141
151
|
return GeographicShapeSeriesBase;
|
|
142
152
|
})();
|
|
143
153
|
/**
|
|
@@ -152,23 +162,23 @@ export let GeographicShapeSeriesBaseView = /*@__PURE__*/ (() => {
|
|
|
152
162
|
}
|
|
153
163
|
b5() {
|
|
154
164
|
super.b5();
|
|
155
|
-
this.ch.
|
|
165
|
+
this.ch.wy.y5 = this.ch.xx;
|
|
156
166
|
}
|
|
157
167
|
ci() {
|
|
158
|
-
let a = this.ch.
|
|
159
|
-
if (this.ch.
|
|
160
|
-
a.
|
|
161
|
-
a.
|
|
168
|
+
let a = this.ch.wy;
|
|
169
|
+
if (this.ch.db == null) {
|
|
170
|
+
a.xc = null;
|
|
171
|
+
a.xe = null;
|
|
162
172
|
return;
|
|
163
173
|
}
|
|
164
|
-
a.
|
|
165
|
-
a.
|
|
174
|
+
a.xc = this.ch.db.wr;
|
|
175
|
+
a.xe = this.ch.db.wt;
|
|
166
176
|
}
|
|
167
177
|
ck() {
|
|
168
|
-
this.ch.
|
|
178
|
+
this.ch.wy.y5 = this.ch.xx;
|
|
169
179
|
}
|
|
170
180
|
cj() {
|
|
171
|
-
this.ch.
|
|
181
|
+
this.ch.wy.yk = this.ch.xj;
|
|
172
182
|
}
|
|
173
183
|
}
|
|
174
184
|
GeographicShapeSeriesBaseView.$t = markType(GeographicShapeSeriesBaseView, 'GeographicShapeSeriesBaseView', HostSeriesView.$);
|
|
@@ -30,53 +30,53 @@ export let GeographicShapeSeriesView = /*@__PURE__*/ (() => {
|
|
|
30
30
|
this.cl = null;
|
|
31
31
|
this.cl = a;
|
|
32
32
|
if (!this.q) {
|
|
33
|
-
this.cl.
|
|
33
|
+
this.cl.xx = "points";
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
au() {
|
|
37
37
|
super.au();
|
|
38
38
|
if (!this.q) {
|
|
39
|
-
this.cl.
|
|
40
|
-
this.cl.
|
|
41
|
-
this.cl.
|
|
42
|
-
this.cl.
|
|
43
|
-
this.cl.
|
|
39
|
+
this.cl.zk = Defaults.aj;
|
|
40
|
+
this.cl.jp = Defaults.p;
|
|
41
|
+
this.cl.yj = Defaults.o;
|
|
42
|
+
this.cl.yg = Defaults.d;
|
|
43
|
+
this.cl.ye = Defaults.a;
|
|
44
44
|
}
|
|
45
45
|
}
|
|
46
46
|
b5() {
|
|
47
47
|
super.b5();
|
|
48
|
-
this.cl.
|
|
49
|
-
this.cl.
|
|
50
|
-
this.cl.
|
|
51
|
-
this.cl.
|
|
52
|
-
this.cl.
|
|
48
|
+
this.cl.wy.abr = this.cl.zm;
|
|
49
|
+
this.cl.wy.aak = this.cl.yh;
|
|
50
|
+
this.cl.wy.aa6 = this.cl.y2;
|
|
51
|
+
this.cl.wy.aan = this.cl.yj;
|
|
52
|
+
this.cl.wy.z6 = this.cl.yd;
|
|
53
53
|
}
|
|
54
54
|
cq() {
|
|
55
|
-
this.cl.
|
|
55
|
+
this.cl.wy.aa6 = this.cl.y2;
|
|
56
56
|
}
|
|
57
57
|
cs() {
|
|
58
|
-
this.cl.
|
|
58
|
+
this.cl.wy.aan = this.cl.yj;
|
|
59
59
|
}
|
|
60
60
|
cn() {
|
|
61
|
-
this.cl.
|
|
61
|
+
this.cl.wy.z6 = this.cl.yd;
|
|
62
62
|
}
|
|
63
63
|
cr() {
|
|
64
|
-
this.cl.
|
|
64
|
+
this.cl.wy.aaf = this.cl.yg;
|
|
65
65
|
}
|
|
66
66
|
cm() {
|
|
67
|
-
this.cl.
|
|
67
|
+
this.cl.wy.abn = this.cl.zj;
|
|
68
68
|
}
|
|
69
69
|
co() {
|
|
70
|
-
this.cl.
|
|
70
|
+
this.cl.wy.abo = this.cl.zk;
|
|
71
71
|
}
|
|
72
72
|
cp() {
|
|
73
|
-
this.cl.
|
|
73
|
+
this.cl.wy.abq = this.cl.zl;
|
|
74
74
|
}
|
|
75
75
|
ct() {
|
|
76
|
-
this.cl.
|
|
76
|
+
this.cl.wy.aak = this.cl.yh;
|
|
77
77
|
}
|
|
78
78
|
cu() {
|
|
79
|
-
this.cl.
|
|
79
|
+
this.cl.wy.abr = this.cl.zm;
|
|
80
80
|
}
|
|
81
81
|
}
|
|
82
82
|
GeographicShapeSeriesView.$t = markType(GeographicShapeSeriesView, 'GeographicShapeSeriesView', GeographicShapeSeriesBaseView.$);
|
|
@@ -92,98 +92,98 @@ export let GeographicShapeSeries = /*@__PURE__*/ (() => {
|
|
|
92
92
|
this.styleShape = null;
|
|
93
93
|
this.ab = GeographicShapeSeries.$;
|
|
94
94
|
}
|
|
95
|
-
|
|
95
|
+
bj() {
|
|
96
96
|
return new GeographicShapeSeries();
|
|
97
97
|
}
|
|
98
|
-
|
|
98
|
+
get_fq() {
|
|
99
99
|
return true;
|
|
100
100
|
}
|
|
101
|
-
|
|
101
|
+
cs() {
|
|
102
102
|
return new GeographicShapeSeriesView(this);
|
|
103
103
|
}
|
|
104
|
-
|
|
105
|
-
super.
|
|
106
|
-
this.
|
|
104
|
+
qz(a) {
|
|
105
|
+
super.qz(a);
|
|
106
|
+
this.yi = a;
|
|
107
107
|
}
|
|
108
|
-
|
|
108
|
+
wx() {
|
|
109
109
|
let a = new ScatterPolygonSeries();
|
|
110
|
-
a.styleShape = delegateCombine(a.styleShape, runOn(this, this.
|
|
111
|
-
a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.
|
|
110
|
+
a.styleShape = delegateCombine(a.styleShape, runOn(this, this.yz));
|
|
111
|
+
a.propertyUpdated = delegateCombine(a.propertyUpdated, runOn(this, this.y0));
|
|
112
112
|
return a;
|
|
113
113
|
}
|
|
114
|
-
|
|
114
|
+
yz(a, b) {
|
|
115
115
|
if (this.styleShape != null) {
|
|
116
116
|
this.styleShape(this, b);
|
|
117
117
|
}
|
|
118
118
|
}
|
|
119
|
-
|
|
120
|
-
let c = typeCast(ScatterPolygonSeries.$, this.
|
|
119
|
+
y0(a, b) {
|
|
120
|
+
let c = typeCast(ScatterPolygonSeries.$, this.wy);
|
|
121
121
|
if (c == null) {
|
|
122
122
|
return;
|
|
123
123
|
}
|
|
124
124
|
}
|
|
125
|
-
|
|
126
|
-
return this.
|
|
125
|
+
io() {
|
|
126
|
+
return this.yj;
|
|
127
127
|
}
|
|
128
|
-
|
|
129
|
-
return this.
|
|
128
|
+
vj() {
|
|
129
|
+
return this.zh;
|
|
130
130
|
}
|
|
131
|
-
|
|
132
|
-
return this.
|
|
131
|
+
vk() {
|
|
132
|
+
return this.zi;
|
|
133
133
|
}
|
|
134
|
-
|
|
135
|
-
return this.
|
|
134
|
+
sx() {
|
|
135
|
+
return this.y1;
|
|
136
136
|
}
|
|
137
|
-
|
|
138
|
-
let a = typeCast(ScatterPolygonSeries.$, this.
|
|
137
|
+
ma() {
|
|
138
|
+
let a = typeCast(ScatterPolygonSeries.$, this.wy);
|
|
139
139
|
if (a == null) {
|
|
140
140
|
return "Unknown";
|
|
141
141
|
}
|
|
142
|
-
return a.
|
|
142
|
+
return a.ma();
|
|
143
143
|
}
|
|
144
|
-
|
|
145
|
-
super.
|
|
144
|
+
q7(a, b, c, d) {
|
|
145
|
+
super.q7(a, b, c, d);
|
|
146
146
|
switch (b) {
|
|
147
147
|
case GeographicShapeSeries.$$p[6]:
|
|
148
|
-
this.
|
|
148
|
+
this.wy.aad = this.yf;
|
|
149
149
|
break;
|
|
150
150
|
case GeographicShapeSeries.$$p[5]:
|
|
151
|
-
this.
|
|
151
|
+
this.wy.z9 = this.ye;
|
|
152
152
|
break;
|
|
153
153
|
case GeographicShapeSeries.$$p[9]:
|
|
154
|
-
this.
|
|
154
|
+
this.yi.cq();
|
|
155
155
|
break;
|
|
156
156
|
case GeographicShapeSeries.$$p[10]:
|
|
157
|
-
this.
|
|
157
|
+
this.yi.cs();
|
|
158
158
|
break;
|
|
159
159
|
case GeographicShapeSeries.$$p[4]:
|
|
160
|
-
this.
|
|
160
|
+
this.yi.cn();
|
|
161
161
|
break;
|
|
162
162
|
case GeographicShapeSeries.$$p[11]:
|
|
163
|
-
this.
|
|
163
|
+
this.yi.cr();
|
|
164
164
|
break;
|
|
165
165
|
case GeographicShapeSeries.$$p[3]:
|
|
166
|
-
this.
|
|
166
|
+
this.yi.cm();
|
|
167
167
|
break;
|
|
168
168
|
case GeographicShapeSeries.$$p[7]:
|
|
169
|
-
this.
|
|
169
|
+
this.yi.co();
|
|
170
170
|
break;
|
|
171
171
|
case GeographicShapeSeries.$$p[8]:
|
|
172
|
-
this.
|
|
172
|
+
this.yi.cp();
|
|
173
173
|
break;
|
|
174
174
|
case GeographicShapeSeries.$$p[13]:
|
|
175
|
-
this.
|
|
175
|
+
this.yi.ct();
|
|
176
176
|
break;
|
|
177
177
|
case GeographicShapeSeries.$$p[12]:
|
|
178
|
-
this.
|
|
178
|
+
this.yi.cu();
|
|
179
179
|
break;
|
|
180
180
|
}
|
|
181
181
|
}
|
|
182
|
-
|
|
182
|
+
jl() {
|
|
183
183
|
return 0.7;
|
|
184
184
|
}
|
|
185
185
|
}
|
|
186
186
|
GeographicShapeSeries.$t = markType(GeographicShapeSeries, 'GeographicShapeSeries', GeographicShapeSeriesBase.$);
|
|
187
|
-
GeographicShapeSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeries, 'raisePropertyChanged', ['ActualMarkerBrush:
|
|
187
|
+
GeographicShapeSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicShapeSeries, 'raisePropertyChanged', ['ActualMarkerBrush:zh:y3', [Brush.$], 'ActualMarkerOutline:zi:y4', [Brush.$], 'ActualMarkerTemplate:y1:y5', [DataTemplate.$, null], 'MarkerBrush:zj:y6', [Brush.$], 'MarkerCollisionAvoidance:yd:y7', [CollisionAvoidanceType_$type, enumGetBox(CollisionAvoidanceType_$type, 0)], 'MarkerFillMode:ye:y8', [MarkerFillMode_$type, enumGetBox(MarkerFillMode_$type, 0)], 'MarkerOutlineMode:yf:y9', [MarkerOutlineMode_$type, enumGetBox(MarkerOutlineMode_$type, 0)], 'MarkerOutline:zk:za', [Brush.$], 'MarkerStyle:zl:zb', [Style.$], 'MarkerTemplate:y2:zc', [DataTemplate.$, null], 'MarkerThickness:yj:zd', [1, DeviceUtils.g(2)], 'MarkerType:yg:ze', [MarkerType_$type, enumGetBox(MarkerType_$type, 2)], 'ShapeStyle:zm:zf', [Style.$, null], 'ShapeStyleSelector:yh:zg', [StyleSelector.$, null]]);
|
|
188
188
|
return GeographicShapeSeries;
|
|
189
189
|
})();
|