@ciag/sentinel-hub-wms
Version:
a API to create the sentinel ogs requests, and tools to apply on the data
43 lines • 1.92 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
// tslint:disable-next-line: no-namespace
var WMSParameters;
(function (WMSParameters) {
let Format;
(function (Format) {
Format["image_png"] = "image/png";
Format["image_jpeg"] = "image/jpeg";
Format["image_tiff_8"] = "image/tiff;depth=8";
Format["image_tiff_16"] = "image/tiff;depth=16";
Format["image_tiff_32f"] = "image/tiff;depth=32f";
})(Format = WMSParameters.Format || (WMSParameters.Format = {}));
let BgColor;
(function (BgColor) {
BgColor["FFFFFF"] = "FFFFFF";
BgColor["xRRGGBB"] = "0xRRGGBB";
BgColor["xAARRGGBB"] = "0xAARRGGBB";
BgColor["_RRGGBB"] = "#RRGGBB";
BgColor["_AARRGGBB"] = "#AARRGGBB";
BgColor["RRGGBB"] = "RRGGBB";
BgColor["AARRGGBB"] = "AARRGGBB";
})(BgColor = WMSParameters.BgColor || (WMSParameters.BgColor = {}));
let Sentinel_2;
(function (Sentinel_2) {
Sentinel_2["NDVI"] = "NDVI";
Sentinel_2["FALSE_COLOR"] = "FALSE_COLOR";
Sentinel_2["FALSE_COLOR_URBAN"] = "FALSE_COLOR_URBAN";
Sentinel_2["AGRICULTURE"] = "AGRICULTURE";
Sentinel_2["BATHYMETRIC"] = "BATHYMETRIC";
Sentinel_2["GEOLOGY"] = "GEOLOGY";
Sentinel_2["MOISTURE_INDEX"] = "MOISTURE_INDEX";
Sentinel_2["SWIR"] = "SWIR";
Sentinel_2["TRUE_COLOR"] = "TRUE_COLOR";
})(Sentinel_2 = WMSParameters.Sentinel_2 || (WMSParameters.Sentinel_2 = {}));
let Exceptions;
(function (Exceptions) {
Exceptions["XML"] = "XML";
Exceptions["INIMAGE"] = "INIMAGE";
Exceptions["BLANK"] = "BLANK";
})(Exceptions = WMSParameters.Exceptions || (WMSParameters.Exceptions = {}));
})(WMSParameters = exports.WMSParameters || (exports.WMSParameters = {}));
//# sourceMappingURL=WMSParameters.js.map