igniteui-webcomponents-maps 3.2.2 → 3.2.4
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 +1531 -1519
- package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +36 -36
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +79 -79
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +176 -176
- package/esm2015/lib/GeographicMarkerSeries.js +29 -29
- package/esm2015/lib/GeographicPolylineSeriesView_combined.js +17 -17
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +89 -89
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +60 -60
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +56 -56
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +56 -56
- package/esm2015/lib/GeographicTileSeries.js +28 -28
- package/esm2015/lib/TileSeries_combined.js +88 -88
- package/esm2015/lib/XamGeographicMap_combined.js +472 -460
- package/esm2015/lib/igc-geographic-contour-line-series-component.js +24 -24
- package/esm2015/lib/igc-geographic-high-density-scatter-series-component.js +32 -32
- package/esm2015/lib/igc-geographic-map-component.js +60 -60
- package/esm2015/lib/igc-geographic-map-series-host-component.js +22 -22
- package/esm2015/lib/igc-geographic-marker-series-component.js +31 -31
- package/esm2015/lib/igc-geographic-polyline-series-component.js +13 -13
- 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 +44 -44
- package/esm2015/lib/igc-geographic-symbol-series-component.js +19 -19
- package/esm2015/lib/igc-geographic-tile-series-component.js +5 -5
- package/esm2015/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
- package/esm2015/lib/igc-tile-series-component.js +4 -4
- package/esm5/lib/GeographicContourLineSeriesView_combined.js +36 -36
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +79 -79
- package/esm5/lib/GeographicMapSeriesHost_combined.js +174 -174
- package/esm5/lib/GeographicMarkerSeries.js +29 -29
- package/esm5/lib/GeographicPolylineSeriesView_combined.js +17 -17
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +89 -89
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +59 -59
- package/esm5/lib/GeographicShapeSeriesView_combined.js +56 -56
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +56 -56
- package/esm5/lib/GeographicTileSeries.js +27 -27
- package/esm5/lib/TileSeries_combined.js +86 -86
- package/esm5/lib/XamGeographicMap_combined.js +465 -453
- package/esm5/lib/igc-geographic-contour-line-series-component.js +24 -24
- package/esm5/lib/igc-geographic-high-density-scatter-series-component.js +32 -32
- package/esm5/lib/igc-geographic-map-component.js +60 -60
- package/esm5/lib/igc-geographic-map-series-host-component.js +22 -22
- package/esm5/lib/igc-geographic-marker-series-component.js +31 -31
- package/esm5/lib/igc-geographic-polyline-series-component.js +13 -13
- 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 +44 -44
- package/esm5/lib/igc-geographic-symbol-series-component.js +19 -19
- package/esm5/lib/igc-geographic-tile-series-component.js +5 -5
- package/esm5/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
- package/esm5/lib/igc-tile-series-component.js +4 -4
- package/fesm2015/igniteui-webcomponents-maps.js +1546 -1534
- package/fesm5/igniteui-webcomponents-maps.js +1532 -1520
- package/lib/GeographicContourLineSeriesView_combined.d.ts +14 -14
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +23 -23
- package/lib/GeographicMapSeriesHost_combined.d.ts +37 -37
- package/lib/GeographicMarkerSeries.d.ts +18 -18
- package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
- package/lib/GeographicPolylineSeriesView_combined.d.ts +8 -8
- package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +25 -25
- package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase_combined.d.ts +22 -22
- package/lib/GeographicShapeSeriesView_combined.d.ts +27 -27
- package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicSymbolSeriesView_combined.d.ts +19 -19
- package/lib/GeographicTileSeries.d.ts +9 -9
- package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
- package/lib/TileSeries_combined.d.ts +19 -19
- package/lib/XamGeographicMap_combined.d.ts +105 -105
- package/package.json +3 -3
|
@@ -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.q8;
|
|
78
78
|
},
|
|
79
79
|
set: function (v) {
|
|
80
|
-
this.i.
|
|
80
|
+
this.i.q8 = 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.q3 == null) {
|
|
91
91
|
return null;
|
|
92
92
|
}
|
|
93
|
-
if (!this.i.
|
|
94
|
-
var e = IgcColorScaleComponent._createFromInternal(this.i.
|
|
93
|
+
if (!this.i.q3.externalObject) {
|
|
94
|
+
var e = IgcColorScaleComponent._createFromInternal(this.i.q3);
|
|
95
95
|
if (e) {
|
|
96
|
-
e._implementation = this.i.
|
|
96
|
+
e._implementation = this.i.q3;
|
|
97
97
|
}
|
|
98
|
-
this.i.
|
|
98
|
+
this.i.q3.externalObject = e;
|
|
99
99
|
}
|
|
100
|
-
return this.i.
|
|
100
|
+
return this.i.q3.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.q3 = null : this.i.q3 = 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.q2 == null) {
|
|
116
116
|
return null;
|
|
117
117
|
}
|
|
118
|
-
if (!this.i.
|
|
119
|
-
var e = IgcColorScaleComponent._createFromInternal(this.i.
|
|
118
|
+
if (!this.i.q2.externalObject) {
|
|
119
|
+
var e = IgcColorScaleComponent._createFromInternal(this.i.q2);
|
|
120
120
|
if (e) {
|
|
121
|
-
e._implementation = this.i.
|
|
121
|
+
e._implementation = this.i.q2;
|
|
122
122
|
}
|
|
123
|
-
this.i.
|
|
123
|
+
this.i.q2.externalObject = e;
|
|
124
124
|
}
|
|
125
|
-
return this.i.
|
|
125
|
+
return this.i.q2.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.q2 = null : this.i.q2 = 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.rd();
|
|
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.q3;
|
|
129
129
|
},
|
|
130
130
|
set: function (v) {
|
|
131
|
-
this.i.
|
|
131
|
+
this.i.q3 = 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.qs;
|
|
142
142
|
},
|
|
143
143
|
set: function (v) {
|
|
144
|
-
this.i.
|
|
145
|
-
this._a("isCustomShapeStyleAllowed", this.i.
|
|
144
|
+
this.i.qs = ensureBool(v);
|
|
145
|
+
this._a("isCustomShapeStyleAllowed", this.i.qs);
|
|
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.qr;
|
|
156
156
|
},
|
|
157
157
|
set: function (v) {
|
|
158
|
-
this.i.
|
|
159
|
-
this._a("isCustomShapeMarkerStyleAllowed", this.i.
|
|
158
|
+
this.i.qr = ensureBool(v);
|
|
159
|
+
this._a("isCustomShapeMarkerStyleAllowed", this.i.qr);
|
|
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.qk;
|
|
170
170
|
},
|
|
171
171
|
set: function (v) {
|
|
172
|
-
this.i.
|
|
173
|
-
this._a("itemSearchMode", enumToString(ShapeItemSearchMode_$type, this.i.
|
|
172
|
+
this.i.qk = ensureEnum(ShapeItemSearchMode_$type, v);
|
|
173
|
+
this._a("itemSearchMode", enumToString(ShapeItemSearchMode_$type, this.i.qk));
|
|
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.qv;
|
|
184
184
|
},
|
|
185
185
|
set: function (v) {
|
|
186
|
-
this.i.
|
|
187
|
-
this._a("itemSearchThreshold", this.i.
|
|
186
|
+
this.i.qv = +v;
|
|
187
|
+
this._a("itemSearchThreshold", this.i.qv);
|
|
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.qu;
|
|
198
198
|
},
|
|
199
199
|
set: function (v) {
|
|
200
|
-
this.i.
|
|
201
|
-
this._a("itemSearchPointsThreshold", this.i.
|
|
200
|
+
this.i.qu = +v;
|
|
201
|
+
this._a("itemSearchPointsThreshold", this.i.qu);
|
|
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.qn == null) {
|
|
212
212
|
return null;
|
|
213
213
|
}
|
|
214
|
-
if (!this.i.
|
|
214
|
+
if (!this.i.qn.externalObject) {
|
|
215
215
|
var e = new IgcShapeDataSource();
|
|
216
|
-
e._implementation = this.i.
|
|
217
|
-
this.i.
|
|
216
|
+
e._implementation = this.i.qn;
|
|
217
|
+
this.i.qn.externalObject = e;
|
|
218
218
|
}
|
|
219
|
-
return this.i.
|
|
219
|
+
return this.i.qn.externalObject;
|
|
220
220
|
},
|
|
221
221
|
set: function (v) {
|
|
222
|
-
v == null ? this.i.
|
|
222
|
+
v == null ? this.i.qn = null : this.i.qn = 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.qt;
|
|
234
234
|
},
|
|
235
235
|
set: function (v) {
|
|
236
|
-
this.i.
|
|
237
|
-
this._a("shapeFilterResolution", this.i.
|
|
236
|
+
this.i.qt = +v;
|
|
237
|
+
this._a("shapeFilterResolution", this.i.qt);
|
|
238
238
|
},
|
|
239
239
|
enumerable: true,
|
|
240
240
|
configurable: true
|
|
@@ -68,7 +68,7 @@ var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
68
68
|
* Gets whether the current series shows a polygon shape.
|
|
69
69
|
*/
|
|
70
70
|
get: function () {
|
|
71
|
-
return this.i.
|
|
71
|
+
return this.i.d8;
|
|
72
72
|
},
|
|
73
73
|
enumerable: true,
|
|
74
74
|
configurable: true
|
|
@@ -78,11 +78,11 @@ var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
78
78
|
* Gets or sets the fill brush.
|
|
79
79
|
*/
|
|
80
80
|
get: function () {
|
|
81
|
-
return this.i.
|
|
81
|
+
return this.i.sp ? this.i.sp.fill : null;
|
|
82
82
|
},
|
|
83
83
|
set: function (v) {
|
|
84
84
|
this.ensureShapeStyle();
|
|
85
|
-
this.i.
|
|
85
|
+
this.i.sp.fill = v;
|
|
86
86
|
},
|
|
87
87
|
enumerable: true,
|
|
88
88
|
configurable: true
|
|
@@ -92,11 +92,11 @@ var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
92
92
|
* Gets or sets the stroke brush.
|
|
93
93
|
*/
|
|
94
94
|
get: function () {
|
|
95
|
-
return this.i.
|
|
95
|
+
return this.i.sp ? this.i.sp.stroke : null;
|
|
96
96
|
},
|
|
97
97
|
set: function (v) {
|
|
98
98
|
this.ensureShapeStyle();
|
|
99
|
-
this.i.
|
|
99
|
+
this.i.sp.stroke = v;
|
|
100
100
|
},
|
|
101
101
|
enumerable: true,
|
|
102
102
|
configurable: true
|
|
@@ -106,12 +106,12 @@ var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
106
106
|
* Gets or sets the stroke thickness.
|
|
107
107
|
*/
|
|
108
108
|
get: function () {
|
|
109
|
-
return this.i.
|
|
109
|
+
return this.i.sp ? this.i.sp.strokeThickness : NaN;
|
|
110
110
|
},
|
|
111
111
|
set: function (v) {
|
|
112
112
|
this.ensureShapeStyle();
|
|
113
|
-
this.i.
|
|
114
|
-
this._a("shapeStrokeThickness", this.i.
|
|
113
|
+
this.i.sp.strokeThickness = +v;
|
|
114
|
+
this._a("shapeStrokeThickness", this.i.sp.strokeThickness);
|
|
115
115
|
},
|
|
116
116
|
enumerable: true,
|
|
117
117
|
configurable: true
|
|
@@ -121,21 +121,21 @@ var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
121
121
|
* Gets or sets the opacity.
|
|
122
122
|
*/
|
|
123
123
|
get: function () {
|
|
124
|
-
return this.i.
|
|
124
|
+
return this.i.sp ? this.i.sp.opacity : NaN;
|
|
125
125
|
},
|
|
126
126
|
set: function (v) {
|
|
127
127
|
this.ensureShapeStyle();
|
|
128
|
-
this.i.
|
|
129
|
-
this._a("shapeOpacity", this.i.
|
|
128
|
+
this.i.sp.opacity = +v;
|
|
129
|
+
this._a("shapeOpacity", this.i.sp.opacity);
|
|
130
130
|
},
|
|
131
131
|
enumerable: true,
|
|
132
132
|
configurable: true
|
|
133
133
|
});
|
|
134
134
|
IgcGeographicShapeSeriesComponent.prototype.ensureShapeStyle = function () {
|
|
135
|
-
if (this.i.
|
|
135
|
+
if (this.i.sp) {
|
|
136
136
|
return;
|
|
137
137
|
}
|
|
138
|
-
this.i.
|
|
138
|
+
this.i.sp = new Style();
|
|
139
139
|
};
|
|
140
140
|
Object.defineProperty(IgcGeographicShapeSeriesComponent.prototype, "markerType", {
|
|
141
141
|
/**
|
|
@@ -143,11 +143,11 @@ var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
143
143
|
* If the MarkerTemplate property is set, the setting of the MarkerType property will be ignored.
|
|
144
144
|
*/
|
|
145
145
|
get: function () {
|
|
146
|
-
return this.i.
|
|
146
|
+
return this.i.rj;
|
|
147
147
|
},
|
|
148
148
|
set: function (v) {
|
|
149
|
-
this.i.
|
|
150
|
-
this._a("markerType", enumToString(MarkerType_$type, this.i.
|
|
149
|
+
this.i.rj = ensureEnum(MarkerType_$type, v);
|
|
150
|
+
this._a("markerType", enumToString(MarkerType_$type, this.i.rj));
|
|
151
151
|
},
|
|
152
152
|
enumerable: true,
|
|
153
153
|
configurable: true
|
|
@@ -157,11 +157,11 @@ var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
157
157
|
* Gets or sets whether the marker outline is based on the marker brush of the series rather than the marker outlines collection.
|
|
158
158
|
*/
|
|
159
159
|
get: function () {
|
|
160
|
-
return this.i.
|
|
160
|
+
return this.i.ri;
|
|
161
161
|
},
|
|
162
162
|
set: function (v) {
|
|
163
|
-
this.i.
|
|
164
|
-
this._a("markerOutlineMode", enumToString(MarkerOutlineMode_$type, this.i.
|
|
163
|
+
this.i.ri = ensureEnum(MarkerOutlineMode_$type, v);
|
|
164
|
+
this._a("markerOutlineMode", enumToString(MarkerOutlineMode_$type, this.i.ri));
|
|
165
165
|
},
|
|
166
166
|
enumerable: true,
|
|
167
167
|
configurable: true
|
|
@@ -171,11 +171,11 @@ var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
171
171
|
* Gets or sets whether the marker brush is based on the marker outline of the series rather than the marker brushes collection.
|
|
172
172
|
*/
|
|
173
173
|
get: function () {
|
|
174
|
-
return this.i.
|
|
174
|
+
return this.i.rh;
|
|
175
175
|
},
|
|
176
176
|
set: function (v) {
|
|
177
|
-
this.i.
|
|
178
|
-
this._a("markerFillMode", enumToString(MarkerFillMode_$type, this.i.
|
|
177
|
+
this.i.rh = ensureEnum(MarkerFillMode_$type, v);
|
|
178
|
+
this._a("markerFillMode", enumToString(MarkerFillMode_$type, this.i.rh));
|
|
179
179
|
},
|
|
180
180
|
enumerable: true,
|
|
181
181
|
configurable: true
|
|
@@ -185,10 +185,10 @@ var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
185
185
|
* Gets or sets the MarkerTemplate for the current series object.
|
|
186
186
|
*/
|
|
187
187
|
get: function () {
|
|
188
|
-
return this.i.
|
|
188
|
+
return this.i.r5;
|
|
189
189
|
},
|
|
190
190
|
set: function (v) {
|
|
191
|
-
this.i.
|
|
191
|
+
this.i.r5 = v;
|
|
192
192
|
},
|
|
193
193
|
enumerable: true,
|
|
194
194
|
configurable: true
|
|
@@ -198,11 +198,11 @@ var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
198
198
|
* Gets or sets the brush that specifies how the current series object's marker interiors are painted.
|
|
199
199
|
*/
|
|
200
200
|
get: function () {
|
|
201
|
-
return brushToString(this.i.
|
|
201
|
+
return brushToString(this.i.sm);
|
|
202
202
|
},
|
|
203
203
|
set: function (v) {
|
|
204
|
-
this.i.
|
|
205
|
-
this._a("markerBrush", brushToString(this.i.
|
|
204
|
+
this.i.sm = stringToBrush(v);
|
|
205
|
+
this._a("markerBrush", brushToString(this.i.sm));
|
|
206
206
|
},
|
|
207
207
|
enumerable: true,
|
|
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 outlines are painted.
|
|
213
213
|
*/
|
|
214
214
|
get: function () {
|
|
215
|
-
return brushToString(this.i.
|
|
215
|
+
return brushToString(this.i.sn);
|
|
216
216
|
},
|
|
217
217
|
set: function (v) {
|
|
218
|
-
this.i.
|
|
219
|
-
this._a("markerOutline", brushToString(this.i.
|
|
218
|
+
this.i.sn = stringToBrush(v);
|
|
219
|
+
this._a("markerOutline", brushToString(this.i.sn));
|
|
220
220
|
},
|
|
221
221
|
enumerable: true,
|
|
222
222
|
configurable: true
|
|
@@ -226,11 +226,11 @@ var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
226
226
|
* Gets or sets thickness of the marker outline
|
|
227
227
|
*/
|
|
228
228
|
get: function () {
|
|
229
|
-
return this.i.
|
|
229
|
+
return this.i.rm;
|
|
230
230
|
},
|
|
231
231
|
set: function (v) {
|
|
232
|
-
this.i.
|
|
233
|
-
this._a("markerThickness", this.i.
|
|
232
|
+
this.i.rm = +v;
|
|
233
|
+
this._a("markerThickness", this.i.rm);
|
|
234
234
|
},
|
|
235
235
|
enumerable: true,
|
|
236
236
|
configurable: true
|
|
@@ -240,11 +240,11 @@ var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
240
240
|
* The desired behavior for markers in this series which are placed too close together for the current view, resulting in a collision.
|
|
241
241
|
*/
|
|
242
242
|
get: function () {
|
|
243
|
-
return this.i.
|
|
243
|
+
return this.i.rg;
|
|
244
244
|
},
|
|
245
245
|
set: function (v) {
|
|
246
|
-
this.i.
|
|
247
|
-
this._a("markerCollisionAvoidance", enumToString(CollisionAvoidanceType_$type, this.i.
|
|
246
|
+
this.i.rg = ensureEnum(CollisionAvoidanceType_$type, v);
|
|
247
|
+
this._a("markerCollisionAvoidance", enumToString(CollisionAvoidanceType_$type, this.i.rg));
|
|
248
248
|
},
|
|
249
249
|
enumerable: true,
|
|
250
250
|
configurable: true
|
|
@@ -254,10 +254,10 @@ var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
254
254
|
* Gets the effective marker template for the current series object.
|
|
255
255
|
*/
|
|
256
256
|
get: function () {
|
|
257
|
-
return this.i.
|
|
257
|
+
return this.i.r4;
|
|
258
258
|
},
|
|
259
259
|
set: function (v) {
|
|
260
|
-
this.i.
|
|
260
|
+
this.i.r4 = v;
|
|
261
261
|
},
|
|
262
262
|
enumerable: true,
|
|
263
263
|
configurable: true
|
|
@@ -267,11 +267,11 @@ var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
267
267
|
* Gets the effective marker brush for the current series object.
|
|
268
268
|
*/
|
|
269
269
|
get: function () {
|
|
270
|
-
return brushToString(this.i.
|
|
270
|
+
return brushToString(this.i.sk);
|
|
271
271
|
},
|
|
272
272
|
set: function (v) {
|
|
273
|
-
this.i.
|
|
274
|
-
this._a("actualMarkerBrush", brushToString(this.i.
|
|
273
|
+
this.i.sk = stringToBrush(v);
|
|
274
|
+
this._a("actualMarkerBrush", brushToString(this.i.sk));
|
|
275
275
|
},
|
|
276
276
|
enumerable: true,
|
|
277
277
|
configurable: true
|
|
@@ -281,11 +281,11 @@ var IgcGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
281
281
|
* Gets the effective marker outline for the current series object.
|
|
282
282
|
*/
|
|
283
283
|
get: function () {
|
|
284
|
-
return brushToString(this.i.
|
|
284
|
+
return brushToString(this.i.sl);
|
|
285
285
|
},
|
|
286
286
|
set: function (v) {
|
|
287
|
-
this.i.
|
|
288
|
-
this._a("actualMarkerOutline", brushToString(this.i.
|
|
287
|
+
this.i.sl = stringToBrush(v);
|
|
288
|
+
this._a("actualMarkerOutline", brushToString(this.i.sl));
|
|
289
289
|
},
|
|
290
290
|
enumerable: true,
|
|
291
291
|
configurable: true
|
|
@@ -79,10 +79,10 @@ var IgcGeographicSymbolSeriesComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
79
79
|
* The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
|
|
80
80
|
*/
|
|
81
81
|
get: function () {
|
|
82
|
-
return this.i.
|
|
82
|
+
return this.i.rw;
|
|
83
83
|
},
|
|
84
84
|
set: function (v) {
|
|
85
|
-
this.i.
|
|
85
|
+
this.i.rw = v;
|
|
86
86
|
},
|
|
87
87
|
enumerable: true,
|
|
88
88
|
configurable: true
|
|
@@ -92,10 +92,10 @@ var IgcGeographicSymbolSeriesComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
92
92
|
* The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
|
|
93
93
|
*/
|
|
94
94
|
get: function () {
|
|
95
|
-
return this.i.
|
|
95
|
+
return this.i.ry;
|
|
96
96
|
},
|
|
97
97
|
set: function (v) {
|
|
98
|
-
this.i.
|
|
98
|
+
this.i.ry = v;
|
|
99
99
|
},
|
|
100
100
|
enumerable: true,
|
|
101
101
|
configurable: true
|
|
@@ -105,11 +105,11 @@ var IgcGeographicSymbolSeriesComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
105
105
|
* The desired behavior for markers in this series which are placed too close together for the current view, resulting in a collision.
|
|
106
106
|
*/
|
|
107
107
|
get: function () {
|
|
108
|
-
return this.i.
|
|
108
|
+
return this.i.ri;
|
|
109
109
|
},
|
|
110
110
|
set: function (v) {
|
|
111
|
-
this.i.
|
|
112
|
-
this._a("markerCollisionAvoidance", enumToString(CollisionAvoidanceType_$type, this.i.
|
|
111
|
+
this.i.ri = ensureEnum(CollisionAvoidanceType_$type, v);
|
|
112
|
+
this._a("markerCollisionAvoidance", enumToString(CollisionAvoidanceType_$type, this.i.ri));
|
|
113
113
|
},
|
|
114
114
|
enumerable: true,
|
|
115
115
|
configurable: true
|
|
@@ -119,11 +119,11 @@ var IgcGeographicSymbolSeriesComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
119
119
|
* Gets or sets whether this Scatter series should allow custom style overrides of its individual visuals.
|
|
120
120
|
*/
|
|
121
121
|
get: function () {
|
|
122
|
-
return this.i.
|
|
122
|
+
return this.i.rp;
|
|
123
123
|
},
|
|
124
124
|
set: function (v) {
|
|
125
|
-
this.i.
|
|
126
|
-
this._a("isCustomScatterStyleAllowed", this.i.
|
|
125
|
+
this.i.rp = ensureBool(v);
|
|
126
|
+
this._a("isCustomScatterStyleAllowed", this.i.rp);
|
|
127
127
|
},
|
|
128
128
|
enumerable: true,
|
|
129
129
|
configurable: true
|
|
@@ -133,11 +133,11 @@ var IgcGeographicSymbolSeriesComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
133
133
|
* Gets or sets whether this Scatter series should allow custom style overrides of its individual marker visuals.
|
|
134
134
|
*/
|
|
135
135
|
get: function () {
|
|
136
|
-
return this.i.
|
|
136
|
+
return this.i.ro;
|
|
137
137
|
},
|
|
138
138
|
set: function (v) {
|
|
139
|
-
this.i.
|
|
140
|
-
this._a("isCustomScatterMarkerStyleAllowed", this.i.
|
|
139
|
+
this.i.ro = ensureBool(v);
|
|
140
|
+
this._a("isCustomScatterMarkerStyleAllowed", this.i.ro);
|
|
141
141
|
},
|
|
142
142
|
enumerable: true,
|
|
143
143
|
configurable: true
|
|
@@ -147,11 +147,11 @@ var IgcGeographicSymbolSeriesComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
147
147
|
* Gets or sets the mode the series will use to find the closest point to the cursor.
|
|
148
148
|
*/
|
|
149
149
|
get: function () {
|
|
150
|
-
return this.i.
|
|
150
|
+
return this.i.rj;
|
|
151
151
|
},
|
|
152
152
|
set: function (v) {
|
|
153
|
-
this.i.
|
|
154
|
-
this._a("itemSearchMode", enumToString(ScatterItemSearchMode_$type, this.i.
|
|
153
|
+
this.i.rj = ensureEnum(ScatterItemSearchMode_$type, v);
|
|
154
|
+
this._a("itemSearchMode", enumToString(ScatterItemSearchMode_$type, this.i.rj));
|
|
155
155
|
},
|
|
156
156
|
enumerable: true,
|
|
157
157
|
configurable: true
|
|
@@ -161,11 +161,11 @@ var IgcGeographicSymbolSeriesComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
161
161
|
* Gets or sets the threshold to use when searching for items using ItemSearchMode.
|
|
162
162
|
*/
|
|
163
163
|
get: function () {
|
|
164
|
-
return this.i.
|
|
164
|
+
return this.i.rr;
|
|
165
165
|
},
|
|
166
166
|
set: function (v) {
|
|
167
|
-
this.i.
|
|
168
|
-
this._a("itemSearchThreshold", this.i.
|
|
167
|
+
this.i.rr = +v;
|
|
168
|
+
this._a("itemSearchThreshold", this.i.rr);
|
|
169
169
|
},
|
|
170
170
|
enumerable: true,
|
|
171
171
|
configurable: true
|
|
@@ -63,7 +63,7 @@ var IgcGeographicTileSeriesComponent = /** @class */ /*@__PURE__*/ (function (_s
|
|
|
63
63
|
* Gets whether the current series shows a tile imagery.
|
|
64
64
|
*/
|
|
65
65
|
get: function () {
|
|
66
|
-
return this.i.
|
|
66
|
+
return this.i.ej;
|
|
67
67
|
},
|
|
68
68
|
enumerable: true,
|
|
69
69
|
configurable: true
|
|
@@ -73,13 +73,13 @@ var IgcGeographicTileSeriesComponent = /** @class */ /*@__PURE__*/ (function (_s
|
|
|
73
73
|
* The MapImagery which is used to provide the tiles for display.
|
|
74
74
|
*/
|
|
75
75
|
get: function () {
|
|
76
|
-
if (this.i.
|
|
76
|
+
if (this.i.ri == null) {
|
|
77
77
|
return null;
|
|
78
78
|
}
|
|
79
|
-
return this.i.
|
|
79
|
+
return this.i.ri.externalObject;
|
|
80
80
|
},
|
|
81
81
|
set: function (v) {
|
|
82
|
-
v == null ? this.i.
|
|
82
|
+
v == null ? this.i.ri = null : this.i.ri = v.i;
|
|
83
83
|
},
|
|
84
84
|
enumerable: true,
|
|
85
85
|
configurable: true
|
|
@@ -99,7 +99,7 @@ var IgcGeographicTileSeriesComponent = /** @class */ /*@__PURE__*/ (function (_s
|
|
|
99
99
|
|
|
100
100
|
*/
|
|
101
101
|
IgcGeographicTileSeriesComponent.prototype.clearTileCache = function () {
|
|
102
|
-
this.i.
|
|
102
|
+
this.i.rm();
|
|
103
103
|
};
|
|
104
104
|
Object.defineProperty(IgcGeographicTileSeriesComponent.prototype, "imageTilesReady", {
|
|
105
105
|
/**
|
|
@@ -62,10 +62,10 @@ var IgcGeographicXYTriangulatingSeriesComponent = /** @class */ /*@__PURE__*/ (f
|
|
|
62
62
|
* The name of the property from which to extract the Longitude for each item in the ItemsSource.
|
|
63
63
|
*/
|
|
64
64
|
get: function () {
|
|
65
|
-
return this.i.
|
|
65
|
+
return this.i.qm;
|
|
66
66
|
},
|
|
67
67
|
set: function (v) {
|
|
68
|
-
this.i.
|
|
68
|
+
this.i.qm = v;
|
|
69
69
|
},
|
|
70
70
|
enumerable: true,
|
|
71
71
|
configurable: true
|
|
@@ -75,10 +75,10 @@ var IgcGeographicXYTriangulatingSeriesComponent = /** @class */ /*@__PURE__*/ (f
|
|
|
75
75
|
* The name of the property from which to extract the Latitude for each item in the ItemsSource.
|
|
76
76
|
*/
|
|
77
77
|
get: function () {
|
|
78
|
-
return this.i.
|
|
78
|
+
return this.i.qk;
|
|
79
79
|
},
|
|
80
80
|
set: function (v) {
|
|
81
|
-
this.i.
|
|
81
|
+
this.i.qk = v;
|
|
82
82
|
},
|
|
83
83
|
enumerable: true,
|
|
84
84
|
configurable: true
|
|
@@ -89,10 +89,10 @@ var IgcGeographicXYTriangulatingSeriesComponent = /** @class */ /*@__PURE__*/ (f
|
|
|
89
89
|
* 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.
|
|
90
90
|
*/
|
|
91
91
|
get: function () {
|
|
92
|
-
return this.i.
|
|
92
|
+
return this.i.qj;
|
|
93
93
|
},
|
|
94
94
|
set: function (v) {
|
|
95
|
-
this.i.
|
|
95
|
+
this.i.qj = v;
|
|
96
96
|
},
|
|
97
97
|
enumerable: true,
|
|
98
98
|
configurable: true
|
|
@@ -102,10 +102,10 @@ var IgcGeographicXYTriangulatingSeriesComponent = /** @class */ /*@__PURE__*/ (f
|
|
|
102
102
|
* The name of the property of the TrianglesSource items which, for each triangle, contains the index of the first vertex point in the ItemsSource.
|
|
103
103
|
*/
|
|
104
104
|
get: function () {
|
|
105
|
-
return this.i.
|
|
105
|
+
return this.i.qp;
|
|
106
106
|
},
|
|
107
107
|
set: function (v) {
|
|
108
|
-
this.i.
|
|
108
|
+
this.i.qp = v;
|
|
109
109
|
},
|
|
110
110
|
enumerable: true,
|
|
111
111
|
configurable: true
|
|
@@ -115,10 +115,10 @@ var IgcGeographicXYTriangulatingSeriesComponent = /** @class */ /*@__PURE__*/ (f
|
|
|
115
115
|
* The name of the property of the TrianglesSource items which, for each triangle, contains the index of the second vertex point in the ItemsSource.
|
|
116
116
|
*/
|
|
117
117
|
get: function () {
|
|
118
|
-
return this.i.
|
|
118
|
+
return this.i.qr;
|
|
119
119
|
},
|
|
120
120
|
set: function (v) {
|
|
121
|
-
this.i.
|
|
121
|
+
this.i.qr = v;
|
|
122
122
|
},
|
|
123
123
|
enumerable: true,
|
|
124
124
|
configurable: true
|
|
@@ -128,10 +128,10 @@ var IgcGeographicXYTriangulatingSeriesComponent = /** @class */ /*@__PURE__*/ (f
|
|
|
128
128
|
* The name of the property of the TrianglesSource items which, for each triangle, contains the index of the third vertex point in the ItemsSource.
|
|
129
129
|
*/
|
|
130
130
|
get: function () {
|
|
131
|
-
return this.i.
|
|
131
|
+
return this.i.qt;
|
|
132
132
|
},
|
|
133
133
|
set: function (v) {
|
|
134
|
-
this.i.
|
|
134
|
+
this.i.qt = v;
|
|
135
135
|
},
|
|
136
136
|
enumerable: true,
|
|
137
137
|
configurable: true
|