igniteui-webcomponents-maps 6.3.0-beta.0 → 6.3.1-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 +1027 -1027
- package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
- package/esm2015/lib/ArcGISOnlineMapImagery.js +2 -4
- package/esm2015/lib/AzureMapsImageryView_combined.js +4 -8
- package/esm2015/lib/BingMapsMapImageryView_combined.js +4 -8
- package/esm2015/lib/BingResourceSet.js +2 -4
- package/esm2015/lib/BingResponse.js +2 -4
- package/esm2015/lib/CustomMapImagery.js +2 -4
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +39 -43
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +73 -77
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +170 -174
- package/esm2015/lib/GeographicMarkerSeries.js +27 -29
- package/esm2015/lib/GeographicMarkerSeriesBase.js +2 -4
- package/esm2015/lib/GeographicPolylineSeriesView_combined.js +19 -23
- package/esm2015/lib/GeographicProportionalSymbolSeriesBase.js +2 -4
- package/esm2015/lib/GeographicProportionalSymbolSeriesBaseView.js +2 -4
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +86 -90
- package/esm2015/lib/GeographicShapeSeriesBaseBase.js +2 -4
- package/esm2015/lib/GeographicShapeSeriesBaseBaseView.js +2 -4
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +62 -66
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +53 -57
- package/esm2015/lib/GeographicSymbolSeriesBase.js +2 -4
- package/esm2015/lib/GeographicSymbolSeriesBaseView.js +2 -4
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +55 -59
- package/esm2015/lib/GeographicTileSeries.js +28 -30
- package/esm2015/lib/GeographicXYTriangulatingSeriesBase.js +2 -4
- package/esm2015/lib/GeographicXYTriangulatingSeriesBaseView.js +2 -4
- package/esm2015/lib/ImageTilesReadyEventArgs.js +2 -4
- package/esm2015/lib/ImageryMetadata.js +2 -4
- package/esm2015/lib/ImagesChangedEventArgs.js +2 -4
- package/esm2015/lib/LevelOfDetailResponseModel.js +2 -4
- package/esm2015/lib/MapServerResponseModel.js +2 -4
- package/esm2015/lib/SphericalMercatorHorizontalScaler.js +4 -6
- package/esm2015/lib/SphericalMercatorVerticalScaler.js +4 -6
- package/esm2015/lib/SubDomainsCollection.js +2 -4
- package/esm2015/lib/TileGeneratorMapImagery.js +2 -4
- package/esm2015/lib/TileInfoResponseModel.js +2 -4
- package/esm2015/lib/TileSeries_combined.js +85 -89
- package/esm2015/lib/TokenResponseModel.js +2 -4
- package/esm2015/lib/XamGeographicMap_combined.js +142 -160
- package/esm2015/lib/igc-geographic-contour-line-series-component.js +10 -12
- package/esm2015/lib/igc-geographic-high-density-scatter-series-component.js +33 -36
- package/esm2015/lib/igc-geographic-map-component.js +2 -1
- package/esm2015/lib/igc-geographic-map-series-host-component.js +14 -16
- package/esm2015/lib/igc-geographic-marker-series-base-component.js +2 -1
- package/esm2015/lib/igc-geographic-marker-series-component.js +33 -35
- package/esm2015/lib/igc-geographic-polyline-series-component.js +14 -16
- package/esm2015/lib/igc-geographic-proportional-symbol-series-base-component.js +2 -1
- package/esm2015/lib/igc-geographic-proportional-symbol-series-component.js +43 -46
- package/esm2015/lib/igc-geographic-scatter-area-series-component.js +9 -11
- package/esm2015/lib/igc-geographic-shape-series-base-base-component.js +2 -1
- package/esm2015/lib/igc-geographic-shape-series-base-component.js +31 -33
- package/esm2015/lib/igc-geographic-shape-series-component.js +45 -47
- package/esm2015/lib/igc-geographic-symbol-series-base-component.js +2 -1
- package/esm2015/lib/igc-geographic-symbol-series-component.js +21 -24
- package/esm2015/lib/igc-geographic-tile-series-component.js +5 -7
- package/esm2015/lib/igc-geographic-xy-triangulating-series-base-component.js +2 -1
- package/esm2015/lib/igc-geographic-xy-triangulating-series-component.js +14 -16
- package/esm2015/lib/igc-tile-series-component.js +4 -6
- package/esm5/lib/ArcGISOnlineMapImagery.js +1 -2
- package/esm5/lib/AzureMapsImageryView_combined.js +2 -4
- package/esm5/lib/BingMapsMapImageryView_combined.js +2 -4
- package/esm5/lib/BingResourceSet.js +1 -2
- package/esm5/lib/BingResponse.js +1 -2
- package/esm5/lib/CustomMapImagery.js +1 -2
- package/esm5/lib/GeographicContourLineSeriesView_combined.js +37 -39
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +71 -73
- package/esm5/lib/GeographicMapSeriesHost_combined.js +166 -168
- package/esm5/lib/GeographicMarkerSeries.js +26 -27
- package/esm5/lib/GeographicMarkerSeriesBase.js +1 -2
- package/esm5/lib/GeographicPolylineSeriesView_combined.js +17 -19
- package/esm5/lib/GeographicProportionalSymbolSeriesBase.js +1 -2
- package/esm5/lib/GeographicProportionalSymbolSeriesBaseView.js +1 -2
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +84 -86
- package/esm5/lib/GeographicShapeSeriesBaseBase.js +1 -2
- package/esm5/lib/GeographicShapeSeriesBaseBaseView.js +1 -2
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +59 -61
- package/esm5/lib/GeographicShapeSeriesView_combined.js +51 -53
- package/esm5/lib/GeographicSymbolSeriesBase.js +1 -2
- package/esm5/lib/GeographicSymbolSeriesBaseView.js +1 -2
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +53 -55
- package/esm5/lib/GeographicTileSeries.js +26 -27
- package/esm5/lib/GeographicXYTriangulatingSeriesBase.js +1 -2
- package/esm5/lib/GeographicXYTriangulatingSeriesBaseView.js +1 -2
- package/esm5/lib/ImageTilesReadyEventArgs.js +1 -2
- package/esm5/lib/ImageryMetadata.js +1 -2
- package/esm5/lib/ImagesChangedEventArgs.js +1 -2
- package/esm5/lib/LevelOfDetailResponseModel.js +1 -2
- package/esm5/lib/MapServerResponseModel.js +1 -2
- package/esm5/lib/SphericalMercatorHorizontalScaler.js +3 -4
- package/esm5/lib/SphericalMercatorVerticalScaler.js +3 -4
- package/esm5/lib/SubDomainsCollection.js +1 -2
- package/esm5/lib/TileGeneratorMapImagery.js +1 -2
- package/esm5/lib/TileInfoResponseModel.js +1 -2
- package/esm5/lib/TileSeries_combined.js +81 -83
- package/esm5/lib/TokenResponseModel.js +1 -2
- package/esm5/lib/XamGeographicMap_combined.js +132 -141
- package/esm5/lib/igc-geographic-contour-line-series-component.js +9 -10
- package/esm5/lib/igc-geographic-high-density-scatter-series-component.js +32 -33
- package/esm5/lib/igc-geographic-map-component.js +1 -2
- package/esm5/lib/igc-geographic-map-series-host-component.js +13 -14
- package/esm5/lib/igc-geographic-marker-series-base-component.js +1 -2
- package/esm5/lib/igc-geographic-marker-series-component.js +32 -33
- package/esm5/lib/igc-geographic-polyline-series-component.js +13 -14
- package/esm5/lib/igc-geographic-proportional-symbol-series-base-component.js +1 -2
- package/esm5/lib/igc-geographic-proportional-symbol-series-component.js +42 -43
- package/esm5/lib/igc-geographic-scatter-area-series-component.js +8 -9
- package/esm5/lib/igc-geographic-shape-series-base-base-component.js +1 -2
- package/esm5/lib/igc-geographic-shape-series-base-component.js +30 -31
- package/esm5/lib/igc-geographic-shape-series-component.js +44 -45
- package/esm5/lib/igc-geographic-symbol-series-base-component.js +1 -2
- package/esm5/lib/igc-geographic-symbol-series-component.js +20 -21
- package/esm5/lib/igc-geographic-tile-series-component.js +4 -5
- package/esm5/lib/igc-geographic-xy-triangulating-series-base-component.js +1 -2
- package/esm5/lib/igc-geographic-xy-triangulating-series-component.js +13 -14
- package/esm5/lib/igc-tile-series-component.js +3 -4
- package/fesm2015/igniteui-webcomponents-maps.js +1036 -1249
- package/fesm5/igniteui-webcomponents-maps.js +1027 -1027
- package/igniteui-webcomponents-maps.d.ts +1 -1
- package/lib/ArcGISOnlineMapImagery.d.ts +49 -49
- package/lib/AzureMapsImagery.d.ts +1 -1
- package/lib/AzureMapsImageryStyle.d.ts +25 -25
- package/lib/AzureMapsImageryView.d.ts +1 -1
- package/lib/AzureMapsImageryView_combined.d.ts +39 -39
- package/lib/BingMapsImageryStyle.d.ts +34 -34
- package/lib/BingMapsMapImagery.d.ts +1 -1
- package/lib/BingMapsMapImageryView.d.ts +1 -1
- package/lib/BingMapsMapImageryView_combined.d.ts +62 -62
- package/lib/BingResourceSet.d.ts +11 -11
- package/lib/BingResponse.d.ts +11 -11
- package/lib/CustomMapImagery.d.ts +14 -14
- package/lib/GeographicContourLineSeries.d.ts +1 -1
- package/lib/GeographicContourLineSeriesView.d.ts +1 -1
- package/lib/GeographicContourLineSeriesView_combined.d.ts +46 -46
- package/lib/GeographicHighDensityScatterSeries.d.ts +1 -1
- package/lib/GeographicHighDensityScatterSeriesView.d.ts +1 -1
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +66 -66
- package/lib/GeographicMapImagery.d.ts +1 -1
- package/lib/GeographicMapImageryView.d.ts +1 -1
- package/lib/GeographicMapSeriesHost.d.ts +1 -1
- package/lib/GeographicMapSeriesHost_combined.d.ts +103 -103
- package/lib/GeographicMarkerSeries.d.ts +33 -33
- package/lib/GeographicMarkerSeriesBase.d.ts +10 -10
- package/lib/GeographicPolylineSeries.d.ts +1 -1
- package/lib/GeographicPolylineSeriesView.d.ts +1 -1
- package/lib/GeographicPolylineSeriesView_combined.d.ts +39 -39
- package/lib/GeographicProportionalSymbolSeries.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesBase.d.ts +10 -10
- package/lib/GeographicProportionalSymbolSeriesBaseView.d.ts +11 -11
- package/lib/GeographicProportionalSymbolSeriesView.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +81 -81
- package/lib/GeographicScatterAreaSeries.d.ts +1 -1
- package/lib/GeographicScatterAreaSeriesView.d.ts +1 -1
- package/lib/GeographicShapeSeries.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase.d.ts +1 -1
- package/lib/GeographicShapeSeriesBaseBase.d.ts +10 -10
- package/lib/GeographicShapeSeriesBaseBaseView.d.ts +11 -11
- package/lib/GeographicShapeSeriesBaseView.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase_combined.d.ts +58 -58
- package/lib/GeographicShapeSeriesView.d.ts +1 -1
- package/lib/GeographicShapeSeriesView_combined.d.ts +71 -71
- package/lib/GeographicSymbolSeries.d.ts +1 -1
- package/lib/GeographicSymbolSeriesBase.d.ts +10 -10
- package/lib/GeographicSymbolSeriesBaseView.d.ts +11 -11
- package/lib/GeographicSymbolSeriesView.d.ts +1 -1
- package/lib/GeographicSymbolSeriesView_combined.d.ts +63 -63
- package/lib/GeographicTileSeries.d.ts +24 -24
- package/lib/GeographicXYTriangulatingSeries.d.ts +1 -1
- package/lib/GeographicXYTriangulatingSeriesBase.d.ts +10 -10
- package/lib/GeographicXYTriangulatingSeriesBaseView.d.ts +11 -11
- package/lib/GeographicXYTriangulatingSeriesView.d.ts +1 -1
- package/lib/HostSeriesView.d.ts +1 -1
- package/lib/ImageTilesReadyEventArgs.d.ts +7 -7
- package/lib/ImageryMetadata.d.ts +11 -11
- package/lib/ImagesChangedEventArgs.d.ts +7 -7
- package/lib/LevelOfDetailResponseModel.d.ts +16 -16
- package/lib/MapBackgroundTilingMode.d.ts +22 -22
- package/lib/MapResizeBehavior.d.ts +22 -22
- package/lib/MapServerResponseModel.d.ts +14 -14
- package/lib/OpenStreetMapImagery.d.ts +1 -1
- package/lib/SphericalMercatorHorizontalScaler.d.ts +23 -23
- package/lib/SphericalMercatorVerticalScaler.d.ts +34 -34
- package/lib/SubDomainsCollection.d.ts +11 -11
- package/lib/TileGeneratorMapImagery.d.ts +14 -14
- package/lib/TileInfoResponseModel.d.ts +11 -11
- package/lib/TileSeries.d.ts +1 -1
- package/lib/TileSeriesView.d.ts +1 -1
- package/lib/TileSeries_combined.d.ts +78 -78
- package/lib/TokenResponseModel.d.ts +16 -16
- package/lib/XamGeographicMap.d.ts +1 -1
- package/lib/XamGeographicMapView.d.ts +1 -1
- package/lib/XamGeographicMap_combined.d.ts +320 -320
- package/lib/igc-arc-gis-online-map-imagery-module.d.ts +3 -3
- package/lib/igc-arc-gis-online-map-imagery.d.ts +59 -59
- package/lib/igc-azure-maps-imagery-module.d.ts +3 -3
- package/lib/igc-azure-maps-imagery.d.ts +50 -50
- package/lib/igc-bing-maps-map-imagery-module.d.ts +3 -3
- package/lib/igc-bing-maps-map-imagery.d.ts +79 -79
- package/lib/igc-custom-map-imagery-module.d.ts +3 -3
- package/lib/igc-custom-map-imagery.d.ts +20 -20
- package/lib/igc-geographic-contour-line-series-component.d.ts +56 -56
- package/lib/igc-geographic-contour-line-series-module.d.ts +3 -3
- package/lib/igc-geographic-high-density-scatter-series-component.d.ts +88 -88
- package/lib/igc-geographic-high-density-scatter-series-module.d.ts +3 -3
- package/lib/igc-geographic-map-component.d.ts +244 -244
- package/lib/igc-geographic-map-core-module.d.ts +3 -3
- package/lib/igc-geographic-map-imagery.d.ts +92 -92
- package/lib/igc-geographic-map-module.d.ts +3 -3
- package/lib/igc-geographic-map-series-host-component.d.ts +95 -95
- package/lib/igc-geographic-marker-series-base-component.d.ts +13 -13
- package/lib/igc-geographic-marker-series-component.d.ts +78 -78
- package/lib/igc-geographic-polyline-series-component.d.ts +50 -50
- package/lib/igc-geographic-polyline-series-module.d.ts +3 -3
- package/lib/igc-geographic-proportional-symbol-series-base-component.d.ts +13 -13
- package/lib/igc-geographic-proportional-symbol-series-component.d.ts +131 -131
- package/lib/igc-geographic-proportional-symbol-series-module.d.ts +3 -3
- package/lib/igc-geographic-scatter-area-series-component.d.ts +55 -55
- package/lib/igc-geographic-scatter-area-series-module.d.ts +3 -3
- package/lib/igc-geographic-shape-series-base-base-component.d.ts +13 -13
- package/lib/igc-geographic-shape-series-base-component.d.ts +113 -113
- package/lib/igc-geographic-shape-series-component.d.ts +111 -111
- package/lib/igc-geographic-shape-series-module.d.ts +3 -3
- package/lib/igc-geographic-symbol-series-base-component.d.ts +13 -13
- package/lib/igc-geographic-symbol-series-component.d.ts +78 -78
- package/lib/igc-geographic-symbol-series-module.d.ts +3 -3
- package/lib/igc-geographic-tile-series-component.d.ts +44 -44
- package/lib/igc-geographic-tile-series-module.d.ts +3 -3
- package/lib/igc-geographic-xy-triangulating-series-base-component.d.ts +13 -13
- package/lib/igc-geographic-xy-triangulating-series-component.d.ts +51 -51
- package/lib/igc-image-tiles-ready-event-args.d.ts +12 -12
- package/lib/igc-images-changed-event-args.d.ts +12 -12
- package/lib/igc-open-street-map-imagery-module.d.ts +3 -3
- package/lib/igc-open-street-map-imagery.d.ts +18 -18
- package/lib/igc-sub-domains-collection.d.ts +6 -6
- package/lib/igc-tile-generator-map-imagery-module.d.ts +3 -3
- package/lib/igc-tile-generator-map-imagery.d.ts +19 -19
- package/lib/igc-tile-series-component.d.ts +36 -36
- package/lib/igc-tile-series-module.d.ts +3 -3
- package/package.json +3 -3
- package/public_api.d.ts +107 -107
|
@@ -1,113 +1,113 @@
|
|
|
1
|
-
import { IgcGeographicMapSeriesHostComponent } from "./igc-geographic-map-series-host-component";
|
|
2
|
-
import { GeographicShapeSeriesBase } from "./GeographicShapeSeriesBase";
|
|
3
|
-
import { IgcShapeDataSource } from "igniteui-webcomponents-core";
|
|
4
|
-
import { IgcAssigningShapeStyleEventArgs } from "igniteui-webcomponents-charts";
|
|
5
|
-
import { IgcAssigningShapeMarkerStyleEventArgs } from "igniteui-webcomponents-charts";
|
|
6
|
-
import { ShapeItemSearchMode } from "igniteui-webcomponents-charts";
|
|
7
|
-
import { IgcBrushScaleComponent } from "igniteui-webcomponents-charts";
|
|
8
|
-
/**
|
|
9
|
-
* Base class for series which render polygons on a map.
|
|
10
|
-
*/
|
|
11
|
-
export declare abstract class IgcGeographicShapeSeriesBaseComponent extends IgcGeographicMapSeriesHostComponent {
|
|
12
|
-
/**
|
|
13
|
-
* @hidden
|
|
14
|
-
*/
|
|
15
|
-
get i(): GeographicShapeSeriesBase;
|
|
16
|
-
constructor();
|
|
17
|
-
connectedCallback(): void;
|
|
18
|
-
disconnectedCallback(): void;
|
|
19
|
-
private static _observedAttributesIgcGeographicShapeSeriesBaseComponent;
|
|
20
|
-
static get observedAttributes(): string[];
|
|
21
|
-
private _shapeDataSource;
|
|
22
|
-
/**
|
|
23
|
-
* Gets or sets the string path of the .shp portion of the Shapefile.
|
|
24
|
-
*/
|
|
25
|
-
set shapeDataSource(value: string);
|
|
26
|
-
get shapeDataSource(): string;
|
|
27
|
-
private _databaseSource;
|
|
28
|
-
/**
|
|
29
|
-
* Gets or sets the string path of the .dbf portion of the Shapefile.
|
|
30
|
-
*/
|
|
31
|
-
set databaseSource(value: string);
|
|
32
|
-
get databaseSource(): string;
|
|
33
|
-
private _currData;
|
|
34
|
-
private _onImportCompleted;
|
|
35
|
-
protected onUpdateDataSource(dataSource: any): any;
|
|
36
|
-
private _cachedShapeDataSource;
|
|
37
|
-
private updateShapeDataSource;
|
|
38
|
-
private onShapeDataSourceImportCompleted;
|
|
39
|
-
/**
|
|
40
|
-
* The name of the property on ItemsSource items which, for each shape, contains a list of points to be converted to a polygon.
|
|
41
|
-
* 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.
|
|
42
|
-
*/
|
|
43
|
-
get shapeMemberPath(): string;
|
|
44
|
-
set shapeMemberPath(v: string);
|
|
45
|
-
/**
|
|
46
|
-
* Gets or sets whether this Shape series should allow custom style overrides of its individual visuals.
|
|
47
|
-
*/
|
|
48
|
-
get isCustomShapeStyleAllowed(): boolean;
|
|
49
|
-
set isCustomShapeStyleAllowed(v: boolean);
|
|
50
|
-
/**
|
|
51
|
-
* Gets or sets whether this Shape series should allow custom style overrides of its individual marker visuals.
|
|
52
|
-
*/
|
|
53
|
-
get isCustomShapeMarkerStyleAllowed(): boolean;
|
|
54
|
-
set isCustomShapeMarkerStyleAllowed(v: boolean);
|
|
55
|
-
/**
|
|
56
|
-
* Gets or sets the mode the series will use to find the closest point to the cursor.
|
|
57
|
-
*/
|
|
58
|
-
get itemSearchMode(): ShapeItemSearchMode;
|
|
59
|
-
set itemSearchMode(v: ShapeItemSearchMode);
|
|
60
|
-
/**
|
|
61
|
-
* Gets or sets the threshold to use when searching for items using ItemSearchMode.
|
|
62
|
-
*/
|
|
63
|
-
get itemSearchThreshold(): number;
|
|
64
|
-
set itemSearchThreshold(v: number);
|
|
65
|
-
/**
|
|
66
|
-
* Gets or sets the fill mapping property for the current series object.
|
|
67
|
-
*/
|
|
68
|
-
get fillMemberPath(): string;
|
|
69
|
-
set fillMemberPath(v: string);
|
|
70
|
-
/**
|
|
71
|
-
* Gets or sets the brush scale for the fill brush of markers.
|
|
72
|
-
*/
|
|
73
|
-
get fillScale(): IgcBrushScaleComponent;
|
|
74
|
-
set fillScale(v: IgcBrushScaleComponent);
|
|
75
|
-
/**
|
|
76
|
-
* Gets or sets whether or not the FillScale uses global min/max values of FillMemberPath from multiple series.
|
|
77
|
-
* This setting applies only if multiple series are using the same FillScale.
|
|
78
|
-
*/
|
|
79
|
-
get fillScaleUseGlobalValues(): boolean;
|
|
80
|
-
set fillScaleUseGlobalValues(v: boolean);
|
|
81
|
-
/**
|
|
82
|
-
* Gets or sets the points threshold to use when searching for items using ItemSearchMode.
|
|
83
|
-
*/
|
|
84
|
-
get itemSearchPointsThreshold(): number;
|
|
85
|
-
set itemSearchPointsThreshold(v: number);
|
|
86
|
-
/**
|
|
87
|
-
* Set a shapefile datasource to use with the series.
|
|
88
|
-
*/
|
|
89
|
-
get shapefileDataSource(): IgcShapeDataSource;
|
|
90
|
-
set shapefileDataSource(v: IgcShapeDataSource);
|
|
91
|
-
/**
|
|
92
|
-
* The resolution at which to filter out shapes in the series. For example, if the ShapeFilterResolution is set to 3, then elements with a bounding rectangle smaller than 3 X 3 pixels will be filtered out.
|
|
93
|
-
* 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.
|
|
94
|
-
*/
|
|
95
|
-
get shapeFilterResolution(): number;
|
|
96
|
-
set shapeFilterResolution(v: number);
|
|
97
|
-
findByName(name: string): any;
|
|
98
|
-
protected _styling(container: any, component: any, parent?: any): void;
|
|
99
|
-
private _assigningShapeStyle;
|
|
100
|
-
private _assigningShapeStyle_wrapped;
|
|
101
|
-
/**
|
|
102
|
-
* Event raised when Assigning Shape Style. Note, if using this event, or highlighting, its best to avoid use of ShapeStyle/StyleShape/ShapeStyleSelector.
|
|
103
|
-
*/
|
|
104
|
-
get assigningShapeStyle(): (s: IgcGeographicShapeSeriesBaseComponent, e: IgcAssigningShapeStyleEventArgs) => void;
|
|
105
|
-
set assigningShapeStyle(ev: (s: IgcGeographicShapeSeriesBaseComponent, e: IgcAssigningShapeStyleEventArgs) => void);
|
|
106
|
-
private _assigningShapeMarkerStyle;
|
|
107
|
-
private _assigningShapeMarkerStyle_wrapped;
|
|
108
|
-
/**
|
|
109
|
-
* Event raised when Assigning Shape Marker Style
|
|
110
|
-
*/
|
|
111
|
-
get assigningShapeMarkerStyle(): (s: IgcGeographicShapeSeriesBaseComponent, e: IgcAssigningShapeMarkerStyleEventArgs) => void;
|
|
112
|
-
set assigningShapeMarkerStyle(ev: (s: IgcGeographicShapeSeriesBaseComponent, e: IgcAssigningShapeMarkerStyleEventArgs) => void);
|
|
113
|
-
}
|
|
1
|
+
import { IgcGeographicMapSeriesHostComponent } from "./igc-geographic-map-series-host-component";
|
|
2
|
+
import { GeographicShapeSeriesBase } from "./GeographicShapeSeriesBase";
|
|
3
|
+
import { IgcShapeDataSource } from "igniteui-webcomponents-core";
|
|
4
|
+
import { IgcAssigningShapeStyleEventArgs } from "igniteui-webcomponents-charts";
|
|
5
|
+
import { IgcAssigningShapeMarkerStyleEventArgs } from "igniteui-webcomponents-charts";
|
|
6
|
+
import { ShapeItemSearchMode } from "igniteui-webcomponents-charts";
|
|
7
|
+
import { IgcBrushScaleComponent } from "igniteui-webcomponents-charts";
|
|
8
|
+
/**
|
|
9
|
+
* Base class for series which render polygons on a map.
|
|
10
|
+
*/
|
|
11
|
+
export declare abstract class IgcGeographicShapeSeriesBaseComponent extends IgcGeographicMapSeriesHostComponent {
|
|
12
|
+
/**
|
|
13
|
+
* @hidden
|
|
14
|
+
*/
|
|
15
|
+
get i(): GeographicShapeSeriesBase;
|
|
16
|
+
constructor();
|
|
17
|
+
connectedCallback(): void;
|
|
18
|
+
disconnectedCallback(): void;
|
|
19
|
+
private static _observedAttributesIgcGeographicShapeSeriesBaseComponent;
|
|
20
|
+
static get observedAttributes(): string[];
|
|
21
|
+
private _shapeDataSource;
|
|
22
|
+
/**
|
|
23
|
+
* Gets or sets the string path of the .shp portion of the Shapefile.
|
|
24
|
+
*/
|
|
25
|
+
set shapeDataSource(value: string);
|
|
26
|
+
get shapeDataSource(): string;
|
|
27
|
+
private _databaseSource;
|
|
28
|
+
/**
|
|
29
|
+
* Gets or sets the string path of the .dbf portion of the Shapefile.
|
|
30
|
+
*/
|
|
31
|
+
set databaseSource(value: string);
|
|
32
|
+
get databaseSource(): string;
|
|
33
|
+
private _currData;
|
|
34
|
+
private _onImportCompleted;
|
|
35
|
+
protected onUpdateDataSource(dataSource: any): any;
|
|
36
|
+
private _cachedShapeDataSource;
|
|
37
|
+
private updateShapeDataSource;
|
|
38
|
+
private onShapeDataSourceImportCompleted;
|
|
39
|
+
/**
|
|
40
|
+
* The name of the property on ItemsSource items which, for each shape, contains a list of points to be converted to a polygon.
|
|
41
|
+
* 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.
|
|
42
|
+
*/
|
|
43
|
+
get shapeMemberPath(): string;
|
|
44
|
+
set shapeMemberPath(v: string);
|
|
45
|
+
/**
|
|
46
|
+
* Gets or sets whether this Shape series should allow custom style overrides of its individual visuals.
|
|
47
|
+
*/
|
|
48
|
+
get isCustomShapeStyleAllowed(): boolean;
|
|
49
|
+
set isCustomShapeStyleAllowed(v: boolean);
|
|
50
|
+
/**
|
|
51
|
+
* Gets or sets whether this Shape series should allow custom style overrides of its individual marker visuals.
|
|
52
|
+
*/
|
|
53
|
+
get isCustomShapeMarkerStyleAllowed(): boolean;
|
|
54
|
+
set isCustomShapeMarkerStyleAllowed(v: boolean);
|
|
55
|
+
/**
|
|
56
|
+
* Gets or sets the mode the series will use to find the closest point to the cursor.
|
|
57
|
+
*/
|
|
58
|
+
get itemSearchMode(): ShapeItemSearchMode;
|
|
59
|
+
set itemSearchMode(v: ShapeItemSearchMode);
|
|
60
|
+
/**
|
|
61
|
+
* Gets or sets the threshold to use when searching for items using ItemSearchMode.
|
|
62
|
+
*/
|
|
63
|
+
get itemSearchThreshold(): number;
|
|
64
|
+
set itemSearchThreshold(v: number);
|
|
65
|
+
/**
|
|
66
|
+
* Gets or sets the fill mapping property for the current series object.
|
|
67
|
+
*/
|
|
68
|
+
get fillMemberPath(): string;
|
|
69
|
+
set fillMemberPath(v: string);
|
|
70
|
+
/**
|
|
71
|
+
* Gets or sets the brush scale for the fill brush of markers.
|
|
72
|
+
*/
|
|
73
|
+
get fillScale(): IgcBrushScaleComponent;
|
|
74
|
+
set fillScale(v: IgcBrushScaleComponent);
|
|
75
|
+
/**
|
|
76
|
+
* Gets or sets whether or not the FillScale uses global min/max values of FillMemberPath from multiple series.
|
|
77
|
+
* This setting applies only if multiple series are using the same FillScale.
|
|
78
|
+
*/
|
|
79
|
+
get fillScaleUseGlobalValues(): boolean;
|
|
80
|
+
set fillScaleUseGlobalValues(v: boolean);
|
|
81
|
+
/**
|
|
82
|
+
* Gets or sets the points threshold to use when searching for items using ItemSearchMode.
|
|
83
|
+
*/
|
|
84
|
+
get itemSearchPointsThreshold(): number;
|
|
85
|
+
set itemSearchPointsThreshold(v: number);
|
|
86
|
+
/**
|
|
87
|
+
* Set a shapefile datasource to use with the series.
|
|
88
|
+
*/
|
|
89
|
+
get shapefileDataSource(): IgcShapeDataSource;
|
|
90
|
+
set shapefileDataSource(v: IgcShapeDataSource);
|
|
91
|
+
/**
|
|
92
|
+
* The resolution at which to filter out shapes in the series. For example, if the ShapeFilterResolution is set to 3, then elements with a bounding rectangle smaller than 3 X 3 pixels will be filtered out.
|
|
93
|
+
* 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.
|
|
94
|
+
*/
|
|
95
|
+
get shapeFilterResolution(): number;
|
|
96
|
+
set shapeFilterResolution(v: number);
|
|
97
|
+
findByName(name: string): any;
|
|
98
|
+
protected _styling(container: any, component: any, parent?: any): void;
|
|
99
|
+
private _assigningShapeStyle;
|
|
100
|
+
private _assigningShapeStyle_wrapped;
|
|
101
|
+
/**
|
|
102
|
+
* Event raised when Assigning Shape Style. Note, if using this event, or highlighting, its best to avoid use of ShapeStyle/StyleShape/ShapeStyleSelector.
|
|
103
|
+
*/
|
|
104
|
+
get assigningShapeStyle(): (s: IgcGeographicShapeSeriesBaseComponent, e: IgcAssigningShapeStyleEventArgs) => void;
|
|
105
|
+
set assigningShapeStyle(ev: (s: IgcGeographicShapeSeriesBaseComponent, e: IgcAssigningShapeStyleEventArgs) => void);
|
|
106
|
+
private _assigningShapeMarkerStyle;
|
|
107
|
+
private _assigningShapeMarkerStyle_wrapped;
|
|
108
|
+
/**
|
|
109
|
+
* Event raised when Assigning Shape Marker Style
|
|
110
|
+
*/
|
|
111
|
+
get assigningShapeMarkerStyle(): (s: IgcGeographicShapeSeriesBaseComponent, e: IgcAssigningShapeMarkerStyleEventArgs) => void;
|
|
112
|
+
set assigningShapeMarkerStyle(ev: (s: IgcGeographicShapeSeriesBaseComponent, e: IgcAssigningShapeMarkerStyleEventArgs) => void);
|
|
113
|
+
}
|
|
@@ -1,111 +1,111 @@
|
|
|
1
|
-
import { IgDataTemplate } from "igniteui-webcomponents-core";
|
|
2
|
-
import { MarkerType } from "igniteui-webcomponents-charts";
|
|
3
|
-
import { MarkerOutlineMode } from "igniteui-webcomponents-charts";
|
|
4
|
-
import { MarkerFillMode } from "igniteui-webcomponents-charts";
|
|
5
|
-
import { CollisionAvoidanceType } from "igniteui-webcomponents-charts";
|
|
6
|
-
import { IgcStyleShapeEventArgs } from "igniteui-webcomponents-charts";
|
|
7
|
-
import { IgcGeographicShapeSeriesBaseComponent } from "./igc-geographic-shape-series-base-component";
|
|
8
|
-
import { GeographicShapeSeries } from "./GeographicShapeSeries";
|
|
9
|
-
/**
|
|
10
|
-
* Series class which renders polygons as Paths, in a geographic context, based on lists of points in the ItemsSource.
|
|
11
|
-
*/
|
|
12
|
-
export declare class IgcGeographicShapeSeriesComponent extends IgcGeographicShapeSeriesBaseComponent {
|
|
13
|
-
protected createImplementation(): GeographicShapeSeries;
|
|
14
|
-
/**
|
|
15
|
-
* @hidden
|
|
16
|
-
*/
|
|
17
|
-
get i(): GeographicShapeSeries;
|
|
18
|
-
constructor();
|
|
19
|
-
connectedCallback(): void;
|
|
20
|
-
disconnectedCallback(): void;
|
|
21
|
-
private static _observedAttributesIgcGeographicShapeSeriesComponent;
|
|
22
|
-
static get observedAttributes(): string[];
|
|
23
|
-
static htmlTagName: string;
|
|
24
|
-
protected static _isElementRegistered: boolean;
|
|
25
|
-
static register(): void;
|
|
26
|
-
/**
|
|
27
|
-
* Gets whether the current series shows a polygon shape.
|
|
28
|
-
*/
|
|
29
|
-
get isPolygon(): boolean;
|
|
30
|
-
/**
|
|
31
|
-
* Gets or sets the fill brush.
|
|
32
|
-
*/
|
|
33
|
-
get shapeFill(): string;
|
|
34
|
-
set shapeFill(v: string);
|
|
35
|
-
/**
|
|
36
|
-
* Gets or sets the stroke brush.
|
|
37
|
-
*/
|
|
38
|
-
get shapeStroke(): string;
|
|
39
|
-
set shapeStroke(v: string);
|
|
40
|
-
/**
|
|
41
|
-
* Gets or sets the stroke thickness.
|
|
42
|
-
*/
|
|
43
|
-
get shapeStrokeThickness(): number;
|
|
44
|
-
set shapeStrokeThickness(v: number);
|
|
45
|
-
/**
|
|
46
|
-
* Gets or sets the opacity.
|
|
47
|
-
*/
|
|
48
|
-
get shapeOpacity(): number;
|
|
49
|
-
set shapeOpacity(v: number);
|
|
50
|
-
ensureShapeStyle(): void;
|
|
51
|
-
/**
|
|
52
|
-
* Gets or sets the marker type for the current series object.
|
|
53
|
-
* If the MarkerTemplate property is set, the setting of the MarkerType property will be ignored.
|
|
54
|
-
*/
|
|
55
|
-
get markerType(): MarkerType;
|
|
56
|
-
set markerType(v: MarkerType);
|
|
57
|
-
/**
|
|
58
|
-
* Gets or sets whether the marker outline is based on the marker brush of the series rather than the marker outlines collection.
|
|
59
|
-
*/
|
|
60
|
-
get markerOutlineMode(): MarkerOutlineMode;
|
|
61
|
-
set markerOutlineMode(v: MarkerOutlineMode);
|
|
62
|
-
/**
|
|
63
|
-
* Gets or sets whether the marker brush is based on the marker outline of the series rather than the marker brushes collection.
|
|
64
|
-
*/
|
|
65
|
-
get markerFillMode(): MarkerFillMode;
|
|
66
|
-
set markerFillMode(v: MarkerFillMode);
|
|
67
|
-
/**
|
|
68
|
-
* Gets or sets the MarkerTemplate for the current series object.
|
|
69
|
-
*/
|
|
70
|
-
get markerTemplate(): IgDataTemplate;
|
|
71
|
-
set markerTemplate(v: IgDataTemplate);
|
|
72
|
-
/**
|
|
73
|
-
* Gets or sets the brush that specifies how the current series object's marker interiors are painted.
|
|
74
|
-
*/
|
|
75
|
-
get markerBrush(): string;
|
|
76
|
-
set markerBrush(v: string);
|
|
77
|
-
/**
|
|
78
|
-
* Gets or sets the brush that specifies how the current series object's marker outlines are painted.
|
|
79
|
-
*/
|
|
80
|
-
get markerOutline(): string;
|
|
81
|
-
set markerOutline(v: string);
|
|
82
|
-
/**
|
|
83
|
-
* Gets or sets thickness of the marker outline
|
|
84
|
-
*/
|
|
85
|
-
get markerThickness(): number;
|
|
86
|
-
set markerThickness(v: number);
|
|
87
|
-
/**
|
|
88
|
-
* The desired behavior for markers in this series which are placed too close together for the current view, resulting in a collision.
|
|
89
|
-
*/
|
|
90
|
-
get markerCollisionAvoidance(): CollisionAvoidanceType;
|
|
91
|
-
set markerCollisionAvoidance(v: CollisionAvoidanceType);
|
|
92
|
-
/**
|
|
93
|
-
* Gets the effective marker template for the current series object.
|
|
94
|
-
*/
|
|
95
|
-
get actualMarkerTemplate(): IgDataTemplate;
|
|
96
|
-
set actualMarkerTemplate(v: IgDataTemplate);
|
|
97
|
-
/**
|
|
98
|
-
* Gets the effective marker brush for the current series object.
|
|
99
|
-
*/
|
|
100
|
-
get actualMarkerBrush(): string;
|
|
101
|
-
set actualMarkerBrush(v: string);
|
|
102
|
-
/**
|
|
103
|
-
* Gets the effective marker outline for the current series object.
|
|
104
|
-
*/
|
|
105
|
-
get actualMarkerOutline(): string;
|
|
106
|
-
set actualMarkerOutline(v: string);
|
|
107
|
-
private _styleShape;
|
|
108
|
-
private _styleShape_wrapped;
|
|
109
|
-
get styleShape(): (s: IgcGeographicShapeSeriesComponent, e: IgcStyleShapeEventArgs) => void;
|
|
110
|
-
set styleShape(ev: (s: IgcGeographicShapeSeriesComponent, e: IgcStyleShapeEventArgs) => void);
|
|
111
|
-
}
|
|
1
|
+
import { IgDataTemplate } from "igniteui-webcomponents-core";
|
|
2
|
+
import { MarkerType } from "igniteui-webcomponents-charts";
|
|
3
|
+
import { MarkerOutlineMode } from "igniteui-webcomponents-charts";
|
|
4
|
+
import { MarkerFillMode } from "igniteui-webcomponents-charts";
|
|
5
|
+
import { CollisionAvoidanceType } from "igniteui-webcomponents-charts";
|
|
6
|
+
import { IgcStyleShapeEventArgs } from "igniteui-webcomponents-charts";
|
|
7
|
+
import { IgcGeographicShapeSeriesBaseComponent } from "./igc-geographic-shape-series-base-component";
|
|
8
|
+
import { GeographicShapeSeries } from "./GeographicShapeSeries";
|
|
9
|
+
/**
|
|
10
|
+
* Series class which renders polygons as Paths, in a geographic context, based on lists of points in the ItemsSource.
|
|
11
|
+
*/
|
|
12
|
+
export declare class IgcGeographicShapeSeriesComponent extends IgcGeographicShapeSeriesBaseComponent {
|
|
13
|
+
protected createImplementation(): GeographicShapeSeries;
|
|
14
|
+
/**
|
|
15
|
+
* @hidden
|
|
16
|
+
*/
|
|
17
|
+
get i(): GeographicShapeSeries;
|
|
18
|
+
constructor();
|
|
19
|
+
connectedCallback(): void;
|
|
20
|
+
disconnectedCallback(): void;
|
|
21
|
+
private static _observedAttributesIgcGeographicShapeSeriesComponent;
|
|
22
|
+
static get observedAttributes(): string[];
|
|
23
|
+
static htmlTagName: string;
|
|
24
|
+
protected static _isElementRegistered: boolean;
|
|
25
|
+
static register(): void;
|
|
26
|
+
/**
|
|
27
|
+
* Gets whether the current series shows a polygon shape.
|
|
28
|
+
*/
|
|
29
|
+
get isPolygon(): boolean;
|
|
30
|
+
/**
|
|
31
|
+
* Gets or sets the fill brush.
|
|
32
|
+
*/
|
|
33
|
+
get shapeFill(): string;
|
|
34
|
+
set shapeFill(v: string);
|
|
35
|
+
/**
|
|
36
|
+
* Gets or sets the stroke brush.
|
|
37
|
+
*/
|
|
38
|
+
get shapeStroke(): string;
|
|
39
|
+
set shapeStroke(v: string);
|
|
40
|
+
/**
|
|
41
|
+
* Gets or sets the stroke thickness.
|
|
42
|
+
*/
|
|
43
|
+
get shapeStrokeThickness(): number;
|
|
44
|
+
set shapeStrokeThickness(v: number);
|
|
45
|
+
/**
|
|
46
|
+
* Gets or sets the opacity.
|
|
47
|
+
*/
|
|
48
|
+
get shapeOpacity(): number;
|
|
49
|
+
set shapeOpacity(v: number);
|
|
50
|
+
ensureShapeStyle(): void;
|
|
51
|
+
/**
|
|
52
|
+
* Gets or sets the marker type for the current series object.
|
|
53
|
+
* If the MarkerTemplate property is set, the setting of the MarkerType property will be ignored.
|
|
54
|
+
*/
|
|
55
|
+
get markerType(): MarkerType;
|
|
56
|
+
set markerType(v: MarkerType);
|
|
57
|
+
/**
|
|
58
|
+
* Gets or sets whether the marker outline is based on the marker brush of the series rather than the marker outlines collection.
|
|
59
|
+
*/
|
|
60
|
+
get markerOutlineMode(): MarkerOutlineMode;
|
|
61
|
+
set markerOutlineMode(v: MarkerOutlineMode);
|
|
62
|
+
/**
|
|
63
|
+
* Gets or sets whether the marker brush is based on the marker outline of the series rather than the marker brushes collection.
|
|
64
|
+
*/
|
|
65
|
+
get markerFillMode(): MarkerFillMode;
|
|
66
|
+
set markerFillMode(v: MarkerFillMode);
|
|
67
|
+
/**
|
|
68
|
+
* Gets or sets the MarkerTemplate for the current series object.
|
|
69
|
+
*/
|
|
70
|
+
get markerTemplate(): IgDataTemplate;
|
|
71
|
+
set markerTemplate(v: IgDataTemplate);
|
|
72
|
+
/**
|
|
73
|
+
* Gets or sets the brush that specifies how the current series object's marker interiors are painted.
|
|
74
|
+
*/
|
|
75
|
+
get markerBrush(): string;
|
|
76
|
+
set markerBrush(v: string);
|
|
77
|
+
/**
|
|
78
|
+
* Gets or sets the brush that specifies how the current series object's marker outlines are painted.
|
|
79
|
+
*/
|
|
80
|
+
get markerOutline(): string;
|
|
81
|
+
set markerOutline(v: string);
|
|
82
|
+
/**
|
|
83
|
+
* Gets or sets thickness of the marker outline
|
|
84
|
+
*/
|
|
85
|
+
get markerThickness(): number;
|
|
86
|
+
set markerThickness(v: number);
|
|
87
|
+
/**
|
|
88
|
+
* The desired behavior for markers in this series which are placed too close together for the current view, resulting in a collision.
|
|
89
|
+
*/
|
|
90
|
+
get markerCollisionAvoidance(): CollisionAvoidanceType;
|
|
91
|
+
set markerCollisionAvoidance(v: CollisionAvoidanceType);
|
|
92
|
+
/**
|
|
93
|
+
* Gets the effective marker template for the current series object.
|
|
94
|
+
*/
|
|
95
|
+
get actualMarkerTemplate(): IgDataTemplate;
|
|
96
|
+
set actualMarkerTemplate(v: IgDataTemplate);
|
|
97
|
+
/**
|
|
98
|
+
* Gets the effective marker brush for the current series object.
|
|
99
|
+
*/
|
|
100
|
+
get actualMarkerBrush(): string;
|
|
101
|
+
set actualMarkerBrush(v: string);
|
|
102
|
+
/**
|
|
103
|
+
* Gets the effective marker outline for the current series object.
|
|
104
|
+
*/
|
|
105
|
+
get actualMarkerOutline(): string;
|
|
106
|
+
set actualMarkerOutline(v: string);
|
|
107
|
+
private _styleShape;
|
|
108
|
+
private _styleShape_wrapped;
|
|
109
|
+
get styleShape(): (s: IgcGeographicShapeSeriesComponent, e: IgcStyleShapeEventArgs) => void;
|
|
110
|
+
set styleShape(ev: (s: IgcGeographicShapeSeriesComponent, e: IgcStyleShapeEventArgs) => void);
|
|
111
|
+
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export declare class IgcGeographicShapeSeriesModule {
|
|
2
|
-
static register(): void;
|
|
3
|
-
}
|
|
1
|
+
export declare class IgcGeographicShapeSeriesModule {
|
|
2
|
+
static register(): void;
|
|
3
|
+
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { IgcGeographicMarkerSeriesBaseComponent } from "./igc-geographic-marker-series-base-component";
|
|
2
|
-
import { GeographicSymbolSeriesBase } from "./GeographicSymbolSeriesBase";
|
|
3
|
-
export declare abstract class IgcGeographicSymbolSeriesBaseComponent extends IgcGeographicMarkerSeriesBaseComponent {
|
|
4
|
-
/**
|
|
5
|
-
* @hidden
|
|
6
|
-
*/
|
|
7
|
-
get i(): GeographicSymbolSeriesBase;
|
|
8
|
-
constructor();
|
|
9
|
-
connectedCallback(): void;
|
|
10
|
-
disconnectedCallback(): void;
|
|
11
|
-
private static _observedAttributesIgcGeographicSymbolSeriesBaseComponent;
|
|
12
|
-
static get observedAttributes(): string[];
|
|
13
|
-
}
|
|
1
|
+
import { IgcGeographicMarkerSeriesBaseComponent } from "./igc-geographic-marker-series-base-component";
|
|
2
|
+
import { GeographicSymbolSeriesBase } from "./GeographicSymbolSeriesBase";
|
|
3
|
+
export declare abstract class IgcGeographicSymbolSeriesBaseComponent extends IgcGeographicMarkerSeriesBaseComponent {
|
|
4
|
+
/**
|
|
5
|
+
* @hidden
|
|
6
|
+
*/
|
|
7
|
+
get i(): GeographicSymbolSeriesBase;
|
|
8
|
+
constructor();
|
|
9
|
+
connectedCallback(): void;
|
|
10
|
+
disconnectedCallback(): void;
|
|
11
|
+
private static _observedAttributesIgcGeographicSymbolSeriesBaseComponent;
|
|
12
|
+
static get observedAttributes(): string[];
|
|
13
|
+
}
|
|
@@ -1,78 +1,78 @@
|
|
|
1
|
-
import { CollisionAvoidanceType } from "igniteui-webcomponents-charts";
|
|
2
|
-
import { ScatterItemSearchMode } from "igniteui-webcomponents-charts";
|
|
3
|
-
import { IgcAssigningScatterStyleEventArgs } from "igniteui-webcomponents-charts";
|
|
4
|
-
import { IgcAssigningScatterMarkerStyleEventArgs } from "igniteui-webcomponents-charts";
|
|
5
|
-
import { IgcGeographicMarkerSeriesComponent } from "./igc-geographic-marker-series-component";
|
|
6
|
-
import { GeographicSymbolSeries } from "./GeographicSymbolSeries";
|
|
7
|
-
/**
|
|
8
|
-
* Series class for a geographic map with points marked at given locations.
|
|
9
|
-
* This is the geographic equivalent of a ScatterSeries.
|
|
10
|
-
*/
|
|
11
|
-
export declare class IgcGeographicSymbolSeriesComponent extends IgcGeographicMarkerSeriesComponent {
|
|
12
|
-
protected createImplementation(): GeographicSymbolSeries;
|
|
13
|
-
/**
|
|
14
|
-
* @hidden
|
|
15
|
-
*/
|
|
16
|
-
get i(): GeographicSymbolSeries;
|
|
17
|
-
constructor();
|
|
18
|
-
connectedCallback(): void;
|
|
19
|
-
disconnectedCallback(): void;
|
|
20
|
-
private static _observedAttributesIgcGeographicSymbolSeriesComponent;
|
|
21
|
-
static get observedAttributes(): string[];
|
|
22
|
-
static htmlTagName: string;
|
|
23
|
-
protected static _isElementRegistered: boolean;
|
|
24
|
-
static register(): void;
|
|
25
|
-
/**
|
|
26
|
-
* Gets whether the series has only marker as visuals
|
|
27
|
-
*/
|
|
28
|
-
get hasOnlyMarkers(): boolean;
|
|
29
|
-
/**
|
|
30
|
-
* The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
|
|
31
|
-
*/
|
|
32
|
-
get latitudeMemberPath(): string;
|
|
33
|
-
set latitudeMemberPath(v: string);
|
|
34
|
-
/**
|
|
35
|
-
* The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
|
|
36
|
-
*/
|
|
37
|
-
get longitudeMemberPath(): string;
|
|
38
|
-
set longitudeMemberPath(v: string);
|
|
39
|
-
/**
|
|
40
|
-
* The desired behavior for markers in this series which are placed too close together for the current view, resulting in a collision.
|
|
41
|
-
*/
|
|
42
|
-
get markerCollisionAvoidance(): CollisionAvoidanceType;
|
|
43
|
-
set markerCollisionAvoidance(v: CollisionAvoidanceType);
|
|
44
|
-
/**
|
|
45
|
-
* Gets or sets whether this Scatter series should allow custom style overrides of its individual visuals.
|
|
46
|
-
*/
|
|
47
|
-
get isCustomScatterStyleAllowed(): boolean;
|
|
48
|
-
set isCustomScatterStyleAllowed(v: boolean);
|
|
49
|
-
/**
|
|
50
|
-
* Gets or sets whether this Scatter series should allow custom style overrides of its individual marker visuals.
|
|
51
|
-
*/
|
|
52
|
-
get isCustomScatterMarkerStyleAllowed(): boolean;
|
|
53
|
-
set isCustomScatterMarkerStyleAllowed(v: boolean);
|
|
54
|
-
/**
|
|
55
|
-
* Gets or sets the mode the series will use to find the closest point to the cursor.
|
|
56
|
-
*/
|
|
57
|
-
get itemSearchMode(): ScatterItemSearchMode;
|
|
58
|
-
set itemSearchMode(v: ScatterItemSearchMode);
|
|
59
|
-
/**
|
|
60
|
-
* Gets or sets the threshold to use when searching for items using ItemSearchMode.
|
|
61
|
-
*/
|
|
62
|
-
get itemSearchThreshold(): number;
|
|
63
|
-
set itemSearchThreshold(v: number);
|
|
64
|
-
private _assigningScatterStyle;
|
|
65
|
-
private _assigningScatterStyle_wrapped;
|
|
66
|
-
/**
|
|
67
|
-
* Event raised when Assigning Category Style
|
|
68
|
-
*/
|
|
69
|
-
get assigningScatterStyle(): (s: IgcGeographicSymbolSeriesComponent, e: IgcAssigningScatterStyleEventArgs) => void;
|
|
70
|
-
set assigningScatterStyle(ev: (s: IgcGeographicSymbolSeriesComponent, e: IgcAssigningScatterStyleEventArgs) => void);
|
|
71
|
-
private _assigningScatterMarkerStyle;
|
|
72
|
-
private _assigningScatterMarkerStyle_wrapped;
|
|
73
|
-
/**
|
|
74
|
-
* Event raised when Assigning Scatter Marker Style
|
|
75
|
-
*/
|
|
76
|
-
get assigningScatterMarkerStyle(): (s: IgcGeographicSymbolSeriesComponent, e: IgcAssigningScatterMarkerStyleEventArgs) => void;
|
|
77
|
-
set assigningScatterMarkerStyle(ev: (s: IgcGeographicSymbolSeriesComponent, e: IgcAssigningScatterMarkerStyleEventArgs) => void);
|
|
78
|
-
}
|
|
1
|
+
import { CollisionAvoidanceType } from "igniteui-webcomponents-charts";
|
|
2
|
+
import { ScatterItemSearchMode } from "igniteui-webcomponents-charts";
|
|
3
|
+
import { IgcAssigningScatterStyleEventArgs } from "igniteui-webcomponents-charts";
|
|
4
|
+
import { IgcAssigningScatterMarkerStyleEventArgs } from "igniteui-webcomponents-charts";
|
|
5
|
+
import { IgcGeographicMarkerSeriesComponent } from "./igc-geographic-marker-series-component";
|
|
6
|
+
import { GeographicSymbolSeries } from "./GeographicSymbolSeries";
|
|
7
|
+
/**
|
|
8
|
+
* Series class for a geographic map with points marked at given locations.
|
|
9
|
+
* This is the geographic equivalent of a ScatterSeries.
|
|
10
|
+
*/
|
|
11
|
+
export declare class IgcGeographicSymbolSeriesComponent extends IgcGeographicMarkerSeriesComponent {
|
|
12
|
+
protected createImplementation(): GeographicSymbolSeries;
|
|
13
|
+
/**
|
|
14
|
+
* @hidden
|
|
15
|
+
*/
|
|
16
|
+
get i(): GeographicSymbolSeries;
|
|
17
|
+
constructor();
|
|
18
|
+
connectedCallback(): void;
|
|
19
|
+
disconnectedCallback(): void;
|
|
20
|
+
private static _observedAttributesIgcGeographicSymbolSeriesComponent;
|
|
21
|
+
static get observedAttributes(): string[];
|
|
22
|
+
static htmlTagName: string;
|
|
23
|
+
protected static _isElementRegistered: boolean;
|
|
24
|
+
static register(): void;
|
|
25
|
+
/**
|
|
26
|
+
* Gets whether the series has only marker as visuals
|
|
27
|
+
*/
|
|
28
|
+
get hasOnlyMarkers(): boolean;
|
|
29
|
+
/**
|
|
30
|
+
* The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
|
|
31
|
+
*/
|
|
32
|
+
get latitudeMemberPath(): string;
|
|
33
|
+
set latitudeMemberPath(v: string);
|
|
34
|
+
/**
|
|
35
|
+
* The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
|
|
36
|
+
*/
|
|
37
|
+
get longitudeMemberPath(): string;
|
|
38
|
+
set longitudeMemberPath(v: string);
|
|
39
|
+
/**
|
|
40
|
+
* The desired behavior for markers in this series which are placed too close together for the current view, resulting in a collision.
|
|
41
|
+
*/
|
|
42
|
+
get markerCollisionAvoidance(): CollisionAvoidanceType;
|
|
43
|
+
set markerCollisionAvoidance(v: CollisionAvoidanceType);
|
|
44
|
+
/**
|
|
45
|
+
* Gets or sets whether this Scatter series should allow custom style overrides of its individual visuals.
|
|
46
|
+
*/
|
|
47
|
+
get isCustomScatterStyleAllowed(): boolean;
|
|
48
|
+
set isCustomScatterStyleAllowed(v: boolean);
|
|
49
|
+
/**
|
|
50
|
+
* Gets or sets whether this Scatter series should allow custom style overrides of its individual marker visuals.
|
|
51
|
+
*/
|
|
52
|
+
get isCustomScatterMarkerStyleAllowed(): boolean;
|
|
53
|
+
set isCustomScatterMarkerStyleAllowed(v: boolean);
|
|
54
|
+
/**
|
|
55
|
+
* Gets or sets the mode the series will use to find the closest point to the cursor.
|
|
56
|
+
*/
|
|
57
|
+
get itemSearchMode(): ScatterItemSearchMode;
|
|
58
|
+
set itemSearchMode(v: ScatterItemSearchMode);
|
|
59
|
+
/**
|
|
60
|
+
* Gets or sets the threshold to use when searching for items using ItemSearchMode.
|
|
61
|
+
*/
|
|
62
|
+
get itemSearchThreshold(): number;
|
|
63
|
+
set itemSearchThreshold(v: number);
|
|
64
|
+
private _assigningScatterStyle;
|
|
65
|
+
private _assigningScatterStyle_wrapped;
|
|
66
|
+
/**
|
|
67
|
+
* Event raised when Assigning Category Style
|
|
68
|
+
*/
|
|
69
|
+
get assigningScatterStyle(): (s: IgcGeographicSymbolSeriesComponent, e: IgcAssigningScatterStyleEventArgs) => void;
|
|
70
|
+
set assigningScatterStyle(ev: (s: IgcGeographicSymbolSeriesComponent, e: IgcAssigningScatterStyleEventArgs) => void);
|
|
71
|
+
private _assigningScatterMarkerStyle;
|
|
72
|
+
private _assigningScatterMarkerStyle_wrapped;
|
|
73
|
+
/**
|
|
74
|
+
* Event raised when Assigning Scatter Marker Style
|
|
75
|
+
*/
|
|
76
|
+
get assigningScatterMarkerStyle(): (s: IgcGeographicSymbolSeriesComponent, e: IgcAssigningScatterMarkerStyleEventArgs) => void;
|
|
77
|
+
set assigningScatterMarkerStyle(ev: (s: IgcGeographicSymbolSeriesComponent, e: IgcAssigningScatterMarkerStyleEventArgs) => void);
|
|
78
|
+
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export declare class IgcGeographicSymbolSeriesModule {
|
|
2
|
-
static register(): void;
|
|
3
|
-
}
|
|
1
|
+
export declare class IgcGeographicSymbolSeriesModule {
|
|
2
|
+
static register(): void;
|
|
3
|
+
}
|