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]); }
Membros conectados podem postar, seguir atualizações e mais. Novo aqui? Registre uma conta gratuita.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.