(ArcGIS API for Silverlight) Querytask queries across layers and monitors the completion of queries!

Source: Internet
Author: User
Tags silverlight

(ArcGIS API for Silverlight) Querytask queries across layers and monitors the completion of queries!
Directly on the source:
<summary>///Querytask query multiple layers and bind data///</summary>//<param name= "listURL" > Layers URL collection </param>///<param Name= "strSQL" > Layer query sql</param> private void Querybymultiurl (LIST&L T;string> listURL, String strSQL) {if (strsql== "") {MessageBox.Show ("Please enter sieve Select a condition!                ");            Return            } loadingmask.loadmask ();            Inturlcount = Listurl.count; if (index = = 0) xmfwxgraphiclist.clear ();                    Empty xmfwxgraphiclist if (inturlcount! = 0) {string url = Listurl[index];                    Querytask querytask = new Querytask (URL);                    querytask.failed + = querytask_allfailed;                    Query query = new query (); Query.                    Returngeometry = true; Query.                    Where = strSQL; Query.                    Outfields.add ("*"); Querytask.executeasync (Query); querytask.executecompleted + = (sender2, args2) = {Querytask Objquer                            Ytask = Sender2 as Querytask;                            FeatureSet pfeatureset = Objquerytask.lastresult; foreach (Graphic item in Pfeatureset) {Xmfwxgraphiclist.add (ite                            m);                            } index++;                        Queryfun (Listurl,strsql);            }; }        }

(ArcGIS API for Silverlight) Querytask queries across layers and monitors the completion of queries!

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.