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]); }
Los miembros registrados pueden publicar, seguir actualizaciones y más. ¿Nuevo aquí? Regístrate gratis.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.