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.
4 lines
572 B
4 lines
572 B
// All material copyright Esri, All Rights Reserved, unless otherwise specified. |
|
// See https://js.arcgis.com/4.30/esri/copyright.txt for details. |
|
//>>built |
|
define(["exports","../utils","./operations/query","../support/FeatureSet","../support/Query"],function(d,f,g,h,k){async function e(b,a,c){b=f.parseUrl(b);c={...c};a=k.from(a);({data:a}=await g.executeQuery(b,a,a.sourceSpatialReference,c));return a}d.executeQueryJSON=async function(b,a,c){b=await e(b,a,c);return h.fromJSON(b)};d.executeRawQueryJSON=e;Object.defineProperty(d,Symbol.toStringTag,{value:"Module"})}); |