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]); }
Les membres connectés peuvent publier, suivre les mises à jour, et plus encore. Nouveau ici ? Inscrivez-vous gratuitement.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.