@arcgis/coding-components 5.1.0-next.55 → 5.1.0-next.57
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/dist/cdn/2XTHR2WZ.js +2 -0
- package/dist/cdn/3QKEF7NL.js +2 -0
- package/dist/cdn/{RJRCBNNO.js → 57WNN7NN.js} +1 -1
- package/dist/cdn/6E4U2MLJ.js +7 -0
- package/dist/cdn/{PKG2K3V2.js → A2OAI373.js} +1 -1
- package/dist/cdn/AAMHIVYL.js +2 -0
- package/dist/cdn/AHDVGYFC.js +2 -0
- package/dist/cdn/CZ2DJPO4.js +2 -0
- package/dist/cdn/D6BJOZGQ.js +2 -0
- package/dist/cdn/DGFH2WPL.js +2 -0
- package/dist/cdn/FLNLMLTL.js +2 -0
- package/dist/cdn/{UZJHWA6T.js → FUBRHCFC.js} +1 -1
- package/dist/cdn/{PVL67WGX.js → FYW5NKEJ.js} +1 -1
- package/dist/cdn/LSBKL6MO.js +6 -0
- package/dist/cdn/MVAB75O7.js +2 -0
- package/dist/cdn/QGCNEBN6.js +4 -0
- package/dist/cdn/SV4IPD4A.js +2 -0
- package/dist/cdn/T6RFLFX3.js +2 -0
- package/dist/cdn/TBTVVU6V.js +2 -0
- package/dist/cdn/V63C7RKJ.js +2 -0
- package/dist/cdn/{6YD47X7H.js → VILW5AVK.js} +1 -1
- package/dist/cdn/VPP77CFW.js +2 -0
- package/dist/cdn/W2PBO44R.js +12 -0
- package/dist/cdn/{4A2CLADY.js → WNKEPEXN.js} +1 -1
- package/dist/cdn/{54ZOADNQ.js → XU4GWM7C.js} +1 -1
- package/dist/cdn/YPMKBMXS.js +2 -0
- package/dist/cdn/ZCXZTSQU.js +2 -0
- package/dist/cdn/ZHZFKZA7.js +2 -0
- package/dist/cdn/assets/arcade-editor/t9n/messages.en.json +1 -1
- package/dist/cdn/assets/code-editor/sql-expr.worker.js +119 -116
- package/dist/cdn/assets/code-editor/sql-layer.worker.js +10087 -0
- package/dist/cdn/assets/editor-variables/t9n/messages.en.json +1 -1
- package/dist/cdn/assets/sql-expression-editor/t9n/messages.en.json +1 -1
- package/dist/cdn/assets/sql-layer-editor/t9n/messages.en.json +1 -0
- package/dist/cdn/index.js +1 -1
- package/dist/cdn/main.css +1 -1
- package/dist/chunks/arcade-defaults.js +98 -96
- package/dist/chunks/arcade-service-accessors.js +40 -28
- package/dist/chunks/bigquery.js +186 -0
- package/dist/chunks/colorize.js +1 -1
- package/dist/chunks/fields.js +2 -2
- package/dist/chunks/language-defaults-base.js +733 -464
- package/dist/chunks/postgres.js +209 -0
- package/dist/chunks/setup-monaco-theme.js +28 -20
- package/dist/chunks/sql-expr-defaults.js +11 -10
- package/dist/chunks/sql-layer-defaults.js +231 -0
- package/dist/chunks/sql-layer-mode.js +301 -0
- package/dist/chunks/sqlServer.js +288 -0
- package/dist/chunks/utils.js +184 -0
- package/dist/components/arcgis-arcade-coding-assistant/customElement.js +134 -123
- package/dist/components/arcgis-arcade-editor/customElement.d.ts +17 -0
- package/dist/components/arcgis-arcade-editor/customElement.js +22 -22
- package/dist/components/arcgis-code-editor/customElement.d.ts +2 -1
- package/dist/components/arcgis-code-editor/customElement.js +91 -71
- package/dist/components/arcgis-editor-variables/customElement.js +50 -47
- package/dist/components/arcgis-sql-expression-editor/customElement.d.ts +12 -0
- package/dist/components/arcgis-sql-expression-editor/customElement.js +17 -17
- package/dist/components/arcgis-sql-layer-editor/customElement.d.ts +50 -0
- package/dist/components/arcgis-sql-layer-editor/customElement.js +92 -0
- package/dist/components/arcgis-sql-layer-editor/index.d.ts +1 -0
- package/dist/components/arcgis-sql-layer-editor/index.js +7 -0
- package/dist/components/types.d.ts +79 -2
- package/dist/docs/api.json +1 -1
- package/dist/docs/docs.json +1 -1
- package/dist/docs/vscode.html-custom-data.json +1 -1
- package/dist/docs/web-types.json +1 -1
- package/dist/index.d.ts +10 -0
- package/dist/loader.js +6 -5
- package/dist/types/lumina.d.ts +9 -2
- package/dist/types/preact.d.ts +10 -2
- package/dist/types/react.d.ts +11 -2
- package/dist/types/stencil.d.ts +9 -2
- package/dist/utils/data-catalog-datastore.d.ts +170 -0
- package/package.json +5 -5
- package/dist/cdn/5CO7XWOT.js +0 -2
- package/dist/cdn/5FXY5U3T.js +0 -2
- package/dist/cdn/CYC4AWZE.js +0 -2
- package/dist/cdn/GVO3LEFV.js +0 -2
- package/dist/cdn/J5X2KSYD.js +0 -2
- package/dist/cdn/QHJAF7L3.js +0 -6
- package/dist/cdn/T7GEIGWF.js +0 -2
- package/dist/cdn/TAXRVBJC.js +0 -2
- package/dist/cdn/VR5CATAW.js +0 -2
- package/dist/cdn/WTNM2NCZ.js +0 -2
- package/dist/cdn/XEUG3X2W.js +0 -2
- package/dist/cdn/ZJCI6LP6.js +0 -12
- package/dist/cdn/ZSVJAJND.js +0 -4
|
@@ -18248,7 +18248,7 @@ function se(t, e, r, n) {
|
|
|
18248
18248
|
const cr = { apiKey: void 0, apiKeys: { scopes: [] }, applicationName: "", applicationUrl: globalThis.location?.href, assetsPath: "", fontsUrl: "https://static.arcgis.com/fonts", geometryServiceUrl: "https://utility.arcgisonline.com/arcgis/rest/services/Geometry/GeometryServer", geoRSSServiceUrl: "https://utility.arcgis.com/sharing/rss", kmlServiceUrl: "https://utility.arcgis.com/sharing/kml", userPrivilegesApplied: !0, portalUrl: "https://www.arcgis.com", respectPrefersReducedMotion: !0, routeServiceUrl: "https://route-api.arcgis.com/arcgis/rest/services/World/Route/NAServer/Route_World", workers: { loaderConfig: { has: {}, paths: {}, map: {}, packages: [] } }, request: { crossOriginNoCorsDomains: null, httpsDomains: ["arcgis.com", "arcgisonline.com", "esrikr.com", "premiumservices.blackbridge.com", "esripremium.accuweather.com", "gbm.digitalglobe.com", "firstlook.digitalglobe.com", "msi.digitalglobe.com"], interceptors: [], internalInterceptors: [], maxUrlLength: 2e3, priority: "high", proxyRules: [], proxyUrl: null, timeout: 62e3, trustedServers: [], useIdentity: !0 }, log: { interceptors: [], level: null } };
|
|
18249
18249
|
if (globalThis.esriConfig && (H4(cr, globalThis.esriConfig, !0), delete cr.has), !cr.assetsPath) {
|
|
18250
18250
|
{
|
|
18251
|
-
const t = "5.1.0-next.
|
|
18251
|
+
const t = "5.1.0-next.55";
|
|
18252
18252
|
cr.assetsPath = `https://cdn.jsdelivr.net/npm/@arcgis/core@${t}/assets`;
|
|
18253
18253
|
}
|
|
18254
18254
|
cr.defaultAssetsPath = cr.assetsPath;
|
|
@@ -18742,7 +18742,7 @@ function Rv(t, e) {
|
|
|
18742
18742
|
function Iv(t, e) {
|
|
18743
18743
|
return "setting unknown property '" + t + "' on instance of " + e.host.declaredClass;
|
|
18744
18744
|
}
|
|
18745
|
-
function
|
|
18745
|
+
function Be(t = {}) {
|
|
18746
18746
|
return (e, r) => {
|
|
18747
18747
|
if (e === Function.prototype) throw new Error(`Inappropriate use of @property() on a static field: ${e.name}.${r}. Accessor does not support static properties.`);
|
|
18748
18748
|
const n = Object.getOwnPropertyDescriptor(e, r), s = Uc(e, r);
|
|
@@ -19306,7 +19306,7 @@ function Wh(t, e, r) {
|
|
|
19306
19306
|
}
|
|
19307
19307
|
};
|
|
19308
19308
|
}
|
|
19309
|
-
const Ce =
|
|
19309
|
+
const Ce = Be, Ld = jc;
|
|
19310
19310
|
function _S(...t) {
|
|
19311
19311
|
return Vv(...t);
|
|
19312
19312
|
}
|
|
@@ -20041,7 +20041,7 @@ let Ms = class Gl {
|
|
|
20041
20041
|
}
|
|
20042
20042
|
for (const l in r) {
|
|
20043
20043
|
const c = KS(r[l]);
|
|
20044
|
-
|
|
20044
|
+
Be(c)(u.prototype, l);
|
|
20045
20045
|
}
|
|
20046
20046
|
return jc(n)(u);
|
|
20047
20047
|
}
|
|
@@ -20571,9 +20571,9 @@ const Bl = { geogToProj(t, e, r) {
|
|
|
20571
20571
|
return u && On(r, e, i, s), u;
|
|
20572
20572
|
}, projGeog(t, e, r, n) {
|
|
20573
20573
|
switch (n) {
|
|
20574
|
-
case
|
|
20574
|
+
case qe.PE_TRANSFORM_P_TO_G:
|
|
20575
20575
|
return Bl.projToGeog(t, e, r);
|
|
20576
|
-
case
|
|
20576
|
+
case qe.PE_TRANSFORM_G_TO_P:
|
|
20577
20577
|
return Bl.geogToProj(t, e, r);
|
|
20578
20578
|
}
|
|
20579
20579
|
return 0;
|
|
@@ -20582,7 +20582,7 @@ const Bl = { geogToProj(t, e, r) {
|
|
|
20582
20582
|
const s = es(r), i = r === s, u = T.ensureFloat64(s), l = T._pe_proj_to_geog_center(T.getPointer(t), e, u, n);
|
|
20583
20583
|
return l && On(r, e, u, i), l;
|
|
20584
20584
|
} };
|
|
20585
|
-
let
|
|
20585
|
+
let qe = class Le {
|
|
20586
20586
|
static init() {
|
|
20587
20587
|
Le.PE_BUFFER_MAX = T.PeDefs.prototype.PE_BUFFER_MAX, Le.PE_NAME_MAX = T.PeDefs.prototype.PE_NAME_MAX, Le.PE_MGRS_MAX = T.PeDefs.prototype.PE_MGRS_MAX, Le.PE_USNG_MAX = T.PeDefs.prototype.PE_USNG_MAX, Le.PE_DD_MAX = T.PeDefs.prototype.PE_DD_MAX, Le.PE_DDM_MAX = T.PeDefs.prototype.PE_DDM_MAX, Le.PE_DMS_MAX = T.PeDefs.prototype.PE_DMS_MAX, Le.PE_UTM_MAX = T.PeDefs.prototype.PE_UTM_MAX, Le.PE_PARM_MAX = T.PeDefs.prototype.PE_PARM_MAX, Le.PE_TYPE_NONE = T.PeDefs.prototype.PE_TYPE_NONE, Le.PE_TYPE_GEOGCS = T.PeDefs.prototype.PE_TYPE_GEOGCS, Le.PE_TYPE_PROJCS = T.PeDefs.prototype.PE_TYPE_PROJCS, Le.PE_TYPE_GEOGTRAN = T.PeDefs.prototype.PE_TYPE_GEOGTRAN, Le.PE_TYPE_COORDSYS = T.PeDefs.prototype.PE_TYPE_COORDSYS, Le.PE_TYPE_UNIT = T.PeDefs.prototype.PE_TYPE_UNIT, Le.PE_TYPE_LINUNIT = T.PeDefs.prototype.PE_TYPE_LINUNIT, Le.PE_STR_OPTS_NONE = T.PeDefs.prototype.PE_STR_OPTS_NONE, Le.PE_STR_AUTH_NONE = T.PeDefs.prototype.PE_STR_AUTH_NONE, Le.PE_STR_AUTH_TOP = T.PeDefs.prototype.PE_STR_AUTH_TOP, Le.PE_STR_NAME_CANON = T.PeDefs.prototype.PE_STR_NAME_CANON, Le.PE_STR_FMT_WKT = T.PeDefs.prototype.PE_STR_FMT_WKT, Le.PE_STR_FMT_WKT2 = T.PeDefs.prototype.PE_STR_FMT_WKT2, Le.PE_PARM_X0 = T.PeDefs.prototype.PE_PARM_X0, Le.PE_PARM_ND = T.PeDefs.prototype.PE_PARM_ND, Le.PE_TRANSFORM_1_TO_2 = T.PeDefs.prototype.PE_TRANSFORM_1_TO_2, Le.PE_TRANSFORM_2_TO_1 = T.PeDefs.prototype.PE_TRANSFORM_2_TO_1, Le.PE_TRANSFORM_P_TO_G = T.PeDefs.prototype.PE_TRANSFORM_P_TO_G, Le.PE_TRANSFORM_G_TO_P = T.PeDefs.prototype.PE_TRANSFORM_G_TO_P, Le.PE_HORIZON_RECT = T.PeDefs.prototype.PE_HORIZON_RECT, Le.PE_HORIZON_POLY = T.PeDefs.prototype.PE_HORIZON_POLY, Le.PE_HORIZON_LINE = T.PeDefs.prototype.PE_HORIZON_LINE, Le.PE_HORIZON_DELTA = T.PeDefs.prototype.PE_HORIZON_DELTA;
|
|
20588
20588
|
}
|
|
@@ -20590,22 +20590,22 @@ let Be = class Le {
|
|
|
20590
20590
|
const L2 = {}, A2 = {}, Sf = (t) => {
|
|
20591
20591
|
const e = t.getType();
|
|
20592
20592
|
switch (e) {
|
|
20593
|
-
case
|
|
20593
|
+
case qe.PE_TYPE_GEOGCS:
|
|
20594
20594
|
t = T.castObject(t, T.PeGeogcs);
|
|
20595
20595
|
break;
|
|
20596
|
-
case
|
|
20596
|
+
case qe.PE_TYPE_PROJCS:
|
|
20597
20597
|
t = T.castObject(t, T.PeProjcs);
|
|
20598
20598
|
break;
|
|
20599
|
-
case
|
|
20599
|
+
case qe.PE_TYPE_GEOGTRAN:
|
|
20600
20600
|
t = T.castObject(t, T.PeGeogtran);
|
|
20601
20601
|
break;
|
|
20602
20602
|
default:
|
|
20603
|
-
e &
|
|
20603
|
+
e & qe.PE_TYPE_UNIT && (t = T.castObject(t, T.PeUnit));
|
|
20604
20604
|
}
|
|
20605
20605
|
return t;
|
|
20606
20606
|
}, Ns = { initialize() {
|
|
20607
20607
|
T.PeFactory.prototype.initialize(null);
|
|
20608
|
-
}, coordsys: (t) => Ns.factoryByType(
|
|
20608
|
+
}, coordsys: (t) => Ns.factoryByType(qe.PE_TYPE_COORDSYS, t), factoryByType(t, e) {
|
|
20609
20609
|
let r = null, n = L2[t];
|
|
20610
20610
|
if (n || (n = {}, L2[t] = n), n.hasOwnProperty(String(e)) && (r = n[e], T.compare(r, T.NULL) && (r = null)), !r) {
|
|
20611
20611
|
const s = T.PeFactory.prototype.factoryByType(t, e);
|
|
@@ -20614,9 +20614,9 @@ const L2 = {}, A2 = {}, Sf = (t) => {
|
|
|
20614
20614
|
return r;
|
|
20615
20615
|
}, fromString(t, e, r = !1) {
|
|
20616
20616
|
if (r) switch (t) {
|
|
20617
|
-
case
|
|
20618
|
-
case
|
|
20619
|
-
case
|
|
20617
|
+
case qe.PE_TYPE_GEOGCS:
|
|
20618
|
+
case qe.PE_TYPE_PROJCS:
|
|
20619
|
+
case qe.PE_TYPE_COORDSYS: {
|
|
20620
20620
|
const i = T.PeFactory.prototype.fromString(t, e);
|
|
20621
20621
|
return T.compare(i, T.NULL) ? null : Sf(i);
|
|
20622
20622
|
}
|
|
@@ -20629,7 +20629,7 @@ const L2 = {}, A2 = {}, Sf = (t) => {
|
|
|
20629
20629
|
T.compare(i, T.NULL) || (n = Sf(i), s[e] = n);
|
|
20630
20630
|
}
|
|
20631
20631
|
return n;
|
|
20632
|
-
}, geogcs: (t) => Ns.factoryByType(
|
|
20632
|
+
}, geogcs: (t) => Ns.factoryByType(qe.PE_TYPE_GEOGCS, t), geogtran: (t) => Ns.factoryByType(qe.PE_TYPE_GEOGTRAN, t), getCode: (t) => T.PeFactory.prototype.getCode(t), projcs: (t) => Ns.factoryByType(qe.PE_TYPE_PROJCS, t), unit: (t) => Ns.factoryByType(qe.PE_TYPE_UNIT, t) };
|
|
20633
20633
|
let M2, $3 = null;
|
|
20634
20634
|
const Rd = { PE_GTLIST_OPTS_COMMON: 0, init() {
|
|
20635
20635
|
Rd.PE_GTLIST_OPTS_COMMON = T.PeGTlistExtended.prototype.PE_GTLIST_OPTS_COMMON, M2 = T._pe_getPeGTlistExtendedEntrySize();
|
|
@@ -20678,13 +20678,13 @@ const Rd = { PE_GTLIST_OPTS_COMMON: 0, init() {
|
|
|
20678
20678
|
let u, l;
|
|
20679
20679
|
switch (T.ensureCache.prepare(), t) {
|
|
20680
20680
|
case "dd":
|
|
20681
|
-
u = T._pe_geog_to_dd, l =
|
|
20681
|
+
u = T._pe_geog_to_dd, l = qe.PE_DD_MAX;
|
|
20682
20682
|
break;
|
|
20683
20683
|
case "ddm":
|
|
20684
|
-
u = T._pe_geog_to_ddm, l =
|
|
20684
|
+
u = T._pe_geog_to_ddm, l = qe.PE_DDM_MAX;
|
|
20685
20685
|
break;
|
|
20686
20686
|
case "dms":
|
|
20687
|
-
u = T._pe_geog_to_dms, l =
|
|
20687
|
+
u = T._pe_geog_to_dms, l = qe.PE_DMS_MAX;
|
|
20688
20688
|
}
|
|
20689
20689
|
let c = 0;
|
|
20690
20690
|
e && (c = T.getPointer(e));
|
|
@@ -20716,7 +20716,7 @@ let F3 = class Es {
|
|
|
20716
20716
|
T.ensureCache.prepare();
|
|
20717
20717
|
let c = 0;
|
|
20718
20718
|
e && (c = T.getPointer(e));
|
|
20719
|
-
const p = es(n), _ = T.ensureFloat64(p), y = qc(r,
|
|
20719
|
+
const p = es(n), _ = T.ensureFloat64(p), y = qc(r, qe.PE_MGRS_MAX), v = T.ensureInt32(y), S = T._pe_geog_to_mgrs_extended(c, r, _, s, i, u, v);
|
|
20720
20720
|
if (S) for (let E = 0; E < r; E++) l[E] = T.UTF8ToString(y[E]);
|
|
20721
20721
|
return S;
|
|
20722
20722
|
}
|
|
@@ -20732,7 +20732,7 @@ const eN = { geogToUsng(t, e, r, n, s, i, u) {
|
|
|
20732
20732
|
T.ensureCache.prepare();
|
|
20733
20733
|
let l = 0;
|
|
20734
20734
|
t && (l = T.getPointer(t));
|
|
20735
|
-
const c = es(r), p = T.ensureFloat64(c), _ = qc(e,
|
|
20735
|
+
const c = es(r), p = T.ensureFloat64(c), _ = qc(e, qe.PE_MGRS_MAX), y = T.ensureInt32(_), v = T._pe_geog_to_usng(l, e, p, n, s, i, y);
|
|
20736
20736
|
if (v) for (let S = 0; S < e; S++) u[S] = T.UTF8ToString(_[S]);
|
|
20737
20737
|
return v;
|
|
20738
20738
|
}, usngToGeog(t, e, r, n) {
|
|
@@ -20750,7 +20750,7 @@ let U3 = class ql {
|
|
|
20750
20750
|
T.ensureCache.prepare();
|
|
20751
20751
|
let u = 0;
|
|
20752
20752
|
e && (u = T.getPointer(e));
|
|
20753
|
-
const l = es(n), c = T.ensureFloat64(l), p = qc(r,
|
|
20753
|
+
const l = es(n), c = T.ensureFloat64(l), p = qc(r, qe.PE_UTM_MAX), _ = T.ensureInt32(p), y = T._pe_geog_to_utm(u, r, c, s, _);
|
|
20754
20754
|
if (y) for (let v = 0; v < r; v++) i[v] = T.UTF8ToString(p[v]);
|
|
20755
20755
|
return y;
|
|
20756
20756
|
}
|
|
@@ -20778,7 +20778,7 @@ function z3(t) {
|
|
|
20778
20778
|
function e(i, u, l) {
|
|
20779
20779
|
i[u] = l(i[u]);
|
|
20780
20780
|
}
|
|
20781
|
-
T = t,
|
|
20781
|
+
T = t, qe.init(), Rd.init(), F3.init(), U3.init(), V3.init(), D3 = class extends T.PeDouble {
|
|
20782
20782
|
constructor(i = NaN) {
|
|
20783
20783
|
super(i);
|
|
20784
20784
|
}
|
|
@@ -20798,10 +20798,10 @@ function z3(t) {
|
|
|
20798
20798
|
};
|
|
20799
20799
|
const r = [T.PeAngunit, T.PeDatum, T.PeGeogcs, T.PeGeogtran, T.PeObject, T.PeParameter, T.PePrimem, T.PeProjcs, T.PeSpheroid, T.PeUnit];
|
|
20800
20800
|
for (const i of r) e(i.prototype, "getName", (u) => function() {
|
|
20801
|
-
return u.call(this, new Array(
|
|
20801
|
+
return u.call(this, new Array(qe.PE_NAME_MAX));
|
|
20802
20802
|
});
|
|
20803
20803
|
for (const i of [T.PeGeogtran, T.PeProjcs]) e(i.prototype, "getParameters", (u) => function() {
|
|
20804
|
-
const l = new Array(
|
|
20804
|
+
const l = new Array(qe.PE_PARM_MAX);
|
|
20805
20805
|
let c = u.call(this);
|
|
20806
20806
|
for (let p = 0; p < l.length; p++) {
|
|
20807
20807
|
const _ = T.getValue(c, "*");
|
|
@@ -20845,9 +20845,9 @@ function z3(t) {
|
|
|
20845
20845
|
}
|
|
20846
20846
|
return u.set(i, l), l;
|
|
20847
20847
|
};
|
|
20848
|
-
e(T.PeProjcs.prototype, "horizonGcsGenerate", s), e(T.PeProjcs.prototype, "horizonPcsGenerate", s), T.PeObject.prototype.toString = function(i =
|
|
20848
|
+
e(T.PeProjcs.prototype, "horizonGcsGenerate", s), e(T.PeProjcs.prototype, "horizonPcsGenerate", s), T.PeObject.prototype.toString = function(i = qe.PE_STR_OPTS_NONE) {
|
|
20849
20849
|
T.ensureCache.prepare();
|
|
20850
|
-
const u = T.getPointer(this), l = T.ensureInt8(new Array(
|
|
20850
|
+
const u = T.getPointer(this), l = T.ensureInt8(new Array(qe.PE_BUFFER_MAX));
|
|
20851
20851
|
return T.UTF8ToString(T._pe_object_to_string_ext(u, i, l));
|
|
20852
20852
|
}, T.PeGeogcs.prototype.destroy = function() {
|
|
20853
20853
|
this.Delete(), Dr(this), this.ptr = 0;
|
|
@@ -20883,7 +20883,7 @@ function On(t, e, r, n = !1) {
|
|
|
20883
20883
|
for (let i = 0; i < e; i++) s && (t[i] = new Array(2)), t[i][0] = T.getValue(r, "double"), t[i][1] = T.getValue(r + Float64Array.BYTES_PER_ELEMENT, "double"), r += 2 * Float64Array.BYTES_PER_ELEMENT;
|
|
20884
20884
|
}
|
|
20885
20885
|
}
|
|
20886
|
-
Object.freeze(Object.defineProperty({ __proto__: null, PeCSTransformations: Bl, PeDefs:
|
|
20886
|
+
Object.freeze(Object.defineProperty({ __proto__: null, PeCSTransformations: Bl, PeDefs: qe, get PeDouble() {
|
|
20887
20887
|
return D3;
|
|
20888
20888
|
}, PeFactory: Ns, get PeGCSExtent() {
|
|
20889
20889
|
return $3;
|
|
@@ -21441,7 +21441,7 @@ Gc()(yN);
|
|
|
21441
21441
|
Gc()(bN);
|
|
21442
21442
|
Gc()(wN);
|
|
21443
21443
|
var Wr;
|
|
21444
|
-
let
|
|
21444
|
+
let pe = class extends _3 {
|
|
21445
21445
|
static {
|
|
21446
21446
|
Wr = this;
|
|
21447
21447
|
}
|
|
@@ -21472,6 +21472,9 @@ let ge = class extends _3 {
|
|
|
21472
21472
|
normalizeCtorArgs(e) {
|
|
21473
21473
|
return e && typeof e == "object" ? e : { [typeof e == "string" ? "wkt" : "wkid"]: e };
|
|
21474
21474
|
}
|
|
21475
|
+
get cache() {
|
|
21476
|
+
return this.commitProperty("wkid"), this.commitProperty("latestWkid"), this.commitProperty("vcsWkid"), this.commitProperty("latestVcsWkid"), this.commitProperty("wkt"), this.commitProperty("wkt2"), this.commitProperty("imageCoordinateSystem"), this.commitProperty("falseM"), this.commitProperty("falseX"), this.commitProperty("falseY"), this.commitProperty("falseZ"), this.commitProperty("mTolerance"), this.commitProperty("mUnits"), this.commitProperty("xyTolerance"), this.commitProperty("xyUnits"), this.commitProperty("zTolerance"), this.commitProperty("zUnits"), {};
|
|
21477
|
+
}
|
|
21475
21478
|
get isWGS84() {
|
|
21476
21479
|
return Qh(this);
|
|
21477
21480
|
}
|
|
@@ -21512,15 +21515,15 @@ let ge = class extends _3 {
|
|
|
21512
21515
|
return this.write(void 0, e);
|
|
21513
21516
|
}
|
|
21514
21517
|
};
|
|
21515
|
-
se([
|
|
21518
|
+
se([Be({ readOnly: !0 })], pe.prototype, "cache", null), se([Be({ readOnly: !0 })], pe.prototype, "isWGS84", null), se([Be({ readOnly: !0 })], pe.prototype, "isWebMercator", null), se([Be({ readOnly: !0 })], pe.prototype, "isGeographic", null), se([Be({ readOnly: !0 })], pe.prototype, "isWrappable", null), se([Be({ type: Hn, json: { write: !0 } })], pe.prototype, "latestWkid", void 0), se([Be({ readOnly: !0 })], pe.prototype, "metersPerUnit", null), se([Be({ readOnly: !0 })], pe.prototype, "unit", null), se([Be({ type: Hn, json: { write: !0, origins: { "web-scene": { write: { overridePolicy() {
|
|
21516
21519
|
return { isRequired: this.wkt == null };
|
|
21517
|
-
} } } } } })],
|
|
21520
|
+
} } } } } })], pe.prototype, "wkid", void 0), se([Be({ type: String, json: { origins: { "web-scene": { write: { overridePolicy() {
|
|
21518
21521
|
return { isRequired: this.wkid == null };
|
|
21519
|
-
} } } } } })],
|
|
21522
|
+
} } } } } })], pe.prototype, "wkt", void 0), se([Wh("wkt"), Wh("web-scene", "wkt")], pe.prototype, "writeWkt", null), se([Be({ type: String, json: { write: !1 } })], pe.prototype, "wkt2", void 0), se([Be({ type: Hn, json: { write: !0 } })], pe.prototype, "vcsWkid", void 0), se([Be({ type: Hn, json: { write: !0 } })], pe.prototype, "latestVcsWkid", void 0), se([Be({ type: Number, json: { write: !0 } })], pe.prototype, "falseM", void 0), se([Be({ type: Number, json: { write: !0 } })], pe.prototype, "falseX", void 0), se([Be({ type: Number, json: { write: !0 } })], pe.prototype, "falseY", void 0), se([Be({ type: Number, json: { write: !0 } })], pe.prototype, "falseZ", void 0), se([Be({ type: Number, json: { write: !0 } })], pe.prototype, "mTolerance", void 0), se([Be({ type: Number, json: { write: !0 } })], pe.prototype, "mUnits", void 0), se([Be({ type: Number, json: { write: !0 } })], pe.prototype, "xyTolerance", void 0), se([Be({ type: Number, json: { write: !0 } })], pe.prototype, "xyUnits", void 0), se([Be({ type: Number, json: { write: !0 } })], pe.prototype, "zTolerance", void 0), se([Be({ type: Number, json: { write: !0 } })], pe.prototype, "zUnits", void 0), se([Be()], pe.prototype, "imageCoordinateSystem", void 0), pe = Wr = se([jc("esri.geometry.SpatialReference")], pe), pe.prototype.toJSON.isDefaultToJSON = !0, pe.GCS_NAD_1927 = Ms.freeze(new pe({ wkid: 4267, wkt: 'GEOGCS["GCS_North_American_1927",DATUM["D_North_American_1927",SPHEROID["Clarke_1866",6378206.4,294.9786982]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.0174532925199433]]' })), pe.WGS84 = Ms.freeze(new pe(B3)), pe.WebMercator = Ms.freeze(new pe(q3)), pe.PlateCarree = Ms.freeze(new pe(lN));
|
|
21520
21523
|
const vN = ["falseM", "falseX", "falseY", "falseZ", "mTolerance", "mUnits", "xyTolerance", "xyUnits", "zTolerance", "zUnits"];
|
|
21521
21524
|
let $r = class extends _3 {
|
|
21522
21525
|
constructor(...e) {
|
|
21523
|
-
super(...e), this.type = null, this.hasM = !1, this.hasZ = !1, this.spatialReference =
|
|
21526
|
+
super(...e), this.type = null, this.hasM = !1, this.hasZ = !1, this.spatialReference = pe.WGS84;
|
|
21524
21527
|
}
|
|
21525
21528
|
get cache() {
|
|
21526
21529
|
return this.commitProperty("spatialReference"), {};
|
|
@@ -21529,9 +21532,9 @@ let $r = class extends _3 {
|
|
|
21529
21532
|
return null;
|
|
21530
21533
|
}
|
|
21531
21534
|
readSpatialReference(e, r) {
|
|
21532
|
-
if (e instanceof
|
|
21535
|
+
if (e instanceof pe) return e;
|
|
21533
21536
|
if (e != null) {
|
|
21534
|
-
const n = new
|
|
21537
|
+
const n = new pe();
|
|
21535
21538
|
return n.read(e, r), n;
|
|
21536
21539
|
}
|
|
21537
21540
|
return e;
|
|
@@ -21549,7 +21552,7 @@ let $r = class extends _3 {
|
|
|
21549
21552
|
this.cache[e] = r;
|
|
21550
21553
|
}
|
|
21551
21554
|
};
|
|
21552
|
-
se([Ce()], $r.prototype, "type", void 0), se([Ce({ readOnly: !0 })], $r.prototype, "cache", null), se([Ce({ readOnly: !0 })], $r.prototype, "extent", null), se([Ce({ type: Boolean, json: { write: { overridePolicy: (t) => ({ enabled: t }) } } })], $r.prototype, "hasM", void 0), se([Ce({ type: Boolean, json: { write: { overridePolicy: (t) => ({ enabled: t }) } } })], $r.prototype, "hasZ", void 0), se([Ce({ type:
|
|
21555
|
+
se([Ce()], $r.prototype, "type", void 0), se([Ce({ readOnly: !0 })], $r.prototype, "cache", null), se([Ce({ readOnly: !0 })], $r.prototype, "extent", null), se([Ce({ type: Boolean, json: { write: { overridePolicy: (t) => ({ enabled: t }) } } })], $r.prototype, "hasM", void 0), se([Ce({ type: Boolean, json: { write: { overridePolicy: (t) => ({ enabled: t }) } } })], $r.prototype, "hasZ", void 0), se([Ce({ type: pe, json: { write: !0 }, value: pe.WGS84 })], $r.prototype, "spatialReference", void 0), se([u3("spatialReference")], $r.prototype, "readSpatialReference", null), $r = se([Ld("esri.geometry.Geometry")], $r);
|
|
21553
21556
|
function Lc(t) {
|
|
21554
21557
|
if (t && typeof t == "object" && "type" in t && t.type === "mesh") throw new uo("internal:mesh", "Mesh geometries are not supported for this operation");
|
|
21555
21558
|
}
|
|
@@ -21603,10 +21606,10 @@ function kd(t, e, r = [0, 0], n = !1) {
|
|
|
21603
21606
|
return r[1] = I2(Math.PI / 2 - 2 * Math.atan(Math.exp(-e / Mn.radius))), r;
|
|
21604
21607
|
}
|
|
21605
21608
|
function Lf(t, e = !1, r = dr(t)) {
|
|
21606
|
-
return Lc(t), Lc(r), K3(t, Di,
|
|
21609
|
+
return Lc(t), Lc(r), K3(t, Di, pe.WebMercator, e, r);
|
|
21607
21610
|
}
|
|
21608
21611
|
function El(t, e = !1, r = dr(t)) {
|
|
21609
|
-
return Lc(t), Lc(r), K3(t, kd,
|
|
21612
|
+
return Lc(t), Lc(r), K3(t, kd, pe.WGS84, e, r);
|
|
21610
21613
|
}
|
|
21611
21614
|
function NN(t, e) {
|
|
21612
21615
|
const r = t.x - e.x, n = t.y - e.y, s = t.z != null && e.z != null ? t.z - e.z : 0;
|
|
@@ -21644,7 +21647,7 @@ let Gt = Yl = class extends $r {
|
|
|
21644
21647
|
let i;
|
|
21645
21648
|
if (Array.isArray(t)) i = t, s = e, t = i[0], e = i[1], r = i[2], n = i[3];
|
|
21646
21649
|
else if (t && typeof t == "object") {
|
|
21647
|
-
if (i = t, t = i.x != null ? i.x : i.longitude, e = i.y != null ? i.y : i.latitude, r = i.z, n = i.m, (s = i.spatialReference) && s.declaredClass !== "esri.geometry.SpatialReference" && (s = new
|
|
21650
|
+
if (i = t, t = i.x != null ? i.x : i.longitude, e = i.y != null ? i.y : i.latitude, r = i.z, n = i.m, (s = i.spatialReference) && s.declaredClass !== "esri.geometry.SpatialReference" && (s = new pe(s)), i.longitude != null || i.latitude != null) {
|
|
21648
21651
|
if (i.longitude == null) Yt.getLogger(this).warn(".longitude=", "Latitude was defined without longitude");
|
|
21649
21652
|
else if (i.latitude == null) Yt.getLogger(this).warn(".latitude=", "Longitude was defined without latitude");
|
|
21650
21653
|
else if (!i.declaredClass && s?.isWebMercator) {
|
|
@@ -21874,7 +21877,7 @@ let Nt = kr = class extends $r {
|
|
|
21874
21877
|
super(...t), this.type = "extent", this.xmin = 0, this.ymin = 0, this.mmin = void 0, this.zmin = void 0, this.xmax = 0, this.ymax = 0, this.mmax = void 0, this.zmax = void 0;
|
|
21875
21878
|
}
|
|
21876
21879
|
normalizeCtorArgs(t, e, r, n, s) {
|
|
21877
|
-
return VN(t) ? { spatialReference: t, xmin: 0, ymin: 0, xmax: 0, ymax: 0 } : typeof t == "object" ? (t.spatialReference = t.spatialReference == null ?
|
|
21880
|
+
return VN(t) ? { spatialReference: t, xmin: 0, ymin: 0, xmax: 0, ymax: 0 } : typeof t == "object" ? (t.spatialReference = t.spatialReference == null ? pe.WGS84 : t.spatialReference, t) : { xmin: t, ymin: e, xmax: r, ymax: n, spatialReference: s ?? pe.WGS84 };
|
|
21878
21881
|
}
|
|
21879
21882
|
static fromPoint(t) {
|
|
21880
21883
|
return new kr({ xmin: t.x, ymin: t.y, zmin: t.z, xmax: t.x, ymax: t.y, zmax: t.z, spatialReference: t.spatialReference });
|
|
@@ -21962,7 +21965,7 @@ let Nt = kr = class extends $r {
|
|
|
21962
21965
|
const e = this.spatialReference, r = this._getCM(t);
|
|
21963
21966
|
if (r) {
|
|
21964
21967
|
const n = e.isWebMercator ? El(r) : r;
|
|
21965
|
-
this.xmin -= r.x, this.xmax -= r.x, e.isWebMercator || (n.x = Mf(n.x, t).x), this.spatialReference = new
|
|
21968
|
+
this.xmin -= r.x, this.xmax -= r.x, e.isWebMercator || (n.x = Mf(n.x, t).x), this.spatialReference = new pe($c((e.isWGS84 ? t.altTemplate : null) ?? t.wkTemplate, { Central_Meridian: n.x }));
|
|
21966
21969
|
}
|
|
21967
21970
|
return this;
|
|
21968
21971
|
}
|
|
@@ -22031,7 +22034,7 @@ function Mf(t, e) {
|
|
|
22031
22034
|
let i, u = 0;
|
|
22032
22035
|
return t > n ? (i = Math.ceil(Math.abs(t - n) / s), t -= i * s, u = i) : t < r && (i = Math.ceil(Math.abs(t - r) / s), t += i * s, u = -i), { x: t, frameId: u };
|
|
22033
22036
|
}
|
|
22034
|
-
se([Ce({ readOnly: !0 })], Nt.prototype, "cache", null), se([Ce({ readOnly: !0 })], Nt.prototype, "center", null), se([Ce({ readOnly: !0 })], Nt.prototype, "extent", null), se([Ce({ readOnly: !0, json: { write: { enabled: !1, overridePolicy: null } } })], Nt.prototype, "hasM", null), se([Ce({ readOnly: !0, json: { write: { enabled: !1, overridePolicy: null } } })], Nt.prototype, "hasZ", null), se([Ce({ readOnly: !0 })], Nt.prototype, "height", null), se([Ce({ type:
|
|
22037
|
+
se([Ce({ readOnly: !0 })], Nt.prototype, "cache", null), se([Ce({ readOnly: !0 })], Nt.prototype, "center", null), se([Ce({ readOnly: !0 })], Nt.prototype, "extent", null), se([Ce({ readOnly: !0, json: { write: { enabled: !1, overridePolicy: null } } })], Nt.prototype, "hasM", null), se([Ce({ readOnly: !0, json: { write: { enabled: !1, overridePolicy: null } } })], Nt.prototype, "hasZ", null), se([Ce({ readOnly: !0 })], Nt.prototype, "height", null), se([Ce({ type: pe, json: { write: !0 }, value: pe.WGS84 })], Nt.prototype, "spatialReference", void 0), se([Ce({ readOnly: !0 })], Nt.prototype, "width", null), se([Ce({ type: Number, json: { type: [Number, String], write: { enabled: !0, allowNull: !0 } } })], Nt.prototype, "xmin", void 0), se([Ce({ type: Number, json: { write: !0 } })], Nt.prototype, "ymin", void 0), se([Ce({ type: Number, json: { origins: { "web-scene": { write: !1 } }, read: (t) => t ?? void 0, write: { overridePolicy() {
|
|
22035
22038
|
return { enabled: this.hasM };
|
|
22036
22039
|
} } } })], Nt.prototype, "mmin", void 0), se([Ce({ type: Number, json: { origins: { "web-scene": { write: !1 } }, write: { overridePolicy() {
|
|
22037
22040
|
return { enabled: this.hasZ };
|
|
@@ -22386,7 +22389,7 @@ function Je(t) {
|
|
|
22386
22389
|
function et(t) {
|
|
22387
22390
|
return hr.isTimeOnly(t);
|
|
22388
22391
|
}
|
|
22389
|
-
function
|
|
22392
|
+
function He(t) {
|
|
22390
22393
|
return Qr.isTimestampOffset(t);
|
|
22391
22394
|
}
|
|
22392
22395
|
function Yc(t) {
|
|
@@ -22490,15 +22493,15 @@ function aE(t) {
|
|
|
22490
22493
|
}
|
|
22491
22494
|
}
|
|
22492
22495
|
function If(t) {
|
|
22493
|
-
return !!Ge(t) || !!
|
|
22496
|
+
return !!Ge(t) || !!He(t);
|
|
22494
22497
|
}
|
|
22495
22498
|
function ed(t) {
|
|
22496
|
-
return !!Ge(t) || !!Je(t) || !!
|
|
22499
|
+
return !!Ge(t) || !!Je(t) || !!He(t) || !!et(t);
|
|
22497
22500
|
}
|
|
22498
22501
|
function Ll(t) {
|
|
22499
22502
|
if (Ge(t)) return t.toMillis();
|
|
22500
22503
|
if (Je(t)) return t.toNumber();
|
|
22501
|
-
if (
|
|
22504
|
+
if (He(t)) return t.toMilliseconds();
|
|
22502
22505
|
throw new C("InvalidDataType");
|
|
22503
22506
|
}
|
|
22504
22507
|
function rr(t, e, r) {
|
|
@@ -22514,11 +22517,11 @@ function rr(t, e, r) {
|
|
|
22514
22517
|
if (Ge(e)) throw new C("InvalidOperator");
|
|
22515
22518
|
if (Je(e)) throw new C("InvalidOperator");
|
|
22516
22519
|
if (et(e)) throw new C("InvalidOperator");
|
|
22517
|
-
if (
|
|
22520
|
+
if (He(e)) throw new C("InvalidOperator");
|
|
22518
22521
|
} else if (Ge(t)) {
|
|
22519
22522
|
if (If(e)) {
|
|
22520
22523
|
if (As(t.zone)) {
|
|
22521
|
-
if (Ge(e) && !As(e.zone) ||
|
|
22524
|
+
if (Ge(e) && !As(e.zone) || He(e)) return Al(t, e, r);
|
|
22522
22525
|
} else if (Ge(e) && As(e.zone)) return Al(t, e, r);
|
|
22523
22526
|
return Xr(Ll(t), Ll(e), r);
|
|
22524
22527
|
}
|
|
@@ -22527,7 +22530,7 @@ function rr(t, e, r) {
|
|
|
22527
22530
|
if (et(e)) throw new C("InvalidOperator");
|
|
22528
22531
|
if (qt(e)) throw new C("InvalidOperator");
|
|
22529
22532
|
} else if (Je(t)) {
|
|
22530
|
-
if (
|
|
22533
|
+
if (He(e)) return pE(t, e, r);
|
|
22531
22534
|
if (Ge(e)) return mE(t, e, r);
|
|
22532
22535
|
if (Et(e)) throw new C("InvalidOperator");
|
|
22533
22536
|
if (Je(e)) return fE(t, e, r);
|
|
@@ -22539,7 +22542,7 @@ function rr(t, e, r) {
|
|
|
22539
22542
|
if (qt(e)) throw new C("InvalidOperator");
|
|
22540
22543
|
if (Je(e)) throw new C("InvalidOperator");
|
|
22541
22544
|
if (If(e)) throw new C("InvalidOperator");
|
|
22542
|
-
} else if (
|
|
22545
|
+
} else if (He(t)) {
|
|
22543
22546
|
if (If(e)) return Z.isDateTime(e) && As(e.zone) ? Al(t, e, r) : Xr(Ll(t), Ll(e), r);
|
|
22544
22547
|
if (Et(e)) throw new C("InvalidOperator");
|
|
22545
22548
|
if (Je(e)) return dE(t, e, r);
|
|
@@ -22706,17 +22709,17 @@ function _E(t, e) {
|
|
|
22706
22709
|
return r != null && e >= r.minParams && e <= r.maxParams;
|
|
22707
22710
|
}
|
|
22708
22711
|
function Cf(t) {
|
|
22709
|
-
return !Sr(t) && !Je(t) && !Ge(t) && !et(t) && !
|
|
22712
|
+
return !Sr(t) && !Je(t) && !Ge(t) && !et(t) && !He(t);
|
|
22710
22713
|
}
|
|
22711
22714
|
function l9(t) {
|
|
22712
|
-
return Je(t) || et(t) ? t.toString() :
|
|
22715
|
+
return Je(t) || et(t) ? t.toString() : He(t) ? t.toSQLValue() : Ge(t) ? t.millisecond === 0 ? t.toFormat("yyyy-LL-dd HH:mm:ss") : t.toSQL({ includeOffset: !1 }) : Sr(t) ? l9(Z.fromJSDate(t)) : t.toString();
|
|
22713
22716
|
}
|
|
22714
22717
|
function yE(t) {
|
|
22715
22718
|
if (Sr(t)) return Tr.fromDateJS(t);
|
|
22716
22719
|
if (Ge(t)) return Tr.fromParts(t.year, t.month, t.day);
|
|
22717
22720
|
if (Je(t)) return t;
|
|
22718
22721
|
if (et(t)) throw new C("CannotCastValue");
|
|
22719
|
-
if (
|
|
22722
|
+
if (He(t) && Tr.fromParts(t.year, t.month, t.day) === null)
|
|
22720
22723
|
throw new C("CannotCastValue");
|
|
22721
22724
|
if (Et(t)) {
|
|
22722
22725
|
const e = Tr.fromReader(t);
|
|
@@ -22729,7 +22732,7 @@ function bE(t, e) {
|
|
|
22729
22732
|
if (Ge(t)) return t;
|
|
22730
22733
|
if (Je(t)) return t.toDateTimeLuxon("unknown");
|
|
22731
22734
|
if (et(t)) throw new C("CannotCastValue");
|
|
22732
|
-
if (
|
|
22735
|
+
if (He(t)) return t;
|
|
22733
22736
|
if (Et(t)) return ei(t, "unknown");
|
|
22734
22737
|
throw new C("CannotCastValue");
|
|
22735
22738
|
}
|
|
@@ -22738,7 +22741,7 @@ function wE(t) {
|
|
|
22738
22741
|
if (Ge(t)) return hr.fromDateTime(t);
|
|
22739
22742
|
if (Je(t)) throw new C("CannotCastValue");
|
|
22740
22743
|
if (et(t)) return t;
|
|
22741
|
-
if (
|
|
22744
|
+
if (He(t)) return hr.fromSqlTimeStampOffset(t);
|
|
22742
22745
|
if (Et(t)) return Yc(t);
|
|
22743
22746
|
throw new C("CannotCastValue");
|
|
22744
22747
|
}
|
|
@@ -22815,7 +22818,7 @@ const c9 = { extract: { minParams: 2, maxParams: 2, evaluate: ([t, e]) => {
|
|
|
22815
22818
|
case "HOUR":
|
|
22816
22819
|
return e.hour;
|
|
22817
22820
|
}
|
|
22818
|
-
else if (
|
|
22821
|
+
else if (He(e)) switch (t.toUpperCase()) {
|
|
22819
22822
|
case "SECOND":
|
|
22820
22823
|
return e.second;
|
|
22821
22824
|
case "MINUTE":
|
|
@@ -22922,7 +22925,7 @@ function f9(t, e, r, n) {
|
|
|
22922
22925
|
if (_n(r)) return LE(e, r, t);
|
|
22923
22926
|
if (et(r)) return FE();
|
|
22924
22927
|
if (Je(r)) return UE();
|
|
22925
|
-
if (
|
|
22928
|
+
if (He(r)) return $E();
|
|
22926
22929
|
if (Ge(r)) return kE();
|
|
22927
22930
|
if (Et(r)) return VE(e, r, t);
|
|
22928
22931
|
throw new C("InvalidOperator");
|
|
@@ -22932,7 +22935,7 @@ function f9(t, e, r, n) {
|
|
|
22932
22935
|
if (_n(r)) return AE(e, r, t);
|
|
22933
22936
|
if (et(r)) return YE();
|
|
22934
22937
|
if (Je(r)) return HE(e, r, t);
|
|
22935
|
-
if (
|
|
22938
|
+
if (He(r)) return qE(e, r, t);
|
|
22936
22939
|
if (Ge(r)) return BE(e, r, t);
|
|
22937
22940
|
if (Et(r)) return aT();
|
|
22938
22941
|
throw new C("InvalidOperator");
|
|
@@ -22942,7 +22945,7 @@ function f9(t, e, r, n) {
|
|
|
22942
22945
|
if (_n(r)) return NE(e, r, t);
|
|
22943
22946
|
if (et(r)) return rT();
|
|
22944
22947
|
if (Je(r)) return eT();
|
|
22945
|
-
if (
|
|
22948
|
+
if (He(r)) return tT();
|
|
22946
22949
|
if (Ge(r)) return KE();
|
|
22947
22950
|
if (Et(r)) return uT();
|
|
22948
22951
|
throw new C("InvalidOperator");
|
|
@@ -22952,7 +22955,7 @@ function f9(t, e, r, n) {
|
|
|
22952
22955
|
if (_n(r)) return TE(e, r, t);
|
|
22953
22956
|
if (et(r)) return SE(e, r, t);
|
|
22954
22957
|
if (Je(r)) return xE(e, r, t);
|
|
22955
|
-
if (
|
|
22958
|
+
if (He(r)) return EE(e, r, t);
|
|
22956
22959
|
if (Ge(r)) return vE(e, r, t);
|
|
22957
22960
|
if (Et(r)) return GE();
|
|
22958
22961
|
throw new C("InvalidOperator");
|
|
@@ -22962,17 +22965,17 @@ function f9(t, e, r, n) {
|
|
|
22962
22965
|
if (_n(r)) return ME(e, r, t);
|
|
22963
22966
|
if (et(r)) return oT();
|
|
22964
22967
|
if (Je(r)) return sT(e, r, t);
|
|
22965
|
-
if (
|
|
22968
|
+
if (He(r)) return iT(e, r, t);
|
|
22966
22969
|
if (Ge(r)) return nT(e, r, t);
|
|
22967
22970
|
if (Et(r)) return lT();
|
|
22968
22971
|
throw new C("InvalidOperator");
|
|
22969
22972
|
}
|
|
22970
|
-
if (
|
|
22973
|
+
if (He(e)) {
|
|
22971
22974
|
if (qt(r)) return DE(e, r, t);
|
|
22972
22975
|
if (_n(r)) return OE(e, r, t);
|
|
22973
22976
|
if (et(r)) return ZE();
|
|
22974
22977
|
if (Je(r)) return XE(e, r, t);
|
|
22975
|
-
if (
|
|
22978
|
+
if (He(r)) return QE(e, r, t);
|
|
22976
22979
|
if (Ge(r)) return JE(e, r, t);
|
|
22977
22980
|
if (Et(r)) return cT();
|
|
22978
22981
|
throw new C("InvalidOperator");
|
|
@@ -22982,7 +22985,7 @@ function f9(t, e, r, n) {
|
|
|
22982
22985
|
if (_n(r)) return WE();
|
|
22983
22986
|
if (et(r)) return fT();
|
|
22984
22987
|
if (Je(r)) return hT();
|
|
22985
|
-
if (
|
|
22988
|
+
if (He(r)) return mT();
|
|
22986
22989
|
if (Ge(r)) return dT();
|
|
22987
22990
|
if (Et(r)) return jE(e, r, t);
|
|
22988
22991
|
throw new C("InvalidOperator");
|
|
@@ -23646,7 +23649,7 @@ function pT(t, e) {
|
|
|
23646
23649
|
function D1(a, f) {
|
|
23647
23650
|
return { type: "when-clause", location: J(), operand: a, value: f };
|
|
23648
23651
|
}
|
|
23649
|
-
function
|
|
23652
|
+
function Ye(a, f) {
|
|
23650
23653
|
return { type: "when-clause", location: J(), operand: a, value: f };
|
|
23651
23654
|
}
|
|
23652
23655
|
function _t(a) {
|
|
@@ -23706,7 +23709,7 @@ function pT(t, e) {
|
|
|
23706
23709
|
function Fe() {
|
|
23707
23710
|
return "BETWEEN";
|
|
23708
23711
|
}
|
|
23709
|
-
function
|
|
23712
|
+
function Ze() {
|
|
23710
23713
|
return "FROM";
|
|
23711
23714
|
}
|
|
23712
23715
|
function Rt() {
|
|
@@ -23745,7 +23748,7 @@ function pT(t, e) {
|
|
|
23745
23748
|
function oe() {
|
|
23746
23749
|
return "CAST";
|
|
23747
23750
|
}
|
|
23748
|
-
function
|
|
23751
|
+
function ge() {
|
|
23749
23752
|
return "AS";
|
|
23750
23753
|
}
|
|
23751
23754
|
function he() {
|
|
@@ -24180,7 +24183,7 @@ function pT(t, e) {
|
|
|
24180
24183
|
}
|
|
24181
24184
|
function il() {
|
|
24182
24185
|
let a, f, m, b, P;
|
|
24183
|
-
return a = d, f = w0(), f !== r ? (R(), m = Ue(), m !== r ? (R(), b = v0(), b !== r ? (R(), P = Ue(), P !== r ? (M = a, a =
|
|
24186
|
+
return a = d, f = w0(), f !== r ? (R(), m = Ue(), m !== r ? (R(), b = v0(), b !== r ? (R(), P = Ue(), P !== r ? (M = a, a = Ye(m, P)) : (d = a, a = r)) : (d = a, a = r)) : (d = a, a = r)) : (d = a, a = r), a;
|
|
24184
24187
|
}
|
|
24185
24188
|
function r0() {
|
|
24186
24189
|
let a, f, m;
|
|
@@ -24266,7 +24269,7 @@ function pT(t, e) {
|
|
|
24266
24269
|
}
|
|
24267
24270
|
function q1() {
|
|
24268
24271
|
let a, f, m, b;
|
|
24269
|
-
return a = d, f = t.substr(d, 4), f.toLowerCase() === ne ? d += 4 : (f = r, L === 0 && Y(Xo)), f !== r ? (m = d, L++, b = me(), L--, b === r ? m = void 0 : (d = m, m = r), m !== r ? (M = a, a =
|
|
24272
|
+
return a = d, f = t.substr(d, 4), f.toLowerCase() === ne ? d += 4 : (f = r, L === 0 && Y(Xo)), f !== r ? (m = d, L++, b = me(), L--, b === r ? m = void 0 : (d = m, m = r), m !== r ? (M = a, a = Ze()) : (d = a, a = r)) : (d = a, a = r), a;
|
|
24270
24273
|
}
|
|
24271
24274
|
function Eb() {
|
|
24272
24275
|
let a, f, m, b;
|
|
@@ -24318,7 +24321,7 @@ function pT(t, e) {
|
|
|
24318
24321
|
}
|
|
24319
24322
|
function Ib() {
|
|
24320
24323
|
let a, f, m, b;
|
|
24321
|
-
return a = d, f = t.substr(d, 2), f.toLowerCase() === ni ? d += 2 : (f = r, L === 0 && Y(la)), f !== r ? (m = d, L++, b = me(), L--, b === r ? m = void 0 : (d = m, m = r), m !== r ? (M = a, a =
|
|
24324
|
+
return a = d, f = t.substr(d, 2), f.toLowerCase() === ni ? d += 2 : (f = r, L === 0 && Y(la)), f !== r ? (m = d, L++, b = me(), L--, b === r ? m = void 0 : (d = m, m = r), m !== r ? (M = a, a = ge()) : (d = a, a = r)) : (d = a, a = r), a;
|
|
24322
24325
|
}
|
|
24323
24326
|
function Cb() {
|
|
24324
24327
|
let a, f, m, b;
|
|
@@ -24725,18 +24728,18 @@ class Vd {
|
|
|
24725
24728
|
this._referencedFieldNames = c, this.isStandardized = i, this.isAggregate = u, this.currentUserRequired = l;
|
|
24726
24729
|
}
|
|
24727
24730
|
static convertValueToStorageFormat(e, r = null) {
|
|
24728
|
-
if (r === null) return Sr(e) ? e.getTime() : Ge(e) ? e.toMillis() :
|
|
24731
|
+
if (r === null) return Sr(e) ? e.getTime() : Ge(e) ? e.toMillis() : He(e) ? e.toStorageFormat() : et(e) ? e.toStorageString() : Je(e) ? e.toStorageFormat() : e;
|
|
24729
24732
|
switch (r) {
|
|
24730
24733
|
case "date":
|
|
24731
|
-
return Sr(e) ? e.getTime() : Ge(e) ? e.toMillis() :
|
|
24734
|
+
return Sr(e) ? e.getTime() : Ge(e) ? e.toMillis() : He(e) ? e.toMilliseconds() : Je(e) ? e.toNumber() : e;
|
|
24732
24735
|
case "date-only":
|
|
24733
|
-
return Sr(e) ? Tr.fromDateJS(e).toString() :
|
|
24736
|
+
return Sr(e) ? Tr.fromDateJS(e).toString() : He(e) ? Tr.fromSqlTimeStampOffset(e).toString() : Ge(e) ? Tr.fromDateTime(e).toString() : e;
|
|
24734
24737
|
case "time-only":
|
|
24735
|
-
return Sr(e) ? hr.fromDateJS(e).toStorageString() : Ge(e) ? hr.fromDateTime(e).toStorageString() :
|
|
24738
|
+
return Sr(e) ? hr.fromDateJS(e).toStorageString() : Ge(e) ? hr.fromDateTime(e).toStorageString() : He(e) ? hr.fromSqlTimeStampOffset(e).toStorageString() : et(e) ? e.toStorageString() : e;
|
|
24736
24739
|
case "timestamp-offset":
|
|
24737
24740
|
if (Sr(e)) return Qr.fromJSDate(e).toStorageFormat();
|
|
24738
24741
|
if (Ge(e)) return Qr.fromDateTime(e).toStorageFormat();
|
|
24739
|
-
if (
|
|
24742
|
+
if (He(e)) return e.toStorageFormat();
|
|
24740
24743
|
}
|
|
24741
24744
|
return e;
|
|
24742
24745
|
}
|
|
@@ -25158,18 +25161,18 @@ async function TT(t = {}) {
|
|
|
25158
25161
|
var X = Pr(h, x, I, G);
|
|
25159
25162
|
if (X - x > 16 && h.buffer && at) return at.decode(h.subarray(x, X));
|
|
25160
25163
|
for (var oe = ""; x < X; ) {
|
|
25161
|
-
var
|
|
25162
|
-
if (128 &
|
|
25164
|
+
var ge = h[x++];
|
|
25165
|
+
if (128 & ge) {
|
|
25163
25166
|
var he = 63 & h[x++];
|
|
25164
|
-
if ((224 &
|
|
25167
|
+
if ((224 & ge) != 192) {
|
|
25165
25168
|
var Re = 63 & h[x++];
|
|
25166
|
-
if ((
|
|
25169
|
+
if ((ge = (240 & ge) == 224 ? (15 & ge) << 12 | he << 6 | Re : (7 & ge) << 18 | he << 12 | Re << 6 | 63 & h[x++]) < 65536) oe += String.fromCharCode(ge);
|
|
25167
25170
|
else {
|
|
25168
|
-
var mr =
|
|
25171
|
+
var mr = ge - 65536;
|
|
25169
25172
|
oe += String.fromCharCode(55296 | mr >> 10, 56320 | 1023 & mr);
|
|
25170
25173
|
}
|
|
25171
|
-
} else oe += String.fromCharCode((31 &
|
|
25172
|
-
} else oe += String.fromCharCode(
|
|
25174
|
+
} else oe += String.fromCharCode((31 & ge) << 6 | he);
|
|
25175
|
+
} else oe += String.fromCharCode(ge);
|
|
25173
25176
|
}
|
|
25174
25177
|
return oe;
|
|
25175
25178
|
}, ut = (h, x, I) => h ? Kr(y, h, x, I) : "";
|
|
@@ -25193,13 +25196,13 @@ async function TT(t = {}) {
|
|
|
25193
25196
|
S[x >> 2] = I.getSeconds(), S[x + 4 >> 2] = I.getMinutes(), S[x + 8 >> 2] = I.getHours(), S[x + 12 >> 2] = I.getDate(), S[x + 16 >> 2] = I.getMonth(), S[x + 20 >> 2] = I.getFullYear() - 1900, S[x + 24 >> 2] = I.getDay();
|
|
25194
25197
|
var G = 0 | r1(I);
|
|
25195
25198
|
S[x + 28 >> 2] = G, S[x + 36 >> 2] = -60 * I.getTimezoneOffset();
|
|
25196
|
-
var X = new Date(I.getFullYear(), 0, 1), oe = new Date(I.getFullYear(), 6, 1).getTimezoneOffset(),
|
|
25199
|
+
var X = new Date(I.getFullYear(), 0, 1), oe = new Date(I.getFullYear(), 6, 1).getTimezoneOffset(), ge = X.getTimezoneOffset(), he = 0 | (oe != ge && I.getTimezoneOffset() == Math.min(ge, oe));
|
|
25197
25200
|
S[x + 32 >> 2] = he;
|
|
25198
25201
|
}
|
|
25199
25202
|
var lo = (h, x, I, G) => {
|
|
25200
25203
|
if (!(G > 0)) return 0;
|
|
25201
|
-
for (var X = I, oe = I + G - 1,
|
|
25202
|
-
var he = h.codePointAt(
|
|
25204
|
+
for (var X = I, oe = I + G - 1, ge = 0; ge < h.length; ++ge) {
|
|
25205
|
+
var he = h.codePointAt(ge);
|
|
25203
25206
|
if (he <= 127) {
|
|
25204
25207
|
if (I >= oe) break;
|
|
25205
25208
|
x[I++] = he;
|
|
@@ -25211,12 +25214,12 @@ async function TT(t = {}) {
|
|
|
25211
25214
|
x[I++] = 224 | he >> 12, x[I++] = 128 | he >> 6 & 63, x[I++] = 128 | 63 & he;
|
|
25212
25215
|
} else {
|
|
25213
25216
|
if (I + 3 >= oe) break;
|
|
25214
|
-
x[I++] = 240 | he >> 18, x[I++] = 128 | he >> 12 & 63, x[I++] = 128 | he >> 6 & 63, x[I++] = 128 | 63 & he,
|
|
25217
|
+
x[I++] = 240 | he >> 18, x[I++] = 128 | he >> 12 & 63, x[I++] = 128 | he >> 6 & 63, x[I++] = 128 | 63 & he, ge++;
|
|
25215
25218
|
}
|
|
25216
25219
|
}
|
|
25217
25220
|
return x[I] = 0, I - X;
|
|
25218
25221
|
}, Cn = (h, x, I) => lo(h, y, x, I), a1 = (h, x, I, G) => {
|
|
25219
|
-
var X = (/* @__PURE__ */ new Date()).getFullYear(), oe = new Date(X, 0, 1),
|
|
25222
|
+
var X = (/* @__PURE__ */ new Date()).getFullYear(), oe = new Date(X, 0, 1), ge = new Date(X, 6, 1), he = oe.getTimezoneOffset(), Re = ge.getTimezoneOffset(), mr = Math.max(he, Re);
|
|
25220
25223
|
E[h >> 2] = 60 * mr, S[x >> 2] = +(he != Re);
|
|
25221
25224
|
var Hu = (Xu) => {
|
|
25222
25225
|
var $1 = Xu >= 0 ? "-" : "+", Ju = Math.abs(Xu);
|
|
@@ -25278,9 +25281,9 @@ async function TT(t = {}) {
|
|
|
25278
25281
|
x === 0 || x === 10 ? ((h === 1 ? z : U)(Kr(I)), I.length = 0) : I.push(x);
|
|
25279
25282
|
}, S1 = (h, x, I, G) => {
|
|
25280
25283
|
for (var X = 0, oe = 0; oe < I; oe++) {
|
|
25281
|
-
var
|
|
25284
|
+
var ge = E[x >> 2], he = E[x + 4 >> 2];
|
|
25282
25285
|
x += 8;
|
|
25283
|
-
for (var Re = 0; Re < he; Re++) v1(h, y[
|
|
25286
|
+
for (var Re = 0; Re < he; Re++) v1(h, y[ge + Re]);
|
|
25284
25287
|
X += he;
|
|
25285
25288
|
}
|
|
25286
25289
|
return E[G >> 2] = X, 0;
|
|
@@ -25378,7 +25381,7 @@ async function TT(t = {}) {
|
|
|
25378
25381
|
}
|
|
25379
25382
|
return h;
|
|
25380
25383
|
}
|
|
25381
|
-
function
|
|
25384
|
+
function Ye() {
|
|
25382
25385
|
throw "cannot construct a PeObject, no constructor in IDL";
|
|
25383
25386
|
}
|
|
25384
25387
|
function _t() {
|
|
@@ -25438,7 +25441,7 @@ async function TT(t = {}) {
|
|
|
25438
25441
|
function Fe() {
|
|
25439
25442
|
throw "cannot construct a PeNotationMgrs, no constructor in IDL";
|
|
25440
25443
|
}
|
|
25441
|
-
function
|
|
25444
|
+
function Ze() {
|
|
25442
25445
|
throw "cannot construct a PeNotationUtm, no constructor in IDL";
|
|
25443
25446
|
}
|
|
25444
25447
|
function Rt() {
|
|
@@ -25459,16 +25462,16 @@ async function TT(t = {}) {
|
|
|
25459
25462
|
function Ar() {
|
|
25460
25463
|
throw "cannot construct a PeVersion, no constructor in IDL";
|
|
25461
25464
|
}
|
|
25462
|
-
return
|
|
25465
|
+
return Ye.prototype = Object.create($e.prototype), Ye.prototype.constructor = Ye, Ye.prototype.__class__ = Ye, Ye.__cache__ = {}, r.PeObject = Ye, Ye.prototype.getCode = Ye.prototype.getCode = function() {
|
|
25463
25466
|
var h = this.ptr;
|
|
25464
25467
|
return Dn(h);
|
|
25465
|
-
},
|
|
25468
|
+
}, Ye.prototype.getName = Ye.prototype.getName = function(h) {
|
|
25466
25469
|
var x = this.ptr;
|
|
25467
25470
|
return be.prepare(), typeof h == "object" && (h = Zt(h)), ut(mo(x, h));
|
|
25468
|
-
},
|
|
25471
|
+
}, Ye.prototype.getType = Ye.prototype.getType = function() {
|
|
25469
25472
|
var h = this.ptr;
|
|
25470
25473
|
return po(h);
|
|
25471
|
-
}, _t.prototype = Object.create(
|
|
25474
|
+
}, _t.prototype = Object.create(Ye.prototype), _t.prototype.constructor = _t, _t.prototype.__class__ = _t, _t.__cache__ = {}, r.PeCoordsys = _t, _t.prototype.isEqual = _t.prototype.isEqual = function(h) {
|
|
25472
25475
|
var x = this.ptr;
|
|
25473
25476
|
return h && typeof h == "object" && (h = h.ptr), !!go(x, h);
|
|
25474
25477
|
}, _t.prototype.getCode = _t.prototype.getCode = function() {
|
|
@@ -25480,7 +25483,7 @@ async function TT(t = {}) {
|
|
|
25480
25483
|
}, _t.prototype.getType = _t.prototype.getType = function() {
|
|
25481
25484
|
var h = this.ptr;
|
|
25482
25485
|
return oi(h);
|
|
25483
|
-
}, yt.prototype = Object.create(
|
|
25486
|
+
}, yt.prototype = Object.create(Ye.prototype), yt.prototype.constructor = yt, yt.prototype.__class__ = yt, yt.__cache__ = {}, r.PeUnit = yt, yt.prototype.getUnitFactor = yt.prototype.getUnitFactor = function() {
|
|
25484
25487
|
var h = this.ptr;
|
|
25485
25488
|
return yo(h);
|
|
25486
25489
|
}, yt.prototype.getCode = yt.prototype.getCode = function() {
|
|
@@ -25507,7 +25510,7 @@ async function TT(t = {}) {
|
|
|
25507
25510
|
}, Tt.prototype.getUnitFactor = Tt.prototype.getUnitFactor = function() {
|
|
25508
25511
|
var h = this.ptr;
|
|
25509
25512
|
return Eo(h);
|
|
25510
|
-
}, Pt.prototype = Object.create(
|
|
25513
|
+
}, Pt.prototype = Object.create(Ye.prototype), Pt.prototype.constructor = Pt, Pt.prototype.__class__ = Pt, Pt.__cache__ = {}, r.PeDatum = Pt, Pt.prototype.getSpheroid = Pt.prototype.getSpheroid = function() {
|
|
25511
25514
|
var h = this.ptr;
|
|
25512
25515
|
return Qe(To(h), pt);
|
|
25513
25516
|
}, Pt.prototype.getCode = Pt.prototype.getCode = function() {
|
|
@@ -25627,9 +25630,9 @@ async function TT(t = {}) {
|
|
|
25627
25630
|
}, Mt.prototype = Object.create($e.prototype), Mt.prototype.constructor = Mt, Mt.prototype.__class__ = Mt, Mt.__cache__ = {}, r.PeFactory = Mt, Mt.prototype.initialize = Mt.prototype.initialize = function(h) {
|
|
25628
25631
|
be.prepare(), h = h && typeof h == "object" ? h.ptr : bi(h), aa(h);
|
|
25629
25632
|
}, Mt.prototype.factoryByType = Mt.prototype.factoryByType = function(h, x) {
|
|
25630
|
-
return h && typeof h == "object" && (h = h.ptr), x && typeof x == "object" && (x = x.ptr), Qe(ua(h, x),
|
|
25633
|
+
return h && typeof h == "object" && (h = h.ptr), x && typeof x == "object" && (x = x.ptr), Qe(ua(h, x), Ye);
|
|
25631
25634
|
}, Mt.prototype.fromString = Mt.prototype.fromString = function(h, x) {
|
|
25632
|
-
return be.prepare(), h && typeof h == "object" && (h = h.ptr), x = x && typeof x == "object" ? x.ptr : bi(x), Qe(la(h, x),
|
|
25635
|
+
return be.prepare(), h && typeof h == "object" && (h = h.ptr), x = x && typeof x == "object" ? x.ptr : bi(x), Qe(la(h, x), Ye);
|
|
25633
25636
|
}, Mt.prototype.getCode = Mt.prototype.getCode = function(h) {
|
|
25634
25637
|
return h && typeof h == "object" && (h = h.ptr), ca(h);
|
|
25635
25638
|
}, mt.prototype = Object.create($e.prototype), mt.prototype.constructor = mt, mt.prototype.__class__ = mt, mt.__cache__ = {}, r.PeGCSExtent = mt, mt.prototype.getLLon = mt.prototype.getLLon = function() {
|
|
@@ -25674,7 +25677,7 @@ async function TT(t = {}) {
|
|
|
25674
25677
|
}, Oe.prototype.getType = Oe.prototype.getType = function() {
|
|
25675
25678
|
var h = this.ptr;
|
|
25676
25679
|
return Ea(h);
|
|
25677
|
-
}, We.prototype = Object.create(
|
|
25680
|
+
}, We.prototype = Object.create(Ye.prototype), We.prototype.constructor = We, We.prototype.__class__ = We, We.__cache__ = {}, r.PeGeogtran = We, We.prototype.isEqual = We.prototype.isEqual = function(h) {
|
|
25678
25681
|
var x = this.ptr;
|
|
25679
25682
|
return h && typeof h == "object" && (h = h.ptr), !!Ta(x, h);
|
|
25680
25683
|
}, We.prototype.getGeogcs1 = We.prototype.getGeogcs1 = function() {
|
|
@@ -25741,14 +25744,14 @@ async function TT(t = {}) {
|
|
|
25741
25744
|
}, Object.defineProperty(wt.prototype, "val", { get: wt.prototype.get_val, set: wt.prototype.set_val }), wt.prototype.__destroy__ = wt.prototype.__destroy__ = function() {
|
|
25742
25745
|
var h = this.ptr;
|
|
25743
25746
|
Ga(h);
|
|
25744
|
-
}, Ot.prototype = Object.create($e.prototype), Ot.prototype.constructor = Ot, Ot.prototype.__class__ = Ot, Ot.__cache__ = {}, r.PeLineType = Ot, Ot.prototype.geodetic_distance = Ot.prototype.geodetic_distance = function(h, x, I, G, X, oe,
|
|
25745
|
-
h && typeof h == "object" && (h = h.ptr), x && typeof x == "object" && (x = x.ptr), I && typeof I == "object" && (I = I.ptr), G && typeof G == "object" && (G = G.ptr), X && typeof X == "object" && (X = X.ptr), oe && typeof oe == "object" && (oe = oe.ptr),
|
|
25746
|
-
}, Ot.prototype.geodetic_coordinate = Ot.prototype.geodetic_coordinate = function(h, x, I, G, X, oe,
|
|
25747
|
-
h && typeof h == "object" && (h = h.ptr), x && typeof x == "object" && (x = x.ptr), I && typeof I == "object" && (I = I.ptr), G && typeof G == "object" && (G = G.ptr), X && typeof X == "object" && (X = X.ptr), oe && typeof oe == "object" && (oe = oe.ptr),
|
|
25748
|
-
}, Ot.prototype.geodesic_coordinate = Ot.prototype.geodesic_coordinate = function(h, x, I, G, X, oe,
|
|
25749
|
-
h && typeof h == "object" && (h = h.ptr), x && typeof x == "object" && (x = x.ptr), I && typeof I == "object" && (I = I.ptr), G && typeof G == "object" && (G = G.ptr), X && typeof X == "object" && (X = X.ptr), oe && typeof oe == "object" && (oe = oe.ptr),
|
|
25750
|
-
}, Ot.prototype.great_elliptic_distance = Ot.prototype.great_elliptic_distance = function(h, x, I, G, X, oe,
|
|
25751
|
-
h && typeof h == "object" && (h = h.ptr), x && typeof x == "object" && (x = x.ptr), I && typeof I == "object" && (I = I.ptr), G && typeof G == "object" && (G = G.ptr), X && typeof X == "object" && (X = X.ptr), oe && typeof oe == "object" && (oe = oe.ptr),
|
|
25747
|
+
}, Ot.prototype = Object.create($e.prototype), Ot.prototype.constructor = Ot, Ot.prototype.__class__ = Ot, Ot.__cache__ = {}, r.PeLineType = Ot, Ot.prototype.geodetic_distance = Ot.prototype.geodetic_distance = function(h, x, I, G, X, oe, ge, he, Re, mr) {
|
|
25748
|
+
h && typeof h == "object" && (h = h.ptr), x && typeof x == "object" && (x = x.ptr), I && typeof I == "object" && (I = I.ptr), G && typeof G == "object" && (G = G.ptr), X && typeof X == "object" && (X = X.ptr), oe && typeof oe == "object" && (oe = oe.ptr), ge && typeof ge == "object" && (ge = ge.ptr), he && typeof he == "object" && (he = he.ptr), Re && typeof Re == "object" && (Re = Re.ptr), mr && typeof mr == "object" && (mr = mr.ptr), Wa(h, x, I, G, X, oe, ge, he, Re, mr);
|
|
25749
|
+
}, Ot.prototype.geodetic_coordinate = Ot.prototype.geodetic_coordinate = function(h, x, I, G, X, oe, ge, he, Re) {
|
|
25750
|
+
h && typeof h == "object" && (h = h.ptr), x && typeof x == "object" && (x = x.ptr), I && typeof I == "object" && (I = I.ptr), G && typeof G == "object" && (G = G.ptr), X && typeof X == "object" && (X = X.ptr), oe && typeof oe == "object" && (oe = oe.ptr), ge && typeof ge == "object" && (ge = ge.ptr), he && typeof he == "object" && (he = he.ptr), Re && typeof Re == "object" && (Re = Re.ptr), Ba(h, x, I, G, X, oe, ge, he, Re);
|
|
25751
|
+
}, Ot.prototype.geodesic_coordinate = Ot.prototype.geodesic_coordinate = function(h, x, I, G, X, oe, ge, he) {
|
|
25752
|
+
h && typeof h == "object" && (h = h.ptr), x && typeof x == "object" && (x = x.ptr), I && typeof I == "object" && (I = I.ptr), G && typeof G == "object" && (G = G.ptr), X && typeof X == "object" && (X = X.ptr), oe && typeof oe == "object" && (oe = oe.ptr), ge && typeof ge == "object" && (ge = ge.ptr), he && typeof he == "object" && (he = he.ptr), qa(h, x, I, G, X, oe, ge, he);
|
|
25753
|
+
}, Ot.prototype.great_elliptic_distance = Ot.prototype.great_elliptic_distance = function(h, x, I, G, X, oe, ge, he, Re) {
|
|
25754
|
+
h && typeof h == "object" && (h = h.ptr), x && typeof x == "object" && (x = x.ptr), I && typeof I == "object" && (I = I.ptr), G && typeof G == "object" && (G = G.ptr), X && typeof X == "object" && (X = X.ptr), oe && typeof oe == "object" && (oe = oe.ptr), ge && typeof ge == "object" && (ge = ge.ptr), he && typeof he == "object" && (he = he.ptr), Re && typeof Re == "object" && (Re = Re.ptr), Ha(h, x, I, G, X, oe, ge, he, Re);
|
|
25752
25755
|
}, vt.prototype = Object.create($e.prototype), vt.prototype.constructor = vt, vt.prototype.__class__ = vt, vt.__cache__ = {}, r.PeMath = vt, vt.prototype.phi_to_eta = vt.prototype.phi_to_eta = function(h, x) {
|
|
25753
25756
|
return h && typeof h == "object" && (h = h.ptr), x && typeof x == "object" && (x = x.ptr), Ya(h, x);
|
|
25754
25757
|
}, vt.prototype.eta_to_phi = vt.prototype.eta_to_phi = function(h, x) {
|
|
@@ -25774,19 +25777,19 @@ async function TT(t = {}) {
|
|
|
25774
25777
|
}, Object.defineProperty(Fe.prototype, "PE_MGRS_180_ZONE_1_PLUS", { get: Fe.prototype.get_PE_MGRS_180_ZONE_1_PLUS }), Fe.prototype.get_PE_MGRS_ADD_SPACES = Fe.prototype.get_PE_MGRS_ADD_SPACES = function() {
|
|
25775
25778
|
var h = this.ptr;
|
|
25776
25779
|
return ru(h);
|
|
25777
|
-
}, Object.defineProperty(Fe.prototype, "PE_MGRS_ADD_SPACES", { get: Fe.prototype.get_PE_MGRS_ADD_SPACES }),
|
|
25780
|
+
}, Object.defineProperty(Fe.prototype, "PE_MGRS_ADD_SPACES", { get: Fe.prototype.get_PE_MGRS_ADD_SPACES }), Ze.prototype = Object.create($e.prototype), Ze.prototype.constructor = Ze, Ze.prototype.__class__ = Ze, Ze.__cache__ = {}, r.PeNotationUtm = Ze, Ze.prototype.get_PE_UTM_OPTS_NONE = Ze.prototype.get_PE_UTM_OPTS_NONE = function() {
|
|
25778
25781
|
var h = this.ptr;
|
|
25779
25782
|
return yi(h);
|
|
25780
|
-
}, Object.defineProperty(
|
|
25783
|
+
}, Object.defineProperty(Ze.prototype, "PE_UTM_OPTS_NONE", { get: Ze.prototype.get_PE_UTM_OPTS_NONE }), Ze.prototype.get_PE_UTM_OPTS_NS = Ze.prototype.get_PE_UTM_OPTS_NS = function() {
|
|
25781
25784
|
var h = this.ptr;
|
|
25782
25785
|
return nu(h);
|
|
25783
|
-
}, Object.defineProperty(
|
|
25786
|
+
}, Object.defineProperty(Ze.prototype, "PE_UTM_OPTS_NS", { get: Ze.prototype.get_PE_UTM_OPTS_NS }), Ze.prototype.get_PE_UTM_OPTS_NS_STRICT = Ze.prototype.get_PE_UTM_OPTS_NS_STRICT = function() {
|
|
25784
25787
|
var h = this.ptr;
|
|
25785
25788
|
return su(h);
|
|
25786
|
-
}, Object.defineProperty(
|
|
25789
|
+
}, Object.defineProperty(Ze.prototype, "PE_UTM_OPTS_NS_STRICT", { get: Ze.prototype.get_PE_UTM_OPTS_NS_STRICT }), Ze.prototype.get_PE_UTM_OPTS_ADD_SPACES = Ze.prototype.get_PE_UTM_OPTS_ADD_SPACES = function() {
|
|
25787
25790
|
var h = this.ptr;
|
|
25788
25791
|
return iu(h);
|
|
25789
|
-
}, Object.defineProperty(
|
|
25792
|
+
}, Object.defineProperty(Ze.prototype, "PE_UTM_OPTS_ADD_SPACES", { get: Ze.prototype.get_PE_UTM_OPTS_ADD_SPACES }), Rt.prototype = Object.create(Ye.prototype), Rt.prototype.constructor = Rt, Rt.prototype.__class__ = Rt, Rt.__cache__ = {}, r.PeParameter = Rt, Rt.prototype.getValue = Rt.prototype.getValue = function() {
|
|
25790
25793
|
var h = this.ptr;
|
|
25791
25794
|
return ou(h);
|
|
25792
25795
|
}, Rt.prototype.getCode = Rt.prototype.getCode = function() {
|
|
@@ -25848,7 +25851,7 @@ async function TT(t = {}) {
|
|
|
25848
25851
|
}, Object.defineProperty(de.prototype, "PE_POLE_OUTSIDE_BOUNDARY", { get: de.prototype.get_PE_POLE_OUTSIDE_BOUNDARY }), de.prototype.get_PE_POLE_POINT = de.prototype.get_PE_POLE_POINT = function() {
|
|
25849
25852
|
var h = this.ptr;
|
|
25850
25853
|
return Nu(h);
|
|
25851
|
-
}, Object.defineProperty(de.prototype, "PE_POLE_POINT", { get: de.prototype.get_PE_POLE_POINT }), Lt.prototype = Object.create(
|
|
25854
|
+
}, Object.defineProperty(de.prototype, "PE_POLE_POINT", { get: de.prototype.get_PE_POLE_POINT }), Lt.prototype = Object.create(Ye.prototype), Lt.prototype.constructor = Lt, Lt.prototype.__class__ = Lt, Lt.__cache__ = {}, r.PePrimem = Lt, Lt.prototype.getLongitude = Lt.prototype.getLongitude = function() {
|
|
25852
25855
|
var h = this.ptr;
|
|
25853
25856
|
return Eu(h);
|
|
25854
25857
|
}, Lt.prototype.getCode = Lt.prototype.getCode = function() {
|
|
@@ -25868,7 +25871,7 @@ async function TT(t = {}) {
|
|
|
25868
25871
|
return Qe(Mu(h), Oe);
|
|
25869
25872
|
}, Pe.prototype.getProjection = Pe.prototype.getProjection = function() {
|
|
25870
25873
|
var h = this.ptr;
|
|
25871
|
-
return Qe(Ou(h),
|
|
25874
|
+
return Qe(Ou(h), Ye);
|
|
25872
25875
|
}, Pe.prototype.getParameters = Pe.prototype.getParameters = function() {
|
|
25873
25876
|
var h = this.ptr;
|
|
25874
25877
|
return Ru(h);
|
|
@@ -25896,7 +25899,7 @@ async function TT(t = {}) {
|
|
|
25896
25899
|
}, Pe.prototype.getType = Pe.prototype.getType = function() {
|
|
25897
25900
|
var h = this.ptr;
|
|
25898
25901
|
return Vu(h);
|
|
25899
|
-
}, pt.prototype = Object.create(
|
|
25902
|
+
}, pt.prototype = Object.create(Ye.prototype), pt.prototype.constructor = pt, pt.prototype.__class__ = pt, pt.__cache__ = {}, r.PeSpheroid = pt, pt.prototype.getAxis = pt.prototype.getAxis = function() {
|
|
25900
25903
|
var h = this.ptr;
|
|
25901
25904
|
return zu(h);
|
|
25902
25905
|
}, pt.prototype.getFlattening = pt.prototype.getFlattening = function() {
|