private function searchDrawEnd(event:DrawEvent):void { event.target.deactivate(); var geom:Geometry; if(event.graphic.geometry is Extent) geom = Extent(event.graphic.geometry).toPolygon(); else geom = event.graphic.geometry; clearBuffer(); queryFeaturesGraphical(geom,"esriSpatialRelIntersects",configSearchGraphical[cboLayerGraphical.selectedIndex]); }
サインインしたメンバーは投稿、更新のフォローなどができます。初めてですか?無料アカウントを登録してください。
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.