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
|
@@ -80,10 +80,10 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
80
80
|
* The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
|
|
81
81
|
*/
|
|
82
82
|
get: function () {
|
|
83
|
-
return this.i.
|
|
83
|
+
return this.i.r3;
|
|
84
84
|
},
|
|
85
85
|
set: function (v) {
|
|
86
|
-
this.i.
|
|
86
|
+
this.i.r3 = v;
|
|
87
87
|
},
|
|
88
88
|
enumerable: true,
|
|
89
89
|
configurable: true
|
|
@@ -93,10 +93,10 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
93
93
|
* The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
|
|
94
94
|
*/
|
|
95
95
|
get: function () {
|
|
96
|
-
return this.i.
|
|
96
|
+
return this.i.r5;
|
|
97
97
|
},
|
|
98
98
|
set: function (v) {
|
|
99
|
-
this.i.
|
|
99
|
+
this.i.r5 = v;
|
|
100
100
|
},
|
|
101
101
|
enumerable: true,
|
|
102
102
|
configurable: true
|
|
@@ -106,10 +106,10 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
106
106
|
* Gets or sets the radius mapping property for the current series object.
|
|
107
107
|
*/
|
|
108
108
|
get: function () {
|
|
109
|
-
return this.i.
|
|
109
|
+
return this.i.sa;
|
|
110
110
|
},
|
|
111
111
|
set: function (v) {
|
|
112
|
-
this.i.
|
|
112
|
+
this.i.sa = v;
|
|
113
113
|
},
|
|
114
114
|
enumerable: true,
|
|
115
115
|
configurable: true
|
|
@@ -119,22 +119,22 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
119
119
|
* Gets or sets the radius size scale for the bubbles.
|
|
120
120
|
*/
|
|
121
121
|
get: function () {
|
|
122
|
-
if (this.i.
|
|
122
|
+
if (this.i.rh == null) {
|
|
123
123
|
return null;
|
|
124
124
|
}
|
|
125
|
-
if (!this.i.
|
|
126
|
-
var e = IgcSizeScaleComponent._createFromInternal(this.i.
|
|
125
|
+
if (!this.i.rh.externalObject) {
|
|
126
|
+
var e = IgcSizeScaleComponent._createFromInternal(this.i.rh);
|
|
127
127
|
if (e) {
|
|
128
|
-
e._implementation = this.i.
|
|
128
|
+
e._implementation = this.i.rh;
|
|
129
129
|
}
|
|
130
|
-
this.i.
|
|
130
|
+
this.i.rh.externalObject = e;
|
|
131
131
|
}
|
|
132
|
-
return this.i.
|
|
132
|
+
return this.i.rh.externalObject;
|
|
133
133
|
},
|
|
134
134
|
set: function (v) {
|
|
135
135
|
if (v != null && this._stylingContainer && v._styling)
|
|
136
136
|
v._styling(this._stylingContainer, this, this);
|
|
137
|
-
v == null ? this.i.
|
|
137
|
+
v == null ? this.i.rh = null : this.i.rh = v.i;
|
|
138
138
|
},
|
|
139
139
|
enumerable: true,
|
|
140
140
|
configurable: true
|
|
@@ -144,10 +144,10 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
144
144
|
* Gets or sets the Label mapping property for the current series object.
|
|
145
145
|
*/
|
|
146
146
|
get: function () {
|
|
147
|
-
return this.i.
|
|
147
|
+
return this.i.r1;
|
|
148
148
|
},
|
|
149
149
|
set: function (v) {
|
|
150
|
-
this.i.
|
|
150
|
+
this.i.r1 = v;
|
|
151
151
|
},
|
|
152
152
|
enumerable: true,
|
|
153
153
|
configurable: true
|
|
@@ -157,10 +157,10 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
157
157
|
* Gets or sets the fill mapping property for the current series object.
|
|
158
158
|
*/
|
|
159
159
|
get: function () {
|
|
160
|
-
return this.i.
|
|
160
|
+
return this.i.rt;
|
|
161
161
|
},
|
|
162
162
|
set: function (v) {
|
|
163
|
-
this.i.
|
|
163
|
+
this.i.rt = v;
|
|
164
164
|
},
|
|
165
165
|
enumerable: true,
|
|
166
166
|
configurable: true
|
|
@@ -170,22 +170,22 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
170
170
|
* Gets or sets the brush scale for the marker brush.
|
|
171
171
|
*/
|
|
172
172
|
get: function () {
|
|
173
|
-
if (this.i.
|
|
173
|
+
if (this.i.re == null) {
|
|
174
174
|
return null;
|
|
175
175
|
}
|
|
176
|
-
if (!this.i.
|
|
177
|
-
var e = IgcBrushScaleComponent._createFromInternal(this.i.
|
|
176
|
+
if (!this.i.re.externalObject) {
|
|
177
|
+
var e = IgcBrushScaleComponent._createFromInternal(this.i.re);
|
|
178
178
|
if (e) {
|
|
179
|
-
e._implementation = this.i.
|
|
179
|
+
e._implementation = this.i.re;
|
|
180
180
|
}
|
|
181
|
-
this.i.
|
|
181
|
+
this.i.re.externalObject = e;
|
|
182
182
|
}
|
|
183
|
-
return this.i.
|
|
183
|
+
return this.i.re.externalObject;
|
|
184
184
|
},
|
|
185
185
|
set: function (v) {
|
|
186
186
|
if (v != null && this._stylingContainer && v._styling)
|
|
187
187
|
v._styling(this._stylingContainer, this, this);
|
|
188
|
-
v == null ? this.i.
|
|
188
|
+
v == null ? this.i.re = null : this.i.re = v.i;
|
|
189
189
|
},
|
|
190
190
|
enumerable: true,
|
|
191
191
|
configurable: true
|
|
@@ -196,11 +196,11 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
196
196
|
* This setting applies only if multiple series are using the same FillScale.
|
|
197
197
|
*/
|
|
198
198
|
get: function () {
|
|
199
|
-
return this.i.
|
|
199
|
+
return this.i.rl;
|
|
200
200
|
},
|
|
201
201
|
set: function (v) {
|
|
202
|
-
this.i.
|
|
203
|
-
this._a("fillScaleUseGlobalValues", this.i.
|
|
202
|
+
this.i.rl = ensureBool(v);
|
|
203
|
+
this._a("fillScaleUseGlobalValues", this.i.rl);
|
|
204
204
|
},
|
|
205
205
|
enumerable: true,
|
|
206
206
|
configurable: true
|
|
@@ -211,11 +211,11 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
211
211
|
* This setting applies only if the current series has a FillScale set and it overrides MarkerOutline setting.
|
|
212
212
|
*/
|
|
213
213
|
get: function () {
|
|
214
|
-
return this.i.
|
|
214
|
+
return this.i.ro;
|
|
215
215
|
},
|
|
216
216
|
set: function (v) {
|
|
217
|
-
this.i.
|
|
218
|
-
this._a("markerOutlineUsesFillScale", this.i.
|
|
217
|
+
this.i.ro = ensureBool(v);
|
|
218
|
+
this._a("markerOutlineUsesFillScale", this.i.ro);
|
|
219
219
|
},
|
|
220
220
|
enumerable: true,
|
|
221
221
|
configurable: true
|
|
@@ -226,11 +226,11 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
226
226
|
* Note you can use any values between minimum value of -1 (darkest outline) and maximum value of 1 (brightest outline)
|
|
227
227
|
*/
|
|
228
228
|
get: function () {
|
|
229
|
-
return this.i.
|
|
229
|
+
return this.i.rr;
|
|
230
230
|
},
|
|
231
231
|
set: function (v) {
|
|
232
|
-
this.i.
|
|
233
|
-
this._a("markerOutlineBrightness", this.i.
|
|
232
|
+
this.i.rr = +v;
|
|
233
|
+
this._a("markerOutlineBrightness", this.i.rr);
|
|
234
234
|
},
|
|
235
235
|
enumerable: true,
|
|
236
236
|
configurable: true
|
|
@@ -241,11 +241,11 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
241
241
|
* Note you can use any values between minimum value of -1 (darkest fill) and maximum value of 1 (brightest fill)
|
|
242
242
|
*/
|
|
243
243
|
get: function () {
|
|
244
|
-
return this.i.
|
|
244
|
+
return this.i.rq;
|
|
245
245
|
},
|
|
246
246
|
set: function (v) {
|
|
247
|
-
this.i.
|
|
248
|
-
this._a("markerBrushBrightness", this.i.
|
|
247
|
+
this.i.rq = +v;
|
|
248
|
+
this._a("markerBrushBrightness", this.i.rq);
|
|
249
249
|
},
|
|
250
250
|
enumerable: true,
|
|
251
251
|
configurable: true
|
|
@@ -256,11 +256,11 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
256
256
|
* This setting applies only if multiple series are using the same RadiusScale.
|
|
257
257
|
*/
|
|
258
258
|
get: function () {
|
|
259
|
-
return this.i.
|
|
259
|
+
return this.i.rp;
|
|
260
260
|
},
|
|
261
261
|
set: function (v) {
|
|
262
|
-
this.i.
|
|
263
|
-
this._a("radiusScaleUseGlobalValues", this.i.
|
|
262
|
+
this.i.rp = ensureBool(v);
|
|
263
|
+
this._a("radiusScaleUseGlobalValues", this.i.rp);
|
|
264
264
|
},
|
|
265
265
|
enumerable: true,
|
|
266
266
|
configurable: true
|
|
@@ -270,11 +270,11 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
270
270
|
* Gets or sets whether this Scatter series should allow custom style overrides of its individual visuals.
|
|
271
271
|
*/
|
|
272
272
|
get: function () {
|
|
273
|
-
return this.i.
|
|
273
|
+
return this.i.rn;
|
|
274
274
|
},
|
|
275
275
|
set: function (v) {
|
|
276
|
-
this.i.
|
|
277
|
-
this._a("isCustomScatterStyleAllowed", this.i.
|
|
276
|
+
this.i.rn = ensureBool(v);
|
|
277
|
+
this._a("isCustomScatterStyleAllowed", this.i.rn);
|
|
278
278
|
},
|
|
279
279
|
enumerable: true,
|
|
280
280
|
configurable: true
|
|
@@ -284,11 +284,11 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
284
284
|
* Gets or sets whether this Scatter series should allow custom style overrides of its individual marker visuals.
|
|
285
285
|
*/
|
|
286
286
|
get: function () {
|
|
287
|
-
return this.i.
|
|
287
|
+
return this.i.rm;
|
|
288
288
|
},
|
|
289
289
|
set: function (v) {
|
|
290
|
-
this.i.
|
|
291
|
-
this._a("isCustomScatterMarkerStyleAllowed", this.i.
|
|
290
|
+
this.i.rm = ensureBool(v);
|
|
291
|
+
this._a("isCustomScatterMarkerStyleAllowed", this.i.rm);
|
|
292
292
|
},
|
|
293
293
|
enumerable: true,
|
|
294
294
|
configurable: true
|
|
@@ -298,11 +298,11 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
298
298
|
* Gets or sets the mode the series will use to find the closest point to the cursor.
|
|
299
299
|
*/
|
|
300
300
|
get: function () {
|
|
301
|
-
return this.i.
|
|
301
|
+
return this.i.rg;
|
|
302
302
|
},
|
|
303
303
|
set: function (v) {
|
|
304
|
-
this.i.
|
|
305
|
-
this._a("itemSearchMode", enumToString(ScatterItemSearchMode_$type, this.i.
|
|
304
|
+
this.i.rg = ensureEnum(ScatterItemSearchMode_$type, v);
|
|
305
|
+
this._a("itemSearchMode", enumToString(ScatterItemSearchMode_$type, this.i.rg));
|
|
306
306
|
},
|
|
307
307
|
enumerable: true,
|
|
308
308
|
configurable: true
|
|
@@ -312,11 +312,11 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
312
312
|
* Gets or sets the threshold to use when searching for items using ItemSearchMode.
|
|
313
313
|
*/
|
|
314
314
|
get: function () {
|
|
315
|
-
return this.i.
|
|
315
|
+
return this.i.rs;
|
|
316
316
|
},
|
|
317
317
|
set: function (v) {
|
|
318
|
-
this.i.
|
|
319
|
-
this._a("itemSearchThreshold", this.i.
|
|
318
|
+
this.i.rs = +v;
|
|
319
|
+
this._a("itemSearchThreshold", this.i.rs);
|
|
320
320
|
},
|
|
321
321
|
enumerable: true,
|
|
322
322
|
configurable: true
|
|
@@ -74,10 +74,10 @@ var IgcGeographicScatterAreaSeriesComponent = /** @class */ /*@__PURE__*/ (funct
|
|
|
74
74
|
* The name of the property on each data item containing a numeric value which can be converted to a color by the ColorScale.
|
|
75
75
|
*/
|
|
76
76
|
get: function () {
|
|
77
|
-
return this.i.
|
|
77
|
+
return this.i.q4;
|
|
78
78
|
},
|
|
79
79
|
set: function (v) {
|
|
80
|
-
this.i.
|
|
80
|
+
this.i.q4 = v;
|
|
81
81
|
},
|
|
82
82
|
enumerable: true,
|
|
83
83
|
configurable: true
|
|
@@ -87,22 +87,22 @@ var IgcGeographicScatterAreaSeriesComponent = /** @class */ /*@__PURE__*/ (funct
|
|
|
87
87
|
* The ColorScale used to resolve the color values of points in the series.
|
|
88
88
|
*/
|
|
89
89
|
get: function () {
|
|
90
|
-
if (this.i.
|
|
90
|
+
if (this.i.qz == null) {
|
|
91
91
|
return null;
|
|
92
92
|
}
|
|
93
|
-
if (!this.i.
|
|
94
|
-
var e = IgcColorScaleComponent._createFromInternal(this.i.
|
|
93
|
+
if (!this.i.qz.externalObject) {
|
|
94
|
+
var e = IgcColorScaleComponent._createFromInternal(this.i.qz);
|
|
95
95
|
if (e) {
|
|
96
|
-
e._implementation = this.i.
|
|
96
|
+
e._implementation = this.i.qz;
|
|
97
97
|
}
|
|
98
|
-
this.i.
|
|
98
|
+
this.i.qz.externalObject = e;
|
|
99
99
|
}
|
|
100
|
-
return this.i.
|
|
100
|
+
return this.i.qz.externalObject;
|
|
101
101
|
},
|
|
102
102
|
set: function (v) {
|
|
103
103
|
if (v != null && this._stylingContainer && v._styling)
|
|
104
104
|
v._styling(this._stylingContainer, this, this);
|
|
105
|
-
v == null ? this.i.
|
|
105
|
+
v == null ? this.i.qz = null : this.i.qz = v.i;
|
|
106
106
|
},
|
|
107
107
|
enumerable: true,
|
|
108
108
|
configurable: true
|
|
@@ -112,22 +112,22 @@ var IgcGeographicScatterAreaSeriesComponent = /** @class */ /*@__PURE__*/ (funct
|
|
|
112
112
|
* Gets actual color scale that is set on ColorScale property or default ColorScale
|
|
113
113
|
*/
|
|
114
114
|
get: function () {
|
|
115
|
-
if (this.i.
|
|
115
|
+
if (this.i.qy == null) {
|
|
116
116
|
return null;
|
|
117
117
|
}
|
|
118
|
-
if (!this.i.
|
|
119
|
-
var e = IgcColorScaleComponent._createFromInternal(this.i.
|
|
118
|
+
if (!this.i.qy.externalObject) {
|
|
119
|
+
var e = IgcColorScaleComponent._createFromInternal(this.i.qy);
|
|
120
120
|
if (e) {
|
|
121
|
-
e._implementation = this.i.
|
|
121
|
+
e._implementation = this.i.qy;
|
|
122
122
|
}
|
|
123
|
-
this.i.
|
|
123
|
+
this.i.qy.externalObject = e;
|
|
124
124
|
}
|
|
125
|
-
return this.i.
|
|
125
|
+
return this.i.qy.externalObject;
|
|
126
126
|
},
|
|
127
127
|
set: function (v) {
|
|
128
128
|
if (v != null && this._stylingContainer && v._styling)
|
|
129
129
|
v._styling(this._stylingContainer, this, this);
|
|
130
|
-
v == null ? this.i.
|
|
130
|
+
v == null ? this.i.qy = null : this.i.qy = v.i;
|
|
131
131
|
},
|
|
132
132
|
enumerable: true,
|
|
133
133
|
configurable: true
|
|
@@ -161,7 +161,7 @@ var IgcGeographicScatterAreaSeriesComponent = /** @class */ /*@__PURE__*/ (funct
|
|
|
161
161
|
|
|
162
162
|
*/
|
|
163
163
|
IgcGeographicScatterAreaSeriesComponent.prototype.updateActualColorScale = function () {
|
|
164
|
-
this.i.
|
|
164
|
+
this.i.q9();
|
|
165
165
|
};
|
|
166
166
|
Object.defineProperty(IgcGeographicScatterAreaSeriesComponent.prototype, "triangulationStatusChanged", {
|
|
167
167
|
/**
|
|
@@ -125,10 +125,10 @@ var IgcGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
|
|
|
125
125
|
* 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.
|
|
126
126
|
*/
|
|
127
127
|
get: function () {
|
|
128
|
-
return this.i.
|
|
128
|
+
return this.i.qz;
|
|
129
129
|
},
|
|
130
130
|
set: function (v) {
|
|
131
|
-
this.i.
|
|
131
|
+
this.i.qz = v;
|
|
132
132
|
},
|
|
133
133
|
enumerable: true,
|
|
134
134
|
configurable: true
|
|
@@ -138,11 +138,11 @@ var IgcGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
|
|
|
138
138
|
* Gets or sets whether this Shape series should allow custom style overrides of its individual visuals.
|
|
139
139
|
*/
|
|
140
140
|
get: function () {
|
|
141
|
-
return this.i.
|
|
141
|
+
return this.i.qo;
|
|
142
142
|
},
|
|
143
143
|
set: function (v) {
|
|
144
|
-
this.i.
|
|
145
|
-
this._a("isCustomShapeStyleAllowed", this.i.
|
|
144
|
+
this.i.qo = ensureBool(v);
|
|
145
|
+
this._a("isCustomShapeStyleAllowed", this.i.qo);
|
|
146
146
|
},
|
|
147
147
|
enumerable: true,
|
|
148
148
|
configurable: true
|
|
@@ -152,11 +152,11 @@ var IgcGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
|
|
|
152
152
|
* Gets or sets whether this Shape series should allow custom style overrides of its individual marker visuals.
|
|
153
153
|
*/
|
|
154
154
|
get: function () {
|
|
155
|
-
return this.i.
|
|
155
|
+
return this.i.qn;
|
|
156
156
|
},
|
|
157
157
|
set: function (v) {
|
|
158
|
-
this.i.
|
|
159
|
-
this._a("isCustomShapeMarkerStyleAllowed", this.i.
|
|
158
|
+
this.i.qn = ensureBool(v);
|
|
159
|
+
this._a("isCustomShapeMarkerStyleAllowed", this.i.qn);
|
|
160
160
|
},
|
|
161
161
|
enumerable: true,
|
|
162
162
|
configurable: true
|
|
@@ -166,11 +166,11 @@ var IgcGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
|
|
|
166
166
|
* Gets or sets the mode the series will use to find the closest point to the cursor.
|
|
167
167
|
*/
|
|
168
168
|
get: function () {
|
|
169
|
-
return this.i.
|
|
169
|
+
return this.i.qg;
|
|
170
170
|
},
|
|
171
171
|
set: function (v) {
|
|
172
|
-
this.i.
|
|
173
|
-
this._a("itemSearchMode", enumToString(ShapeItemSearchMode_$type, this.i.
|
|
172
|
+
this.i.qg = ensureEnum(ShapeItemSearchMode_$type, v);
|
|
173
|
+
this._a("itemSearchMode", enumToString(ShapeItemSearchMode_$type, this.i.qg));
|
|
174
174
|
},
|
|
175
175
|
enumerable: true,
|
|
176
176
|
configurable: true
|
|
@@ -180,11 +180,11 @@ var IgcGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
|
|
|
180
180
|
* Gets or sets the threshold to use when searching for items using ItemSearchMode.
|
|
181
181
|
*/
|
|
182
182
|
get: function () {
|
|
183
|
-
return this.i.
|
|
183
|
+
return this.i.qr;
|
|
184
184
|
},
|
|
185
185
|
set: function (v) {
|
|
186
|
-
this.i.
|
|
187
|
-
this._a("itemSearchThreshold", this.i.
|
|
186
|
+
this.i.qr = +v;
|
|
187
|
+
this._a("itemSearchThreshold", this.i.qr);
|
|
188
188
|
},
|
|
189
189
|
enumerable: true,
|
|
190
190
|
configurable: true
|
|
@@ -194,11 +194,11 @@ var IgcGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
|
|
|
194
194
|
* Gets or sets the points threshold to use when searching for items using ItemSearchMode.
|
|
195
195
|
*/
|
|
196
196
|
get: function () {
|
|
197
|
-
return this.i.
|
|
197
|
+
return this.i.qq;
|
|
198
198
|
},
|
|
199
199
|
set: function (v) {
|
|
200
|
-
this.i.
|
|
201
|
-
this._a("itemSearchPointsThreshold", this.i.
|
|
200
|
+
this.i.qq = +v;
|
|
201
|
+
this._a("itemSearchPointsThreshold", this.i.qq);
|
|
202
202
|
},
|
|
203
203
|
enumerable: true,
|
|
204
204
|
configurable: true
|
|
@@ -208,18 +208,18 @@ var IgcGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
|
|
|
208
208
|
* Set a shapefile datasource to use with the series.
|
|
209
209
|
*/
|
|
210
210
|
get: function () {
|
|
211
|
-
if (this.i.
|
|
211
|
+
if (this.i.qj == null) {
|
|
212
212
|
return null;
|
|
213
213
|
}
|
|
214
|
-
if (!this.i.
|
|
214
|
+
if (!this.i.qj.externalObject) {
|
|
215
215
|
var e = new IgcShapeDataSource();
|
|
216
|
-
e._implementation = this.i.
|
|
217
|
-
this.i.
|
|
216
|
+
e._implementation = this.i.qj;
|
|
217
|
+
this.i.qj.externalObject = e;
|
|
218
218
|
}
|
|
219
|
-
return this.i.
|
|
219
|
+
return this.i.qj.externalObject;
|
|
220
220
|
},
|
|
221
221
|
set: function (v) {
|
|
222
|
-
v == null ? this.i.
|
|
222
|
+
v == null ? this.i.qj = null : this.i.qj = v.i;
|
|
223
223
|
},
|
|
224
224
|
enumerable: true,
|
|
225
225
|
configurable: true
|
|
@@ -230,11 +230,11 @@ var IgcGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
|
|
|
230
230
|
* 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.
|
|
231
231
|
*/
|
|
232
232
|
get: function () {
|
|
233
|
-
return this.i.
|
|
233
|
+
return this.i.qp;
|
|
234
234
|
},
|
|
235
235
|
set: function (v) {
|
|
236
|
-
this.i.
|
|
237
|
-
this._a("shapeFilterResolution", this.i.
|
|
236
|
+
this.i.qp = +v;
|
|
237
|
+
this._a("shapeFilterResolution", this.i.qp);
|
|
238
238
|
},
|
|
239
239
|
enumerable: true,
|
|
240
240
|
configurable: true
|