igniteui-webcomponents-maps 6.3.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,59 +1,59 @@
|
|
|
1
|
-
import { IgcGeographicMapImagery } from "./igc-geographic-map-imagery";
|
|
2
|
-
import { ArcGISOnlineMapImagery as ArcGISOnlineMapImagery_internal } from "./ArcGISOnlineMapImagery";
|
|
3
|
-
/**
|
|
4
|
-
* UI element class used to display ArcGIS Online Map imagery in the IgxGeographicMap.Component
|
|
5
|
-
*/
|
|
6
|
-
export declare class IgcArcGISOnlineMapImagery extends IgcGeographicMapImagery {
|
|
7
|
-
protected createImplementation(): ArcGISOnlineMapImagery_internal;
|
|
8
|
-
/**
|
|
9
|
-
* @hidden
|
|
10
|
-
*/
|
|
11
|
-
get i(): ArcGISOnlineMapImagery_internal;
|
|
12
|
-
constructor();
|
|
13
|
-
/**
|
|
14
|
-
* Gets or sets the map tile server uri.
|
|
15
|
-
*/
|
|
16
|
-
get mapServerUri(): string;
|
|
17
|
-
set mapServerUri(v: string);
|
|
18
|
-
/**
|
|
19
|
-
* Gets or sets the UserName.
|
|
20
|
-
*/
|
|
21
|
-
get userName(): string;
|
|
22
|
-
set userName(v: string);
|
|
23
|
-
/**
|
|
24
|
-
* Gets or sets the Password.
|
|
25
|
-
*/
|
|
26
|
-
get password(): string;
|
|
27
|
-
set password(v: string);
|
|
28
|
-
/**
|
|
29
|
-
* Gets or sets the UserToken.
|
|
30
|
-
*/
|
|
31
|
-
get userToken(): string;
|
|
32
|
-
set userToken(v: string);
|
|
33
|
-
/**
|
|
34
|
-
* Gets or sets the IsMapPublic variable. A value of false requires authentication parameters.
|
|
35
|
-
*/
|
|
36
|
-
get isMapPublic(): boolean;
|
|
37
|
-
set isMapPublic(v: boolean);
|
|
38
|
-
/**
|
|
39
|
-
* Gets or Sets the Default Token Timeout before the Token Expires, this value is in Minutes
|
|
40
|
-
*/
|
|
41
|
-
get defaultTokenTimeout(): number;
|
|
42
|
-
set defaultTokenTimeout(v: number);
|
|
43
|
-
/**
|
|
44
|
-
* Gets or Sets the current endpoint to retrieve the token.
|
|
45
|
-
*/
|
|
46
|
-
get tokenGenerationEndPoint(): string;
|
|
47
|
-
set tokenGenerationEndPoint(v: string);
|
|
48
|
-
/**
|
|
49
|
-
* Contains the User Supplied Referer Uri to be used in Token Generation.
|
|
50
|
-
*/
|
|
51
|
-
get refererUri(): string;
|
|
52
|
-
set refererUri(v: string);
|
|
53
|
-
/**
|
|
54
|
-
* Retreives a new token based on the preconfigured parameters and updates the UserToken field, Normal this is called automatically.
|
|
55
|
-
* The is provided to the end-user to allow them to reteive tokens on their onw.
|
|
56
|
-
|
|
57
|
-
*/
|
|
58
|
-
acquireNewToken(): void;
|
|
59
|
-
}
|
|
1
|
+
import { IgcGeographicMapImagery } from "./igc-geographic-map-imagery";
|
|
2
|
+
import { ArcGISOnlineMapImagery as ArcGISOnlineMapImagery_internal } from "./ArcGISOnlineMapImagery";
|
|
3
|
+
/**
|
|
4
|
+
* UI element class used to display ArcGIS Online Map imagery in the IgxGeographicMap.Component
|
|
5
|
+
*/
|
|
6
|
+
export declare class IgcArcGISOnlineMapImagery extends IgcGeographicMapImagery {
|
|
7
|
+
protected createImplementation(): ArcGISOnlineMapImagery_internal;
|
|
8
|
+
/**
|
|
9
|
+
* @hidden
|
|
10
|
+
*/
|
|
11
|
+
get i(): ArcGISOnlineMapImagery_internal;
|
|
12
|
+
constructor();
|
|
13
|
+
/**
|
|
14
|
+
* Gets or sets the map tile server uri.
|
|
15
|
+
*/
|
|
16
|
+
get mapServerUri(): string;
|
|
17
|
+
set mapServerUri(v: string);
|
|
18
|
+
/**
|
|
19
|
+
* Gets or sets the UserName.
|
|
20
|
+
*/
|
|
21
|
+
get userName(): string;
|
|
22
|
+
set userName(v: string);
|
|
23
|
+
/**
|
|
24
|
+
* Gets or sets the Password.
|
|
25
|
+
*/
|
|
26
|
+
get password(): string;
|
|
27
|
+
set password(v: string);
|
|
28
|
+
/**
|
|
29
|
+
* Gets or sets the UserToken.
|
|
30
|
+
*/
|
|
31
|
+
get userToken(): string;
|
|
32
|
+
set userToken(v: string);
|
|
33
|
+
/**
|
|
34
|
+
* Gets or sets the IsMapPublic variable. A value of false requires authentication parameters.
|
|
35
|
+
*/
|
|
36
|
+
get isMapPublic(): boolean;
|
|
37
|
+
set isMapPublic(v: boolean);
|
|
38
|
+
/**
|
|
39
|
+
* Gets or Sets the Default Token Timeout before the Token Expires, this value is in Minutes
|
|
40
|
+
*/
|
|
41
|
+
get defaultTokenTimeout(): number;
|
|
42
|
+
set defaultTokenTimeout(v: number);
|
|
43
|
+
/**
|
|
44
|
+
* Gets or Sets the current endpoint to retrieve the token.
|
|
45
|
+
*/
|
|
46
|
+
get tokenGenerationEndPoint(): string;
|
|
47
|
+
set tokenGenerationEndPoint(v: string);
|
|
48
|
+
/**
|
|
49
|
+
* Contains the User Supplied Referer Uri to be used in Token Generation.
|
|
50
|
+
*/
|
|
51
|
+
get refererUri(): string;
|
|
52
|
+
set refererUri(v: string);
|
|
53
|
+
/**
|
|
54
|
+
* Retreives a new token based on the preconfigured parameters and updates the UserToken field, Normal this is called automatically.
|
|
55
|
+
* The is provided to the end-user to allow them to reteive tokens on their onw.
|
|
56
|
+
|
|
57
|
+
*/
|
|
58
|
+
acquireNewToken(): void;
|
|
59
|
+
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export declare class IgcAzureMapsImageryModule {
|
|
2
|
-
static register(): void;
|
|
3
|
-
}
|
|
1
|
+
export declare class IgcAzureMapsImageryModule {
|
|
2
|
+
static register(): void;
|
|
3
|
+
}
|
|
@@ -1,50 +1,50 @@
|
|
|
1
|
-
import { AzureMapsImageryStyle } from "./AzureMapsImageryStyle";
|
|
2
|
-
import { IgcGeographicMapImagery } from "./igc-geographic-map-imagery";
|
|
3
|
-
import { AzureMapsImagery as AzureMapsImagery_internal } from "./AzureMapsImagery";
|
|
4
|
-
/**
|
|
5
|
-
* UI element class used to display AzureMaps imagery in the GeographicMap.
|
|
6
|
-
*/
|
|
7
|
-
export declare class IgcAzureMapsImagery extends IgcGeographicMapImagery {
|
|
8
|
-
protected createImplementation(): AzureMapsImagery_internal;
|
|
9
|
-
/**
|
|
10
|
-
* @hidden
|
|
11
|
-
*/
|
|
12
|
-
get i(): AzureMapsImagery_internal;
|
|
13
|
-
constructor();
|
|
14
|
-
/**
|
|
15
|
-
* Gets or sets the culture name for this tile source.
|
|
16
|
-
*/
|
|
17
|
-
get cultureName(): string;
|
|
18
|
-
set cultureName(v: string);
|
|
19
|
-
/**
|
|
20
|
-
* Gets or sets a subscription key required by the Azure Maps imagery service.
|
|
21
|
-
* For more information see https://learn.microsoft.com/en-us/azure/azure-maps/azure-maps-authentication#shared-key-authentication.
|
|
22
|
-
*/
|
|
23
|
-
get apiKey(): string;
|
|
24
|
-
set apiKey(v: string);
|
|
25
|
-
/**
|
|
26
|
-
* Gets or sets the API version used by the Azure Maps imagery service.
|
|
27
|
-
* For more information see Render API version in https://learn.microsoft.com/en-us/azure/azure-maps/rest-api-azure-maps#latest-release.
|
|
28
|
-
*/
|
|
29
|
-
get apiVersion(): string;
|
|
30
|
-
set apiVersion(v: string);
|
|
31
|
-
/**
|
|
32
|
-
* Gets or sets a map style of the Azure Maps imagery tiles.
|
|
33
|
-
* For example: Road map style.
|
|
34
|
-
*/
|
|
35
|
-
get imageryStyle(): AzureMapsImageryStyle;
|
|
36
|
-
set imageryStyle(v: AzureMapsImageryStyle);
|
|
37
|
-
/**
|
|
38
|
-
* Gets or sets a string that specifies which maps to show for geopolitically disputed regions.
|
|
39
|
-
* For more information see https://learn.microsoft.com/en-us/rest/api/maps/render/get-map-tile#localizedmapview.
|
|
40
|
-
*/
|
|
41
|
-
get localizedView(): string;
|
|
42
|
-
set localizedView(v: string);
|
|
43
|
-
/**
|
|
44
|
-
* Gets or sets a specific date and time for the map.
|
|
45
|
-
* Note that not all tilesets support this option and those that do might have restrictions.
|
|
46
|
-
* For more information see https://learn.microsoft.com/en-us/rest/api/maps/render/get-map-tile#uri-parameters.
|
|
47
|
-
*/
|
|
48
|
-
get timestamp(): Date;
|
|
49
|
-
set timestamp(v: Date);
|
|
50
|
-
}
|
|
1
|
+
import { AzureMapsImageryStyle } from "./AzureMapsImageryStyle";
|
|
2
|
+
import { IgcGeographicMapImagery } from "./igc-geographic-map-imagery";
|
|
3
|
+
import { AzureMapsImagery as AzureMapsImagery_internal } from "./AzureMapsImagery";
|
|
4
|
+
/**
|
|
5
|
+
* UI element class used to display AzureMaps imagery in the GeographicMap.
|
|
6
|
+
*/
|
|
7
|
+
export declare class IgcAzureMapsImagery extends IgcGeographicMapImagery {
|
|
8
|
+
protected createImplementation(): AzureMapsImagery_internal;
|
|
9
|
+
/**
|
|
10
|
+
* @hidden
|
|
11
|
+
*/
|
|
12
|
+
get i(): AzureMapsImagery_internal;
|
|
13
|
+
constructor();
|
|
14
|
+
/**
|
|
15
|
+
* Gets or sets the culture name for this tile source.
|
|
16
|
+
*/
|
|
17
|
+
get cultureName(): string;
|
|
18
|
+
set cultureName(v: string);
|
|
19
|
+
/**
|
|
20
|
+
* Gets or sets a subscription key required by the Azure Maps imagery service.
|
|
21
|
+
* For more information see https://learn.microsoft.com/en-us/azure/azure-maps/azure-maps-authentication#shared-key-authentication.
|
|
22
|
+
*/
|
|
23
|
+
get apiKey(): string;
|
|
24
|
+
set apiKey(v: string);
|
|
25
|
+
/**
|
|
26
|
+
* Gets or sets the API version used by the Azure Maps imagery service.
|
|
27
|
+
* For more information see Render API version in https://learn.microsoft.com/en-us/azure/azure-maps/rest-api-azure-maps#latest-release.
|
|
28
|
+
*/
|
|
29
|
+
get apiVersion(): string;
|
|
30
|
+
set apiVersion(v: string);
|
|
31
|
+
/**
|
|
32
|
+
* Gets or sets a map style of the Azure Maps imagery tiles.
|
|
33
|
+
* For example: Road map style.
|
|
34
|
+
*/
|
|
35
|
+
get imageryStyle(): AzureMapsImageryStyle;
|
|
36
|
+
set imageryStyle(v: AzureMapsImageryStyle);
|
|
37
|
+
/**
|
|
38
|
+
* Gets or sets a string that specifies which maps to show for geopolitically disputed regions.
|
|
39
|
+
* For more information see https://learn.microsoft.com/en-us/rest/api/maps/render/get-map-tile#localizedmapview.
|
|
40
|
+
*/
|
|
41
|
+
get localizedView(): string;
|
|
42
|
+
set localizedView(v: string);
|
|
43
|
+
/**
|
|
44
|
+
* Gets or sets a specific date and time for the map.
|
|
45
|
+
* Note that not all tilesets support this option and those that do might have restrictions.
|
|
46
|
+
* For more information see https://learn.microsoft.com/en-us/rest/api/maps/render/get-map-tile#uri-parameters.
|
|
47
|
+
*/
|
|
48
|
+
get timestamp(): Date;
|
|
49
|
+
set timestamp(v: Date);
|
|
50
|
+
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export declare class IgcBingMapsMapImageryModule {
|
|
2
|
-
static register(): void;
|
|
3
|
-
}
|
|
1
|
+
export declare class IgcBingMapsMapImageryModule {
|
|
2
|
+
static register(): void;
|
|
3
|
+
}
|
|
@@ -1,79 +1,79 @@
|
|
|
1
|
-
import { IgcSubDomainsCollection } from "./igc-sub-domains-collection";
|
|
2
|
-
import { BingMapsImageryStyle } from "./BingMapsImageryStyle";
|
|
3
|
-
import { IgcGeographicMapImagery } from "./igc-geographic-map-imagery";
|
|
4
|
-
import { BingMapsMapImagery as BingMapsMapImagery_internal } from "./BingMapsMapImagery";
|
|
5
|
-
/**
|
|
6
|
-
* UI element class used to display BingMapsMap imagery in the IgxGeographicMap.Component
|
|
7
|
-
*/
|
|
8
|
-
export declare class IgcBingMapsMapImagery extends IgcGeographicMapImagery {
|
|
9
|
-
protected createImplementation(): BingMapsMapImagery_internal;
|
|
10
|
-
/**
|
|
11
|
-
* @hidden
|
|
12
|
-
*/
|
|
13
|
-
get i(): BingMapsMapImagery_internal;
|
|
14
|
-
constructor();
|
|
15
|
-
/**
|
|
16
|
-
* Gets a status whether the Bing Maps service is initialized.
|
|
17
|
-
*/
|
|
18
|
-
get isInitialized(): boolean;
|
|
19
|
-
set isInitialized(v: boolean);
|
|
20
|
-
/**
|
|
21
|
-
* Gets or sets whether the Bing Maps service should be auto-initialized upon valid property values.
|
|
22
|
-
*/
|
|
23
|
-
get isDeferredLoad(): boolean;
|
|
24
|
-
set isDeferredLoad(v: boolean);
|
|
25
|
-
/**
|
|
26
|
-
* Gets or sets the map tile image uri.
|
|
27
|
-
*/
|
|
28
|
-
get tilePath(): string;
|
|
29
|
-
set tilePath(v: string);
|
|
30
|
-
/**
|
|
31
|
-
* Gets or sets the actual map tile image uri.
|
|
32
|
-
*/
|
|
33
|
-
get actualTilePath(): string;
|
|
34
|
-
set actualTilePath(v: string);
|
|
35
|
-
private _subDomains;
|
|
36
|
-
/**
|
|
37
|
-
* Gets or sets the collection of image uri subdomains.
|
|
38
|
-
*/
|
|
39
|
-
get subDomains(): IgcSubDomainsCollection;
|
|
40
|
-
set subDomains(v: IgcSubDomainsCollection);
|
|
41
|
-
private _actualSubDomains;
|
|
42
|
-
/**
|
|
43
|
-
* Gets or sets the actual collection of image uri subdomains.
|
|
44
|
-
*/
|
|
45
|
-
get actualSubDomains(): IgcSubDomainsCollection;
|
|
46
|
-
set actualSubDomains(v: IgcSubDomainsCollection);
|
|
47
|
-
/**
|
|
48
|
-
* Gets or sets the Bing Imagery Rest Uri.
|
|
49
|
-
*/
|
|
50
|
-
get bingImageryRestUri(): string;
|
|
51
|
-
set bingImageryRestUri(v: string);
|
|
52
|
-
/**
|
|
53
|
-
* Gets or sets the Actual Bing Imagery Rest Uri.
|
|
54
|
-
*/
|
|
55
|
-
get actualBingImageryRestUri(): string;
|
|
56
|
-
set actualBingImageryRestUri(v: string);
|
|
57
|
-
/**
|
|
58
|
-
* Gets or sets the culture name for this tile source.
|
|
59
|
-
*/
|
|
60
|
-
get cultureName(): string;
|
|
61
|
-
set cultureName(v: string);
|
|
62
|
-
/**
|
|
63
|
-
* Gets or sets an API key required by the Bing Maps imagery service.
|
|
64
|
-
* This key must be obtained from the http://www.bingmapsportal.com website.
|
|
65
|
-
*/
|
|
66
|
-
get apiKey(): string;
|
|
67
|
-
set apiKey(v: string);
|
|
68
|
-
/**
|
|
69
|
-
* Gets or sets a map style of the Bing Maps imagery tiles.
|
|
70
|
-
* For example: Aerial, AerialWithLabels, or Road map style.
|
|
71
|
-
*/
|
|
72
|
-
get imageryStyle(): BingMapsImageryStyle;
|
|
73
|
-
set imageryStyle(v: BingMapsImageryStyle);
|
|
74
|
-
/**
|
|
75
|
-
* Will Connect to the Bing Rest API and retrieve the required TilePath and Subdomains from the service. This requires a valid API key to already be set.
|
|
76
|
-
|
|
77
|
-
*/
|
|
78
|
-
requestMapSettings(): void;
|
|
79
|
-
}
|
|
1
|
+
import { IgcSubDomainsCollection } from "./igc-sub-domains-collection";
|
|
2
|
+
import { BingMapsImageryStyle } from "./BingMapsImageryStyle";
|
|
3
|
+
import { IgcGeographicMapImagery } from "./igc-geographic-map-imagery";
|
|
4
|
+
import { BingMapsMapImagery as BingMapsMapImagery_internal } from "./BingMapsMapImagery";
|
|
5
|
+
/**
|
|
6
|
+
* UI element class used to display BingMapsMap imagery in the IgxGeographicMap.Component
|
|
7
|
+
*/
|
|
8
|
+
export declare class IgcBingMapsMapImagery extends IgcGeographicMapImagery {
|
|
9
|
+
protected createImplementation(): BingMapsMapImagery_internal;
|
|
10
|
+
/**
|
|
11
|
+
* @hidden
|
|
12
|
+
*/
|
|
13
|
+
get i(): BingMapsMapImagery_internal;
|
|
14
|
+
constructor();
|
|
15
|
+
/**
|
|
16
|
+
* Gets a status whether the Bing Maps service is initialized.
|
|
17
|
+
*/
|
|
18
|
+
get isInitialized(): boolean;
|
|
19
|
+
set isInitialized(v: boolean);
|
|
20
|
+
/**
|
|
21
|
+
* Gets or sets whether the Bing Maps service should be auto-initialized upon valid property values.
|
|
22
|
+
*/
|
|
23
|
+
get isDeferredLoad(): boolean;
|
|
24
|
+
set isDeferredLoad(v: boolean);
|
|
25
|
+
/**
|
|
26
|
+
* Gets or sets the map tile image uri.
|
|
27
|
+
*/
|
|
28
|
+
get tilePath(): string;
|
|
29
|
+
set tilePath(v: string);
|
|
30
|
+
/**
|
|
31
|
+
* Gets or sets the actual map tile image uri.
|
|
32
|
+
*/
|
|
33
|
+
get actualTilePath(): string;
|
|
34
|
+
set actualTilePath(v: string);
|
|
35
|
+
private _subDomains;
|
|
36
|
+
/**
|
|
37
|
+
* Gets or sets the collection of image uri subdomains.
|
|
38
|
+
*/
|
|
39
|
+
get subDomains(): IgcSubDomainsCollection;
|
|
40
|
+
set subDomains(v: IgcSubDomainsCollection);
|
|
41
|
+
private _actualSubDomains;
|
|
42
|
+
/**
|
|
43
|
+
* Gets or sets the actual collection of image uri subdomains.
|
|
44
|
+
*/
|
|
45
|
+
get actualSubDomains(): IgcSubDomainsCollection;
|
|
46
|
+
set actualSubDomains(v: IgcSubDomainsCollection);
|
|
47
|
+
/**
|
|
48
|
+
* Gets or sets the Bing Imagery Rest Uri.
|
|
49
|
+
*/
|
|
50
|
+
get bingImageryRestUri(): string;
|
|
51
|
+
set bingImageryRestUri(v: string);
|
|
52
|
+
/**
|
|
53
|
+
* Gets or sets the Actual Bing Imagery Rest Uri.
|
|
54
|
+
*/
|
|
55
|
+
get actualBingImageryRestUri(): string;
|
|
56
|
+
set actualBingImageryRestUri(v: string);
|
|
57
|
+
/**
|
|
58
|
+
* Gets or sets the culture name for this tile source.
|
|
59
|
+
*/
|
|
60
|
+
get cultureName(): string;
|
|
61
|
+
set cultureName(v: string);
|
|
62
|
+
/**
|
|
63
|
+
* Gets or sets an API key required by the Bing Maps imagery service.
|
|
64
|
+
* This key must be obtained from the http://www.bingmapsportal.com website.
|
|
65
|
+
*/
|
|
66
|
+
get apiKey(): string;
|
|
67
|
+
set apiKey(v: string);
|
|
68
|
+
/**
|
|
69
|
+
* Gets or sets a map style of the Bing Maps imagery tiles.
|
|
70
|
+
* For example: Aerial, AerialWithLabels, or Road map style.
|
|
71
|
+
*/
|
|
72
|
+
get imageryStyle(): BingMapsImageryStyle;
|
|
73
|
+
set imageryStyle(v: BingMapsImageryStyle);
|
|
74
|
+
/**
|
|
75
|
+
* Will Connect to the Bing Rest API and retrieve the required TilePath and Subdomains from the service. This requires a valid API key to already be set.
|
|
76
|
+
|
|
77
|
+
*/
|
|
78
|
+
requestMapSettings(): void;
|
|
79
|
+
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export declare class IgcCustomMapImageryModule {
|
|
2
|
-
static register(): void;
|
|
3
|
-
}
|
|
1
|
+
export declare class IgcCustomMapImageryModule {
|
|
2
|
+
static register(): void;
|
|
3
|
+
}
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
import { IgcGetTileImageUriArgs } from "igniteui-webcomponents-core";
|
|
2
|
-
import { IgcGeographicMapImagery } from "./igc-geographic-map-imagery";
|
|
3
|
-
import { CustomMapImagery as CustomMapImagery_internal } from "./CustomMapImagery";
|
|
4
|
-
/**
|
|
5
|
-
* Represents a CustomMapImagery MapImagery
|
|
6
|
-
*/
|
|
7
|
-
export declare class IgcCustomMapImagery extends IgcGeographicMapImagery {
|
|
8
|
-
/**
|
|
9
|
-
* @hidden
|
|
10
|
-
*/
|
|
11
|
-
get i(): CustomMapImagery_internal;
|
|
12
|
-
constructor();
|
|
13
|
-
private _getTileImageUri;
|
|
14
|
-
private _getTileImageUri_wrapped;
|
|
15
|
-
/**
|
|
16
|
-
* Raised when URI for tiles should be provided
|
|
17
|
-
*/
|
|
18
|
-
get getTileImageUri(): (s: IgcCustomMapImagery, e: IgcGetTileImageUriArgs) => void;
|
|
19
|
-
set getTileImageUri(ev: (s: IgcCustomMapImagery, e: IgcGetTileImageUriArgs) => void);
|
|
20
|
-
}
|
|
1
|
+
import { IgcGetTileImageUriArgs } from "igniteui-webcomponents-core";
|
|
2
|
+
import { IgcGeographicMapImagery } from "./igc-geographic-map-imagery";
|
|
3
|
+
import { CustomMapImagery as CustomMapImagery_internal } from "./CustomMapImagery";
|
|
4
|
+
/**
|
|
5
|
+
* Represents a CustomMapImagery MapImagery
|
|
6
|
+
*/
|
|
7
|
+
export declare class IgcCustomMapImagery extends IgcGeographicMapImagery {
|
|
8
|
+
/**
|
|
9
|
+
* @hidden
|
|
10
|
+
*/
|
|
11
|
+
get i(): CustomMapImagery_internal;
|
|
12
|
+
constructor();
|
|
13
|
+
private _getTileImageUri;
|
|
14
|
+
private _getTileImageUri_wrapped;
|
|
15
|
+
/**
|
|
16
|
+
* Raised when URI for tiles should be provided
|
|
17
|
+
*/
|
|
18
|
+
get getTileImageUri(): (s: IgcCustomMapImagery, e: IgcGetTileImageUriArgs) => void;
|
|
19
|
+
set getTileImageUri(ev: (s: IgcCustomMapImagery, e: IgcGetTileImageUriArgs) => void);
|
|
20
|
+
}
|
|
@@ -1,56 +1,56 @@
|
|
|
1
|
-
import { IgcValueBrushScaleComponent } from "igniteui-webcomponents-charts";
|
|
2
|
-
import { IgcContourValueResolverComponent } from "igniteui-webcomponents-charts";
|
|
3
|
-
import { IgcTriangulationStatusEventArgs } from "igniteui-webcomponents-core";
|
|
4
|
-
import { IgcGeographicXYTriangulatingSeriesComponent } from "./igc-geographic-xy-triangulating-series-component";
|
|
5
|
-
import { GeographicContourLineSeries } from "./GeographicContourLineSeries";
|
|
6
|
-
/**
|
|
7
|
-
* Represents a class for Geographic Contour Series displayed on a map.
|
|
8
|
-
*/
|
|
9
|
-
export declare class IgcGeographicContourLineSeriesComponent extends IgcGeographicXYTriangulatingSeriesComponent {
|
|
10
|
-
protected createImplementation(): GeographicContourLineSeries;
|
|
11
|
-
/**
|
|
12
|
-
* @hidden
|
|
13
|
-
*/
|
|
14
|
-
get i(): GeographicContourLineSeries;
|
|
15
|
-
constructor();
|
|
16
|
-
connectedCallback(): void;
|
|
17
|
-
disconnectedCallback(): void;
|
|
18
|
-
private static _observedAttributesIgcGeographicContourLineSeriesComponent;
|
|
19
|
-
static get observedAttributes(): string[];
|
|
20
|
-
static htmlTagName: string;
|
|
21
|
-
protected static _isElementRegistered: boolean;
|
|
22
|
-
static register(): void;
|
|
23
|
-
/**
|
|
24
|
-
* Gets whether the current series shows a line contour shape.
|
|
25
|
-
*/
|
|
26
|
-
get isLineContour(): boolean;
|
|
27
|
-
/**
|
|
28
|
-
* The name of the property from which to retrieve the numeric values from the ItemsSource items.
|
|
29
|
-
*/
|
|
30
|
-
get valueMemberPath(): string;
|
|
31
|
-
set valueMemberPath(v: string);
|
|
32
|
-
/**
|
|
33
|
-
* The ValueBrushScale to use when determining Brushes for each contour line, based on the values found in ValueMemberPath.
|
|
34
|
-
*/
|
|
35
|
-
get fillScale(): IgcValueBrushScaleComponent;
|
|
36
|
-
set fillScale(v: IgcValueBrushScaleComponent);
|
|
37
|
-
/**
|
|
38
|
-
* Gets actual fill scale that is set on the FillScale property or default FillScale
|
|
39
|
-
*/
|
|
40
|
-
get actualFillScale(): IgcValueBrushScaleComponent;
|
|
41
|
-
set actualFillScale(v: IgcValueBrushScaleComponent);
|
|
42
|
-
/**
|
|
43
|
-
* The ContourValueResolver used to determine the numeric values of contours.
|
|
44
|
-
*/
|
|
45
|
-
get valueResolver(): IgcContourValueResolverComponent;
|
|
46
|
-
set valueResolver(v: IgcContourValueResolverComponent);
|
|
47
|
-
findByName(name: string): any;
|
|
48
|
-
protected _styling(container: any, component: any, parent?: any): void;
|
|
49
|
-
private _triangulationStatusChanged;
|
|
50
|
-
private _triangulationStatusChanged_wrapped;
|
|
51
|
-
/**
|
|
52
|
-
* Raised when the status of an ongoing Triangulation has changed.
|
|
53
|
-
*/
|
|
54
|
-
get triangulationStatusChanged(): (s: IgcGeographicContourLineSeriesComponent, e: IgcTriangulationStatusEventArgs) => void;
|
|
55
|
-
set triangulationStatusChanged(ev: (s: IgcGeographicContourLineSeriesComponent, e: IgcTriangulationStatusEventArgs) => void);
|
|
56
|
-
}
|
|
1
|
+
import { IgcValueBrushScaleComponent } from "igniteui-webcomponents-charts";
|
|
2
|
+
import { IgcContourValueResolverComponent } from "igniteui-webcomponents-charts";
|
|
3
|
+
import { IgcTriangulationStatusEventArgs } from "igniteui-webcomponents-core";
|
|
4
|
+
import { IgcGeographicXYTriangulatingSeriesComponent } from "./igc-geographic-xy-triangulating-series-component";
|
|
5
|
+
import { GeographicContourLineSeries } from "./GeographicContourLineSeries";
|
|
6
|
+
/**
|
|
7
|
+
* Represents a class for Geographic Contour Series displayed on a map.
|
|
8
|
+
*/
|
|
9
|
+
export declare class IgcGeographicContourLineSeriesComponent extends IgcGeographicXYTriangulatingSeriesComponent {
|
|
10
|
+
protected createImplementation(): GeographicContourLineSeries;
|
|
11
|
+
/**
|
|
12
|
+
* @hidden
|
|
13
|
+
*/
|
|
14
|
+
get i(): GeographicContourLineSeries;
|
|
15
|
+
constructor();
|
|
16
|
+
connectedCallback(): void;
|
|
17
|
+
disconnectedCallback(): void;
|
|
18
|
+
private static _observedAttributesIgcGeographicContourLineSeriesComponent;
|
|
19
|
+
static get observedAttributes(): string[];
|
|
20
|
+
static htmlTagName: string;
|
|
21
|
+
protected static _isElementRegistered: boolean;
|
|
22
|
+
static register(): void;
|
|
23
|
+
/**
|
|
24
|
+
* Gets whether the current series shows a line contour shape.
|
|
25
|
+
*/
|
|
26
|
+
get isLineContour(): boolean;
|
|
27
|
+
/**
|
|
28
|
+
* The name of the property from which to retrieve the numeric values from the ItemsSource items.
|
|
29
|
+
*/
|
|
30
|
+
get valueMemberPath(): string;
|
|
31
|
+
set valueMemberPath(v: string);
|
|
32
|
+
/**
|
|
33
|
+
* The ValueBrushScale to use when determining Brushes for each contour line, based on the values found in ValueMemberPath.
|
|
34
|
+
*/
|
|
35
|
+
get fillScale(): IgcValueBrushScaleComponent;
|
|
36
|
+
set fillScale(v: IgcValueBrushScaleComponent);
|
|
37
|
+
/**
|
|
38
|
+
* Gets actual fill scale that is set on the FillScale property or default FillScale
|
|
39
|
+
*/
|
|
40
|
+
get actualFillScale(): IgcValueBrushScaleComponent;
|
|
41
|
+
set actualFillScale(v: IgcValueBrushScaleComponent);
|
|
42
|
+
/**
|
|
43
|
+
* The ContourValueResolver used to determine the numeric values of contours.
|
|
44
|
+
*/
|
|
45
|
+
get valueResolver(): IgcContourValueResolverComponent;
|
|
46
|
+
set valueResolver(v: IgcContourValueResolverComponent);
|
|
47
|
+
findByName(name: string): any;
|
|
48
|
+
protected _styling(container: any, component: any, parent?: any): void;
|
|
49
|
+
private _triangulationStatusChanged;
|
|
50
|
+
private _triangulationStatusChanged_wrapped;
|
|
51
|
+
/**
|
|
52
|
+
* Raised when the status of an ongoing Triangulation has changed.
|
|
53
|
+
*/
|
|
54
|
+
get triangulationStatusChanged(): (s: IgcGeographicContourLineSeriesComponent, e: IgcTriangulationStatusEventArgs) => void;
|
|
55
|
+
set triangulationStatusChanged(ev: (s: IgcGeographicContourLineSeriesComponent, e: IgcTriangulationStatusEventArgs) => void);
|
|
56
|
+
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export declare class IgcGeographicContourLineSeriesModule {
|
|
2
|
-
static register(): void;
|
|
3
|
-
}
|
|
1
|
+
export declare class IgcGeographicContourLineSeriesModule {
|
|
2
|
+
static register(): void;
|
|
3
|
+
}
|