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,
サインインしたメンバーは投稿、更新のフォローなどができます。初めてですか?無料アカウントを登録してください。
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.