FeatureLayer l = new FeatureLayer() { Url = "http://services.arcgisonline.com/ArcGIS/rest/services/Demographics/ESRI_Diversity_US_2D/MapServer/0" }; EventHandler<EventArgs> handler = null; GeometryType geometryType; handler = (s, e) => { l.Initialized -= handler; geometryType = l.LayerInfo.GeometryType; }; l.Initialized += handler; l.Initialize();
The easiest thing is to just test it out for your scenario and see if it meets your needs.
Hi Andrew,why not just specify the tolerance value for the IdentifyTask?Cheers,
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.