bufferParameters.geometries =[geomArr];
bufferParameters.geometries =geomArr;
var graLayAC:ArrayCollection = graphicsLayer.graphicProvider as ArrayCollection; if (graLayAC.length > 0) { geomArr = []; for each (var graphic:Graphic in graphicsLayer.graphicProvider) { geomArr.push(graphic.geometry); } //send the geomArr to buffer }
サインインしたメンバーは投稿、更新のフォローなどができます。初めてですか?無料アカウントを登録してください。
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.