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,92 +1,92 @@
|
|
|
1
|
-
import { IgRect } from "igniteui-webcomponents-core";
|
|
2
|
-
import { IgcGeographicMapComponent } from "./igc-geographic-map-component";
|
|
3
|
-
import { IgcImageTilesReadyEventArgs } from "./igc-image-tiles-ready-event-args";
|
|
4
|
-
import { IgcImagesChangedEventArgs } from "./igc-images-changed-event-args";
|
|
5
|
-
import { IgcCancellingMultiScaleImageEventArgs } from "igniteui-webcomponents-core";
|
|
6
|
-
import { IgcDownloadingMultiScaleImageEventArgs } from "igniteui-webcomponents-core";
|
|
7
|
-
import { GeographicMapImagery as GeographicMapImagery_internal } from "./GeographicMapImagery";
|
|
8
|
-
import { IMapRenderDeferralHandler } from "igniteui-webcomponents-core";
|
|
9
|
-
/**
|
|
10
|
-
* Control class used for displaying multi-scale TileSource imagery. Designed to be used for background imagery in the IgxGeographicMap.Component
|
|
11
|
-
*/
|
|
12
|
-
export declare abstract class IgcGeographicMapImagery {
|
|
13
|
-
protected createImplementation(): GeographicMapImagery_internal;
|
|
14
|
-
protected _implementation: any;
|
|
15
|
-
/**
|
|
16
|
-
* @hidden
|
|
17
|
-
*/
|
|
18
|
-
get i(): GeographicMapImagery_internal; /**
|
|
19
|
-
* @hidden
|
|
20
|
-
*/
|
|
21
|
-
static _createFromInternal(internal: any): IgcGeographicMapImagery;
|
|
22
|
-
private onImplementationCreated;
|
|
23
|
-
constructor();
|
|
24
|
-
protected _provideImplementation(i: any): void;
|
|
25
|
-
/**
|
|
26
|
-
* The deferral handler to use for deferred refreshes.
|
|
27
|
-
*/
|
|
28
|
-
get deferralHandler(): IMapRenderDeferralHandler;
|
|
29
|
-
set deferralHandler(v: IMapRenderDeferralHandler);
|
|
30
|
-
/**
|
|
31
|
-
* A rectangle representing the portion of the map imagery currently in view.
|
|
32
|
-
* A rectangle at X=0, Y=0 with a Height and Width of 1 implies the entire plotting area is in view. A Height and Width of .5 would imply that the view is halfway zoomed in.
|
|
33
|
-
*/
|
|
34
|
-
get windowRect(): IgRect;
|
|
35
|
-
set windowRect(v: IgRect);
|
|
36
|
-
/**
|
|
37
|
-
* The IgxGeographicMapComponent which is hosting this GeographicMapImagery control.
|
|
38
|
-
*/
|
|
39
|
-
get geographicMap(): IgcGeographicMapComponent;
|
|
40
|
-
set geographicMap(v: IgcGeographicMapComponent);
|
|
41
|
-
/**
|
|
42
|
-
* Gets or sets the referer sent in the headers of the tile request.
|
|
43
|
-
*/
|
|
44
|
-
get referer(): string;
|
|
45
|
-
set referer(v: string);
|
|
46
|
-
/**
|
|
47
|
-
* Gets or sets if horizontal wrapping is enabled for the imagery.
|
|
48
|
-
*/
|
|
49
|
-
get isHorizontalWrappingEnabled(): boolean;
|
|
50
|
-
set isHorizontalWrappingEnabled(v: boolean);
|
|
51
|
-
/**
|
|
52
|
-
* Gets or sets the UserAgent sent in the headers of the tile request.
|
|
53
|
-
*/
|
|
54
|
-
get userAgent(): string;
|
|
55
|
-
set userAgent(v: string);
|
|
56
|
-
get opacity(): number;
|
|
57
|
-
set opacity(v: number);
|
|
58
|
-
findByName(name: string): any;
|
|
59
|
-
/**
|
|
60
|
-
* Removes all cached tile Imagery from the
|
|
61
|
-
|
|
62
|
-
*/
|
|
63
|
-
clearTileCache(): void;
|
|
64
|
-
private _imageTilesReady;
|
|
65
|
-
private _imageTilesReady_wrapped;
|
|
66
|
-
/**
|
|
67
|
-
* Event raised when the image tiles have been downloaded.
|
|
68
|
-
*/
|
|
69
|
-
get imageTilesReady(): (s: IgcGeographicMapImagery, e: IgcImageTilesReadyEventArgs) => void;
|
|
70
|
-
set imageTilesReady(ev: (s: IgcGeographicMapImagery, e: IgcImageTilesReadyEventArgs) => void);
|
|
71
|
-
private _imagesChanged;
|
|
72
|
-
private _imagesChanged_wrapped;
|
|
73
|
-
/**
|
|
74
|
-
* Event raised when tile images have changed.
|
|
75
|
-
*/
|
|
76
|
-
get imagesChanged(): (s: IgcGeographicMapImagery, e: IgcImagesChangedEventArgs) => void;
|
|
77
|
-
set imagesChanged(ev: (s: IgcGeographicMapImagery, e: IgcImagesChangedEventArgs) => void);
|
|
78
|
-
private _cancellingImage;
|
|
79
|
-
private _cancellingImage_wrapped;
|
|
80
|
-
/**
|
|
81
|
-
* Event raised when an image is being downloaded.
|
|
82
|
-
*/
|
|
83
|
-
get cancellingImage(): (s: IgcGeographicMapImagery, e: IgcCancellingMultiScaleImageEventArgs) => void;
|
|
84
|
-
set cancellingImage(ev: (s: IgcGeographicMapImagery, e: IgcCancellingMultiScaleImageEventArgs) => void);
|
|
85
|
-
private _downloadingImage;
|
|
86
|
-
private _downloadingImage_wrapped;
|
|
87
|
-
/**
|
|
88
|
-
* Event raised when an image is being downloaded.
|
|
89
|
-
*/
|
|
90
|
-
get downloadingImage(): (s: IgcGeographicMapImagery, e: IgcDownloadingMultiScaleImageEventArgs) => void;
|
|
91
|
-
set downloadingImage(ev: (s: IgcGeographicMapImagery, e: IgcDownloadingMultiScaleImageEventArgs) => void);
|
|
92
|
-
}
|
|
1
|
+
import { IgRect } from "igniteui-webcomponents-core";
|
|
2
|
+
import { IgcGeographicMapComponent } from "./igc-geographic-map-component";
|
|
3
|
+
import { IgcImageTilesReadyEventArgs } from "./igc-image-tiles-ready-event-args";
|
|
4
|
+
import { IgcImagesChangedEventArgs } from "./igc-images-changed-event-args";
|
|
5
|
+
import { IgcCancellingMultiScaleImageEventArgs } from "igniteui-webcomponents-core";
|
|
6
|
+
import { IgcDownloadingMultiScaleImageEventArgs } from "igniteui-webcomponents-core";
|
|
7
|
+
import { GeographicMapImagery as GeographicMapImagery_internal } from "./GeographicMapImagery";
|
|
8
|
+
import { IMapRenderDeferralHandler } from "igniteui-webcomponents-core";
|
|
9
|
+
/**
|
|
10
|
+
* Control class used for displaying multi-scale TileSource imagery. Designed to be used for background imagery in the IgxGeographicMap.Component
|
|
11
|
+
*/
|
|
12
|
+
export declare abstract class IgcGeographicMapImagery {
|
|
13
|
+
protected createImplementation(): GeographicMapImagery_internal;
|
|
14
|
+
protected _implementation: any;
|
|
15
|
+
/**
|
|
16
|
+
* @hidden
|
|
17
|
+
*/
|
|
18
|
+
get i(): GeographicMapImagery_internal; /**
|
|
19
|
+
* @hidden
|
|
20
|
+
*/
|
|
21
|
+
static _createFromInternal(internal: any): IgcGeographicMapImagery;
|
|
22
|
+
private onImplementationCreated;
|
|
23
|
+
constructor();
|
|
24
|
+
protected _provideImplementation(i: any): void;
|
|
25
|
+
/**
|
|
26
|
+
* The deferral handler to use for deferred refreshes.
|
|
27
|
+
*/
|
|
28
|
+
get deferralHandler(): IMapRenderDeferralHandler;
|
|
29
|
+
set deferralHandler(v: IMapRenderDeferralHandler);
|
|
30
|
+
/**
|
|
31
|
+
* A rectangle representing the portion of the map imagery currently in view.
|
|
32
|
+
* A rectangle at X=0, Y=0 with a Height and Width of 1 implies the entire plotting area is in view. A Height and Width of .5 would imply that the view is halfway zoomed in.
|
|
33
|
+
*/
|
|
34
|
+
get windowRect(): IgRect;
|
|
35
|
+
set windowRect(v: IgRect);
|
|
36
|
+
/**
|
|
37
|
+
* The IgxGeographicMapComponent which is hosting this GeographicMapImagery control.
|
|
38
|
+
*/
|
|
39
|
+
get geographicMap(): IgcGeographicMapComponent;
|
|
40
|
+
set geographicMap(v: IgcGeographicMapComponent);
|
|
41
|
+
/**
|
|
42
|
+
* Gets or sets the referer sent in the headers of the tile request.
|
|
43
|
+
*/
|
|
44
|
+
get referer(): string;
|
|
45
|
+
set referer(v: string);
|
|
46
|
+
/**
|
|
47
|
+
* Gets or sets if horizontal wrapping is enabled for the imagery.
|
|
48
|
+
*/
|
|
49
|
+
get isHorizontalWrappingEnabled(): boolean;
|
|
50
|
+
set isHorizontalWrappingEnabled(v: boolean);
|
|
51
|
+
/**
|
|
52
|
+
* Gets or sets the UserAgent sent in the headers of the tile request.
|
|
53
|
+
*/
|
|
54
|
+
get userAgent(): string;
|
|
55
|
+
set userAgent(v: string);
|
|
56
|
+
get opacity(): number;
|
|
57
|
+
set opacity(v: number);
|
|
58
|
+
findByName(name: string): any;
|
|
59
|
+
/**
|
|
60
|
+
* Removes all cached tile Imagery from the
|
|
61
|
+
|
|
62
|
+
*/
|
|
63
|
+
clearTileCache(): void;
|
|
64
|
+
private _imageTilesReady;
|
|
65
|
+
private _imageTilesReady_wrapped;
|
|
66
|
+
/**
|
|
67
|
+
* Event raised when the image tiles have been downloaded.
|
|
68
|
+
*/
|
|
69
|
+
get imageTilesReady(): (s: IgcGeographicMapImagery, e: IgcImageTilesReadyEventArgs) => void;
|
|
70
|
+
set imageTilesReady(ev: (s: IgcGeographicMapImagery, e: IgcImageTilesReadyEventArgs) => void);
|
|
71
|
+
private _imagesChanged;
|
|
72
|
+
private _imagesChanged_wrapped;
|
|
73
|
+
/**
|
|
74
|
+
* Event raised when tile images have changed.
|
|
75
|
+
*/
|
|
76
|
+
get imagesChanged(): (s: IgcGeographicMapImagery, e: IgcImagesChangedEventArgs) => void;
|
|
77
|
+
set imagesChanged(ev: (s: IgcGeographicMapImagery, e: IgcImagesChangedEventArgs) => void);
|
|
78
|
+
private _cancellingImage;
|
|
79
|
+
private _cancellingImage_wrapped;
|
|
80
|
+
/**
|
|
81
|
+
* Event raised when an image is being downloaded.
|
|
82
|
+
*/
|
|
83
|
+
get cancellingImage(): (s: IgcGeographicMapImagery, e: IgcCancellingMultiScaleImageEventArgs) => void;
|
|
84
|
+
set cancellingImage(ev: (s: IgcGeographicMapImagery, e: IgcCancellingMultiScaleImageEventArgs) => void);
|
|
85
|
+
private _downloadingImage;
|
|
86
|
+
private _downloadingImage_wrapped;
|
|
87
|
+
/**
|
|
88
|
+
* Event raised when an image is being downloaded.
|
|
89
|
+
*/
|
|
90
|
+
get downloadingImage(): (s: IgcGeographicMapImagery, e: IgcDownloadingMultiScaleImageEventArgs) => void;
|
|
91
|
+
set downloadingImage(ev: (s: IgcGeographicMapImagery, e: IgcDownloadingMultiScaleImageEventArgs) => void);
|
|
92
|
+
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export declare class IgcGeographicMapModule {
|
|
2
|
-
static register(): void;
|
|
3
|
-
}
|
|
1
|
+
export declare class IgcGeographicMapModule {
|
|
2
|
+
static register(): void;
|
|
3
|
+
}
|
|
@@ -1,95 +1,95 @@
|
|
|
1
|
-
import { IgRect } from "igniteui-webcomponents-core";
|
|
2
|
-
import { IgPoint } from "igniteui-webcomponents-core";
|
|
3
|
-
import { IgcSeriesComponent } from "igniteui-webcomponents-charts";
|
|
4
|
-
import { GeographicMapSeriesHost } from "./GeographicMapSeriesHost";
|
|
5
|
-
/**
|
|
6
|
-
* Base class for hosting chart series in a IgxGeographicMap.Component
|
|
7
|
-
*/
|
|
8
|
-
export declare abstract class IgcGeographicMapSeriesHostComponent extends IgcSeriesComponent {
|
|
9
|
-
/**
|
|
10
|
-
* @hidden
|
|
11
|
-
*/
|
|
12
|
-
get i(): GeographicMapSeriesHost;
|
|
13
|
-
constructor();
|
|
14
|
-
connectedCallback(): void;
|
|
15
|
-
disconnectedCallback(): void;
|
|
16
|
-
private static _observedAttributesIgcGeographicMapSeriesHostComponent;
|
|
17
|
-
static get observedAttributes(): string[];
|
|
18
|
-
/**
|
|
19
|
-
* Checks if this control is geographic coordinate system
|
|
20
|
-
*/
|
|
21
|
-
get isGeographic(): boolean;
|
|
22
|
-
/**
|
|
23
|
-
* Gets whether this series supports markers
|
|
24
|
-
*/
|
|
25
|
-
get hasMarkers(): boolean;
|
|
26
|
-
/**
|
|
27
|
-
* The minimum scale at which this series becomes visible.
|
|
28
|
-
* The default value for this property is 1.0, which means the series will always be visible. At a VisibleFromScale setting of 0.0, the series will never be visible. At a VisibleFromScale setting of 0.5, the series will be visible as long as the map is zoomed in to at least 200%.
|
|
29
|
-
*/
|
|
30
|
-
get visibleFromScale(): number;
|
|
31
|
-
set visibleFromScale(v: number);
|
|
32
|
-
/**
|
|
33
|
-
* Gets or sets the coercion methods to use when loading data from data sources.
|
|
34
|
-
* Should be specified before setting any member paths, if being used. Setting it later
|
|
35
|
-
* will not cause data to be reimported into the chart.
|
|
36
|
-
*/
|
|
37
|
-
get coercionMethods(): any;
|
|
38
|
-
set coercionMethods(v: any);
|
|
39
|
-
/**
|
|
40
|
-
* Called to notify about changes to indexed-based properties, e.g. Brushes, Outlines, MarkerBrushes, MarkerOutlines and refresh series
|
|
41
|
-
|
|
42
|
-
*/
|
|
43
|
-
notifyIndexedPropertiesChanged(): void;
|
|
44
|
-
getItemValue(item: any, memberPathName: string): any;
|
|
45
|
-
/**
|
|
46
|
-
* Gets the value of a requested member path from the series.
|
|
47
|
-
|
|
48
|
-
* @param memberPathName * The property name of a valid member path for the series
|
|
49
|
-
*/
|
|
50
|
-
getMemberPathValue(memberPathName: string): string;
|
|
51
|
-
/**
|
|
52
|
-
* Gets the item that is the best match for the specified world coordinates.
|
|
53
|
-
|
|
54
|
-
* @param world * The world coordinates to use.
|
|
55
|
-
*/
|
|
56
|
-
getItem(world: IgPoint): any;
|
|
57
|
-
getPreviousOrExactIndex(world: IgPoint, skipUnknowns: boolean): number;
|
|
58
|
-
getNextOrExactIndex(world: IgPoint, skipUnknowns: boolean): number;
|
|
59
|
-
getSeriesValue(world: IgPoint, useInterpolation: boolean, skipUnknowns: boolean): number;
|
|
60
|
-
getSeriesValuePosition(world: IgPoint, useInterpolation: boolean, skipUnknowns: boolean): IgPoint;
|
|
61
|
-
/**
|
|
62
|
-
* If possible, will return the best available value bounding box within the series that has the best value match for the world position provided.
|
|
63
|
-
|
|
64
|
-
* @param world * The world coordinate for which to get a value bounding box for
|
|
65
|
-
*/
|
|
66
|
-
getSeriesValueBoundingBox(world: IgPoint): IgRect;
|
|
67
|
-
/**
|
|
68
|
-
* If possible, will return the best available value marker bounding box within the series that has the best value match for the world position provided.
|
|
69
|
-
|
|
70
|
-
* @param world * The world coordinates for which to get a value marker bounding box for
|
|
71
|
-
*/
|
|
72
|
-
getSeriesValueMarkerBoundingBox(world: IgPoint): IgRect;
|
|
73
|
-
getSeriesHighValue(world: IgPoint, useInterpolation: boolean, skipUnknowns: boolean): number;
|
|
74
|
-
getSeriesHighValuePosition(world: IgPoint, useInterpolation: boolean, skipUnknowns: boolean): IgPoint;
|
|
75
|
-
getSeriesLowValue(world: IgPoint, useInterpolation: boolean, skipUnknowns: boolean): number;
|
|
76
|
-
getSeriesLowValuePosition(world: IgPoint, useInterpolation: boolean, skipUnknowns: boolean): IgPoint;
|
|
77
|
-
getSeriesValuePositionFromSeriesPixel(mouse: IgPoint, useInterpolation: boolean, skipUnknowns: boolean): IgPoint;
|
|
78
|
-
getSeriesValueFromSeriesPixel(mouse: IgPoint, useInterpolation: boolean, skipUnknowns: boolean): number;
|
|
79
|
-
/**
|
|
80
|
-
* For a category plotted series, returns the current width of the items within the categories. This only returns a value if the items have some form of width (e.g. columns, bars, etc.) otherwise 0 is returned.
|
|
81
|
-
|
|
82
|
-
*/
|
|
83
|
-
getItemSpan(): number;
|
|
84
|
-
/**
|
|
85
|
-
* Renders the series.
|
|
86
|
-
|
|
87
|
-
* @param animate * True if the change should be animated.
|
|
88
|
-
*/
|
|
89
|
-
renderSeries(animate: boolean): void;
|
|
90
|
-
/**
|
|
91
|
-
* Called when this series' Style is updated.
|
|
92
|
-
|
|
93
|
-
*/
|
|
94
|
-
styleUpdated(): void;
|
|
95
|
-
}
|
|
1
|
+
import { IgRect } from "igniteui-webcomponents-core";
|
|
2
|
+
import { IgPoint } from "igniteui-webcomponents-core";
|
|
3
|
+
import { IgcSeriesComponent } from "igniteui-webcomponents-charts";
|
|
4
|
+
import { GeographicMapSeriesHost } from "./GeographicMapSeriesHost";
|
|
5
|
+
/**
|
|
6
|
+
* Base class for hosting chart series in a IgxGeographicMap.Component
|
|
7
|
+
*/
|
|
8
|
+
export declare abstract class IgcGeographicMapSeriesHostComponent extends IgcSeriesComponent {
|
|
9
|
+
/**
|
|
10
|
+
* @hidden
|
|
11
|
+
*/
|
|
12
|
+
get i(): GeographicMapSeriesHost;
|
|
13
|
+
constructor();
|
|
14
|
+
connectedCallback(): void;
|
|
15
|
+
disconnectedCallback(): void;
|
|
16
|
+
private static _observedAttributesIgcGeographicMapSeriesHostComponent;
|
|
17
|
+
static get observedAttributes(): string[];
|
|
18
|
+
/**
|
|
19
|
+
* Checks if this control is geographic coordinate system
|
|
20
|
+
*/
|
|
21
|
+
get isGeographic(): boolean;
|
|
22
|
+
/**
|
|
23
|
+
* Gets whether this series supports markers
|
|
24
|
+
*/
|
|
25
|
+
get hasMarkers(): boolean;
|
|
26
|
+
/**
|
|
27
|
+
* The minimum scale at which this series becomes visible.
|
|
28
|
+
* The default value for this property is 1.0, which means the series will always be visible. At a VisibleFromScale setting of 0.0, the series will never be visible. At a VisibleFromScale setting of 0.5, the series will be visible as long as the map is zoomed in to at least 200%.
|
|
29
|
+
*/
|
|
30
|
+
get visibleFromScale(): number;
|
|
31
|
+
set visibleFromScale(v: number);
|
|
32
|
+
/**
|
|
33
|
+
* Gets or sets the coercion methods to use when loading data from data sources.
|
|
34
|
+
* Should be specified before setting any member paths, if being used. Setting it later
|
|
35
|
+
* will not cause data to be reimported into the chart.
|
|
36
|
+
*/
|
|
37
|
+
get coercionMethods(): any;
|
|
38
|
+
set coercionMethods(v: any);
|
|
39
|
+
/**
|
|
40
|
+
* Called to notify about changes to indexed-based properties, e.g. Brushes, Outlines, MarkerBrushes, MarkerOutlines and refresh series
|
|
41
|
+
|
|
42
|
+
*/
|
|
43
|
+
notifyIndexedPropertiesChanged(): void;
|
|
44
|
+
getItemValue(item: any, memberPathName: string): any;
|
|
45
|
+
/**
|
|
46
|
+
* Gets the value of a requested member path from the series.
|
|
47
|
+
|
|
48
|
+
* @param memberPathName * The property name of a valid member path for the series
|
|
49
|
+
*/
|
|
50
|
+
getMemberPathValue(memberPathName: string): string;
|
|
51
|
+
/**
|
|
52
|
+
* Gets the item that is the best match for the specified world coordinates.
|
|
53
|
+
|
|
54
|
+
* @param world * The world coordinates to use.
|
|
55
|
+
*/
|
|
56
|
+
getItem(world: IgPoint): any;
|
|
57
|
+
getPreviousOrExactIndex(world: IgPoint, skipUnknowns: boolean): number;
|
|
58
|
+
getNextOrExactIndex(world: IgPoint, skipUnknowns: boolean): number;
|
|
59
|
+
getSeriesValue(world: IgPoint, useInterpolation: boolean, skipUnknowns: boolean): number;
|
|
60
|
+
getSeriesValuePosition(world: IgPoint, useInterpolation: boolean, skipUnknowns: boolean): IgPoint;
|
|
61
|
+
/**
|
|
62
|
+
* If possible, will return the best available value bounding box within the series that has the best value match for the world position provided.
|
|
63
|
+
|
|
64
|
+
* @param world * The world coordinate for which to get a value bounding box for
|
|
65
|
+
*/
|
|
66
|
+
getSeriesValueBoundingBox(world: IgPoint): IgRect;
|
|
67
|
+
/**
|
|
68
|
+
* If possible, will return the best available value marker bounding box within the series that has the best value match for the world position provided.
|
|
69
|
+
|
|
70
|
+
* @param world * The world coordinates for which to get a value marker bounding box for
|
|
71
|
+
*/
|
|
72
|
+
getSeriesValueMarkerBoundingBox(world: IgPoint): IgRect;
|
|
73
|
+
getSeriesHighValue(world: IgPoint, useInterpolation: boolean, skipUnknowns: boolean): number;
|
|
74
|
+
getSeriesHighValuePosition(world: IgPoint, useInterpolation: boolean, skipUnknowns: boolean): IgPoint;
|
|
75
|
+
getSeriesLowValue(world: IgPoint, useInterpolation: boolean, skipUnknowns: boolean): number;
|
|
76
|
+
getSeriesLowValuePosition(world: IgPoint, useInterpolation: boolean, skipUnknowns: boolean): IgPoint;
|
|
77
|
+
getSeriesValuePositionFromSeriesPixel(mouse: IgPoint, useInterpolation: boolean, skipUnknowns: boolean): IgPoint;
|
|
78
|
+
getSeriesValueFromSeriesPixel(mouse: IgPoint, useInterpolation: boolean, skipUnknowns: boolean): number;
|
|
79
|
+
/**
|
|
80
|
+
* For a category plotted series, returns the current width of the items within the categories. This only returns a value if the items have some form of width (e.g. columns, bars, etc.) otherwise 0 is returned.
|
|
81
|
+
|
|
82
|
+
*/
|
|
83
|
+
getItemSpan(): number;
|
|
84
|
+
/**
|
|
85
|
+
* Renders the series.
|
|
86
|
+
|
|
87
|
+
* @param animate * True if the change should be animated.
|
|
88
|
+
*/
|
|
89
|
+
renderSeries(animate: boolean): void;
|
|
90
|
+
/**
|
|
91
|
+
* Called when this series' Style is updated.
|
|
92
|
+
|
|
93
|
+
*/
|
|
94
|
+
styleUpdated(): void;
|
|
95
|
+
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { IgcGeographicMarkerSeriesComponent } from "./igc-geographic-marker-series-component";
|
|
2
|
-
import { GeographicMarkerSeriesBase } from "./GeographicMarkerSeriesBase";
|
|
3
|
-
export declare abstract class IgcGeographicMarkerSeriesBaseComponent extends IgcGeographicMarkerSeriesComponent {
|
|
4
|
-
/**
|
|
5
|
-
* @hidden
|
|
6
|
-
*/
|
|
7
|
-
get i(): GeographicMarkerSeriesBase;
|
|
8
|
-
constructor();
|
|
9
|
-
connectedCallback(): void;
|
|
10
|
-
disconnectedCallback(): void;
|
|
11
|
-
private static _observedAttributesIgcGeographicMarkerSeriesBaseComponent;
|
|
12
|
-
static get observedAttributes(): string[];
|
|
13
|
-
}
|
|
1
|
+
import { IgcGeographicMarkerSeriesComponent } from "./igc-geographic-marker-series-component";
|
|
2
|
+
import { GeographicMarkerSeriesBase } from "./GeographicMarkerSeriesBase";
|
|
3
|
+
export declare abstract class IgcGeographicMarkerSeriesBaseComponent extends IgcGeographicMarkerSeriesComponent {
|
|
4
|
+
/**
|
|
5
|
+
* @hidden
|
|
6
|
+
*/
|
|
7
|
+
get i(): GeographicMarkerSeriesBase;
|
|
8
|
+
constructor();
|
|
9
|
+
connectedCallback(): void;
|
|
10
|
+
disconnectedCallback(): void;
|
|
11
|
+
private static _observedAttributesIgcGeographicMarkerSeriesBaseComponent;
|
|
12
|
+
static get observedAttributes(): string[];
|
|
13
|
+
}
|
|
@@ -1,78 +1,78 @@
|
|
|
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 { IgcGeographicMapSeriesHostComponent } from "./igc-geographic-map-series-host-component";
|
|
6
|
-
import { GeographicMarkerSeries } from "./GeographicMarkerSeries";
|
|
7
|
-
/**
|
|
8
|
-
* Base class for creating marker series in a IgxGeographicMap.Component
|
|
9
|
-
*/
|
|
10
|
-
export declare abstract class IgcGeographicMarkerSeriesComponent extends IgcGeographicMapSeriesHostComponent {
|
|
11
|
-
/**
|
|
12
|
-
* @hidden
|
|
13
|
-
*/
|
|
14
|
-
get i(): GeographicMarkerSeries;
|
|
15
|
-
constructor();
|
|
16
|
-
connectedCallback(): void;
|
|
17
|
-
disconnectedCallback(): void;
|
|
18
|
-
private static _observedAttributesIgcGeographicMarkerSeriesComponent;
|
|
19
|
-
static get observedAttributes(): string[];
|
|
20
|
-
/**
|
|
21
|
-
* Gets or sets the marker type for the current series object.
|
|
22
|
-
* If the MarkerTemplate property is set, the setting of the MarkerType property will be ignored.
|
|
23
|
-
*/
|
|
24
|
-
get markerType(): MarkerType;
|
|
25
|
-
set markerType(v: MarkerType);
|
|
26
|
-
/**
|
|
27
|
-
* Gets or sets thickness of the marker outline
|
|
28
|
-
*/
|
|
29
|
-
get markerThickness(): number;
|
|
30
|
-
set markerThickness(v: number);
|
|
31
|
-
/**
|
|
32
|
-
* Gets or sets whether the marker outline is based on the marker brush of the series rather than the marker outlines collection.
|
|
33
|
-
*/
|
|
34
|
-
get markerOutlineMode(): MarkerOutlineMode;
|
|
35
|
-
set markerOutlineMode(v: MarkerOutlineMode);
|
|
36
|
-
/**
|
|
37
|
-
* Gets or sets whether the marker fill is based on the marker outline of the series rather than the marker brushes collection.
|
|
38
|
-
*/
|
|
39
|
-
get markerFillMode(): MarkerFillMode;
|
|
40
|
-
set markerFillMode(v: MarkerFillMode);
|
|
41
|
-
/**
|
|
42
|
-
* Gets or sets the MarkerTemplate for the current series object.
|
|
43
|
-
*/
|
|
44
|
-
get markerTemplate(): IgDataTemplate;
|
|
45
|
-
set markerTemplate(v: IgDataTemplate);
|
|
46
|
-
/**
|
|
47
|
-
* Gets or sets the brush that specifies how the current series object's marker interiors are painted.
|
|
48
|
-
*/
|
|
49
|
-
get markerBrush(): string;
|
|
50
|
-
set markerBrush(v: string);
|
|
51
|
-
/**
|
|
52
|
-
* Gets or sets the brush that specifies how the current series object's marker outlines are painted.
|
|
53
|
-
*/
|
|
54
|
-
get markerOutline(): string;
|
|
55
|
-
set markerOutline(v: string);
|
|
56
|
-
/**
|
|
57
|
-
* Gets or sets the maximum number of markerItems displayed by the current series.
|
|
58
|
-
* If more than the specified number of markerItems are visible, the series will automatically
|
|
59
|
-
* choose a representative set.
|
|
60
|
-
*/
|
|
61
|
-
get maximumMarkers(): number;
|
|
62
|
-
set maximumMarkers(v: number);
|
|
63
|
-
/**
|
|
64
|
-
* Gets the effective marker template for the current series object.
|
|
65
|
-
*/
|
|
66
|
-
get actualMarkerTemplate(): IgDataTemplate;
|
|
67
|
-
set actualMarkerTemplate(v: IgDataTemplate);
|
|
68
|
-
/**
|
|
69
|
-
* Gets the effective marker brush for the current series object.
|
|
70
|
-
*/
|
|
71
|
-
get actualMarkerBrush(): string;
|
|
72
|
-
set actualMarkerBrush(v: string);
|
|
73
|
-
/**
|
|
74
|
-
* Gets the effective marker outline for the current series object.
|
|
75
|
-
*/
|
|
76
|
-
get actualMarkerOutline(): string;
|
|
77
|
-
set actualMarkerOutline(v: string);
|
|
78
|
-
}
|
|
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 { IgcGeographicMapSeriesHostComponent } from "./igc-geographic-map-series-host-component";
|
|
6
|
+
import { GeographicMarkerSeries } from "./GeographicMarkerSeries";
|
|
7
|
+
/**
|
|
8
|
+
* Base class for creating marker series in a IgxGeographicMap.Component
|
|
9
|
+
*/
|
|
10
|
+
export declare abstract class IgcGeographicMarkerSeriesComponent extends IgcGeographicMapSeriesHostComponent {
|
|
11
|
+
/**
|
|
12
|
+
* @hidden
|
|
13
|
+
*/
|
|
14
|
+
get i(): GeographicMarkerSeries;
|
|
15
|
+
constructor();
|
|
16
|
+
connectedCallback(): void;
|
|
17
|
+
disconnectedCallback(): void;
|
|
18
|
+
private static _observedAttributesIgcGeographicMarkerSeriesComponent;
|
|
19
|
+
static get observedAttributes(): string[];
|
|
20
|
+
/**
|
|
21
|
+
* Gets or sets the marker type for the current series object.
|
|
22
|
+
* If the MarkerTemplate property is set, the setting of the MarkerType property will be ignored.
|
|
23
|
+
*/
|
|
24
|
+
get markerType(): MarkerType;
|
|
25
|
+
set markerType(v: MarkerType);
|
|
26
|
+
/**
|
|
27
|
+
* Gets or sets thickness of the marker outline
|
|
28
|
+
*/
|
|
29
|
+
get markerThickness(): number;
|
|
30
|
+
set markerThickness(v: number);
|
|
31
|
+
/**
|
|
32
|
+
* Gets or sets whether the marker outline is based on the marker brush of the series rather than the marker outlines collection.
|
|
33
|
+
*/
|
|
34
|
+
get markerOutlineMode(): MarkerOutlineMode;
|
|
35
|
+
set markerOutlineMode(v: MarkerOutlineMode);
|
|
36
|
+
/**
|
|
37
|
+
* Gets or sets whether the marker fill is based on the marker outline of the series rather than the marker brushes collection.
|
|
38
|
+
*/
|
|
39
|
+
get markerFillMode(): MarkerFillMode;
|
|
40
|
+
set markerFillMode(v: MarkerFillMode);
|
|
41
|
+
/**
|
|
42
|
+
* Gets or sets the MarkerTemplate for the current series object.
|
|
43
|
+
*/
|
|
44
|
+
get markerTemplate(): IgDataTemplate;
|
|
45
|
+
set markerTemplate(v: IgDataTemplate);
|
|
46
|
+
/**
|
|
47
|
+
* Gets or sets the brush that specifies how the current series object's marker interiors are painted.
|
|
48
|
+
*/
|
|
49
|
+
get markerBrush(): string;
|
|
50
|
+
set markerBrush(v: string);
|
|
51
|
+
/**
|
|
52
|
+
* Gets or sets the brush that specifies how the current series object's marker outlines are painted.
|
|
53
|
+
*/
|
|
54
|
+
get markerOutline(): string;
|
|
55
|
+
set markerOutline(v: string);
|
|
56
|
+
/**
|
|
57
|
+
* Gets or sets the maximum number of markerItems displayed by the current series.
|
|
58
|
+
* If more than the specified number of markerItems are visible, the series will automatically
|
|
59
|
+
* choose a representative set.
|
|
60
|
+
*/
|
|
61
|
+
get maximumMarkers(): number;
|
|
62
|
+
set maximumMarkers(v: number);
|
|
63
|
+
/**
|
|
64
|
+
* Gets the effective marker template for the current series object.
|
|
65
|
+
*/
|
|
66
|
+
get actualMarkerTemplate(): IgDataTemplate;
|
|
67
|
+
set actualMarkerTemplate(v: IgDataTemplate);
|
|
68
|
+
/**
|
|
69
|
+
* Gets the effective marker brush for the current series object.
|
|
70
|
+
*/
|
|
71
|
+
get actualMarkerBrush(): string;
|
|
72
|
+
set actualMarkerBrush(v: string);
|
|
73
|
+
/**
|
|
74
|
+
* Gets the effective marker outline for the current series object.
|
|
75
|
+
*/
|
|
76
|
+
get actualMarkerOutline(): string;
|
|
77
|
+
set actualMarkerOutline(v: string);
|
|
78
|
+
}
|