import { o as o3 } from "./chunk-TNLRDNTC.js"; import { o as o2, r as r2, x } from "./chunk-TERAW6FT.js"; import { E as E2, G as G2, I as I2, R, z } from "./chunk-O4FY3ITT.js"; import { M as M2, b, m as m3, o2 as o } from "./chunk-XNLG7T2T.js"; import { n } from "./chunk-IR4PV7VK.js"; import { m, m2, v2 as v } from "./chunk-OWVBLVP3.js"; import { a as a2 } from "./chunk-MXB2XLKV.js"; import { e as e3 } from "./chunk-HNOZUNJ4.js"; import { M2 as M, e as e2, j2 as j, s as s3, t as t2 } from "./chunk-ECW2QABR.js"; import { E, G, I, P, S, T, k, s as s2 } from "./chunk-MRJEICT6.js"; import { l } from "./chunk-Y3WMVFTW.js"; import { f, q } from "./chunk-ULGDPLM2.js"; import { s3 as s } from "./chunk-EMJ4ZSM2.js"; import { a, e, r, t } from "./chunk-GZT4BVFP.js"; // node_modules/@arcgis/core/geometry/support/GeographicTransformationStep.js var s4 = 0; var t3 = class { constructor(t4 = null) { this.uid = s4++, t4 ? (this._wkt = t4.wkt !== void 0 ? t4.wkt : null, this._wkid = t4.wkid !== void 0 ? t4.wkid : -1, this._isInverse = t4.isInverse !== void 0 && t4.isInverse === true) : (this._wkt = null, this._wkid = -1, this._isInverse = false); } static fromGE(s9) { const i3 = new t3(); return i3._wkt = s9.wkt, i3._wkid = s9.wkid, i3._isInverse = s9.isInverse, i3; } get wkt() { return this._wkt; } set wkt(t4) { this._wkt = t4, this.uid = s4++; } get wkid() { return this._wkid; } set wkid(t4) { this._wkid = t4, this.uid = s4++; } get isInverse() { return this._isInverse; } set isInverse(t4) { this._isInverse = t4, this.uid = s4++; } getInverse() { const s9 = new t3(); return s9._wkt = this.wkt, s9._wkid = this._wkid, s9._isInverse = !this.isInverse, s9; } }; // node_modules/@arcgis/core/geometry/support/GeographicTransformation.js var s5 = class { constructor(s9) { if (this.steps = [], this._cached_projection = {}, this._chain = "", this._gtlistentry = null, s9 && s9.steps) for (const i3 of s9.steps) i3 instanceof t3 ? this.steps.push(i3) : this.steps.push(new t3({ wkid: i3.wkid, wkt: i3.wkt, isInverse: i3.isInverse })); } static cacheKey(t4, s9) { return [t4.wkid !== void 0 && t4.wkid !== null ? t4.wkid.toString() : "-1", t4.wkt !== void 0 && t4.wkt !== null ? t4.wkt.toString() : "", s9.wkid !== void 0 && s9.wkid !== null ? s9.wkid.toString() : "-1", s9.wkt !== void 0 && s9.wkt !== null ? s9.wkt.toString() : ""].join(","); } static fromGE(i3) { const e5 = new s5(); let n4 = ""; for (const s9 of i3.steps) { const i4 = t3.fromGE(s9); e5.steps.push(i4), n4 += i4.uid.toString() + ","; } return e5._cached_projection = {}, e5._gtlistentry = null, e5._chain = n4, e5; } getInverse() { const t4 = new s5(); t4.steps = []; for (let s9 = this.steps.length - 1; s9 >= 0; s9--) { const i3 = this.steps[s9]; t4.steps.push(i3.getInverse()); } return t4; } getGTListEntry() { let t4 = ""; for (const s9 of this.steps) t4 += s9.uid.toString() + ","; return t4 !== this._chain && (this._gtlistentry = null, this._cached_projection = {}, this._chain = t4), this._gtlistentry; } assignCachedGe(t4, i3, e5) { this._cached_projection[s5.cacheKey(t4, i3)] = e5; } getCachedGeTransformation(t4, i3) { let e5 = ""; for (const s9 of this.steps) e5 += s9.uid.toString() + ","; e5 !== this._chain && (this._gtlistentry = null, this._cached_projection = {}, this._chain = e5); const n4 = this._cached_projection[s5.cacheKey(t4, i3)]; return n4 === void 0 ? null : n4; } }; // node_modules/@arcgis/core/chunks/pe.js var o4; var r3 = null; function n2() { return !!r3; } function _() { return !!a("esri-wasm"); } function P2() { return o4 || (o4 = import("./pe-wasm-MAA65QFU.js").then((e5) => e5.p).then(({ default: t4 }) => t4({ locateFile: (t5) => a2(`esri/geometry/support/${t5}`) })).then((e5) => { N(e5); }), o4); } var s6; var E3; var i; !function(e5) { function t4(e6, t5, o7) { r3.ensureCache.prepare(); const n5 = A(o7), _3 = o7 === n5, P3 = r3.ensureFloat64(n5), s9 = r3._pe_geog_to_proj(r3.getPointer(e6), t5, P3); return s9 && d(o7, t5, P3, _3), s9; } function o6(e6, o7, r6, _3) { switch (_3) { case E3.PE_TRANSFORM_P_TO_G: return n4(e6, o7, r6); case E3.PE_TRANSFORM_G_TO_P: return t4(e6, o7, r6); } return 0; } function n4(e6, t5, o7) { return _2(e6, t5, o7, 0); } function _2(e6, t5, o7, n5) { r3.ensureCache.prepare(); const _3 = A(o7), P3 = o7 === _3, s9 = r3.ensureFloat64(_3), E4 = r3._pe_proj_to_geog_center(r3.getPointer(e6), t5, s9, n5); return E4 && d(o7, t5, s9, P3), E4; } e5.geogToProj = t4, e5.projGeog = o6, e5.projToGeog = n4, e5.projToGeogCenter = _2; }(s6 || (s6 = {})), function(e5) { function t4() { e5.PE_BUFFER_MAX = r3.PeDefs.prototype.PE_BUFFER_MAX, e5.PE_NAME_MAX = r3.PeDefs.prototype.PE_NAME_MAX, e5.PE_MGRS_MAX = r3.PeDefs.prototype.PE_MGRS_MAX, e5.PE_USNG_MAX = r3.PeDefs.prototype.PE_USNG_MAX, e5.PE_DD_MAX = r3.PeDefs.prototype.PE_DD_MAX, e5.PE_DDM_MAX = r3.PeDefs.prototype.PE_DDM_MAX, e5.PE_DMS_MAX = r3.PeDefs.prototype.PE_DMS_MAX, e5.PE_UTM_MAX = r3.PeDefs.prototype.PE_UTM_MAX, e5.PE_PARM_MAX = r3.PeDefs.prototype.PE_PARM_MAX, e5.PE_TYPE_NONE = r3.PeDefs.prototype.PE_TYPE_NONE, e5.PE_TYPE_GEOGCS = r3.PeDefs.prototype.PE_TYPE_GEOGCS, e5.PE_TYPE_PROJCS = r3.PeDefs.prototype.PE_TYPE_PROJCS, e5.PE_TYPE_GEOGTRAN = r3.PeDefs.prototype.PE_TYPE_GEOGTRAN, e5.PE_TYPE_COORDSYS = r3.PeDefs.prototype.PE_TYPE_COORDSYS, e5.PE_TYPE_UNIT = r3.PeDefs.prototype.PE_TYPE_UNIT, e5.PE_TYPE_LINUNIT = r3.PeDefs.prototype.PE_TYPE_LINUNIT, e5.PE_STR_OPTS_NONE = r3.PeDefs.prototype.PE_STR_OPTS_NONE, e5.PE_STR_AUTH_NONE = r3.PeDefs.prototype.PE_STR_AUTH_NONE, e5.PE_STR_AUTH_TOP = r3.PeDefs.prototype.PE_STR_AUTH_TOP, e5.PE_STR_NAME_CANON = r3.PeDefs.prototype.PE_STR_NAME_CANON, e5.PE_PARM_X0 = r3.PeDefs.prototype.PE_PARM_X0, e5.PE_PARM_ND = r3.PeDefs.prototype.PE_PARM_ND, e5.PE_TRANSFORM_1_TO_2 = r3.PeDefs.prototype.PE_TRANSFORM_1_TO_2, e5.PE_TRANSFORM_2_TO_1 = r3.PeDefs.prototype.PE_TRANSFORM_2_TO_1, e5.PE_TRANSFORM_P_TO_G = r3.PeDefs.prototype.PE_TRANSFORM_P_TO_G, e5.PE_TRANSFORM_G_TO_P = r3.PeDefs.prototype.PE_TRANSFORM_G_TO_P, e5.PE_HORIZON_RECT = r3.PeDefs.prototype.PE_HORIZON_RECT, e5.PE_HORIZON_POLY = r3.PeDefs.prototype.PE_HORIZON_POLY, e5.PE_HORIZON_LINE = r3.PeDefs.prototype.PE_HORIZON_LINE, e5.PE_HORIZON_DELTA = r3.PeDefs.prototype.PE_HORIZON_DELTA; } e5.init = t4; }(E3 || (E3 = {})), function(e5) { const t4 = {}, o6 = {}, n4 = (e6) => { if (e6) { const t5 = e6.getType(); switch (t5) { case E3.PE_TYPE_GEOGCS: e6 = r3.castObject(e6, r3.PeGeogcs); break; case E3.PE_TYPE_PROJCS: e6 = r3.castObject(e6, r3.PeProjcs); break; case E3.PE_TYPE_GEOGTRAN: e6 = r3.castObject(e6, r3.PeGeogtran); break; default: t5 & E3.PE_TYPE_UNIT && (e6 = r3.castObject(e6, r3.PeUnit)); } } return e6; }; function _2() { r3.PeFactory.prototype.initialize(null); } function P3(e6) { return s9(E3.PE_TYPE_COORDSYS, e6); } function s9(e6, o7) { let _3 = null, P4 = t4[e6]; if (P4 || (P4 = {}, t4[e6] = P4), P4.hasOwnProperty(String(o7))) _3 = P4[o7]; else { const t5 = r3.PeFactory.prototype.factoryByType(e6, o7); r3.compare(t5, r3.NULL) || (_3 = t5, P4[o7] = _3); } return _3 = n4(_3), _3; } function i3(e6, t5) { let _3 = null, P4 = o6[e6]; if (P4 || (P4 = {}, o6[e6] = P4), P4.hasOwnProperty(t5)) _3 = P4[t5]; else { const o7 = r3.PeFactory.prototype.fromString(e6, t5); r3.compare(o7, r3.NULL) || (_3 = o7, P4[t5] = _3); } return _3 = n4(_3), _3; } function p2(e6) { return s9(E3.PE_TYPE_GEOGCS, e6); } function u3(e6) { return s9(E3.PE_TYPE_GEOGTRAN, e6); } function a5(e6) { return r3.PeFactory.prototype.getCode(e6); } function c2(e6) { return s9(E3.PE_TYPE_PROJCS, e6); } function g2(e6) { return s9(E3.PE_TYPE_UNIT, e6); } e5.initialize = _2, e5.coordsys = P3, e5.factoryByType = s9, e5.fromString = i3, e5.geogcs = p2, e5.geogtran = u3, e5.getCode = a5, e5.projcs = c2, e5.unit = g2; }(i || (i = {})); var p = null; var u; var a3; var c; var g; var T2; var f2; var O; var S2; var l2; function N(e5) { function t4(e6, t5, o7) { e6[t5] = o7(e6[t5]); } r3 = e5, E3.init(), u.init(), T2.init(), O.init(), S2.init(), p = class extends r3.PeGCSExtent { destroy() { r3.destroy(this); } }; const o6 = [r3.PeDatum, r3.PeGeogcs, r3.PeGeogtran, r3.PeObject, r3.PeParameter, r3.PePrimem, r3.PeProjcs, r3.PeSpheroid, r3.PeUnit]; for (const r6 of o6) t4(r6.prototype, "getName", (e6) => function() { return e6.call(this, new Array(E3.PE_NAME_MAX)); }); for (const P3 of [r3.PeGeogtran, r3.PeProjcs]) t4(P3.prototype, "getParameters", (e6) => function() { const t5 = new Array(E3.PE_PARM_MAX); let o7 = e6.call(this); for (let e7 = 0; e7 < t5.length; e7++) { const n5 = r3.getValue(o7, "*"); t5[e7] = n5 ? r3.wrapPointer(n5, r3.PeParameter) : null, o7 += Int32Array.BYTES_PER_ELEMENT; } return t5; }); t4(r3.PeHorizon.prototype, "getCoord", (e6) => function() { const t5 = this.getSize(); if (!t5) return null; const o7 = []; return d(o7, t5, e6.call(this)), o7; }), t4(r3.PeGTlistExtendedEntry.prototype, "getEntries", (e6) => { const t5 = r3._pe_getPeGTlistExtendedGTsSize(); return function() { let o7 = null; const n5 = e6.call(this); if (!r3.compare(n5, r3.NULL)) { o7 = [n5]; const e7 = this.getSteps(); if (e7 > 1) { const _3 = r3.getPointer(n5); for (let n6 = 1; n6 < e7; n6++) o7.push(r3.wrapPointer(_3 + t5 * n6, r3.PeGTlistExtendedGTs)); } } return o7; }; }); const n4 = r3._pe_getPeHorizonSize(), _2 = (e6) => function() { let t5 = this._cache; if (t5 || (t5 = new Map(), this._cache = t5), t5.has(e6)) return t5.get(e6); let o7 = null; const _3 = e6.call(this); if (!r3.compare(_3, r3.NULL)) { o7 = [_3]; const e7 = _3.getNump(); if (e7 > 1) { const t6 = r3.getPointer(_3); for (let _4 = 1; _4 < e7; _4++) o7.push(r3.wrapPointer(t6 + n4 * _4, r3.PeHorizon)); } } return t5.set(e6, o7), o7; }; t4(r3.PeProjcs.prototype, "horizonGcsGenerate", _2), t4(r3.PeProjcs.prototype, "horizonPcsGenerate", _2), r3.PeObject.prototype.toString = function(e6 = E3.PE_STR_OPTS_NONE) { r3.ensureCache.prepare(); const t5 = r3.getPointer(this), o7 = r3.ensureInt8(new Array(E3.PE_BUFFER_MAX)); return r3.UTF8ToString(r3._pe_object_to_string_ext(t5, e6, o7)); }; } function y(e5) { if (!e5) return; const t4 = r3.getClass(e5); if (!t4) return; const o6 = r3.getCache(t4); if (!o6) return; const n4 = r3.getPointer(e5); n4 && delete o6[n4]; } function M3(e5, t4) { const o6 = [], n4 = new Array(t4); for (let _2 = 0; _2 < e5; _2++) o6.push(r3.ensureInt8(n4)); return o6; } function A(e5) { let t4; return Array.isArray(e5[0]) ? (t4 = [], e5.forEach((e6) => { t4.push(e6[0], e6[1]); })) : t4 = e5, t4; } function d(e5, t4, o6, n4 = false) { if (n4) for (let _2 = 0; _2 < 2 * t4; _2++) e5[_2] = r3.getValue(o6 + _2 * Float64Array.BYTES_PER_ELEMENT, "double"); else { const n5 = e5.length === 0; for (let _2 = 0; _2 < t4; _2++) n5 && (e5[_2] = new Array(2)), e5[_2][0] = r3.getValue(o6, "double"), e5[_2][1] = r3.getValue(o6 + Float64Array.BYTES_PER_ELEMENT, "double"), o6 += 2 * Float64Array.BYTES_PER_ELEMENT; } } !function(e5) { let t4; function o6() { e5.PE_GTLIST_OPTS_COMMON = r3.PeGTlistExtended.prototype.PE_GTLIST_OPTS_COMMON, t4 = r3._pe_getPeGTlistExtendedEntrySize(); } function n4(e6, o7, n5, _2, P3, s9) { let E4 = null; const i3 = new r3.PeInteger(s9); try { const p2 = r3.PeGTlistExtended.prototype.getGTlist(e6, o7, n5, _2, P3, i3); if ((s9 = i3.val) && (E4 = [p2], s9 > 1)) { const e7 = r3.getPointer(p2); for (let o8 = 1; o8 < s9; o8++) E4.push(r3.wrapPointer(e7 + t4 * o8, r3.PeGTlistExtendedEntry)); } } finally { r3.destroy(i3); } return E4; } e5.init = o6, e5.getGTlist = n4; }(u || (u = {})), function(e5) { function t4(e6) { if (e6 && e6.length) { for (const t5 of e6) y(t5), t5.getEntries().forEach((e7) => { y(e7); const t6 = e7.getGeogtran(); y(t6), t6.getParameters().forEach(y), [t6.getGeogcs1(), t6.getGeogcs2()].forEach((e8) => { y(e8); const t7 = e8.getDatum(); y(t7), y(t7.getSpheroid()), y(e8.getPrimem()), y(e8.getUnit()); }); }); r3.PeGTlistExtendedEntry.prototype.Delete(e6[0]); } } e5.destroy = t4; }(a3 || (a3 = {})), function(e5) { function t4(e6, t5, o6, n4, _2) { r3.ensureCache.prepare(); const P3 = A(o6), s9 = o6 === P3, E4 = r3.ensureFloat64(P3); let i3 = 0; n4 && (i3 = r3.ensureFloat64(n4)); const p2 = r3._pe_geog_to_geog(r3.getPointer(e6), t5, E4, i3, _2); return p2 && d(o6, t5, E4, s9), p2; } e5.geogToGeog = t4; }(c || (c = {})), function(e5) { const t4 = (e6, t5, o7, n5, _3, P4) => { let s10, i4; switch (r3.ensureCache.prepare(), e6) { case "dd": s10 = r3._pe_geog_to_dd, i4 = E3.PE_DD_MAX; break; case "ddm": s10 = r3._pe_geog_to_ddm, i4 = E3.PE_DDM_MAX; break; case "dms": s10 = r3._pe_geog_to_dms, i4 = E3.PE_DMS_MAX; } let p3 = 0; t5 && (p3 = r3.getPointer(t5)); const u3 = A(n5), a5 = r3.ensureFloat64(u3), c2 = M3(o7, i4), g2 = s10(p3, o7, a5, _3, r3.ensureInt32(c2)); if (g2) for (let E4 = 0; E4 < o7; E4++) P4[E4] = r3.UTF8ToString(c2[E4]); return g2; }, o6 = (e6, t5, o7, n5, _3) => { let P4; switch (r3.ensureCache.prepare(), e6) { case "dd": P4 = r3._pe_dd_to_geog; break; case "ddm": P4 = r3._pe_ddm_to_geog; break; case "dms": P4 = r3._pe_dms_to_geog; } let s10 = 0; t5 && (s10 = r3.getPointer(t5)); const E4 = n5.map((e7) => r3.ensureString(e7)), i4 = r3.ensureInt32(E4), p3 = r3.ensureFloat64(new Array(2 * o7)), u3 = P4(s10, o7, i4, p3); return u3 && d(_3, o7, p3), u3; }; function n4(e6, o7, r6, n5, _3) { return t4("dms", e6, o7, r6, n5, _3); } function _2(e6, t5, r6, n5) { return o6("dms", e6, t5, r6, n5); } function P3(e6, o7, r6, n5, _3) { return t4("ddm", e6, o7, r6, n5, _3); } function s9(e6, t5, r6, n5) { return o6("ddm", e6, t5, r6, n5); } function i3(e6, o7, r6, n5, _3) { return t4("dd", e6, o7, r6, n5, _3); } function p2(e6, t5, r6, n5) { return o6("dd", e6, t5, r6, n5); } e5.geogToDms = n4, e5.dmsToGeog = _2, e5.geogToDdm = P3, e5.ddmToGeog = s9, e5.geogToDd = i3, e5.ddToGeog = p2; }(g || (g = {})), function(e5) { function t4() { e5.PE_MGRS_STYLE_NEW = r3.PeNotationMgrs.prototype.PE_MGRS_STYLE_NEW, e5.PE_MGRS_STYLE_OLD = r3.PeNotationMgrs.prototype.PE_MGRS_STYLE_OLD, e5.PE_MGRS_STYLE_AUTO = r3.PeNotationMgrs.prototype.PE_MGRS_STYLE_AUTO, e5.PE_MGRS_180_ZONE_1_PLUS = r3.PeNotationMgrs.prototype.PE_MGRS_180_ZONE_1_PLUS, e5.PE_MGRS_ADD_SPACES = r3.PeNotationMgrs.prototype.PE_MGRS_ADD_SPACES; } function o6(e6, t5, o7, n5, _2, P3, s9) { r3.ensureCache.prepare(); let i3 = 0; e6 && (i3 = r3.getPointer(e6)); const p2 = A(o7), u3 = r3.ensureFloat64(p2), a5 = M3(t5, E3.PE_MGRS_MAX), c2 = r3.ensureInt32(a5), g2 = r3._pe_geog_to_mgrs_extended(i3, t5, u3, n5, _2, P3, c2); if (g2) for (let E4 = 0; E4 < t5; E4++) s9[E4] = r3.UTF8ToString(a5[E4]); return g2; } function n4(e6, t5, o7, n5, _2) { r3.ensureCache.prepare(); let P3 = 0; e6 && (P3 = r3.getPointer(e6)); const s9 = o7.map((e7) => r3.ensureString(e7)), E4 = r3.ensureInt32(s9), i3 = r3.ensureFloat64(new Array(2 * t5)), p2 = r3._pe_mgrs_to_geog_extended(P3, t5, E4, n5, i3); return p2 && d(_2, t5, i3), p2; } e5.init = t4, e5.geogToMgrsExtended = o6, e5.mgrsToGeogExtended = n4; }(T2 || (T2 = {})), function(e5) { function t4(e6, t5, o7, n4, _2, P3, s9) { r3.ensureCache.prepare(); let i3 = 0; e6 && (i3 = r3.getPointer(e6)); const p2 = A(o7), u3 = r3.ensureFloat64(p2), a5 = M3(t5, E3.PE_MGRS_MAX), c2 = r3.ensureInt32(a5), g2 = r3._pe_geog_to_usng(i3, t5, u3, n4, _2, P3, c2); if (g2) for (let E4 = 0; E4 < t5; E4++) s9[E4] = r3.UTF8ToString(a5[E4]); return g2; } function o6(e6, t5, o7, n4) { r3.ensureCache.prepare(); let _2 = 0; e6 && (_2 = r3.getPointer(e6)); const P3 = o7.map((e7) => r3.ensureString(e7)), s9 = r3.ensureInt32(P3), E4 = r3.ensureFloat64(new Array(2 * t5)), i3 = r3._pe_usng_to_geog(_2, t5, s9, E4); return i3 && d(n4, t5, E4), i3; } e5.geogToUsng = t4, e5.usngToGeog = o6; }(f2 || (f2 = {})), function(e5) { function t4() { e5.PE_UTM_OPTS_NONE = r3.PeNotationUtm.prototype.PE_UTM_OPTS_NONE, e5.PE_UTM_OPTS_ADD_SPACES = r3.PeNotationUtm.prototype.PE_UTM_OPTS_ADD_SPACES, e5.PE_UTM_OPTS_NS = r3.PeNotationUtm.prototype.PE_UTM_OPTS_NS; } function o6(e6, t5, o7, n5, _2) { r3.ensureCache.prepare(); let P3 = 0; e6 && (P3 = r3.getPointer(e6)); const s9 = A(o7), i3 = r3.ensureFloat64(s9), p2 = M3(t5, E3.PE_UTM_MAX), u3 = r3.ensureInt32(p2), a5 = r3._pe_geog_to_utm(P3, t5, i3, n5, u3); if (a5) for (let E4 = 0; E4 < t5; E4++) _2[E4] = r3.UTF8ToString(p2[E4]); return a5; } function n4(e6, t5, o7, n5, _2) { r3.ensureCache.prepare(); let P3 = 0; e6 && (P3 = r3.getPointer(e6)); const s9 = o7.map((e7) => r3.ensureString(e7)), E4 = r3.ensureInt32(s9), i3 = r3.ensureFloat64(new Array(2 * t5)), p2 = r3._pe_utm_to_geog(P3, t5, E4, n5, i3); return p2 && d(_2, t5, i3), p2; } e5.init = t4, e5.geogToUtm = o6, e5.utmToGeog = n4; }(O || (O = {})), function(e5) { const t4 = new Map(); function o6() { e5.PE_PCSINFO_OPTION_NONE = r3.PePCSInfo.prototype.PE_PCSINFO_OPTION_NONE, e5.PE_PCSINFO_OPTION_DOMAIN = r3.PePCSInfo.prototype.PE_PCSINFO_OPTION_DOMAIN, e5.PE_POLE_OUTSIDE_BOUNDARY = r3.PePCSInfo.prototype.PE_POLE_OUTSIDE_BOUNDARY, e5.PE_POLE_POINT = r3.PePCSInfo.prototype.PE_POLE_POINT; } function n4(o7, n5 = e5.PE_PCSINFO_OPTION_DOMAIN) { let _2, P3; return t4.has(o7) && (P3 = t4.get(o7), P3[n5] && (_2 = P3[n5])), _2 || (_2 = r3.PePCSInfo.prototype.generate(o7, n5), P3 || (P3 = [], t4.set(o7, P3)), P3[n5] = _2), _2; } e5.init = o6, e5.generate = n4; }(S2 || (S2 = {})), function(e5) { function t4() { return r3.PeVersion.prototype.version_string(); } e5.versionString = t4; }(l2 || (l2 = {})); var R2 = Object.freeze(Object.defineProperty({ __proto__: null, get _pe() { return r3; }, isLoaded: n2, isSupported: _, load: P2, get PeCSTransformations() { return s6; }, get PeDefs() { return E3; }, get PeFactory() { return i; }, get PeGCSExtent() { return p; }, get PeGTlistExtended() { return u; }, get PeGTlistExtendedEntry() { return a3; }, get PeGTTransformations() { return c; }, get PeNotationDms() { return g; }, get PeNotationMgrs() { return T2; }, get PeNotationUsng() { return f2; }, get PeNotationUtm() { return O; }, get PePCSInfo() { return S2; }, get PeVersion() { return l2; }, _init: N }, Symbol.toStringTag, { value: "Module" })); // node_modules/@arcgis/core/geometry/support/geodesicConstants.js var i2 = Math.PI / 180; var r4 = s3.radius; var n3 = s3.eccentricitySquared; var s7 = { a1: r4 * n3, a2: r4 * n3 * r4 * n3, a3: r4 * n3 * n3 / 2, a4: r4 * n3 * r4 * n3 * 2.5, a5: r4 * n3 + r4 * n3 * n3 / 2, a6: 1 - n3 }; var d2 = { 4267: { a: 63782064e-1, f: 1 / 294.9786982 }, 4269: { a: 6378137, f: 1 / 298.257222101 }, 4326: { a: s3.radius, f: s3.flattening }, 104900: { a: 2439700, f: 0 }, 104901: { a: 6051e3, f: 0 }, 104902: { a: 6051800, f: 0 }, 104903: { a: e2.radius, f: e2.flattening }, 104904: { a: 3393400, f: 1 / 192.0430107526882 }, 104905: { a: t2.radius, f: t2.flattening }, 104906: { a: 6200, f: 0 }, 104907: { a: 11100, f: 0 }, 104908: { a: 71492e3, f: 0.06487439154031222 }, 104909: { a: 8200, f: 0 }, 104910: { a: 83500, f: 0 }, 104911: { a: 1e4, f: 0 }, 104912: { a: 2409300, f: 0 }, 104913: { a: 15e3, f: 0 }, 104914: { a: 4e4, f: 0 }, 104915: { a: 1562090, f: 0 }, 104916: { a: 2632345, f: 0 }, 104917: { a: 85e3, f: 0 }, 104918: { a: 1821460, f: 0 }, 104919: { a: 5e3, f: 0 }, 104920: { a: 12e3, f: 0 }, 104921: { a: 3e4, f: 3 }, 104922: { a: 18e3, f: 0 }, 104923: { a: 14e3, f: 0 }, 104924: { a: 49300, f: 0 }, 104925: { a: 60268e3, f: 1 / 10.2079945799458 }, 104926: { a: 16e3, f: 0 }, 104927: { a: 9500, f: 0 }, 104928: { a: 56e4, f: 0 }, 104929: { a: 249400, f: 0 }, 104930: { a: 59500, f: 0 }, 104931: { a: 16e3, f: 0 }, 104932: { a: 133e3, f: 0 }, 104933: { a: 718e3, f: 0 }, 104934: { a: 888e3, f: 0 }, 104935: { a: 1986300, f: 0 }, 104936: { a: 1e4, f: 0 }, 104937: { a: 41900, f: 0 }, 104938: { a: 11e4, f: 0 }, 104939: { a: 50100, f: 0 }, 104940: { a: 764e3, f: 0 }, 104941: { a: 11e3, f: 0 }, 104942: { a: 529800, f: 0 }, 104943: { a: 2575e3, f: 0 }, 104944: { a: 25559e3, f: 1 / 43.61604095563141 }, 104945: { a: 578900, f: 0 }, 104946: { a: 33e3, f: 0 }, 104947: { a: 21e3, f: 0 }, 104948: { a: 13e3, f: 0 }, 104949: { a: 31e3, f: 0 }, 104950: { a: 27e3, f: 0 }, 104951: { a: 42e3, f: 0 }, 104952: { a: 235800, f: 0 }, 104953: { a: 761400, f: 0 }, 104954: { a: 15e3, f: 0 }, 104955: { a: 54e3, f: 0 }, 104956: { a: 77e3, f: 0 }, 104957: { a: 27e3, f: 0 }, 104958: { a: 788900, f: 0 }, 104959: { a: 584700, f: 0 }, 104960: { a: 24764e3, f: 0.01708124697141011 }, 104961: { a: 74e3, f: 0 }, 104962: { a: 79e3, f: 0 }, 104963: { a: 104e3, f: 0.14423076923076922 }, 104964: { a: 29e3, f: 0 }, 104965: { a: 17e4, f: 0 }, 104966: { a: 208e3, f: 0 }, 104967: { a: 4e4, f: 0 }, 104968: { a: 1352600, f: 0 }, 104969: { a: 1195e3, f: 0 }, 104970: { a: 593e3, f: 0 }, 104971: { a: t2.radius, f: 0 }, 104972: { a: 47e4, f: 0 }, 104973: { a: 255e3, f: 0 }, 104974: { a: 2439400, f: 0 } }; // node_modules/@arcgis/core/geometry/projection.js var J = null; var Q = null; var Y = null; var $ = {}; var nn = new e3(); function en() { return !!J && n2(); } function tn(n4) { return t(Y) && (Y = Promise.all([P2(), import("./geometryEngineBase-WF7RF2QY.js").then((n5) => n5.g), import("./hydrated-62YSLXHA.js")])), Y.then(([, e5, { hydratedAdapter: t4 }]) => { f(n4), Q = t4, J = e5.default, J._enableProjection(R2), nn.notify(); }); } function rn(n4, e5, t4 = null, r6 = null) { return Array.isArray(n4) ? n4.length === 0 ? [] : ln(Q, n4, n4[0].spatialReference, e5, t4, r6) : ln(Q, [n4], n4.spatialReference, e5, t4, r6)[0]; } function ln(n4, e5, t4, r6, l3 = null, i3 = null) { if (t(t4) || t(r6)) return e5; if (An(t4, r6, l3)) return e5.map((n5) => e(Sn(n5, t4, r6))); if (t(l3)) { const n5 = s5.cacheKey(t4, r6); $[n5] !== void 0 ? l3 = $[n5] : (l3 = on(t4, r6, null), t(l3) && (l3 = new s5()), $[n5] = l3); } if (t(J)) throw new an(); return r(i3) ? J._project(n4, e5, t4, r6, l3, i3) : J._project(n4, e5, t4, r6, l3); } function un(n4, e5) { return t(n4) ? { pending: null, geometry: null } : E(n4.spatialReference, e5) ? { pending: null, geometry: n4 } : I(n4.spatialReference) && I(e5) ? An(n4.spatialReference, e5) || en() ? { pending: null, geometry: Rn(n4, e5) } : (l(nn), { pending: tn(), geometry: null }) : { pending: null, geometry: null }; } function on(n4, e5, t4 = null) { if (t(J)) throw new an(); if (t(n4) || t(e5)) return null; const r6 = J._getTransformation(Q, n4, e5, t4, t4?.spatialReference); return r6 !== null ? s5.fromGE(r6) : null; } var an = class extends s { constructor() { super("projection:not-loaded", "projection engine not fully loaded yet, please call load()"); } }; var cn; !function(n4) { n4[n4.UNKNOWN = 0] = "UNKNOWN", n4[n4.SPHERICAL_ECEF = 1] = "SPHERICAL_ECEF", n4[n4.WGS84 = 2] = "WGS84", n4[n4.WEB_MERCATOR = 3] = "WEB_MERCATOR", n4[n4.WGS84_ECEF = 4] = "WGS84_ECEF", n4[n4.CGCS2000 = 5] = "CGCS2000", n4[n4.WGS84_COMPARABLE_LON_LAT = 6] = "WGS84_COMPARABLE_LON_LAT", n4[n4.SPHERICAL_MARS_PCPF = 7] = "SPHERICAL_MARS_PCPF", n4[n4.GCSMARS2000 = 8] = "GCSMARS2000", n4[n4.SPHERICAL_MOON_PCPF = 9] = "SPHERICAL_MOON_PCPF", n4[n4.GCSMOON2000 = 10] = "GCSMOON2000", n4[n4.LON_LAT = 11] = "LON_LAT", n4[n4.PLATE_CARREE = 12] = "PLATE_CARREE"; }(cn || (cn = {})); function Rn(n4, e5) { try { const t4 = rn(n4, e5); if (t4 == null) return null; "xmin" in n4 && "xmin" in t4 && (t4.zmin = n4.zmin, t4.zmax = n4.zmax); const r6 = o3(t4.type, n4.spatialReference, e5); return r(r6) && r6(t4), t4; } catch (t4) { if (!(t4 instanceof an)) throw t4; return null; } } function An(n4, e5, t4) { return !t4 && (!!E(n4, e5) || I(n4) && I(e5) && !!Ie(n4, e5, je)); } async function fn(n4, e5, t4, r6) { if (en()) return q(r6); if (Array.isArray(n4)) { for (const { source: l3, dest: u3, geographicTransformation: o6 } of n4) if (!An(l3, u3, o6)) return tn(r6); } else if (!An(n4, e5, t4)) return tn(r6); return q(r6); } function Sn(n4, e5, t4) { return n4 ? "x" in n4 ? Ln(n4, e5, new j(), t4, 0) : "xmin" in n4 ? Fn(n4, e5, new M(), t4, 0) : "rings" in n4 ? mn(n4, e5, new v(), t4, 0) : "paths" in n4 ? Nn(n4, e5, new m2(), t4, 0) : "points" in n4 ? On(n4, e5, new m(), t4, 0) : null : null; } function Ln(n4, e5, t4, r6, l3) { ke[0] = n4.x, ke[1] = n4.y; const u3 = n4.z; return ke[2] = u3 !== void 0 ? u3 : l3, Un(ke, e5, 0, ke, r6, 0, 1) ? (t4.x = ke[0], t4.y = ke[1], t4.spatialReference = r6, u3 === void 0 ? (t4.z = void 0, t4.hasZ = false) : (t4.z = ke[2], t4.hasZ = true), n4.m === void 0 ? (t4.m = void 0, t4.hasM = false) : (t4.m = n4.m, t4.hasM = true), t4) : null; } function On(n4, e5, t4, r6, l3) { const { points: u3, hasZ: o6, hasM: s9 } = n4, i3 = [], a5 = u3.length, c2 = []; for (const E4 of u3) c2.push(E4[0], E4[1], o6 ? E4[2] : l3); if (!Un(c2, e5, 0, c2, r6, 0, a5)) return null; for (let E4 = 0; E4 < a5; ++E4) { const n5 = 3 * E4, e6 = c2[n5], t5 = c2[n5 + 1]; o6 && s9 ? i3.push([e6, t5, c2[n5 + 2], u3[E4][3]]) : o6 ? i3.push([e6, t5, c2[n5 + 2]]) : s9 ? i3.push([e6, t5, u3[E4][2]]) : i3.push([e6, t5]); } return t4.points = i3, t4.spatialReference = r6, t4.hasZ = o6, t4.hasM = s9, t4; } function Nn(n4, e5, t4, r6, l3) { const { paths: u3, hasZ: o6, hasM: s9 } = n4, i3 = []; return Kn(u3, o6, s9, e5, i3, r6, l3) ? (t4.paths = i3, t4.spatialReference = r6, t4.hasZ = o6, t4.hasM = s9, t4) : null; } function Wn(n4, e5, t4 = e5.spatialReference, r6 = 0) { return r(t4) && r(mn(n4, n4.spatialReference, e5, t4, r6)); } function mn(n4, e5, t4, r6, l3) { const { rings: u3, hasZ: o6, hasM: s9 } = n4, i3 = []; return Kn(u3, o6, s9, e5, i3, r6, l3) ? (t4.rings = i3, t4.spatialReference = r6, t4.hasZ = o6, t4.hasM = s9, t4) : null; } function Fn(n4, e5, t4, r6, l3) { const { xmin: u3, ymin: o6, xmax: s9, ymax: i3, hasZ: a5, hasM: c2 } = n4; if (!gn(u3, o6, a5 ? n4.zmin : l3, e5, ke, r6)) return null; t4.xmin = ke[0], t4.ymin = ke[1], a5 && (t4.zmin = ke[2]); return gn(s9, i3, a5 ? n4.zmax : l3, e5, ke, r6) ? (t4.xmax = ke[0], t4.ymax = ke[1], a5 && (t4.zmax = ke[2]), c2 && (t4.mmin = n4.mmin, t4.mmax = n4.mmax), t4.spatialReference = r6, t4) : null; } function Hn(n4, e5, t4, r6 = 0) { ke[0] = n4.x, ke[1] = n4.y; const l3 = n4.z; return ke[2] = l3 !== void 0 ? l3 : r6, Un(ke, n4.spatialReference, 0, e5, t4, 0, 1); } function gn(n4, e5, t4, r6, l3, u3) { return xe[0] = n4, xe[1] = e5, xe[2] = t4, Un(xe, r6, 0, l3, u3, 0, 1); } function Un(n4, e5, t4, r6, l3, u3, s9 = 1) { const i3 = Ie(e5, l3, je); if (t(i3)) return false; if (i3 === Jn) { if (n4 === r6 && t4 === u3) return true; const e6 = t4 + 3 * s9; for (let l4 = t4, o6 = u3; l4 < e6; l4++, o6++) r6[o6] = n4[l4]; return true; } const a5 = t4 + 3 * s9; for (let o6 = t4, c2 = u3; o6 < a5; o6 += 3, c2 += 3) i3(n4, o6, r6, c2); return true; } function Kn(n4, e5, t4, r6, l3, u3, o6 = 0) { const s9 = new Array(); for (const a5 of n4) for (const n5 of a5) s9.push(n5[0], n5[1], e5 ? n5[2] : o6); if (!Un(s9, r6, 0, s9, u3, 0, s9.length / 3)) return false; let i3 = 0; l3.length = 0; for (const a5 of n4) { const n5 = new Array(); for (const r7 of a5) e5 && t4 ? n5.push([s9[i3++], s9[i3++], s9[i3++], r7[3]]) : e5 ? n5.push([s9[i3++], s9[i3++], s9[i3++]]) : t4 ? (n5.push([s9[i3++], s9[i3++], r7[2]]), i3++) : (n5.push([s9[i3++], s9[i3++]]), i3++); l3.push(n5); } return true; } function qn(n4, e5, t4, r6) { if (t(n4) || t(r6)) return false; const l3 = Dn(n4, ge), u3 = Dn(r6, Be); if (l3 === u3 && !Zn(u3) && (l3 !== cn.UNKNOWN || E(n4, r6))) return x(t4, e5), true; if (Zn(u3)) { const n5 = Fe[l3][cn.LON_LAT], r7 = Fe[cn.LON_LAT][u3]; return !t(n5) && !t(r7) && (n5(e5, 0, Ke, 0), r7(Ke, 0, be, 0), Vn(we * Ke[0], we * Ke[1], t4), t4[12] = be[0], t4[13] = be[1], t4[14] = be[2], true); } if ((u3 === cn.WEB_MERCATOR || u3 === cn.PLATE_CARREE) && (l3 === cn.WGS84 || l3 === cn.CGCS2000 && u3 === cn.PLATE_CARREE || l3 === cn.SPHERICAL_ECEF || l3 === cn.WEB_MERCATOR)) { const n5 = Fe[l3][cn.LON_LAT], r7 = Fe[cn.LON_LAT][u3]; return !t(n5) && !t(r7) && (n5(e5, 0, Ke, 0), r7(Ke, 0, be, 0), l3 === cn.SPHERICAL_ECEF ? Xn(we * Ke[0], we * Ke[1], t4) : r2(t4), t4[12] = be[0], t4[13] = be[1], t4[14] = be[2], true); } return false; } function Zn(n4) { return n4 === cn.SPHERICAL_ECEF || n4 === cn.SPHERICAL_MARS_PCPF || n4 === cn.SPHERICAL_MOON_PCPF; } function Vn(n4, e5, t4) { const r6 = Math.sin(n4), l3 = Math.cos(n4), u3 = Math.sin(e5), o6 = Math.cos(e5), s9 = t4; return s9[0] = -r6, s9[4] = -u3 * l3, s9[8] = o6 * l3, s9[12] = 0, s9[1] = l3, s9[5] = -u3 * r6, s9[9] = o6 * r6, s9[13] = 0, s9[2] = 0, s9[6] = o6, s9[10] = u3, s9[14] = 0, s9[3] = 0, s9[7] = 0, s9[11] = 0, s9[15] = 1, s9; } function Xn(n4, e5, t4) { return Vn(n4, e5, t4), o2(t4, t4), t4; } function Dn(n4, e5) { return e5.spatialReference === n4 ? e5.spatialReferenceId : (e5.spatialReference = n4, "metersPerUnit" in e5 && (e5.metersPerUnit = z(n4, 1)), n4.wkt === G2.wkt ? e5.spatialReferenceId = cn.SPHERICAL_ECEF : G(n4) ? e5.spatialReferenceId = cn.WGS84 : k(n4) ? e5.spatialReferenceId = cn.WEB_MERCATOR : T(n4) ? e5.spatialReferenceId = cn.PLATE_CARREE : n4.wkt === R.wkt ? e5.spatialReferenceId = cn.WGS84_ECEF : n4.wkid === S.CGCS2000 ? e5.spatialReferenceId = cn.CGCS2000 : n4.wkt === I2.wkt ? e5.spatialReferenceId = cn.SPHERICAL_MARS_PCPF : n4.wkt === E2.wkt ? e5.spatialReferenceId = cn.SPHERICAL_MOON_PCPF : P(n4) ? e5.spatialReferenceId = cn.GCSMARS2000 : s2(n4) ? e5.spatialReferenceId = cn.GCSMOON2000 : e5.spatialReferenceId = cn.UNKNOWN); } function Jn(n4, e5, t4, r6) { n4 !== t4 && (t4[r6++] = n4[e5++], t4[r6++] = n4[e5++], t4[r6] = n4[e5]); } function Qn(n4, e5, t4, r6) { t4[r6++] = Ue * (n4[e5++] / s3.radius), t4[r6++] = Ue * (Math.PI / 2 - 2 * Math.atan(Math.exp(-n4[e5++] / s3.radius))), t4[r6] = n4[e5]; } function Yn(n4, e5, t4, r6) { Qn(n4, e5, t4, r6), Se(t4, r6, t4, r6); } function $n(n4, e5, t4, r6) { Qn(n4, e5, t4, r6), he(t4, r6, t4, r6); } function ne(n4, t4, r6, l3, u3) { const o6 = 0.4999999 * Math.PI, s9 = o(we * n4[t4 + 1], -o6, o6), i3 = Math.sin(s9); r6[l3++] = we * n4[t4] * u3.radius, r6[l3++] = u3.halfSemiMajorAxis * Math.log((1 + i3) / (1 - i3)), r6[l3] = n4[t4 + 2]; } function ee(n4, e5, t4, r6) { ne(n4, e5, t4, r6, s3); } var te = s3.radius * Math.PI / 180; var re = 180 / (s3.radius * Math.PI); function le(n4, e5, t4, r6) { t4[r6] = n4[e5] * te, t4[r6 + 1] = n4[e5 + 1] * te, t4[r6 + 2] = n4[e5 + 2]; } function ue(n4, e5, t4, r6) { t4[r6] = n4[e5] * re, t4[r6 + 1] = n4[e5 + 1] * re, t4[r6 + 2] = n4[e5 + 2]; } function oe(n4, e5, t4, r6) { Qn(n4, e5, t4, r6), le(t4, r6, t4, r6); } function se(n4, e5, t4, r6) { We(n4, e5, t4, r6), le(t4, r6, t4, r6); } function ie(n4, e5, t4, r6) { Oe(n4, e5, t4, r6), le(t4, r6, t4, r6); } function ae(n4, e5, t4, r6) { ue(n4, e5, t4, r6), Se(t4, r6, t4, r6); } function ce(n4, e5, t4, r6) { ue(n4, e5, t4, r6), ee(t4, r6, t4, r6); } function Ee(n4, e5, t4, r6) { ue(n4, e5, t4, r6), he(t4, r6, t4, r6); } function Ae(n4, e5, t4, r6, l3) { const u3 = l3 + n4[e5 + 2], o6 = we * n4[e5 + 1], s9 = we * n4[e5], i3 = Math.cos(o6); t4[r6++] = Math.cos(s9) * i3 * u3, t4[r6++] = Math.sin(s9) * i3 * u3, t4[r6] = Math.sin(o6) * u3; } function fe(n4, e5, t4, r6) { Ae(n4, e5, t4, r6, e2.radius); } function _e(n4, e5, t4, r6) { Ae(n4, e5, t4, r6, t2.radius); } function Se(n4, e5, t4, r6) { Ae(n4, e5, t4, r6, s3.radius); } function Pe(n4, e5, t4, r6, u3) { const o6 = n4[e5], s9 = n4[e5 + 1], i3 = n4[e5 + 2], a5 = Math.sqrt(o6 * o6 + s9 * s9 + i3 * i3), c2 = b(i3 / (a5 === 0 ? 1 : a5)), E4 = Math.atan2(s9, o6); t4[r6++] = Ue * E4, t4[r6++] = Ue * c2, t4[r6] = a5 - u3; } function Le(n4, e5, t4, r6) { Pe(n4, e5, t4, r6, e2.radius); } function Me(n4, e5, t4, r6) { Pe(n4, e5, t4, r6, t2.radius); } function Oe(n4, e5, t4, r6) { Pe(n4, e5, t4, r6, s3.radius); } function pe(n4, e5, t4, r6) { Oe(n4, e5, t4, r6), ee(t4, r6, t4, r6); } function Ne(n4, e5, t4, r6) { Oe(n4, e5, t4, r6), he(t4, r6, t4, r6); } function Ge(n4, e5, t4, r6, l3) { const u3 = we * n4[e5], o6 = we * n4[e5 + 1], s9 = n4[e5 + 2], i3 = Math.sin(o6), a5 = Math.cos(o6), c2 = l3.radius / Math.sqrt(1 - l3.eccentricitySquared * i3 * i3); t4[r6++] = (c2 + s9) * a5 * Math.cos(u3), t4[r6++] = (c2 + s9) * a5 * Math.sin(u3), t4[r6++] = (c2 * (1 - l3.eccentricitySquared) + s9) * i3; } function he(n4, e5, t4, r6) { Ge(n4, e5, t4, r6, s3); } function We(n4, e5, t4, r6) { const l3 = s7, u3 = n4[e5], o6 = n4[e5 + 1], s9 = n4[e5 + 2]; let i3, a5, c2, E4, C, R3, A2, f3, _2, S3, P3, L, M4, O2, p2, N2, G3, h, W, m4, T3; i3 = Math.abs(s9), a5 = u3 * u3 + o6 * o6, c2 = Math.sqrt(a5), E4 = a5 + s9 * s9, C = Math.sqrt(E4), m4 = Math.atan2(o6, u3), R3 = s9 * s9 / E4, A2 = a5 / E4, O2 = l3.a2 / C, p2 = l3.a3 - l3.a4 / C, A2 > 0.3 ? (f3 = i3 / C * (1 + A2 * (l3.a1 + O2 + R3 * p2) / C), W = Math.asin(f3), S3 = f3 * f3, _2 = Math.sqrt(1 - S3)) : (_2 = c2 / C * (1 - R3 * (l3.a5 - O2 - A2 * p2) / C), W = Math.acos(_2), S3 = 1 - _2 * _2, f3 = Math.sqrt(S3)), P3 = 1 - s3.eccentricitySquared * S3, L = s3.radius / Math.sqrt(P3), M4 = l3.a6 * L, O2 = c2 - L * _2, p2 = i3 - M4 * f3, G3 = _2 * O2 + f3 * p2, N2 = _2 * p2 - f3 * O2, h = N2 / (M4 / P3 + G3), W += h, T3 = G3 + N2 * h / 2, s9 < 0 && (W = -W), t4[r6++] = Ue * m4, t4[r6++] = Ue * W, t4[r6] = T3; } function me(n4, e5, t4, r6) { We(n4, e5, t4, r6), Se(t4, r6, t4, r6); } function Te(n4, e5, t4, r6) { We(n4, e5, t4, r6), ee(t4, r6, t4, r6); } var Fe = { [cn.WGS84]: { [cn.CGCS2000]: null, [cn.GCSMARS2000]: null, [cn.GCSMOON2000]: null, [cn.LON_LAT]: Jn, [cn.WGS84_COMPARABLE_LON_LAT]: Jn, [cn.SPHERICAL_ECEF]: Se, [cn.SPHERICAL_MARS_PCPF]: null, [cn.SPHERICAL_MOON_PCPF]: null, [cn.UNKNOWN]: null, [cn.WEB_MERCATOR]: ee, [cn.PLATE_CARREE]: le, [cn.WGS84]: Jn, [cn.WGS84_ECEF]: he }, [cn.CGCS2000]: { [cn.CGCS2000]: Jn, [cn.GCSMARS2000]: null, [cn.GCSMOON2000]: null, [cn.LON_LAT]: Jn, [cn.WGS84_COMPARABLE_LON_LAT]: Jn, [cn.SPHERICAL_ECEF]: Se, [cn.SPHERICAL_MARS_PCPF]: null, [cn.SPHERICAL_MOON_PCPF]: null, [cn.UNKNOWN]: null, [cn.WEB_MERCATOR]: null, [cn.PLATE_CARREE]: le, [cn.WGS84]: null, [cn.WGS84_ECEF]: he }, [cn.GCSMARS2000]: { [cn.CGCS2000]: null, [cn.GCSMARS2000]: Jn, [cn.GCSMOON2000]: null, [cn.LON_LAT]: Jn, [cn.WGS84_COMPARABLE_LON_LAT]: null, [cn.SPHERICAL_ECEF]: null, [cn.SPHERICAL_MARS_PCPF]: _e, [cn.SPHERICAL_MOON_PCPF]: null, [cn.UNKNOWN]: null, [cn.WEB_MERCATOR]: null, [cn.PLATE_CARREE]: null, [cn.WGS84]: null, [cn.WGS84_ECEF]: null }, [cn.GCSMOON2000]: { [cn.CGCS2000]: null, [cn.GCSMARS2000]: null, [cn.GCSMOON2000]: Jn, [cn.LON_LAT]: Jn, [cn.WGS84_COMPARABLE_LON_LAT]: null, [cn.SPHERICAL_ECEF]: null, [cn.SPHERICAL_MARS_PCPF]: null, [cn.SPHERICAL_MOON_PCPF]: fe, [cn.UNKNOWN]: null, [cn.WEB_MERCATOR]: null, [cn.PLATE_CARREE]: null, [cn.WGS84]: null, [cn.WGS84_ECEF]: null }, [cn.WEB_MERCATOR]: { [cn.CGCS2000]: null, [cn.GCSMARS2000]: null, [cn.GCSMOON2000]: null, [cn.LON_LAT]: Qn, [cn.WGS84_COMPARABLE_LON_LAT]: Qn, [cn.SPHERICAL_ECEF]: Yn, [cn.SPHERICAL_MARS_PCPF]: null, [cn.SPHERICAL_MOON_PCPF]: null, [cn.UNKNOWN]: null, [cn.WEB_MERCATOR]: Jn, [cn.PLATE_CARREE]: oe, [cn.WGS84]: Qn, [cn.WGS84_ECEF]: $n }, [cn.WGS84_ECEF]: { [cn.CGCS2000]: We, [cn.GCSMARS2000]: null, [cn.GCSMOON2000]: null, [cn.LON_LAT]: We, [cn.WGS84_COMPARABLE_LON_LAT]: We, [cn.SPHERICAL_ECEF]: me, [cn.SPHERICAL_MARS_PCPF]: null, [cn.SPHERICAL_MOON_PCPF]: null, [cn.UNKNOWN]: null, [cn.WEB_MERCATOR]: Te, [cn.PLATE_CARREE]: se, [cn.WGS84]: We, [cn.WGS84_ECEF]: Jn }, [cn.SPHERICAL_ECEF]: { [cn.CGCS2000]: Oe, [cn.GCSMARS2000]: null, [cn.GCSMOON2000]: null, [cn.LON_LAT]: Oe, [cn.WGS84_COMPARABLE_LON_LAT]: Oe, [cn.SPHERICAL_ECEF]: Jn, [cn.SPHERICAL_MARS_PCPF]: null, [cn.SPHERICAL_MOON_PCPF]: null, [cn.UNKNOWN]: null, [cn.WEB_MERCATOR]: pe, [cn.PLATE_CARREE]: ie, [cn.WGS84]: Oe, [cn.WGS84_ECEF]: Ne }, [cn.SPHERICAL_MARS_PCPF]: { [cn.CGCS2000]: null, [cn.GCSMARS2000]: Me, [cn.GCSMOON2000]: null, [cn.LON_LAT]: Me, [cn.WGS84_COMPARABLE_LON_LAT]: null, [cn.SPHERICAL_ECEF]: null, [cn.SPHERICAL_MARS_PCPF]: Jn, [cn.SPHERICAL_MOON_PCPF]: null, [cn.UNKNOWN]: null, [cn.WEB_MERCATOR]: null, [cn.PLATE_CARREE]: null, [cn.WGS84]: null, [cn.WGS84_ECEF]: null }, [cn.SPHERICAL_MOON_PCPF]: { [cn.CGCS2000]: null, [cn.GCSMARS2000]: null, [cn.GCSMOON2000]: Le, [cn.LON_LAT]: Le, [cn.WGS84_COMPARABLE_LON_LAT]: null, [cn.SPHERICAL_ECEF]: null, [cn.SPHERICAL_MARS_PCPF]: null, [cn.SPHERICAL_MOON_PCPF]: Jn, [cn.UNKNOWN]: null, [cn.WEB_MERCATOR]: null, [cn.PLATE_CARREE]: null, [cn.WGS84]: null, [cn.WGS84_ECEF]: null }, [cn.UNKNOWN]: { [cn.CGCS2000]: null, [cn.GCSMARS2000]: null, [cn.GCSMOON2000]: null, [cn.LON_LAT]: null, [cn.WGS84_COMPARABLE_LON_LAT]: null, [cn.SPHERICAL_ECEF]: null, [cn.SPHERICAL_MARS_PCPF]: null, [cn.SPHERICAL_MOON_PCPF]: null, [cn.UNKNOWN]: Jn, [cn.WEB_MERCATOR]: null, [cn.PLATE_CARREE]: null, [cn.WGS84]: null, [cn.WGS84_ECEF]: null }, [cn.LON_LAT]: { [cn.CGCS2000]: Jn, [cn.GCSMARS2000]: Jn, [cn.GCSMOON2000]: Jn, [cn.LON_LAT]: Jn, [cn.WGS84_COMPARABLE_LON_LAT]: Jn, [cn.SPHERICAL_ECEF]: Se, [cn.SPHERICAL_MARS_PCPF]: _e, [cn.SPHERICAL_MOON_PCPF]: fe, [cn.UNKNOWN]: null, [cn.WEB_MERCATOR]: ee, [cn.PLATE_CARREE]: le, [cn.WGS84]: Jn, [cn.WGS84_ECEF]: he }, [cn.WGS84_COMPARABLE_LON_LAT]: { [cn.CGCS2000]: null, [cn.GCSMARS2000]: null, [cn.GCSMOON2000]: null, [cn.LON_LAT]: Jn, [cn.WGS84_COMPARABLE_LON_LAT]: Jn, [cn.SPHERICAL_ECEF]: Se, [cn.SPHERICAL_MARS_PCPF]: null, [cn.SPHERICAL_MOON_PCPF]: null, [cn.UNKNOWN]: null, [cn.WEB_MERCATOR]: null, [cn.PLATE_CARREE]: le, [cn.WGS84]: Jn, [cn.WGS84_ECEF]: he }, [cn.PLATE_CARREE]: { [cn.CGCS2000]: ue, [cn.GCSMARS2000]: null, [cn.GCSMOON2000]: null, [cn.LON_LAT]: ue, [cn.WGS84_COMPARABLE_LON_LAT]: ue, [cn.SPHERICAL_ECEF]: ae, [cn.SPHERICAL_MARS_PCPF]: null, [cn.SPHERICAL_MOON_PCPF]: null, [cn.UNKNOWN]: null, [cn.WEB_MERCATOR]: ce, [cn.PLATE_CARREE]: Jn, [cn.WGS84]: ue, [cn.WGS84_ECEF]: Ee } }; function Ie(n4, e5, t4 = He()) { return t(n4) || t(e5) ? null : de(n4, e5, t4).projector; } function de(n4, e5, t4) { if (t(n4) || t(e5) || t4.source.spatialReference === n4 && t4.dest.spatialReference === e5) return t4; const r6 = Dn(n4, t4.source), l3 = Dn(e5, t4.dest); return r6 === cn.UNKNOWN && l3 === cn.UNKNOWN ? E(n4, e5) ? t4.projector = Jn : t4.projector = null : t4.projector = Fe[r6][l3], t4; } function He() { return { source: { spatialReference: null, spatialReferenceId: cn.UNKNOWN, metersPerUnit: 1 }, dest: { spatialReference: null, spatialReferenceId: cn.UNKNOWN, metersPerUnit: 1 }, projector: Jn }; } var ge = { spatialReference: null, spatialReferenceId: cn.UNKNOWN }; var Be = { spatialReference: null, spatialReferenceId: cn.UNKNOWN }; var je = He(); var ye = He(); var we = M2(1); var Ue = m3(1); var xe = n(); var Ke = n(); var be = n(); var ke = n(); var ze = n(); export { s6 as s, E3 as E, i, c, S2 as S, s5 as s2, en, tn, rn, ln, un, on, An, fn, Wn, Hn, Un, qn }; //# sourceMappingURL=chunk-DH2OBAUC.js.map