UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

235 lines (234 loc) 6.77 kB
/* THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE: https://www.infragistics.com/legal/license/igultimate-la https://www.infragistics.com/legal/license/igultimate-eula GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company. */ import { Description } from "./Description"; import { markType } from "./type"; import { SeriesViewerDescription } from "./SeriesViewerDescription"; /** * @hidden */ export let GeographicMapImageryDescription = /*@__PURE__*/ (() => { class GeographicMapImageryDescription extends Description { constructor() { super(); this.h = null; this.f = null; this.r = null; this.j = false; this.s = null; this.l = 0; this.q = null; this.p = null; this.n = null; this.o = null; } get_type() { return "GeographicMapImagery"; } get type() { return this.get_type(); } get windowRect() { return this.h; } set windowRect(a) { this.h = a; this.e("WindowRect"); } get geographicMap() { return this.f; } set geographicMap(a) { this.f = a; this.e("GeographicMap"); } get referer() { return this.r; } set referer(a) { this.r = a; this.e("Referer"); } get isHorizontalWrappingEnabled() { return this.j; } set isHorizontalWrappingEnabled(a) { this.j = a; this.e("IsHorizontalWrappingEnabled"); } get userAgent() { return this.s; } set userAgent(a) { this.s = a; this.e("UserAgent"); } get opacity() { return this.l; } set opacity(a) { this.l = a; this.e("Opacity"); } get imageTilesReadyRef() { return this.q; } set imageTilesReadyRef(a) { this.q = a; this.e("ImageTilesReadyRef"); } get imagesChangedRef() { return this.p; } set imagesChangedRef(a) { this.p = a; this.e("ImagesChangedRef"); } get cancellingImageRef() { return this.n; } set cancellingImageRef(a) { this.n = a; this.e("CancellingImageRef"); } get downloadingImageRef() { return this.o; } set downloadingImageRef(a) { this.o = a; this.e("DownloadingImageRef"); } } GeographicMapImageryDescription.$t = markType(GeographicMapImageryDescription, 'GeographicMapImageryDescription', Description.$); return GeographicMapImageryDescription; })(); /** * @hidden */ export let GeographicMapDescription = /*@__PURE__*/ (() => { class GeographicMapDescription extends SeriesViewerDescription { constructor() { super(); this.hc = false; this.ho = null; this.g9 = false; this.hl = null; this.hb = false; this.ha = false; this.g6 = null; this.g5 = null; this.g3 = null; this.hi = 0; this.hh = 0; this.hn = null; this.hp = null; this.hm = null; } get_type() { return "GeographicMap"; } get zoomable() { return this.hc; } set zoomable(a) { this.hc = a; this.e("Zoomable"); } get resizeBehavior() { return this.ho; } set resizeBehavior(a) { this.ho = a; this.e("ResizeBehavior"); } get isHorizontalWrappingEnabled() { return this.g9; } set isHorizontalWrappingEnabled(a) { this.g9 = a; this.e("IsHorizontalWrappingEnabled"); } get backgroundTilingMode() { return this.hl; } set backgroundTilingMode(a) { this.hl = a; this.e("BackgroundTilingMode"); } get useWorldRectForZoomBounds() { return this.hb; } set useWorldRectForZoomBounds(a) { this.hb = a; this.e("UseWorldRectForZoomBounds"); } get suppressZoomResetOnWorldRectChange() { return this.ha; } set suppressZoomResetOnWorldRectChange(a) { this.ha = a; this.e("SuppressZoomResetOnWorldRectChange"); } get worldRect() { return this.g6; } set worldRect(a) { this.g6 = a; this.e("WorldRect"); } get actualWorldRect() { return this.g5; } set actualWorldRect(a) { this.g5 = a; this.e("ActualWorldRect"); } get backgroundContent() { return this.g3; } set backgroundContent(a) { this.g3 = a; this.e("BackgroundContent"); } get windowScale() { return this.hi; } set windowScale(a) { this.hi = a; this.e("WindowScale"); } get actualWindowScale() { return this.hh; } set actualWindowScale(a) { this.hh = a; this.e("ActualWindowScale"); } get imageTilesReadyRef() { return this.hn; } set imageTilesReadyRef(a) { this.hn = a; this.e("ImageTilesReadyRef"); } get width() { return this.hp; } set width(a) { this.hp = a; this.e("Width"); } get height() { return this.hm; } set height(a) { this.hm = a; this.e("Height"); } } GeographicMapDescription.$t = markType(GeographicMapDescription, 'GeographicMapDescription', SeriesViewerDescription.$); return GeographicMapDescription; })();