igniteui-webcomponents-maps 5.0.2-beta.0 → 5.0.3-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-webcomponents-maps.umd.js +1519 -1519
- package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +39 -39
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +82 -82
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +191 -191
- 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 +63 -63
- 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 +460 -460
- package/esm2015/lib/igc-geographic-contour-line-series-component.js +9 -9
- package/esm2015/lib/igc-geographic-high-density-scatter-series-component.js +32 -32
- package/esm2015/lib/igc-geographic-map-component.js +50 -50
- package/esm2015/lib/igc-geographic-map-series-host-component.js +23 -23
- 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 +42 -42
- package/esm2015/lib/igc-geographic-scatter-area-series-component.js +8 -8
- package/esm2015/lib/igc-geographic-shape-series-base-component.js +22 -22
- package/esm2015/lib/igc-geographic-shape-series-component.js +44 -44
- package/esm2015/lib/igc-geographic-symbol-series-component.js +20 -20
- 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 +39 -39
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +82 -82
- package/esm5/lib/GeographicMapSeriesHost_combined.js +189 -189
- 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 +62 -62
- 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 +453 -453
- package/esm5/lib/igc-geographic-contour-line-series-component.js +9 -9
- package/esm5/lib/igc-geographic-high-density-scatter-series-component.js +32 -32
- package/esm5/lib/igc-geographic-map-component.js +50 -50
- package/esm5/lib/igc-geographic-map-series-host-component.js +23 -23
- 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 +42 -42
- package/esm5/lib/igc-geographic-scatter-area-series-component.js +8 -8
- package/esm5/lib/igc-geographic-shape-series-base-component.js +22 -22
- package/esm5/lib/igc-geographic-shape-series-component.js +44 -44
- package/esm5/lib/igc-geographic-symbol-series-component.js +20 -20
- 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 +1533 -1533
- package/fesm5/igniteui-webcomponents-maps.js +1519 -1519
- package/lib/GeographicContourLineSeriesView_combined.d.ts +16 -16
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +26 -26
- package/lib/GeographicMapSeriesHost_combined.d.ts +49 -49
- package/lib/GeographicMarkerSeries.d.ts +17 -17
- 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 +28 -28
- package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase_combined.d.ts +24 -24
- package/lib/GeographicShapeSeriesView_combined.d.ts +28 -28
- 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 +22 -22
- package/lib/XamGeographicMap_combined.d.ts +115 -115
- package/package.json +3 -3
|
@@ -24,23 +24,23 @@ export declare class GeographicContourLineSeriesView extends GeographicXYTriangu
|
|
|
24
24
|
*/
|
|
25
25
|
export declare class GeographicContourLineSeries extends GeographicXYTriangulatingSeries {
|
|
26
26
|
static $t: Type;
|
|
27
|
-
protected
|
|
28
|
-
protected
|
|
27
|
+
protected bj(): Series;
|
|
28
|
+
protected get_fi(): boolean;
|
|
29
29
|
constructor();
|
|
30
|
-
protected
|
|
31
|
-
|
|
32
|
-
protected
|
|
33
|
-
private
|
|
34
|
-
private
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
protected
|
|
39
|
-
protected
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
protected
|
|
30
|
+
protected w0(): void;
|
|
31
|
+
xn: ScatterContourSeries;
|
|
32
|
+
protected wu(): Series;
|
|
33
|
+
private xx;
|
|
34
|
+
private xy;
|
|
35
|
+
xu: string;
|
|
36
|
+
xq: ValueBrushScale;
|
|
37
|
+
xp: ValueBrushScale;
|
|
38
|
+
protected sd(): void;
|
|
39
|
+
protected cr(): SeriesView;
|
|
40
|
+
qz(a: SeriesView): void;
|
|
41
|
+
xr: GeographicContourLineSeriesView;
|
|
42
|
+
xm: ContourValueResolver;
|
|
43
|
+
protected q7(a: any, b: string, c: any, d: any): void;
|
|
44
44
|
triangulationStatusChanged: (sender: any, args: TriangulationStatusEventArgs) => void;
|
|
45
45
|
static $$p: string[];
|
|
46
46
|
}
|
|
@@ -33,34 +33,34 @@ export declare class GeographicHighDensityScatterSeriesView extends HostSeriesVi
|
|
|
33
33
|
*/
|
|
34
34
|
export declare class GeographicHighDensityScatterSeries extends GeographicMapSeriesHost {
|
|
35
35
|
static $t: Type;
|
|
36
|
-
protected
|
|
37
|
-
protected
|
|
38
|
-
protected
|
|
36
|
+
protected bj(): Series;
|
|
37
|
+
protected jj(): number;
|
|
38
|
+
protected get_fn(): boolean;
|
|
39
39
|
constructor();
|
|
40
|
-
protected
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
protected
|
|
44
|
-
private
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
w6: number;
|
|
51
|
-
w5: number;
|
|
52
|
-
x0: Color;
|
|
53
|
-
xz: Color;
|
|
40
|
+
protected cr(): SeriesView;
|
|
41
|
+
qz(a: SeriesView): void;
|
|
42
|
+
w4: GeographicHighDensityScatterSeriesView;
|
|
43
|
+
protected wu(): Series;
|
|
44
|
+
private w3;
|
|
45
|
+
xi: string;
|
|
46
|
+
xk: string;
|
|
47
|
+
w7: boolean;
|
|
48
|
+
w6: boolean;
|
|
49
|
+
w5: boolean;
|
|
54
50
|
w9: number;
|
|
51
|
+
w8: number;
|
|
52
|
+
x3: Color;
|
|
53
|
+
x2: Color;
|
|
54
|
+
xc: number;
|
|
55
55
|
progressiveLoadStatusChanged: (sender: any, e: ProgressiveLoadStatusEventArgs) => void;
|
|
56
|
-
private
|
|
57
|
-
get
|
|
58
|
-
set
|
|
59
|
-
protected
|
|
60
|
-
private
|
|
61
|
-
private
|
|
62
|
-
protected
|
|
63
|
-
protected
|
|
64
|
-
protected
|
|
56
|
+
private xb;
|
|
57
|
+
get xd(): number;
|
|
58
|
+
set xd(a: number);
|
|
59
|
+
protected w0(): void;
|
|
60
|
+
private xr;
|
|
61
|
+
private xq;
|
|
62
|
+
protected q7(a: any, b: string, c: any, d: any): void;
|
|
63
|
+
protected get_g6(): boolean;
|
|
64
|
+
protected set_g6(a: boolean): void;
|
|
65
65
|
static $$p: string[];
|
|
66
66
|
}
|
|
@@ -15,65 +15,65 @@ import { RenderingContext } from "igniteui-webcomponents-core";
|
|
|
15
15
|
*/
|
|
16
16
|
export declare abstract class GeographicMapSeriesHost extends Series {
|
|
17
17
|
static $t: Type;
|
|
18
|
-
|
|
18
|
+
qe(): void;
|
|
19
19
|
constructor();
|
|
20
|
-
private
|
|
21
|
-
protected
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
protected
|
|
25
|
-
protected
|
|
26
|
-
|
|
20
|
+
private wt;
|
|
21
|
+
protected get_fb(): boolean;
|
|
22
|
+
kp(a: any, b: string): any;
|
|
23
|
+
mc(a: string): string;
|
|
24
|
+
protected get_kh(): any;
|
|
25
|
+
protected set_kh(a: any): void;
|
|
26
|
+
ea(a: List$1<SeriesPointOfInterest>, b: boolean, c: boolean, d: number, e: boolean): boolean;
|
|
27
27
|
ai(): Axis[];
|
|
28
|
-
|
|
29
|
-
get
|
|
30
|
-
set
|
|
28
|
+
bn(): Series;
|
|
29
|
+
get wv(): Series;
|
|
30
|
+
set wv(a: Series);
|
|
31
31
|
protected get_hasMarkers(): boolean;
|
|
32
|
-
protected
|
|
33
|
-
de(a: any, b: Point, c: boolean): HighlightingInfo;
|
|
32
|
+
protected w0(): void;
|
|
34
33
|
df(a: any, b: Point, c: boolean): HighlightingInfo;
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
an(a: Point): Rect[];
|
|
42
|
-
wi(a: Point): Rect;
|
|
43
|
-
ao(a: Point): Rect[];
|
|
34
|
+
dg(a: any, b: Point, c: boolean): HighlightingInfo;
|
|
35
|
+
km(a: Point): any;
|
|
36
|
+
j9(a: Point, b: boolean): number;
|
|
37
|
+
j7(a: Point, b: boolean): number;
|
|
38
|
+
i4(a: Point, b: boolean, c: boolean): number;
|
|
39
|
+
v8(a: Point, b: boolean, c: boolean): Point;
|
|
44
40
|
wj(a: Point): Rect;
|
|
41
|
+
ao(a: Point): Rect[];
|
|
45
42
|
wk(a: Point): Rect;
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
v4(a: Point, b: boolean, c: boolean): Point;
|
|
50
|
-
v7(a: Point, b: boolean, c: boolean): Point;
|
|
51
|
-
i4(a: Point, b: boolean, c: boolean): number;
|
|
52
|
-
v3(a: Point, b: boolean, c: boolean): Point;
|
|
43
|
+
ap(a: Point): Rect[];
|
|
44
|
+
wl(a: Point): Rect;
|
|
45
|
+
wm(a: Point): Rect;
|
|
53
46
|
i0(a: Point, b: boolean, c: boolean): number;
|
|
54
|
-
|
|
47
|
+
v4(a: Point, b: boolean, c: boolean): Point;
|
|
55
48
|
i2(a: Point, b: boolean, c: boolean): number;
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
protected
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
49
|
+
v6(a: Point, b: boolean, c: boolean): Point;
|
|
50
|
+
v9(a: Point, b: boolean, c: boolean): Point;
|
|
51
|
+
i5(a: Point, b: boolean, c: boolean): number;
|
|
52
|
+
v5(a: Point, b: boolean, c: boolean): Point;
|
|
53
|
+
i1(a: Point, b: boolean, c: boolean): number;
|
|
54
|
+
v7(a: Point, b: boolean, c: boolean): Point;
|
|
55
|
+
i3(a: Point, b: boolean, c: boolean): number;
|
|
56
|
+
j3(a: Point): number;
|
|
57
|
+
iv(): number;
|
|
58
|
+
ir(a: Point): number;
|
|
59
|
+
kn(a: Point): any;
|
|
60
|
+
protected abstract wu(): Series;
|
|
61
|
+
protected cr(): SeriesView;
|
|
62
|
+
qz(a: SeriesView): void;
|
|
63
|
+
ww: HostSeriesView;
|
|
64
|
+
static readonly w2: DependencyProperty;
|
|
65
|
+
get wx(): number;
|
|
66
|
+
set wx(a: number);
|
|
67
|
+
protected q7(a: any, b: string, c: any, d: any): void;
|
|
68
|
+
private wz;
|
|
69
|
+
private w1;
|
|
70
|
+
rp(a: boolean): void;
|
|
71
|
+
ro(a: Rect, b: Rect, c: RenderSurface, d: string, e: number): void;
|
|
72
|
+
a2(a: Point, b: boolean): DataContext;
|
|
73
|
+
r8(): void;
|
|
74
74
|
protected get_coercionMethods(): any;
|
|
75
75
|
protected set_coercionMethods(a: any): void;
|
|
76
|
-
protected
|
|
76
|
+
protected pw(a: any): void;
|
|
77
77
|
}
|
|
78
78
|
/**
|
|
79
79
|
* @hidden
|
|
@@ -11,23 +11,23 @@ import { Type } from "igniteui-webcomponents-core";
|
|
|
11
11
|
export declare abstract class GeographicMarkerSeries extends GeographicMapSeriesHost {
|
|
12
12
|
static $t: Type;
|
|
13
13
|
constructor();
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
private
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
14
|
+
sv(): DataTemplate;
|
|
15
|
+
vh(): Brush;
|
|
16
|
+
vi(): Brush;
|
|
17
|
+
im(): number;
|
|
18
|
+
l9(): string;
|
|
19
|
+
private xj;
|
|
20
|
+
w5: MarkerType;
|
|
21
|
+
w6: number;
|
|
22
|
+
w4: MarkerOutlineMode;
|
|
23
|
+
w3: MarkerFillMode;
|
|
24
|
+
xl: DataTemplate;
|
|
25
|
+
xz: Brush;
|
|
26
|
+
x0: Brush;
|
|
27
|
+
w7: number;
|
|
28
|
+
xk: DataTemplate;
|
|
26
29
|
xx: Brush;
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
xu: Brush;
|
|
30
|
-
xv: Brush;
|
|
31
|
-
protected q5(a: any, b: string, c: any, d: any): void;
|
|
30
|
+
xy: Brush;
|
|
31
|
+
protected q7(a: any, b: string, c: any, d: any): void;
|
|
32
32
|
static $$p: string[];
|
|
33
33
|
}
|
|
@@ -23,17 +23,17 @@ export declare class GeographicPolylineSeriesView extends GeographicShapeSeriesB
|
|
|
23
23
|
*/
|
|
24
24
|
export declare class GeographicPolylineSeries extends GeographicShapeSeriesBase {
|
|
25
25
|
static $t: Type;
|
|
26
|
-
protected
|
|
27
|
-
protected
|
|
26
|
+
protected bj(): Series;
|
|
27
|
+
protected get_fq(): boolean;
|
|
28
28
|
constructor();
|
|
29
|
-
protected
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
protected
|
|
35
|
-
private
|
|
29
|
+
protected cr(): SeriesView;
|
|
30
|
+
qz(a: SeriesView): void;
|
|
31
|
+
x2: GeographicPolylineSeriesView;
|
|
32
|
+
x1: StyleSelector;
|
|
33
|
+
x9: Style;
|
|
34
|
+
protected wu(): Series;
|
|
35
|
+
private x6;
|
|
36
36
|
styleShape: (sender: any, e: StyleShapeEventArgs) => void;
|
|
37
|
-
protected
|
|
37
|
+
protected q7(a: any, b: string, c: any, d: any): void;
|
|
38
38
|
static $$p: string[];
|
|
39
39
|
}
|
|
@@ -44,38 +44,38 @@ export declare class GeographicProportionalSymbolSeriesView extends HostSeriesVi
|
|
|
44
44
|
*/
|
|
45
45
|
export declare class GeographicProportionalSymbolSeries extends GeographicMarkerSeries {
|
|
46
46
|
static $t: Type;
|
|
47
|
-
protected
|
|
48
|
-
protected
|
|
47
|
+
protected bj(): Series;
|
|
48
|
+
protected get_eh(): boolean;
|
|
49
49
|
constructor();
|
|
50
|
-
protected
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
protected
|
|
54
|
-
protected
|
|
55
|
-
private
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
x7: boolean;
|
|
50
|
+
protected cr(): SeriesView;
|
|
51
|
+
qz(a: SeriesView): void;
|
|
52
|
+
x7: GeographicProportionalSymbolSeriesView;
|
|
53
|
+
protected jk(): number;
|
|
54
|
+
protected wu(): Series;
|
|
55
|
+
private x4;
|
|
56
|
+
ys: string;
|
|
57
|
+
yu: string;
|
|
58
|
+
yz: string;
|
|
59
|
+
x6: SizeScale;
|
|
60
|
+
yq: string;
|
|
61
|
+
yi: string;
|
|
62
|
+
x3: BrushScale;
|
|
64
63
|
ya: boolean;
|
|
65
|
-
yd:
|
|
66
|
-
|
|
64
|
+
yd: boolean;
|
|
65
|
+
yg: number;
|
|
66
|
+
yf: number;
|
|
67
|
+
ye: boolean;
|
|
68
|
+
yc: boolean;
|
|
67
69
|
yb: boolean;
|
|
68
|
-
x9: boolean;
|
|
69
|
-
x8: boolean;
|
|
70
|
-
protected
|
|
71
|
-
protected x5: boolean;
|
|
72
|
-
protected get_fc(): boolean;
|
|
70
|
+
protected x9: boolean;
|
|
71
|
+
protected x8: boolean;
|
|
72
|
+
protected get_fd(): boolean;
|
|
73
73
|
assigningScatterStyle: (sender: any, args: AssigningScatterStyleEventArgs) => void;
|
|
74
74
|
assigningScatterMarkerStyle: (sender: any, args: AssigningScatterMarkerStyleEventArgs) => void;
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
protected
|
|
78
|
-
private
|
|
79
|
-
private
|
|
75
|
+
x5: ScatterItemSearchMode;
|
|
76
|
+
yh: number;
|
|
77
|
+
protected q7(a: any, b: string, c: any, d: any): void;
|
|
78
|
+
private y4;
|
|
79
|
+
private y3;
|
|
80
80
|
static $$p: string[];
|
|
81
81
|
}
|
|
@@ -11,33 +11,33 @@ import { HostSeriesView } from "./HostSeriesView";
|
|
|
11
11
|
*/
|
|
12
12
|
export declare abstract class GeographicShapeSeriesBase extends GeographicMapSeriesHost {
|
|
13
13
|
static $t: Type;
|
|
14
|
-
protected
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
protected
|
|
19
|
-
protected
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
protected
|
|
23
|
-
protected
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
14
|
+
protected cr(): SeriesView;
|
|
15
|
+
w6: GeographicShapeSeriesBaseView;
|
|
16
|
+
qz(a: SeriesView): void;
|
|
17
|
+
xo: string;
|
|
18
|
+
protected get_fd(): boolean;
|
|
19
|
+
protected get_ec(): boolean;
|
|
20
|
+
xd: boolean;
|
|
21
|
+
xc: boolean;
|
|
22
|
+
protected xb: boolean;
|
|
23
|
+
protected xa: boolean;
|
|
24
|
+
w5: ShapeItemSearchMode;
|
|
25
|
+
xg: number;
|
|
26
|
+
xf: number;
|
|
27
27
|
assigningShapeStyle: (sender: any, args: AssigningShapeStyleEventArgs) => void;
|
|
28
28
|
assigningShapeMarkerStyle: (sender: any, args: AssigningShapeMarkerStyleEventArgs) => void;
|
|
29
|
-
protected
|
|
30
|
-
private
|
|
31
|
-
private xn;
|
|
32
|
-
private xp;
|
|
29
|
+
protected q7(a: any, b: string, c: any, d: any): void;
|
|
30
|
+
private xr;
|
|
33
31
|
private xq;
|
|
34
|
-
private
|
|
35
|
-
private
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
32
|
+
private xs;
|
|
33
|
+
private xt;
|
|
34
|
+
private w7;
|
|
35
|
+
private w9;
|
|
36
|
+
get w8(): ShapefileConverter;
|
|
37
|
+
set w8(a: ShapefileConverter);
|
|
38
|
+
xe: number;
|
|
39
|
+
protected get_g6(): boolean;
|
|
40
|
+
protected set_g6(a: boolean): void;
|
|
41
41
|
static $$p: string[];
|
|
42
42
|
}
|
|
43
43
|
/**
|
|
@@ -36,36 +36,36 @@ export declare class GeographicShapeSeriesView extends GeographicShapeSeriesBase
|
|
|
36
36
|
*/
|
|
37
37
|
export declare class GeographicShapeSeries extends GeographicShapeSeriesBase {
|
|
38
38
|
static $t: Type;
|
|
39
|
-
protected
|
|
40
|
-
protected
|
|
39
|
+
protected bj(): Series;
|
|
40
|
+
protected get_fp(): boolean;
|
|
41
41
|
constructor();
|
|
42
|
-
protected
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
protected
|
|
46
|
-
private
|
|
42
|
+
protected cr(): SeriesView;
|
|
43
|
+
x6: GeographicShapeSeriesView;
|
|
44
|
+
qz(a: SeriesView): void;
|
|
45
|
+
protected wu(): Series;
|
|
46
|
+
private yn;
|
|
47
47
|
styleShape: (sender: any, e: StyleShapeEventArgs) => void;
|
|
48
|
-
private
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
48
|
+
private yo;
|
|
49
|
+
x5: StyleSelector;
|
|
50
|
+
za: Style;
|
|
51
|
+
x4: MarkerType;
|
|
52
|
+
x3: MarkerOutlineMode;
|
|
53
|
+
x2: MarkerFillMode;
|
|
54
|
+
yq: DataTemplate;
|
|
55
|
+
y7: Brush;
|
|
56
|
+
y8: Brush;
|
|
57
|
+
y9: Style;
|
|
58
|
+
x7: number;
|
|
59
|
+
im(): number;
|
|
60
|
+
vh(): Brush;
|
|
61
|
+
vi(): Brush;
|
|
62
|
+
sv(): DataTemplate;
|
|
63
|
+
l9(): string;
|
|
64
|
+
x1: CollisionAvoidanceType;
|
|
65
|
+
protected q7(a: any, b: string, c: any, d: any): void;
|
|
66
|
+
protected jk(): number;
|
|
67
|
+
yp: DataTemplate;
|
|
56
68
|
y5: Brush;
|
|
57
|
-
y6:
|
|
58
|
-
x4: number;
|
|
59
|
-
il(): number;
|
|
60
|
-
vf(): Brush;
|
|
61
|
-
vg(): Brush;
|
|
62
|
-
st(): DataTemplate;
|
|
63
|
-
l8(): string;
|
|
64
|
-
xy: CollisionAvoidanceType;
|
|
65
|
-
protected q5(a: any, b: string, c: any, d: any): void;
|
|
66
|
-
protected jj(): number;
|
|
67
|
-
ym: DataTemplate;
|
|
68
|
-
y2: Brush;
|
|
69
|
-
y3: Brush;
|
|
69
|
+
y6: Brush;
|
|
70
70
|
static $$p: string[];
|
|
71
71
|
}
|
|
@@ -34,30 +34,30 @@ export declare class GeographicSymbolSeriesView extends HostSeriesView {
|
|
|
34
34
|
*/
|
|
35
35
|
export declare class GeographicSymbolSeries extends GeographicMarkerSeries {
|
|
36
36
|
static $t: Type;
|
|
37
|
-
protected
|
|
38
|
-
protected
|
|
37
|
+
protected bj(): Series;
|
|
38
|
+
protected get_eh(): boolean;
|
|
39
39
|
constructor();
|
|
40
|
-
protected
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
protected
|
|
44
|
-
protected
|
|
45
|
-
private
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
protected
|
|
52
|
-
protected
|
|
53
|
-
protected
|
|
40
|
+
protected cr(): SeriesView;
|
|
41
|
+
qz(a: SeriesView): void;
|
|
42
|
+
x6: GeographicSymbolSeriesView;
|
|
43
|
+
protected jk(): number;
|
|
44
|
+
protected wu(): Series;
|
|
45
|
+
private x5;
|
|
46
|
+
yh: string;
|
|
47
|
+
yj: string;
|
|
48
|
+
x3: CollisionAvoidanceType;
|
|
49
|
+
ya: boolean;
|
|
50
|
+
x9: boolean;
|
|
51
|
+
protected x8: boolean;
|
|
52
|
+
protected x7: boolean;
|
|
53
|
+
protected get_fd(): boolean;
|
|
54
54
|
assigningScatterStyle: (sender: any, args: AssigningScatterStyleEventArgs) => void;
|
|
55
55
|
assigningScatterMarkerStyle: (sender: any, args: AssigningScatterMarkerStyleEventArgs) => void;
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
protected
|
|
59
|
-
private
|
|
60
|
-
private
|
|
61
|
-
|
|
56
|
+
x4: ScatterItemSearchMode;
|
|
57
|
+
yc: number;
|
|
58
|
+
protected q7(a: any, b: string, c: any, d: any): void;
|
|
59
|
+
private yo;
|
|
60
|
+
private yn;
|
|
61
|
+
yb: boolean;
|
|
62
62
|
static $$p: string[];
|
|
63
63
|
}
|
|
@@ -8,17 +8,17 @@ import { ImageTilesReadyEventArgs } from "./ImageTilesReadyEventArgs";
|
|
|
8
8
|
*/
|
|
9
9
|
export declare class GeographicTileSeries extends GeographicShapeSeriesBase {
|
|
10
10
|
static $t: Type;
|
|
11
|
-
protected
|
|
12
|
-
protected
|
|
11
|
+
protected bj(): Series;
|
|
12
|
+
protected get_f2(): boolean;
|
|
13
13
|
constructor();
|
|
14
|
-
get
|
|
15
|
-
set
|
|
16
|
-
private
|
|
17
|
-
|
|
18
|
-
protected
|
|
19
|
-
private
|
|
20
|
-
protected
|
|
21
|
-
protected
|
|
14
|
+
get x3(): GeographicMapImagery;
|
|
15
|
+
set x3(a: GeographicMapImagery);
|
|
16
|
+
private x2;
|
|
17
|
+
x7(): void;
|
|
18
|
+
protected q7(a: any, b: string, c: any, d: any): void;
|
|
19
|
+
private x1;
|
|
20
|
+
protected w0(): void;
|
|
21
|
+
protected wu(): Series;
|
|
22
22
|
imageTilesReady: (sender: any, e: ImageTilesReadyEventArgs) => void;
|
|
23
|
-
private
|
|
23
|
+
private x6;
|
|
24
24
|
}
|
|
@@ -18,35 +18,35 @@ import { PointCollection } from "igniteui-webcomponents-core";
|
|
|
18
18
|
*/
|
|
19
19
|
export declare class TileSeries extends ShapeSeriesBase implements IMapRenderDeferralHandler {
|
|
20
20
|
static $t: Type;
|
|
21
|
-
protected
|
|
22
|
-
protected
|
|
21
|
+
protected bj(): Series;
|
|
22
|
+
protected get_f2(): boolean;
|
|
23
23
|
constructor();
|
|
24
|
-
protected
|
|
25
|
-
|
|
26
|
-
protected
|
|
27
|
-
protected
|
|
28
|
-
get
|
|
29
|
-
set
|
|
30
|
-
private
|
|
31
|
-
private
|
|
32
|
-
protected get
|
|
33
|
-
protected set
|
|
34
|
-
protected
|
|
35
|
-
private
|
|
24
|
+
protected cr(): SeriesView;
|
|
25
|
+
qz(a: SeriesView): void;
|
|
26
|
+
protected get_xx(): boolean;
|
|
27
|
+
protected zm: TileSeriesView;
|
|
28
|
+
get zq(): GeographicMapImagery;
|
|
29
|
+
set zq(a: GeographicMapImagery);
|
|
30
|
+
private zo;
|
|
31
|
+
private zn;
|
|
32
|
+
protected get zp(): GeographicMapImagery;
|
|
33
|
+
protected set zp(a: GeographicMapImagery);
|
|
34
|
+
protected q7(a: any, b: string, c: any, d: any): void;
|
|
35
|
+
private zv;
|
|
36
36
|
imageTilesReady: (sender: any, e: EventArgs) => void;
|
|
37
|
+
private zw;
|
|
37
38
|
private zr;
|
|
38
|
-
private zm;
|
|
39
39
|
register(a: DependencyObject, b: (arg1: boolean) => void): void;
|
|
40
40
|
unRegister(a: DependencyObject): void;
|
|
41
41
|
deferredRefresh(): void;
|
|
42
42
|
deferAction(a: () => void): void;
|
|
43
|
-
protected
|
|
44
|
-
private
|
|
45
|
-
|
|
46
|
-
protected
|
|
47
|
-
|
|
48
|
-
private
|
|
49
|
-
|
|
43
|
+
protected sm(a: Rect, b: Rect): void;
|
|
44
|
+
private zs;
|
|
45
|
+
rq(a: boolean): void;
|
|
46
|
+
protected zx(a: boolean, b: SeriesView): void;
|
|
47
|
+
ro(a: Rect, b: Rect, c: RenderSurface, d: string, e: number): void;
|
|
48
|
+
private zy;
|
|
49
|
+
o4(a: boolean, b: SeriesView): void;
|
|
50
50
|
}
|
|
51
51
|
/**
|
|
52
52
|
* @hidden
|