how about a WCF service to query the SQL database and build the point geometries?http://blogs.esri.com/Dev/blogs/silverlightwpf/archive/2010/03/11/Sending-geometry-between-Silverlight-and-the-server-using-WCF.aspxlance
take=100; skip=0; for (int i = 0; i < 20000; i++) { var results = ServiceContext.GetLocations(skip, take); results.Completed += Results_Completed; skip = skip + take; } private void Results_Completed(object sender, System.EventArgs e) { }
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.