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,
Přihlášení členové mohou přispívat, sledovat aktualizace a další. Jste tu noví? Zaregistrujte si bezplatný účet.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.