igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
60 lines (59 loc) • 3.69 kB
JavaScript
/*
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 { __extends } from "tslib";
import { Base, String_$type, markType } from "./type";
import { Dictionary$2 } from "./Dictionary$2";
import { ImageTilesReadyEventArgsDescriptionMetadata } from "./ImageTilesReadyEventArgsDescriptionMetadata";
import { ImagesChangedEventArgsDescriptionMetadata } from "./ImagesChangedEventArgsDescriptionMetadata";
import { CancellingMultiScaleImageEventArgsDescriptionMetadata } from "./CancellingMultiScaleImageEventArgsDescriptionMetadata";
import { DownloadingMultiScaleImageEventArgsDescriptionMetadata } from "./DownloadingMultiScaleImageEventArgsDescriptionMetadata";
/**
* @hidden
*/
var GeographicMapImageryDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) {
__extends(GeographicMapImageryDescriptionMetadata, _super);
function GeographicMapImageryDescriptionMetadata() {
return _super !== null && _super.apply(this, arguments) || this;
}
GeographicMapImageryDescriptionMetadata.b = function (a) {
if (GeographicMapImageryDescriptionMetadata.a == null) {
GeographicMapImageryDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
GeographicMapImageryDescriptionMetadata.c(GeographicMapImageryDescriptionMetadata.a);
}
if (a.k(GeographicMapImageryDescriptionMetadata.a)) {
return;
}
a.ad(GeographicMapImageryDescriptionMetadata.a);
ImageTilesReadyEventArgsDescriptionMetadata.d(a);
ImagesChangedEventArgsDescriptionMetadata.d(a);
CancellingMultiScaleImageEventArgsDescriptionMetadata.d(a);
DownloadingMultiScaleImageEventArgsDescriptionMetadata.d(a);
};
GeographicMapImageryDescriptionMetadata.c = function (a) {
a.item("WindowRect", "Rect");
a.item("Referer", "String");
a.item("IsHorizontalWrappingEnabled", "Boolean");
a.item("UserAgent", "String");
a.item("Opacity", "Number:double");
a.item("ImageTilesReadyRef", "EventRef:EventHandler:imageTilesReady");
a.item("ImageTilesReadyRef@args", "ImageTilesReadyEventArgs");
a.item("ImagesChangedRef", "EventRef:EventHandler:imagesChanged");
a.item("ImagesChangedRef@args", "ImagesChangedEventArgs");
a.item("CancellingImageRef", "EventRef:CancellingMultiScaleImageEventHandler:cancellingImage");
a.item("CancellingImageRef@args", "CancellingMultiScaleImageEventArgs");
a.item("DownloadingImageRef", "EventRef:DownloadingMultiScaleImageEventHandler:downloadingImage");
a.item("DownloadingImageRef@args", "DownloadingMultiScaleImageEventArgs");
};
GeographicMapImageryDescriptionMetadata.d = function (a) {
GeographicMapImageryDescriptionMetadata.b(a);
a.ae("GeographicMapImagery", GeographicMapImageryDescriptionMetadata.a);
};
GeographicMapImageryDescriptionMetadata.$t = markType(GeographicMapImageryDescriptionMetadata, 'GeographicMapImageryDescriptionMetadata');
GeographicMapImageryDescriptionMetadata.a = null;
return GeographicMapImageryDescriptionMetadata;
}(Base));
export { GeographicMapImageryDescriptionMetadata };