@arcgis/core
Version:
ArcGIS Maps SDK for JavaScript: A complete 2D and 3D mapping and data visualization API
1 lines • 10.5 kB
JavaScript
"use strict";(self.webpackChunkRemoteClient=self.webpackChunkRemoteClient||[]).push([[3607],{15142(t,n,e){e.d(n,{A:()=>l});var i=e(4576),r=e(21818);const a=(t,n,e,i)=>{let r=n,a=n;const s=e>>>1,h=t[r-1];for(;a<=s;){a=r<<1,a<e&&i(t[a-1],t[a])<0&&++a;const n=t[a-1];if(i(n,h)<=0)break;t[r-1]=n,r=a}t[r-1]=h},s=(t,n)=>t<n?-1:t>n?1:0;function h(t,n,e,i){void 0===n&&(n=0),void 0===e&&(e=t.length),void 0===i&&(i=s);for(let r=e>>>1;r>n;r--)a(t,r,e,i);const r=n+1;for(let s=e-1;s>n;s--){const e=t[n];t[n]=t[s],t[s]=e,a(t,r,s,i)}}function*o(t,n,e,i){void 0===n&&(n=0),void 0===e&&(e=t.length),void 0===i&&(i=s);for(let r=e>>>1;r>n;r--)a(t,r,e,i),yield;const r=n+1;for(let s=e-1;s>n;s--){const e=t[n];t[n]=t[s],t[s]=e,a(t,r,s,i),yield}}class l{constructor(t){this.data=[],this._length=0,this._allocator=void 0,this._deallocator=()=>null,this._shrink=()=>{},this._hint=new i.vW,t&&(t.initialSize&&(this.data=new Array(t.initialSize)),t.allocator&&(this._allocator=t.allocator),void 0!==t.deallocator&&(this._deallocator=t.deallocator),t.shrink&&(this._shrink=()=>u(this)))}toArray(){return this.data.slice(0,this.length)}filter(t){const n=new Array;for(let e=0;e<this._length;e++){const i=this.data[e];t(i)&&n.push(i)}return n}at(t){if((t=Math.trunc(t)||0)<0&&(t+=this._length),!(t<0||t>=this._length))return this.data[t]}includes(t,n){const e=this.data.indexOf(t,n);return-1!==e&&e<this.length}get length(){return this._length}set length(t){if(t>this._length){if(this._allocator){for(;this._length<t;)this.data[this._length++]=this._allocator(this.data[this._length]);return}this._length=t}else{if(this._deallocator)for(let n=t;n<this._length;++n)this.data[n]=this._deallocator(this.data[n]);this._length=t,this._shrink()}}clear(){this.length=0}prune(){this.clear(),this.data=[]}push(t){this.data[this._length++]=t}pushArray(t,n=t.length){for(let e=0;e<n;e++)this.data[this._length++]=t[e]}pushAll(t){for(const n of t)this.data[this._length++]=n}fill(t,n){for(let e=0;e<n;e++)this.data[this._length++]=t}pushNew(){this._allocator&&(this.data[this.length]=this._allocator(this.data[this.length]));const t=this.data[this._length];return++this._length,t}unshift(t){this.data.unshift(t),this._length++,u(this)}pop(){if(0===this.length)return;const t=this.data[this.length-1];return this.length=this.length-1,this._shrink(),t}remove(t){const n=(0,i.qh)(this.data,(0,r.z)(t),this.length,this._hint);if(-1!==n)return this.data.splice(n,1),this.length=this.length-1,t}removeUnordered(t){return this.removeUnorderedIndex((0,i.qh)(this.data,(0,r.z)(t),this.length,this._hint))}removeUnorderedIndex(t){if(!(t>=this.length||t<0))return this.swapElements(t,this.length-1),this.pop()}removeUnorderedMany(t,n=t.length,e){this.length=(0,i.mW)(this.data,t,this.length,n,this._hint,e),this._shrink()}front(){if(0!==this.length)return this.data[0]}back(){if(0!==this.length)return this.data[this.length-1]}swapElements(t,n){if(t>=this.length||n>=this.length||t===n)return;const e=this.data[t];this.data[t]=this.data[n],this.data[n]=e}sort(t){h(this.data,0,this.length,t)}iterableSort(t){return o(this.data,0,this.length,t)}some(t,n){for(let e=0;e<this.length;++e)if(t.call(n,this.data[e],e,this.data))return!0;return!1}find(t,n){const{data:e,length:i}=this;for(let r=0;r<i;++r)if(t.call(n,e[r]))return e[r]}filterInPlace(t,n){let e=0;for(let i=0;i<this._length;++i){const r=this.data[i];t.call(n,r,i,this.data)&&(this.data[i]=this.data[e],this.data[e]=r,e++)}if(this._deallocator)for(let t=e;t<this._length;t++)this.data[t]=this._deallocator(this.data[t]);return this._length=e,this._shrink(),this}forAll(t,n){const{data:e,length:i}=this;for(let r=0;r<i;++r)t.call(n,e[r],r,e)}forEach(t,n){this.data.slice(0,this.length).forEach(t,n)}map(t,n){const e=new Array(this.length);for(let i=0;i<this.length;++i)e[i]=t.call(n,this.data[i],i,this.data);return e}reduce(t,n){let e=n;for(let n=0;n<this.length;++n)e=t(e,this.data[n],n,this.data);return e}has(t){const n=this.length,e=this.data;for(let i=0;i<n;++i)if(e[i]===t)return!0;return!1}*[Symbol.iterator](){for(let t=0;t<this.length;t++)yield this.data[t]}}function u(t){t.data.length>1.5*t.length&&(t.data.length=Math.floor(1.1*t.length))}},71936(t,n,e){e.r(n),e.d(n,{default:()=>o});var i=e(1843);function r(t,n){return n.push(t.buffer),{buffer:t.buffer,layout:new i.l5(t.layout)}}var a=e(76216),s=e(93406),h=e(53099);class o{async extract(t){const n=l(t),e=(0,h.o6)(n),i=[n.data.buffer];return{result:u(e,i),transferList:i}}async extractComponentsEdgeLocations(t){const n=l(t),e=(0,h.hx)(n.data,n.skipDeduplicate,n.indices,n.indicesLength),i=[];return{result:r((0,s.K)(e,d).regular.instancesData,i),transferList:i}}async extractEdgeLocations(t){const n=l(t),e=(0,h.hx)(n.data,n.skipDeduplicate,n.indices,n.indicesLength),i=[];return{result:r((0,s.K)(e,c).regular.instancesData,i),transferList:i}}}function l(t){return{data:a.I$.createView(t.dataBuffer),indices:"Uint32Array"===t.indicesType?new Uint32Array(t.indices):"Uint16Array"===t.indicesType?new Uint16Array(t.indices):"Uint8Array"===t.indicesType?new Uint8Array(t.indices):t.indices,indicesLength:t.indicesLength,writerSettings:t.writerSettings,skipDeduplicate:t.skipDeduplicate}}function u(t,n){return n.push(t.regular.lodInfo.lengths.buffer),n.push(t.silhouette.lodInfo.lengths.buffer),{regular:{instancesData:r(t.regular.instancesData,n),lodInfo:{lengths:t.regular.lodInfo.lengths.buffer}},silhouette:{instancesData:r(t.silhouette.instancesData,n),lodInfo:{lengths:t.silhouette.lodInfo.lengths.buffer}},averageEdgeLength:t.averageEdgeLength}}const c=new class{allocate(t){return h.Jb.createBuffer(t)}trim(t,n){return t.slice(0,n)}write(t,n,e){t.position0.setVec(n,e.position0),t.position1.setVec(n,e.position1)}},d=new class{allocate(t){return h.HY.createBuffer(t)}trim(t,n){return t.slice(0,n)}write(t,n,e){t.position0.setVec(n,e.position0),t.position1.setVec(n,e.position1),t.componentIndex.set(n,e.componentIndex)}}},78955(t,n,e){e.d(n,{Bw:()=>p,C:()=>r,Cc:()=>y,LI:()=>d,Om:()=>b,S8:()=>m,T9:()=>c,WQ:()=>s,Z0:()=>v,aI:()=>x,hG:()=>_,hZ:()=>a,hs:()=>f,jk:()=>u,m3:()=>M,t2:()=>w});var i=e(34304);function r(t,n){return t[0]=n[0],t[1]=n[1],t[2]=n[2],t[3]=n[3],t}function a(t,n,e,i,r){return t[0]=n,t[1]=e,t[2]=i,t[3]=r,t}function s(t,n,e){return t[0]=n[0]+e[0],t[1]=n[1]+e[1],t[2]=n[2]+e[2],t[3]=n[3]+e[3],t}function h(t,n,e){return t[0]=n[0]-e[0],t[1]=n[1]-e[1],t[2]=n[2]-e[2],t[3]=n[3]-e[3],t}function o(t,n,e){return t[0]=n[0]*e[0],t[1]=n[1]*e[1],t[2]=n[2]*e[2],t[3]=n[3]*e[3],t}function l(t,n,e){return t[0]=n[0]/e[0],t[1]=n[1]/e[1],t[2]=n[2]/e[2],t[3]=n[3]/e[3],t}function u(t,n,e){return t[0]=Math.min(n[0],e[0]),t[1]=Math.min(n[1],e[1]),t[2]=Math.min(n[2],e[2]),t[3]=Math.min(n[3],e[3]),t}function c(t,n,e){return t[0]=Math.max(n[0],e[0]),t[1]=Math.max(n[1],e[1]),t[2]=Math.max(n[2],e[2]),t[3]=Math.max(n[3],e[3]),t}function d(t,n){return t[0]=Math.round(n[0]),t[1]=Math.round(n[1]),t[2]=Math.round(n[2]),t[3]=Math.round(n[3]),t}function f(t,n,e){return t[0]=n[0]*e,t[1]=n[1]*e,t[2]=n[2]*e,t[3]=n[3]*e,t}function g(t,n){const e=n[0]-t[0],i=n[1]-t[1],r=n[2]-t[2],a=n[3]-t[3];return Math.sqrt(e*e+i*i+r*r+a*a)}function _(t,n){const e=n[0]-t[0],i=n[1]-t[1],r=n[2]-t[2],a=n[3]-t[3];return e*e+i*i+r*r+a*a}function p(t){const n=t[0],e=t[1],i=t[2],r=t[3];return Math.sqrt(n*n+e*e+i*i+r*r)}function M(t){const n=t[0],e=t[1],i=t[2],r=t[3];return n*n+e*e+i*i+r*r}function m(t,n){const e=n[0],i=n[1],r=n[2],a=n[3];let s=e*e+i*i+r*r+a*a;return s>0&&(s=1/Math.sqrt(s),t[0]=e*s,t[1]=i*s,t[2]=r*s,t[3]=a*s),t}function b(t,n){return t[0]*n[0]+t[1]*n[1]+t[2]*n[2]+t[3]*n[3]}function y(t,n,e,i){const r=n[0],a=n[1],s=n[2],h=n[3];return t[0]=r+i*(e[0]-r),t[1]=a+i*(e[1]-a),t[2]=s+i*(e[2]-s),t[3]=h+i*(e[3]-h),t}function v(t,n,e){const i=n[0],r=n[1],a=n[2],s=n[3];return t[0]=e[0]*i+e[4]*r+e[8]*a+e[12]*s,t[1]=e[1]*i+e[5]*r+e[9]*a+e[13]*s,t[2]=e[2]*i+e[6]*r+e[10]*a+e[14]*s,t[3]=e[3]*i+e[7]*r+e[11]*a+e[15]*s,t}function w(t,n){return t[0]===n[0]&&t[1]===n[1]&&t[2]===n[2]&&t[3]===n[3]}function x(t,n){const e=t[0],r=t[1],a=t[2],s=t[3],h=n[0],o=n[1],l=n[2],u=n[3],c=(0,i.FD)();return Math.abs(e-h)<=c*Math.max(1,Math.abs(e),Math.abs(h))&&Math.abs(r-o)<=c*Math.max(1,Math.abs(r),Math.abs(o))&&Math.abs(a-l)<=c*Math.max(1,Math.abs(a),Math.abs(l))&&Math.abs(s-u)<=c*Math.max(1,Math.abs(s),Math.abs(u))}const k=h,A=o,I=l,U=g,L=_,D=p,S=M;Object.freeze(Object.defineProperty({__proto__:null,add:s,ceil:function(t,n){return t[0]=Math.ceil(n[0]),t[1]=Math.ceil(n[1]),t[2]=Math.ceil(n[2]),t[3]=Math.ceil(n[3]),t},copy:r,copyVec3:function(t,n){return t[0]=n[0],t[1]=n[1],t[2]=n[2],t},dist:U,distance:g,div:I,divide:l,dot:b,equals:x,exactEquals:w,floor:function(t,n){return t[0]=Math.floor(n[0]),t[1]=Math.floor(n[1]),t[2]=Math.floor(n[2]),t[3]=Math.floor(n[3]),t},inverse:function(t,n){return t[0]=1/n[0],t[1]=1/n[1],t[2]=1/n[2],t[3]=1/n[3],t},len:D,length:p,lerp:y,max:c,min:u,mul:A,multiply:o,negate:function(t,n){return t[0]=-n[0],t[1]=-n[1],t[2]=-n[2],t[3]=-n[3],t},normalize:m,random:function(t,n=1){const e=i.Ov;let r,a,s,h,o,l;do{r=2*e()-1,a=2*e()-1,o=r*r+a*a}while(o>=1);do{s=2*e()-1,h=2*e()-1,l=s*s+h*h}while(l>=1);const u=Math.sqrt((1-o)/l);return t[0]=n*r,t[1]=n*a,t[2]=n*s*u,t[3]=n*h*u,t},round:d,scale:f,scaleAndAdd:function(t,n,e,i){return t[0]=n[0]+e[0]*i,t[1]=n[1]+e[1]*i,t[2]=n[2]+e[2]*i,t[3]=n[3]+e[3]*i,t},set:a,sqrDist:L,sqrLen:S,squaredDistance:_,squaredLength:M,str:function(t){return"vec4("+t[0]+", "+t[1]+", "+t[2]+", "+t[3]+")"},sub:k,subtract:h,transformMat4:v,transformQuat:function(t,n,e){const i=n[0],r=n[1],a=n[2],s=e[0],h=e[1],o=e[2],l=e[3],u=l*i+h*a-o*r,c=l*r+o*i-s*a,d=l*a+s*r-h*i,f=-s*i-h*r-o*a;return t[0]=u*l+f*-s+c*-o-d*-h,t[1]=c*l+f*-h+d*-s-u*-o,t[2]=d*l+f*-o+u*-h-c*-s,t[3]=n[3],t}},Symbol.toStringTag,{value:"Module"}))},91829(t,n,e){function i(){return[0,0,0,0]}function r(t,n,e,i){return[t,n,e,i]}function a(){return r(1,1,1,1)}function s(){return r(1,0,0,0)}function h(){return r(0,1,0,0)}function o(){return r(0,0,1,0)}function l(){return r(0,0,0,1)}e.d(n,{Un:()=>c,fA:()=>r,uY:()=>u,vt:()=>i});const u=[0,0,0,0],c=a(),d=s(),f=h(),g=o(),_=l();Object.freeze(Object.defineProperty({__proto__:null,ONES:c,UNIT_W:_,UNIT_X:d,UNIT_Y:f,UNIT_Z:g,ZEROS:u,clone:function(t){return[t[0],t[1],t[2],t[3]]},create:i,freeze:function(t,n,e,i){return[t,n,e,i]},fromArray:function(t,n=[0,0,0,0]){const e=Math.min(4,t.length);for(let i=0;i<e;++i)n[i]=t[i];return n},fromValues:r,ones:a,unitW:l,unitX:s,unitY:h,unitZ:o,zeros:function(){return[0,0,0,0]}},Symbol.toStringTag,{value:"Module"}))}}]);