You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
1.7 KiB
7 lines
1.7 KiB
// All material copyright Esri, All Rights Reserved, unless otherwise specified. |
|
// See https://js.arcgis.com/4.30/esri/copyright.txt for details. |
|
//>>built |
|
define("require exports ../../core/deprecate ../../core/Logger ../../core/promiseUtils ../Mesh ./meshUtils/georeference ./meshUtils/merge".split(" "),function(f,d,k,p,l,q,m,r){const n=()=>p.getLogger("esri.geometry.support.meshUtils");d.convertVertexSpace=async function(a,c,b){const {convertMeshVertexSpace:e}=await new Promise((g,h)=>f(["./meshUtils/convertMeshVertexSpace"],g,h));l.throwIfAborted(b);return e(a,c,b)};d.createElevationSampler=async function(a,c){await a.load();return(await new Promise((b, |
|
e)=>f(["./meshUtils/elevationSampler"],b,e))).create(a,c)};d.createFromElevation=async function(a,c,b){const e=await new Promise((g,h)=>f(["./meshUtils/elevation"],g,h));l.throwIfAborted(b);return e.create(a,c,b)};d.georeference=function(a,c,b){k.deprecatedFunction(n(),"`meshUtils.georeference` is deprecated in favor of 'meshUtils.convertVertexSpace'",{replacement:"meshUtils.convertVertexSpace",version:"4.30",see:"https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-support-meshUtils.html#convertVertexSpace", |
|
warnOnce:!0});return m.georeference(a,c,b)};d.merge=function(a){a=r.merge(a);return null!=a?new q(a):null};d.ungeoreference=function(a,c,b){k.deprecatedFunction(n(),"`meshUtils.ungeoreference` is deprecated in favor of 'meshUtils.convertVertexSpace'",{replacement:"meshUtils.convertVertexSpace",version:"4.30",see:"https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-support-meshUtils.html#convertVertexSpace",warnOnce:!0});return m.ungeoreference(a,c,b)};Object.defineProperty(d, |
|
Symbol.toStringTag,{value:"Module"})}); |