igniteui-webcomponents-maps 5.0.0-beta.3 → 5.0.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-webcomponents-maps.umd.js +972 -972
- package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +35 -35
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +69 -69
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +162 -162
- package/esm2015/lib/GeographicMarkerSeries.js +27 -27
- 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 +51 -51
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +51 -51
- package/esm2015/lib/GeographicTileSeries.js +26 -26
- package/esm2015/lib/TileSeries_combined.js +81 -81
- package/esm2015/lib/XamGeographicMap_combined.js +82 -82
- package/esm2015/lib/igc-geographic-contour-line-series-component.js +8 -8
- package/esm2015/lib/igc-geographic-high-density-scatter-series-component.js +31 -31
- package/esm2015/lib/igc-geographic-map-series-host-component.js +13 -13
- 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 +41 -41
- package/esm2015/lib/igc-geographic-scatter-area-series-component.js +7 -7
- package/esm2015/lib/igc-geographic-shape-series-base-component.js +22 -22
- 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 +3 -3
- package/esm2015/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
- package/esm2015/lib/igc-tile-series-component.js +2 -2
- package/esm5/lib/GeographicContourLineSeriesView_combined.js +35 -35
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +69 -69
- package/esm5/lib/GeographicMapSeriesHost_combined.js +160 -160
- package/esm5/lib/GeographicMarkerSeries.js +27 -27
- 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 +51 -51
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +51 -51
- package/esm5/lib/GeographicTileSeries.js +25 -25
- package/esm5/lib/TileSeries_combined.js +79 -79
- package/esm5/lib/XamGeographicMap_combined.js +81 -81
- package/esm5/lib/igc-geographic-contour-line-series-component.js +8 -8
- package/esm5/lib/igc-geographic-high-density-scatter-series-component.js +31 -31
- package/esm5/lib/igc-geographic-map-series-host-component.js +13 -13
- 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 +41 -41
- package/esm5/lib/igc-geographic-scatter-area-series-component.js +7 -7
- package/esm5/lib/igc-geographic-shape-series-base-component.js +22 -22
- 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 +3 -3
- package/esm5/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
- package/esm5/lib/igc-tile-series-component.js +2 -2
- package/fesm2015/igniteui-webcomponents-maps.js +981 -981
- package/fesm5/igniteui-webcomponents-maps.js +972 -972
- package/lib/GeographicContourLineSeriesView_combined.d.ts +11 -11
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +16 -16
- package/lib/GeographicMapSeriesHost_combined.d.ts +28 -28
- package/lib/GeographicMarkerSeries.d.ts +14 -14
- 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 +15 -15
- package/lib/GeographicShapeSeriesView_combined.d.ts +21 -21
- package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicSymbolSeriesView_combined.d.ts +14 -14
- package/lib/GeographicTileSeries.d.ts +8 -8
- package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
- package/lib/TileSeries_combined.d.ts +19 -19
- package/lib/XamGeographicMap_combined.d.ts +22 -22
- package/package.json +3 -3
|
@@ -94,10 +94,10 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
94
94
|
* The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
|
|
95
95
|
*/
|
|
96
96
|
get: function () {
|
|
97
|
-
return this.i.
|
|
97
|
+
return this.i.yp;
|
|
98
98
|
},
|
|
99
99
|
set: function (v) {
|
|
100
|
-
this.i.
|
|
100
|
+
this.i.yp = v;
|
|
101
101
|
},
|
|
102
102
|
enumerable: false,
|
|
103
103
|
configurable: true
|
|
@@ -107,10 +107,10 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
107
107
|
* The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
|
|
108
108
|
*/
|
|
109
109
|
get: function () {
|
|
110
|
-
return this.i.
|
|
110
|
+
return this.i.yr;
|
|
111
111
|
},
|
|
112
112
|
set: function (v) {
|
|
113
|
-
this.i.
|
|
113
|
+
this.i.yr = v;
|
|
114
114
|
},
|
|
115
115
|
enumerable: false,
|
|
116
116
|
configurable: true
|
|
@@ -120,10 +120,10 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
120
120
|
* Gets or sets the radius mapping property for the current series object.
|
|
121
121
|
*/
|
|
122
122
|
get: function () {
|
|
123
|
-
return this.i.
|
|
123
|
+
return this.i.yw;
|
|
124
124
|
},
|
|
125
125
|
set: function (v) {
|
|
126
|
-
this.i.
|
|
126
|
+
this.i.yw = v;
|
|
127
127
|
},
|
|
128
128
|
enumerable: false,
|
|
129
129
|
configurable: true
|
|
@@ -133,7 +133,7 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
133
133
|
* Gets or sets the radius size scale for the bubbles.
|
|
134
134
|
*/
|
|
135
135
|
get: function () {
|
|
136
|
-
var r = this.i.
|
|
136
|
+
var r = this.i.x3;
|
|
137
137
|
if (r == null) {
|
|
138
138
|
return null;
|
|
139
139
|
}
|
|
@@ -149,7 +149,7 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
149
149
|
set: function (v) {
|
|
150
150
|
if (v != null && this._stylingContainer && v._styling)
|
|
151
151
|
v._styling(this._stylingContainer, this, this);
|
|
152
|
-
v == null ? this.i.
|
|
152
|
+
v == null ? this.i.x3 = null : this.i.x3 = v.i;
|
|
153
153
|
},
|
|
154
154
|
enumerable: false,
|
|
155
155
|
configurable: true
|
|
@@ -159,10 +159,10 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
159
159
|
* Gets or sets the Label mapping property for the current series object.
|
|
160
160
|
*/
|
|
161
161
|
get: function () {
|
|
162
|
-
return this.i.
|
|
162
|
+
return this.i.yn;
|
|
163
163
|
},
|
|
164
164
|
set: function (v) {
|
|
165
|
-
this.i.
|
|
165
|
+
this.i.yn = v;
|
|
166
166
|
},
|
|
167
167
|
enumerable: false,
|
|
168
168
|
configurable: true
|
|
@@ -172,10 +172,10 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
172
172
|
* Gets or sets the fill mapping property for the current series object.
|
|
173
173
|
*/
|
|
174
174
|
get: function () {
|
|
175
|
-
return this.i.
|
|
175
|
+
return this.i.yf;
|
|
176
176
|
},
|
|
177
177
|
set: function (v) {
|
|
178
|
-
this.i.
|
|
178
|
+
this.i.yf = v;
|
|
179
179
|
},
|
|
180
180
|
enumerable: false,
|
|
181
181
|
configurable: true
|
|
@@ -185,7 +185,7 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
185
185
|
* Gets or sets the brush scale for the marker brush.
|
|
186
186
|
*/
|
|
187
187
|
get: function () {
|
|
188
|
-
var r = this.i.
|
|
188
|
+
var r = this.i.x0;
|
|
189
189
|
if (r == null) {
|
|
190
190
|
return null;
|
|
191
191
|
}
|
|
@@ -201,7 +201,7 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
201
201
|
set: function (v) {
|
|
202
202
|
if (v != null && this._stylingContainer && v._styling)
|
|
203
203
|
v._styling(this._stylingContainer, this, this);
|
|
204
|
-
v == null ? this.i.
|
|
204
|
+
v == null ? this.i.x0 = null : this.i.x0 = v.i;
|
|
205
205
|
},
|
|
206
206
|
enumerable: false,
|
|
207
207
|
configurable: true
|
|
@@ -212,11 +212,11 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
212
212
|
* This setting applies only if multiple series are using the same FillScale.
|
|
213
213
|
*/
|
|
214
214
|
get: function () {
|
|
215
|
-
return this.i.
|
|
215
|
+
return this.i.x7;
|
|
216
216
|
},
|
|
217
217
|
set: function (v) {
|
|
218
|
-
this.i.
|
|
219
|
-
this._a("fillScaleUseGlobalValues", this.i.
|
|
218
|
+
this.i.x7 = ensureBool(v);
|
|
219
|
+
this._a("fillScaleUseGlobalValues", this.i.x7);
|
|
220
220
|
},
|
|
221
221
|
enumerable: false,
|
|
222
222
|
configurable: true
|
|
@@ -227,11 +227,11 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
227
227
|
* This setting applies only if the current series has a FillScale set and it overrides MarkerOutline setting.
|
|
228
228
|
*/
|
|
229
229
|
get: function () {
|
|
230
|
-
return this.i.
|
|
230
|
+
return this.i.ya;
|
|
231
231
|
},
|
|
232
232
|
set: function (v) {
|
|
233
|
-
this.i.
|
|
234
|
-
this._a("markerOutlineUsesFillScale", this.i.
|
|
233
|
+
this.i.ya = ensureBool(v);
|
|
234
|
+
this._a("markerOutlineUsesFillScale", this.i.ya);
|
|
235
235
|
},
|
|
236
236
|
enumerable: false,
|
|
237
237
|
configurable: true
|
|
@@ -242,11 +242,11 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
242
242
|
* Note you can use any values between minimum value of -1 (darkest outline) and maximum value of 1 (brightest outline)
|
|
243
243
|
*/
|
|
244
244
|
get: function () {
|
|
245
|
-
return this.i.
|
|
245
|
+
return this.i.yd;
|
|
246
246
|
},
|
|
247
247
|
set: function (v) {
|
|
248
|
-
this.i.
|
|
249
|
-
this._a("markerOutlineBrightness", this.i.
|
|
248
|
+
this.i.yd = +v;
|
|
249
|
+
this._a("markerOutlineBrightness", this.i.yd);
|
|
250
250
|
},
|
|
251
251
|
enumerable: false,
|
|
252
252
|
configurable: true
|
|
@@ -257,11 +257,11 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
257
257
|
* Note you can use any values between minimum value of -1 (darkest fill) and maximum value of 1 (brightest fill)
|
|
258
258
|
*/
|
|
259
259
|
get: function () {
|
|
260
|
-
return this.i.
|
|
260
|
+
return this.i.yc;
|
|
261
261
|
},
|
|
262
262
|
set: function (v) {
|
|
263
|
-
this.i.
|
|
264
|
-
this._a("markerBrushBrightness", this.i.
|
|
263
|
+
this.i.yc = +v;
|
|
264
|
+
this._a("markerBrushBrightness", this.i.yc);
|
|
265
265
|
},
|
|
266
266
|
enumerable: false,
|
|
267
267
|
configurable: true
|
|
@@ -272,11 +272,11 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
272
272
|
* This setting applies only if multiple series are using the same RadiusScale.
|
|
273
273
|
*/
|
|
274
274
|
get: function () {
|
|
275
|
-
return this.i.
|
|
275
|
+
return this.i.yb;
|
|
276
276
|
},
|
|
277
277
|
set: function (v) {
|
|
278
|
-
this.i.
|
|
279
|
-
this._a("radiusScaleUseGlobalValues", this.i.
|
|
278
|
+
this.i.yb = ensureBool(v);
|
|
279
|
+
this._a("radiusScaleUseGlobalValues", this.i.yb);
|
|
280
280
|
},
|
|
281
281
|
enumerable: false,
|
|
282
282
|
configurable: true
|
|
@@ -286,11 +286,11 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
286
286
|
* Gets or sets whether this Scatter series should allow custom style overrides of its individual visuals.
|
|
287
287
|
*/
|
|
288
288
|
get: function () {
|
|
289
|
-
return this.i.
|
|
289
|
+
return this.i.x9;
|
|
290
290
|
},
|
|
291
291
|
set: function (v) {
|
|
292
|
-
this.i.
|
|
293
|
-
this._a("isCustomScatterStyleAllowed", this.i.
|
|
292
|
+
this.i.x9 = ensureBool(v);
|
|
293
|
+
this._a("isCustomScatterStyleAllowed", this.i.x9);
|
|
294
294
|
},
|
|
295
295
|
enumerable: false,
|
|
296
296
|
configurable: true
|
|
@@ -300,11 +300,11 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
300
300
|
* Gets or sets whether this Scatter series should allow custom style overrides of its individual marker visuals.
|
|
301
301
|
*/
|
|
302
302
|
get: function () {
|
|
303
|
-
return this.i.
|
|
303
|
+
return this.i.x8;
|
|
304
304
|
},
|
|
305
305
|
set: function (v) {
|
|
306
|
-
this.i.
|
|
307
|
-
this._a("isCustomScatterMarkerStyleAllowed", this.i.
|
|
306
|
+
this.i.x8 = ensureBool(v);
|
|
307
|
+
this._a("isCustomScatterMarkerStyleAllowed", this.i.x8);
|
|
308
308
|
},
|
|
309
309
|
enumerable: false,
|
|
310
310
|
configurable: true
|
|
@@ -314,11 +314,11 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
314
314
|
* Gets or sets the mode the series will use to find the closest point to the cursor.
|
|
315
315
|
*/
|
|
316
316
|
get: function () {
|
|
317
|
-
return this.i.
|
|
317
|
+
return this.i.x2;
|
|
318
318
|
},
|
|
319
319
|
set: function (v) {
|
|
320
|
-
this.i.
|
|
321
|
-
this._a("itemSearchMode", enumToString(ScatterItemSearchMode_$type, this.i.
|
|
320
|
+
this.i.x2 = ensureEnum(ScatterItemSearchMode_$type, v);
|
|
321
|
+
this._a("itemSearchMode", enumToString(ScatterItemSearchMode_$type, this.i.x2));
|
|
322
322
|
},
|
|
323
323
|
enumerable: false,
|
|
324
324
|
configurable: true
|
|
@@ -328,11 +328,11 @@ var IgcGeographicProportionalSymbolSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
328
328
|
* Gets or sets the threshold to use when searching for items using ItemSearchMode.
|
|
329
329
|
*/
|
|
330
330
|
get: function () {
|
|
331
|
-
return this.i.
|
|
331
|
+
return this.i.ye;
|
|
332
332
|
},
|
|
333
333
|
set: function (v) {
|
|
334
|
-
this.i.
|
|
335
|
-
this._a("itemSearchThreshold", this.i.
|
|
334
|
+
this.i.ye = +v;
|
|
335
|
+
this._a("itemSearchThreshold", this.i.ye);
|
|
336
336
|
},
|
|
337
337
|
enumerable: false,
|
|
338
338
|
configurable: true
|
|
@@ -88,10 +88,10 @@ var IgcGeographicScatterAreaSeriesComponent = /** @class */ /*@__PURE__*/ (funct
|
|
|
88
88
|
* The name of the property on each data item containing a numeric value which can be converted to a color by the ColorScale.
|
|
89
89
|
*/
|
|
90
90
|
get: function () {
|
|
91
|
-
return this.i.
|
|
91
|
+
return this.i.xq;
|
|
92
92
|
},
|
|
93
93
|
set: function (v) {
|
|
94
|
-
this.i.
|
|
94
|
+
this.i.xq = v;
|
|
95
95
|
},
|
|
96
96
|
enumerable: false,
|
|
97
97
|
configurable: true
|
|
@@ -101,7 +101,7 @@ var IgcGeographicScatterAreaSeriesComponent = /** @class */ /*@__PURE__*/ (funct
|
|
|
101
101
|
* The ColorScale used to resolve the color values of points in the series.
|
|
102
102
|
*/
|
|
103
103
|
get: function () {
|
|
104
|
-
var r = this.i.
|
|
104
|
+
var r = this.i.xl;
|
|
105
105
|
if (r == null) {
|
|
106
106
|
return null;
|
|
107
107
|
}
|
|
@@ -117,7 +117,7 @@ var IgcGeographicScatterAreaSeriesComponent = /** @class */ /*@__PURE__*/ (funct
|
|
|
117
117
|
set: function (v) {
|
|
118
118
|
if (v != null && this._stylingContainer && v._styling)
|
|
119
119
|
v._styling(this._stylingContainer, this, this);
|
|
120
|
-
v == null ? this.i.
|
|
120
|
+
v == null ? this.i.xl = null : this.i.xl = v.i;
|
|
121
121
|
},
|
|
122
122
|
enumerable: false,
|
|
123
123
|
configurable: true
|
|
@@ -127,7 +127,7 @@ var IgcGeographicScatterAreaSeriesComponent = /** @class */ /*@__PURE__*/ (funct
|
|
|
127
127
|
* Gets actual color scale that is set on ColorScale property or default ColorScale
|
|
128
128
|
*/
|
|
129
129
|
get: function () {
|
|
130
|
-
var r = this.i.
|
|
130
|
+
var r = this.i.xk;
|
|
131
131
|
if (r == null) {
|
|
132
132
|
return null;
|
|
133
133
|
}
|
|
@@ -143,7 +143,7 @@ var IgcGeographicScatterAreaSeriesComponent = /** @class */ /*@__PURE__*/ (funct
|
|
|
143
143
|
set: function (v) {
|
|
144
144
|
if (v != null && this._stylingContainer && v._styling)
|
|
145
145
|
v._styling(this._stylingContainer, this, this);
|
|
146
|
-
v == null ? this.i.
|
|
146
|
+
v == null ? this.i.xk = null : this.i.xk = v.i;
|
|
147
147
|
},
|
|
148
148
|
enumerable: false,
|
|
149
149
|
configurable: true
|
|
@@ -177,7 +177,7 @@ var IgcGeographicScatterAreaSeriesComponent = /** @class */ /*@__PURE__*/ (funct
|
|
|
177
177
|
|
|
178
178
|
*/
|
|
179
179
|
IgcGeographicScatterAreaSeriesComponent.prototype.updateActualColorScale = function () {
|
|
180
|
-
this.i.
|
|
180
|
+
this.i.xv();
|
|
181
181
|
};
|
|
182
182
|
Object.defineProperty(IgcGeographicScatterAreaSeriesComponent.prototype, "triangulationStatusChanged", {
|
|
183
183
|
/**
|
|
@@ -139,10 +139,10 @@ var IgcGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
|
|
|
139
139
|
* 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.
|
|
140
140
|
*/
|
|
141
141
|
get: function () {
|
|
142
|
-
return this.i.
|
|
142
|
+
return this.i.xl;
|
|
143
143
|
},
|
|
144
144
|
set: function (v) {
|
|
145
|
-
this.i.
|
|
145
|
+
this.i.xl = v;
|
|
146
146
|
},
|
|
147
147
|
enumerable: false,
|
|
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 visuals.
|
|
153
153
|
*/
|
|
154
154
|
get: function () {
|
|
155
|
-
return this.i.
|
|
155
|
+
return this.i.xa;
|
|
156
156
|
},
|
|
157
157
|
set: function (v) {
|
|
158
|
-
this.i.
|
|
159
|
-
this._a("isCustomShapeStyleAllowed", this.i.
|
|
158
|
+
this.i.xa = ensureBool(v);
|
|
159
|
+
this._a("isCustomShapeStyleAllowed", this.i.xa);
|
|
160
160
|
},
|
|
161
161
|
enumerable: false,
|
|
162
162
|
configurable: true
|
|
@@ -166,11 +166,11 @@ var IgcGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
|
|
|
166
166
|
* Gets or sets whether this Shape series should allow custom style overrides of its individual marker visuals.
|
|
167
167
|
*/
|
|
168
168
|
get: function () {
|
|
169
|
-
return this.i.
|
|
169
|
+
return this.i.w9;
|
|
170
170
|
},
|
|
171
171
|
set: function (v) {
|
|
172
|
-
this.i.
|
|
173
|
-
this._a("isCustomShapeMarkerStyleAllowed", this.i.
|
|
172
|
+
this.i.w9 = ensureBool(v);
|
|
173
|
+
this._a("isCustomShapeMarkerStyleAllowed", this.i.w9);
|
|
174
174
|
},
|
|
175
175
|
enumerable: false,
|
|
176
176
|
configurable: true
|
|
@@ -180,11 +180,11 @@ var IgcGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
|
|
|
180
180
|
* Gets or sets the mode the series will use to find the closest point to the cursor.
|
|
181
181
|
*/
|
|
182
182
|
get: function () {
|
|
183
|
-
return this.i.
|
|
183
|
+
return this.i.w2;
|
|
184
184
|
},
|
|
185
185
|
set: function (v) {
|
|
186
|
-
this.i.
|
|
187
|
-
this._a("itemSearchMode", enumToString(ShapeItemSearchMode_$type, this.i.
|
|
186
|
+
this.i.w2 = ensureEnum(ShapeItemSearchMode_$type, v);
|
|
187
|
+
this._a("itemSearchMode", enumToString(ShapeItemSearchMode_$type, this.i.w2));
|
|
188
188
|
},
|
|
189
189
|
enumerable: false,
|
|
190
190
|
configurable: true
|
|
@@ -194,11 +194,11 @@ var IgcGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
|
|
|
194
194
|
* Gets or sets the threshold to use when searching for items using ItemSearchMode.
|
|
195
195
|
*/
|
|
196
196
|
get: function () {
|
|
197
|
-
return this.i.
|
|
197
|
+
return this.i.xd;
|
|
198
198
|
},
|
|
199
199
|
set: function (v) {
|
|
200
|
-
this.i.
|
|
201
|
-
this._a("itemSearchThreshold", this.i.
|
|
200
|
+
this.i.xd = +v;
|
|
201
|
+
this._a("itemSearchThreshold", this.i.xd);
|
|
202
202
|
},
|
|
203
203
|
enumerable: false,
|
|
204
204
|
configurable: true
|
|
@@ -208,11 +208,11 @@ var IgcGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
|
|
|
208
208
|
* Gets or sets the points threshold to use when searching for items using ItemSearchMode.
|
|
209
209
|
*/
|
|
210
210
|
get: function () {
|
|
211
|
-
return this.i.
|
|
211
|
+
return this.i.xc;
|
|
212
212
|
},
|
|
213
213
|
set: function (v) {
|
|
214
|
-
this.i.
|
|
215
|
-
this._a("itemSearchPointsThreshold", this.i.
|
|
214
|
+
this.i.xc = +v;
|
|
215
|
+
this._a("itemSearchPointsThreshold", this.i.xc);
|
|
216
216
|
},
|
|
217
217
|
enumerable: false,
|
|
218
218
|
configurable: true
|
|
@@ -222,7 +222,7 @@ var IgcGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
|
|
|
222
222
|
* Set a shapefile datasource to use with the series.
|
|
223
223
|
*/
|
|
224
224
|
get: function () {
|
|
225
|
-
var r = this.i.
|
|
225
|
+
var r = this.i.w5;
|
|
226
226
|
if (r == null) {
|
|
227
227
|
return null;
|
|
228
228
|
}
|
|
@@ -241,7 +241,7 @@ var IgcGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
|
|
|
241
241
|
return r.externalObject;
|
|
242
242
|
},
|
|
243
243
|
set: function (v) {
|
|
244
|
-
v == null ? this.i.
|
|
244
|
+
v == null ? this.i.w5 = null : this.i.w5 = v.i;
|
|
245
245
|
},
|
|
246
246
|
enumerable: false,
|
|
247
247
|
configurable: true
|
|
@@ -252,11 +252,11 @@ var IgcGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
|
|
|
252
252
|
* 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.
|
|
253
253
|
*/
|
|
254
254
|
get: function () {
|
|
255
|
-
return this.i.
|
|
255
|
+
return this.i.xb;
|
|
256
256
|
},
|
|
257
257
|
set: function (v) {
|
|
258
|
-
this.i.
|
|
259
|
-
this._a("shapeFilterResolution", this.i.
|
|
258
|
+
this.i.xb = +v;
|
|
259
|
+
this._a("shapeFilterResolution", this.i.xb);
|
|
260
260
|
},
|
|
261
261
|
enumerable: false,
|
|
262
262
|
configurable: true
|
|
@@ -92,11 +92,11 @@ var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
92
92
|
* Gets or sets the fill brush.
|
|
93
93
|
*/
|
|
94
94
|
get: function () {
|
|
95
|
-
return this.i.
|
|
95
|
+
return this.i.y7 ? this.i.y7.fill : null;
|
|
96
96
|
},
|
|
97
97
|
set: function (v) {
|
|
98
98
|
this.ensureShapeStyle();
|
|
99
|
-
this.i.
|
|
99
|
+
this.i.y7.fill = v;
|
|
100
100
|
},
|
|
101
101
|
enumerable: false,
|
|
102
102
|
configurable: true
|
|
@@ -106,11 +106,11 @@ var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
106
106
|
* Gets or sets the stroke brush.
|
|
107
107
|
*/
|
|
108
108
|
get: function () {
|
|
109
|
-
return this.i.
|
|
109
|
+
return this.i.y7 ? this.i.y7.stroke : null;
|
|
110
110
|
},
|
|
111
111
|
set: function (v) {
|
|
112
112
|
this.ensureShapeStyle();
|
|
113
|
-
this.i.
|
|
113
|
+
this.i.y7.stroke = v;
|
|
114
114
|
},
|
|
115
115
|
enumerable: false,
|
|
116
116
|
configurable: true
|
|
@@ -120,12 +120,12 @@ var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
120
120
|
* Gets or sets the stroke thickness.
|
|
121
121
|
*/
|
|
122
122
|
get: function () {
|
|
123
|
-
return this.i.
|
|
123
|
+
return this.i.y7 ? this.i.y7.strokeThickness : NaN;
|
|
124
124
|
},
|
|
125
125
|
set: function (v) {
|
|
126
126
|
this.ensureShapeStyle();
|
|
127
|
-
this.i.
|
|
128
|
-
this._a("shapeStrokeThickness", this.i.
|
|
127
|
+
this.i.y7.strokeThickness = +v;
|
|
128
|
+
this._a("shapeStrokeThickness", this.i.y7.strokeThickness);
|
|
129
129
|
},
|
|
130
130
|
enumerable: false,
|
|
131
131
|
configurable: true
|
|
@@ -135,21 +135,21 @@ var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
135
135
|
* Gets or sets the opacity.
|
|
136
136
|
*/
|
|
137
137
|
get: function () {
|
|
138
|
-
return this.i.
|
|
138
|
+
return this.i.y7 ? this.i.y7.opacity : NaN;
|
|
139
139
|
},
|
|
140
140
|
set: function (v) {
|
|
141
141
|
this.ensureShapeStyle();
|
|
142
|
-
this.i.
|
|
143
|
-
this._a("shapeOpacity", this.i.
|
|
142
|
+
this.i.y7.opacity = +v;
|
|
143
|
+
this._a("shapeOpacity", this.i.y7.opacity);
|
|
144
144
|
},
|
|
145
145
|
enumerable: false,
|
|
146
146
|
configurable: true
|
|
147
147
|
});
|
|
148
148
|
IgcGeographicShapeSeriesComponent.prototype.ensureShapeStyle = function () {
|
|
149
|
-
if (this.i.
|
|
149
|
+
if (this.i.y7) {
|
|
150
150
|
return;
|
|
151
151
|
}
|
|
152
|
-
this.i.
|
|
152
|
+
this.i.y7 = new Style();
|
|
153
153
|
};
|
|
154
154
|
Object.defineProperty(IgcGeographicShapeSeriesComponent.prototype, "markerType", {
|
|
155
155
|
/**
|
|
@@ -157,11 +157,11 @@ var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
157
157
|
* If the MarkerTemplate property is set, the setting of the MarkerType property will be ignored.
|
|
158
158
|
*/
|
|
159
159
|
get: function () {
|
|
160
|
-
return this.i.
|
|
160
|
+
return this.i.x1;
|
|
161
161
|
},
|
|
162
162
|
set: function (v) {
|
|
163
|
-
this.i.
|
|
164
|
-
this._a("markerType", enumToString(MarkerType_$type, this.i.
|
|
163
|
+
this.i.x1 = ensureEnum(MarkerType_$type, v);
|
|
164
|
+
this._a("markerType", enumToString(MarkerType_$type, this.i.x1));
|
|
165
165
|
},
|
|
166
166
|
enumerable: false,
|
|
167
167
|
configurable: true
|
|
@@ -171,11 +171,11 @@ var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
171
171
|
* Gets or sets whether the marker outline is based on the marker brush of the series rather than the marker outlines collection.
|
|
172
172
|
*/
|
|
173
173
|
get: function () {
|
|
174
|
-
return this.i.
|
|
174
|
+
return this.i.x0;
|
|
175
175
|
},
|
|
176
176
|
set: function (v) {
|
|
177
|
-
this.i.
|
|
178
|
-
this._a("markerOutlineMode", enumToString(MarkerOutlineMode_$type, this.i.
|
|
177
|
+
this.i.x0 = ensureEnum(MarkerOutlineMode_$type, v);
|
|
178
|
+
this._a("markerOutlineMode", enumToString(MarkerOutlineMode_$type, this.i.x0));
|
|
179
179
|
},
|
|
180
180
|
enumerable: false,
|
|
181
181
|
configurable: true
|
|
@@ -185,11 +185,11 @@ var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
185
185
|
* Gets or sets whether the marker brush is based on the marker outline of the series rather than the marker brushes collection.
|
|
186
186
|
*/
|
|
187
187
|
get: function () {
|
|
188
|
-
return this.i.
|
|
188
|
+
return this.i.xz;
|
|
189
189
|
},
|
|
190
190
|
set: function (v) {
|
|
191
|
-
this.i.
|
|
192
|
-
this._a("markerFillMode", enumToString(MarkerFillMode_$type, this.i.
|
|
191
|
+
this.i.xz = ensureEnum(MarkerFillMode_$type, v);
|
|
192
|
+
this._a("markerFillMode", enumToString(MarkerFillMode_$type, this.i.xz));
|
|
193
193
|
},
|
|
194
194
|
enumerable: false,
|
|
195
195
|
configurable: true
|
|
@@ -199,10 +199,10 @@ var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
199
199
|
* Gets or sets the MarkerTemplate for the current series object.
|
|
200
200
|
*/
|
|
201
201
|
get: function () {
|
|
202
|
-
return this.i.
|
|
202
|
+
return this.i.yn;
|
|
203
203
|
},
|
|
204
204
|
set: function (v) {
|
|
205
|
-
this.i.
|
|
205
|
+
this.i.yn = v;
|
|
206
206
|
},
|
|
207
207
|
enumerable: false,
|
|
208
208
|
configurable: true
|
|
@@ -212,11 +212,11 @@ var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
212
212
|
* Gets or sets the brush that specifies how the current series object's marker interiors are painted.
|
|
213
213
|
*/
|
|
214
214
|
get: function () {
|
|
215
|
-
return brushToString(this.i.
|
|
215
|
+
return brushToString(this.i.y4);
|
|
216
216
|
},
|
|
217
217
|
set: function (v) {
|
|
218
|
-
this.i.
|
|
219
|
-
this._a("markerBrush", brushToString(this.i.
|
|
218
|
+
this.i.y4 = stringToBrush(v);
|
|
219
|
+
this._a("markerBrush", brushToString(this.i.y4));
|
|
220
220
|
},
|
|
221
221
|
enumerable: false,
|
|
222
222
|
configurable: true
|
|
@@ -226,11 +226,11 @@ var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
226
226
|
* Gets or sets the brush that specifies how the current series object's marker outlines are painted.
|
|
227
227
|
*/
|
|
228
228
|
get: function () {
|
|
229
|
-
return brushToString(this.i.
|
|
229
|
+
return brushToString(this.i.y5);
|
|
230
230
|
},
|
|
231
231
|
set: function (v) {
|
|
232
|
-
this.i.
|
|
233
|
-
this._a("markerOutline", brushToString(this.i.
|
|
232
|
+
this.i.y5 = stringToBrush(v);
|
|
233
|
+
this._a("markerOutline", brushToString(this.i.y5));
|
|
234
234
|
},
|
|
235
235
|
enumerable: false,
|
|
236
236
|
configurable: true
|
|
@@ -240,11 +240,11 @@ var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
240
240
|
* Gets or sets thickness of the marker outline
|
|
241
241
|
*/
|
|
242
242
|
get: function () {
|
|
243
|
-
return this.i.
|
|
243
|
+
return this.i.x4;
|
|
244
244
|
},
|
|
245
245
|
set: function (v) {
|
|
246
|
-
this.i.
|
|
247
|
-
this._a("markerThickness", this.i.
|
|
246
|
+
this.i.x4 = +v;
|
|
247
|
+
this._a("markerThickness", this.i.x4);
|
|
248
248
|
},
|
|
249
249
|
enumerable: false,
|
|
250
250
|
configurable: true
|
|
@@ -254,11 +254,11 @@ var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
254
254
|
* The desired behavior for markers in this series which are placed too close together for the current view, resulting in a collision.
|
|
255
255
|
*/
|
|
256
256
|
get: function () {
|
|
257
|
-
return this.i.
|
|
257
|
+
return this.i.xy;
|
|
258
258
|
},
|
|
259
259
|
set: function (v) {
|
|
260
|
-
this.i.
|
|
261
|
-
this._a("markerCollisionAvoidance", enumToString(CollisionAvoidanceType_$type, this.i.
|
|
260
|
+
this.i.xy = ensureEnum(CollisionAvoidanceType_$type, v);
|
|
261
|
+
this._a("markerCollisionAvoidance", enumToString(CollisionAvoidanceType_$type, this.i.xy));
|
|
262
262
|
},
|
|
263
263
|
enumerable: false,
|
|
264
264
|
configurable: true
|
|
@@ -268,10 +268,10 @@ var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
268
268
|
* Gets the effective marker template for the current series object.
|
|
269
269
|
*/
|
|
270
270
|
get: function () {
|
|
271
|
-
return this.i.
|
|
271
|
+
return this.i.ym;
|
|
272
272
|
},
|
|
273
273
|
set: function (v) {
|
|
274
|
-
this.i.
|
|
274
|
+
this.i.ym = v;
|
|
275
275
|
},
|
|
276
276
|
enumerable: false,
|
|
277
277
|
configurable: true
|
|
@@ -281,11 +281,11 @@ var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
281
281
|
* Gets the effective marker brush for the current series object.
|
|
282
282
|
*/
|
|
283
283
|
get: function () {
|
|
284
|
-
return brushToString(this.i.
|
|
284
|
+
return brushToString(this.i.y2);
|
|
285
285
|
},
|
|
286
286
|
set: function (v) {
|
|
287
|
-
this.i.
|
|
288
|
-
this._a("actualMarkerBrush", brushToString(this.i.
|
|
287
|
+
this.i.y2 = stringToBrush(v);
|
|
288
|
+
this._a("actualMarkerBrush", brushToString(this.i.y2));
|
|
289
289
|
},
|
|
290
290
|
enumerable: false,
|
|
291
291
|
configurable: true
|
|
@@ -295,11 +295,11 @@ var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
295
295
|
* Gets the effective marker outline for the current series object.
|
|
296
296
|
*/
|
|
297
297
|
get: function () {
|
|
298
|
-
return brushToString(this.i.
|
|
298
|
+
return brushToString(this.i.y3);
|
|
299
299
|
},
|
|
300
300
|
set: function (v) {
|
|
301
|
-
this.i.
|
|
302
|
-
this._a("actualMarkerOutline", brushToString(this.i.
|
|
301
|
+
this.i.y3 = stringToBrush(v);
|
|
302
|
+
this._a("actualMarkerOutline", brushToString(this.i.y3));
|
|
303
303
|
},
|
|
304
304
|
enumerable: false,
|
|
305
305
|
configurable: true
|