UNPKG

@arcgis/core

Version:

ArcGIS Maps SDK for JavaScript: A complete 2D and 3D mapping and data visualization API

1 lines • 19 kB
"use strict";(self.webpackChunkRemoteClient=self.webpackChunkRemoteClient||[]).push([[893],{5076(e,t,s){s.d(t,{iH:()=>i,qh:()=>a});var n=s(60408),r=s(21325);function i(e,t,s){const{geometry:i}=e,a=e.compactGeometryEnabled??!1,o=e.toJSON();delete o.compactGeometryEnabled,delete o.defaultSpatialReferenceEnabled;const u=o;let c,l,d;if(i&&(l=i.spatialReference,d=(0,r.YX)(l),u.geometryType=(0,n.$B)(i),u.geometry=function(e,t){if(t&&"extent"===e.type)return`${e.xmin},${e.ymin},${e.xmax},${e.ymax}`;if(t&&"point"===e.type)return`${e.x},${e.y}`;const s=e.toJSON();return delete s.spatialReference,JSON.stringify(s)}(i,a),u.inSR=d),o.groupByFieldsForStatistics&&(u.groupByFieldsForStatistics=o.groupByFieldsForStatistics.join(",")),o.objectIds)switch(s?.uniqueIdFields?.length){case void 0:u.objectIds=o.objectIds.join(",");break;case 1:u.uniqueIds=JSON.stringify(o.objectIds),delete u.objectIds;break;default:u.uniqueIds=JSON.stringify(o.objectIds.map(e=>JSON.parse(e))),delete u.objectIds}if(o.orderByFields&&(u.orderByFields=o.orderByFields.join(",")),!o.outFields||!o.returnDistinctValues&&(t?.returnCountOnly||t?.returnExtentOnly||t?.returnIdsOnly)?delete u.outFields:o.outFields.includes("*")?u.outFields="*":u.outFields=o.outFields.join(","),o.outSR?(u.outSR=(0,r.YX)(o.outSR),c=e.outSpatialReference):i&&(o.returnGeometry||o.returnCentroid)&&(u.outSR=u.inSR,c=l),o.returnGeometry&&delete o.returnGeometry,o.outStatistics&&(u.outStatistics=JSON.stringify(o.outStatistics)),o.fullText&&(u.fullText=JSON.stringify(o.fullText)),o.pixelSize&&(u.pixelSize=JSON.stringify(o.pixelSize)),o.quantizationParameters&&(e.defaultSpatialReferenceEnabled&&null!=l&&null!=e.quantizationParameters?.extent&&l.equals(e.quantizationParameters.extent.spatialReference)&&delete o.quantizationParameters.extent.spatialReference,u.quantizationParameters=JSON.stringify(o.quantizationParameters)),o.parameterValues&&(u.parameterValues=JSON.stringify(o.parameterValues)),o.rangeValues&&(u.rangeValues=JSON.stringify(o.rangeValues)),o.dynamicDataSource&&(u.layer=JSON.stringify({source:o.dynamicDataSource}),delete o.dynamicDataSource),o.timeExtent){const e=o.timeExtent,{start:t,end:s}=e;null==t&&null==s||(u.time=t===s?t:`${t??"null"},${s??"null"}`),delete o.timeExtent}return e.defaultSpatialReferenceEnabled&&null!=l&&null!=c&&l.equals(c)&&(u.defaultSR=u.inSR,delete u.inSR,delete u.outSR),u}const a="json"},10536(e,t,s){function n(e){const t={};for(const s in e){if("declaredClass"===s)continue;const r=e[s];if(null!=r&&"function"!=typeof r)if(Array.isArray(r)){t[s]=[];for(let e=0;e<r.length;e++)t[s][e]=n(r[e])}else"object"==typeof r?r.toJSON&&(t[s]=JSON.stringify(r)):t[s]=r}return t}s.d(t,{z:()=>n})},51624(e,t,s){s.d(t,{A:()=>c});var n=s(44208),r=s(69397),i=s(93687);const a=4294967296,o=new TextDecoder("utf-8"),u=(0,n.A)("safari")||(0,n.A)("ios")?6:(0,n.A)("ff")?12:32;class c{constructor(e,t,s=0,n=e?.byteLength??0){this._tag=0,this._dataType=99,this._init(e,t,s,n)}[Symbol.dispose](){this.release()}_init(e,t,s,n){this._data=e,this._dataView=t,this._pos=s,this._end=n}get usedMemory(){return 64+(0,r.Qf)(this._data)}asUnsafe(){return this}clone(){return new c(this._data,this._dataView,this._pos,this._end)}clonePooled(){return c.constructPooled(this._data,this._dataView,this._pos,this._end)}static constructPooled(e,t,s=0,n=e?.byteLength??0){const r=c.pool.acquire();return r._init(e,t,s,n),r}pos(){return this._pos}move(e){this._pos=e}nextTag(e){for(;;){if(this._pos===this._end)return!1;const t=this._decodeVarint();if(this._tag=t>>3,this._dataType=7&t,!e||e===this._tag)break;this.skip()}return!0}next(){if(this._pos===this._end)return!1;const e=this._decodeVarint();return this._tag=e>>3,this._dataType=7&e,!0}empty(){return this._pos>=this._end}tag(){return this._tag}getInt32(){return this._decodeVarint()}getInt64(){return this._decodeVarint()}getUInt32(){let e=4294967295;if(e=(127&this._data[this._pos])>>>0,this._data[this._pos++]<128)return e;if(e=(e|(127&this._data[this._pos])<<7)>>>0,this._data[this._pos++]<128)return e;if(e=(e|(127&this._data[this._pos])<<14)>>>0,this._data[this._pos++]<128)return e;if(e=(e|(127&this._data[this._pos])<<21)>>>0,this._data[this._pos++]<128)return e;if(e=(e|(15&this._data[this._pos])<<28)>>>0,this._data[this._pos++]<128)return e;throw new Error("Varint overflow")}getPackedEnd(){const e=this.getUInt32();return this._pos+e}getUInt64(){return this._decodeVarint()}getSInt32(){const e=this.getUInt32();return e>>>1^-(1&e)}getSInt64(){return this._decodeSVarint()}getBool(){const e=0!==this._data[this._pos];return this._skip(1),e}getEnum(){return this._decodeVarint()}getFixed64(){const e=this._dataView,t=this._pos,s=e.getUint32(t,!0)+e.getUint32(t+4,!0)*a;return this._skip(8),s}getSFixed64(){const e=this._dataView,t=this._pos,s=e.getUint32(t,!0)+e.getInt32(t+4,!0)*a;return this._skip(8),s}getDouble(){const e=this._dataView.getFloat64(this._pos,!0);return this._skip(8),e}getFixed32(){const e=this._dataView.getUint32(this._pos,!0);return this._skip(4),e}getSFixed32(){const e=this._dataView.getInt32(this._pos,!0);return this._skip(4),e}getFloat(){const e=this._dataView.getFloat32(this._pos,!0);return this._skip(4),e}getString(){const e=this._getLength(),t=this._pos,s=this._toString(this._data,t,t+e);return this._skip(e),s}getBytes(){const e=this._getLength(),t=this._pos,s=this._toBytes(this._data,t,t+e);return this._skip(e),s}getLength(){return this._getLengthUnsafe()}processMessageWithArgs(e,t,s,n){const r=this.getMessage(),i=e(r,t,s,n);return r.release(),i}processMessage(e){const t=this.getMessage(),s=e(t);return t.release(),s}getMessage(){const e=this._getLength(),t=c.pool.acquire();return t._init(this._data,this._dataView,this._pos,this._pos+e),this._skip(e),t}release(){c.pool.release(this)}dataType(){return this._dataType}skip(){switch(this._dataType){case 0:this._decodeVarint();break;case 1:this._skip(8);break;case 2:this._skip(this._getLength());break;case 5:this._skip(4);break;default:throw new Error("Invalid data type!")}}skipToEnd(){for(;this.next();)this.skip()}skipLen(e){this._skip(e)}_skip(e){if(this._pos+e>this._end)throw new Error("Attempt to skip past the end of buffer!");this._pos+=e}_decodeVarint(){const e=this._data;let t=this._pos,s=0,n=0;if(this._end-t>=10)do{if(n=e[t++],s|=127&n,!(128&n))break;if(n=e[t++],s|=(127&n)<<7,!(128&n))break;if(n=e[t++],s|=(127&n)<<14,!(128&n))break;if(n=e[t++],s|=(127&n)<<21,!(128&n))break;if(n=e[t++],s+=268435456*(127&n),!(128&n))break;if(n=e[t++],s+=34359738368*(127&n),!(128&n))break;if(n=e[t++],s+=4398046511104*(127&n),!(128&n))break;if(n=e[t++],s+=562949953421312*(127&n),!(128&n))break;if(n=e[t++],s+=72057594037927940*(127&n),!(128&n))break;if(n=e[t++],s+=0x8000000000000000*(127&n),!(128&n))break;throw new Error("Varint too long!")}while(0);else{let r=1;for(;t!==this._end&&(n=e[t],128&n);)++t,s+=(127&n)*r,r*=128;if(t===this._end)throw new Error("Varint overrun!");++t,s+=n*r}return this._pos=t,s}_decodeSVarint(){const e=this._data;let t,s=0,n=0;const r=1&e[this._pos];if(n=e[this._pos++],s|=127&n,!(128&n))return r?-(s+1)/2:s/2;if(n=e[this._pos++],s|=(127&n)<<7,!(128&n))return r?-(s+1)/2:s/2;if(n=e[this._pos++],s|=(127&n)<<14,!(128&n))return r?-(s+1)/2:s/2;if(n=e[this._pos++],s|=(127&n)<<21,!(128&n))return r?-(s+1)/2:s/2;if(n=e[this._pos++],s+=268435456*(127&n),!(128&n))return r?-(s+1)/2:s/2;if(n=e[this._pos++],s+=34359738368*(127&n),!(128&n))return r?-(s+1)/2:s/2;if(n=e[this._pos++],s+=4398046511104*(127&n),!(128&n))return r?-(s+1)/2:s/2;if(t=BigInt(s),n=e[this._pos++],t+=0x2000000000000n*BigInt(127&n),!(128&n))return Number(r?-(t+1n)/2n:t/2n);if(n=e[this._pos++],t+=0x100000000000000n*BigInt(127&n),!(128&n))return Number(r?-(t+1n)/2n:t/2n);if(n=e[this._pos++],t+=0x8000000000000000n*BigInt(127&n),!(128&n))return Number(r?-(t+1n)/2n:t/2n);throw new Error("Varint too long!")}_getLength(){if(2!==this._dataType)throw new Error("Not a delimited data type!");return this._decodeVarint()}_getLengthUnsafe(){return this.getUInt32()}_toString(e,t,s){if((s=Math.min(this._end,s))-t>u){const n=e.subarray(t,s);return o.decode(n)}let n="",r="";for(let i=t;i<s;++i){const t=e[i];128&t?r+="%"+t.toString(16):(n+=decodeURIComponent(r)+String.fromCharCode(t),r="")}return r.length&&(n+=decodeURIComponent(r)),n}_toBytes(e,t,s){return s=Math.min(this._end,s),new Uint8Array(e.buffer,t,s-t)}static{this.pool=new i.A(()=>new c(null,null),void 0,e=>{e._data=null,e._dataView=null})}}},53655(e,t,s){s.d(t,{SH:()=>v,ae:()=>E,cn:()=>f});var n=s(5482),r=s(49186),i=s(51624),a=s(50498);const o=["esriGeometryPoint","esriGeometryMultipoint","esriGeometryPolyline","esriGeometryPolygon"],u=["esriFieldTypeSmallInteger","esriFieldTypeInteger","esriFieldTypeSingle","esriFieldTypeDouble","esriFieldTypeString","esriFieldTypeDate","esriFieldTypeOID","esriFieldTypeGeometry","esriFieldTypeBlob","esriFieldTypeRaster","esriFieldTypeGUID","esriFieldTypeGlobalID","esriFieldTypeXML","esriFieldTypeBigInteger","esriFieldTypeDateOnly","esriFieldTypeTimeOnly","esriFieldTypeTimestampOffset"],c=["sqlTypeBigInt","sqlTypeBinary","sqlTypeBit","sqlTypeChar","sqlTypeDate","sqlTypeDecimal","sqlTypeDouble","sqlTypeFloat","sqlTypeGeometry","sqlTypeGUID","sqlTypeInteger","sqlTypeLongNVarchar","sqlTypeLongVarbinary","sqlTypeLongVarchar","sqlTypeNChar","sqlTypeNVarchar","sqlTypeOther","sqlTypeReal","sqlTypeSmallInt","sqlTypeSqlXml","sqlTypeTime","sqlTypeTimestamp","sqlTypeTimestamp2","sqlTypeTinyInt","sqlTypeVarbinary","sqlTypeVarchar"],l=["upperLeft","lowerLeft"];function d(e,t){const s=e.getEnum();return s<t.length?t[s]:void 0}function p(e,t){e.featureSet.geometryType=e.usesShortGeometryTypes?a.gy.fromJSON(t):t}function h(e,t=e.featureSet.geometryType){return e.usesShortGeometryTypes?a.gy.toJSON(t):t}function g(e){const t=e.asUnsafe();for(;t.next();)switch(t.tag()){case 1:return t.getString();case 2:return t.getFloat();case 3:return t.getDouble();case 4:return t.getSInt32();case 5:return t.getUInt32();case 6:return t.getInt64();case 7:return t.getUInt64();case 8:return t.getSInt64();case 9:return t.getBool();default:return t.skip(),null}return null}function f(e){const t=e.asUnsafe(),s={type:u[0]};for(;t.next();)switch(t.tag()){case 1:s.name=t.getString();break;case 2:s.type=d(t,u);break;case 3:s.alias=t.getString();break;case 4:s.sqlType=d(t,c);break;case 5:default:t.skip();break;case 6:s.defaultValue=t.getString()}return s}function y(e){const t={},s=e.asUnsafe();for(;s.next();)switch(s.tag()){case 1:t.name=s.getString();break;case 2:t.isSystemMaintained=s.getBool();break;default:s.skip()}return t}let _=[];function m(e,t,s){let n=h(t),r=0;const i=e.asUnsafe();for(;i.next();)switch(i.tag()){case 1:1===s?n=h(t,d(i,o)):i.skip();continue;case 2:for(const e=i.getPackedEnd();i.pos()<e;)_[r++]=i.getUInt32();continue;case 3:r>0?(_.length=r,null!=t.geometry(s,n,_)&&(_=[])):t.geometry(s,n,[]);for(const e=i.getPackedEnd();i.pos()<e;)t.coord(i.getSInt64());continue;default:i.skip()}}function S(e,t){const s=[],n=e.asUnsafe();for(;n.next();)if(3!==n.tag())n.skip();else for(const e=n.getPackedEnd();n.pos()<e;)s.push(n.getSInt64());t.centroid(s)}let k=[],b=[],w=[];function T(e,t){const s={stack:[],error:void 0,hasError:!1};try{let r=0;const i=_;let a=0;const o=e.asUnsafe(),u=(0,n.mS)(s,o.clonePooled().asUnsafe(),!1);for(;o.next();)switch(o.tag()){case 2:for(const c=o.getPackedEnd();o.pos()<c;)i[r++]=o.getUInt32();continue;case 3:if(!("curvedGeometry"in t))throw new Error(`Tried to parse curved geometry in a ${t.constructor.name}, which doesn't support them.`);o.processMessageWithArgs(I,a++);continue;case 4:{const l=o.getUInt32(),d=o.pos()+l;if(0===a||0===r||0===l){o.move(d);continue}i.length=r,w.length=b.length=a,t.curvedGeometry(h(t),i,b,w);const{hasZ:p,hasM:g}=t.featureSet,f=[],y=[0,0];function m(){for(let e=0;e<y.length;++e)f[e]=y[e],y[e]=o.getSInt64()}p&&y.push(0),g&&y.push(0);const S=[0,0],T=[0,0],x=S,q=S;let F=0;for(let E=0;E<r;++E){m(),f.fill(0),t.startCurvedPart(y);for(const O=F+i[E];F<O;++F){const U=b[F],V=w[F];switch(U){case 0:for(let D=0;D<V;++D)m(),y[0]+=f[0],y[1]+=f[1],t.lineSegment(f,y);continue;case 1:for(let v=0;v<V;++v)m(),x[0]=o.getSInt64(),x[1]=o.getSInt64(),t.circularArcSegment(f,y,x);continue;case 2:for(let P=0;P<V;++P)m(),S[0]=o.getSInt64(),S[1]=o.getSInt64(),T[0]=o.getSInt64(),T[1]=o.getSInt64(),t.bezierSegment(f,y,S,T);continue;case 3:if(u.move(k[F]),u.getUInt32()<7*V)throw new Error("Not implemented: compressed full circle encoding");for(let A=0;A<V;++A){m(),q[0]=u.getDouble(),q[1]=u.getDouble();const M=u.getDouble(),N=u.getDouble(),R=u.getDouble(),B=u.getDouble(),G=u.getDouble();t.ellipticArcSegment(f,y,q,M,N,R,B,G)}continue}}t.finishCurvedPart(y)}continue}default:o.skip()}}catch(j){s.error=j,s.hasError=!0}finally{(0,n.hk)(s)}}function I(e,t){const s=e.asUnsafe();let n=0,r=0,i=0;for(;s.next();)switch(s.tag()){case 1:n=s.getEnum();continue;case 2:r=s.getUInt32();continue;case 3:i=s.pos(),s.skip();continue;default:s.skip()}if(3===n&&0===i)throw new Error("An elliptic arc segment set did not include a parameters array");b[t]=n,w[t]=r,k[t]=i}function x(e,t){t.feature();const s=t.featureSet.features.at(-1);let n=0;const{fields:r}=t.featureSet;for(;e.next();)switch(e.tag()){case 1:if(null==r)throw new Error("A Feature had attributes but the FeatureResult didn't include any fields");s.attributes[r[n++].name]=e.processMessage(g);continue;case 2:e.processMessageWithArgs(m,t,0);continue;case 4:e.processMessageWithArgs(S,t);continue;case 7:e.processMessageWithArgs(T,t);continue;default:e.skip();continue}t.finishFeature?.()}function q(e){const t=[1,1,1,1],s=e.asUnsafe();for(;s.next();)switch(s.tag()){case 1:t[0]=s.getDouble();break;case 2:t[1]=s.getDouble();break;case 4:t[2]=s.getDouble();break;case 3:t[3]=s.getDouble();break;default:s.skip()}return t}function F(e){const t=[0,0,0,0],s=e.asUnsafe();for(;s.next();)switch(s.tag()){case 1:t[0]=s.getDouble();break;case 2:t[1]=s.getDouble();break;case 4:t[2]=s.getDouble();break;case 3:t[3]=s.getDouble();break;default:s.skip()}return t}function E(e){const t={originPosition:l[0]},s=e.asUnsafe();for(;s.next();)switch(s.tag()){case 1:t.originPosition=d(s,l);break;case 2:t.scale=s.processMessage(q);break;case 3:t.translate=s.processMessage(F);break;default:s.skip()}return t}function O(e){const t={},s=e.asUnsafe();for(;s.next();)switch(s.tag()){case 1:t.shapeAreaFieldName=s.getString();break;case 2:t.shapeLengthFieldName=s.getString();break;case 3:t.units=s.getString();break;default:s.skip()}return t}function U(e){const t={};for(;e.next();)switch(e.tag()){case 1:t.wkid=e.getUInt32();break;case 5:t.wkt=e.getString();break;case 2:t.latestWkid=e.getUInt32();break;case 3:t.vcsWkid=e.getUInt32();break;case 4:t.latestVcsWkid=e.getUInt32();break;default:e.skip()}return t}function V(e,t){const s=e.asUnsafe();if(t.featureSet.features.length=0,"features"===t.parseOnly?.type){const e=t.parseOnly.indices.values();let n=0,r=e.next().value;for(;s.next();)15===s.tag()&&n++===r?(r=e.next().value,s.processMessageWithArgs(x,t)):s.skip();return}let n=!1;for("metadata"===t.parseOnly?.type&&(n=!0,t.parseOnly.featureCount=0),p(t,"esriGeometryPoint");s.next();)switch(s.tag()){case 1:t.idField(s.getString());continue;case 3:t.featureSet.globalIdFieldName=s.getString();continue;case 4:t.featureSet.geohashFieldName=s.getString();continue;case 5:t.featureSet.geometryProperties=s.processMessage(O);continue;case 7:p(t,d(s,o));continue;case 8:t.featureSet.spatialReference=s.processMessageWithArgs(U);continue;case 10:t.featureSet.hasZ=s.getBool();continue;case 11:t.featureSet.hasM=s.getBool();continue;case 12:t.featureSet.transform=s.processMessage(E);continue;case 9:t.featureSet.exceededTransferLimit=s.getBool();continue;case 13:t.featureSet.fields??=[],t.featureSet.fields.push(s.processMessage(f));continue;case 15:if(n){++t.parseOnly.featureCount,s.skip();continue}s.processMessageWithArgs(x,t);continue;case 2:t.idField(s.processMessage(y));continue;default:s.skip()}}function D(e,t,s){let n=-1;for(;e.next();)switch(e.tag()){case 4:n=e.pos(),e.skip();continue;case 1:e.processMessageWithArgs(V,t);continue;default:e.skip()}if(-1!==n){if(!t.queryGeometry()){const s=e.pos();e.move(n),e.processMessageWithArgs(m,t,1),e.move(s)}s.queryGeometryType=t.queryGeometryType(),s.queryGeometry=t.queryGeometry()}t.finish(),s.featureResult=t.featureSet}function v(e,t){const s={stack:[],error:void 0,hasError:!1};try{(0,n.mS)(s,{[Symbol.dispose](){_=[],k=[],b=[],w=[]}},!1);try{const s={stack:[],error:void 0,hasError:!1};try{const r=(0,n.mS)(s,i.A.constructPooled(new Uint8Array(e),new DataView(e)),!1);let a;for(;r.next();)2===r.tag()?(a={},r.processMessageWithArgs(D,t,a)):r.skip();return a}catch(e){s.error=e,s.hasError=!0}finally{(0,n.hk)(s)}}catch(e){throw new r.A("query:parsing-pbf","Error while parsing FeatureSet PBF payload",{error:e})}}catch(e){s.error=e,s.hasError=!0}finally{(0,n.hk)(s)}}},66208(e,t,s){s.d(t,{m:()=>r});var n=s(53655);function r(e,t){const{featureResult:s}=(0,n.SH)(e,t);return s}},80893(e,t,s){s.d(t,{IJ:()=>h,Jf:()=>_,LT:()=>k,Pk:()=>f,eW:()=>p,gW:()=>y,kS:()=>g});var n=s(11254),r=s(84952),i=s(17136),a=s(10536),o=s(66208),u=s(5076),c=s(58501);const l="Layer does not support extent calculation.";function d(e,t,s){return(0,u.iH)(e,t,s)}async function p(e,t,s,n,r){const i=t.timeExtent?.isEmpty?{features:[]}:await S(e,t,"json",n,void 0,r);return(0,c.q)(t,s,i),i}async function h(e,t,s,n,r){if(t.timeExtent?.isEmpty)return s.featureSet;const i=await g(e,t,n,r);return(0,o.m)(i,s)}function g(e,t,s,n){return S(e,t,"pbf",s,void 0,n)}function f(e,t,s,n){return t.timeExtent?.isEmpty?Promise.resolve({objectIds:[]}):S(e,t,"json",s,{returnIdsOnly:!0},n)}async function y(e,t,s,n){return t.timeExtent?.isEmpty?0:(await S(e,t,"json",s,{returnIdsOnly:!0,returnCountOnly:!0},n)).count}async function _(e,t,s){if(t.timeExtent?.isEmpty)return{count:0,extent:null};const n=await S(e,t,u.qh,s,{returnExtentOnly:!0,returnCountOnly:!0});if(n.hasOwnProperty("extent"))return n;const r="string"==typeof e?e:e.path;if(/\/imageserver\/?$/i.test(r)&&n.hasOwnProperty("count")){const r=await S(e,t,u.qh,s,{returnExtentOnly:!0});return{count:n.count,extent:r.extent}}if(n.features)throw new Error(l);if(n.hasOwnProperty("count"))throw new Error(l);return n}function m(e,t){if(!e.returnIdsOnly||!t.uniqueIdFields)return e;const s={...e,returnUniqueIdsOnly:!0};return delete s.returnIdsOnly,s}async function S(e,t,s,r={},i={},a={}){const o=await k(e,t,s,r,i,a),u="json"===s?"json":"array-buffer";return(0,n.A)(o.url,{responseType:u,...o.options}).then(({data:e})=>e)}async function k(e,t,s,n,o={},u={}){const c="string"==typeof e?(0,r.An)(e):e,l=t.geometry?[t.geometry]:[],p=await(0,i.el)(l,null,{signal:n.signal}),h=p?.[0];if(null!=h){const e=t.clone();e.geometry=h.clone(),t=e}const g=(0,a.z)({...c.query,f:s,...m(o,u),...d(t,o,u)});return n={...n,query:{...g,...n.query}},new b((0,r.fj)(c.path,function(e,t){return null!=e.formatOf3DObjects&&!(t.returnCountOnly||t.returnExtentOnly||t.returnIdsOnly)}(t,o)?"query3d":"query"),n)}class b{constructor(e,t){this.url=e,this.options=t}}}}]);