ESRI.ArcGISExplorer.Geometry.Geometry geo = null; if (!serviceIdentifyParams.IsPolygon) { geo = ESRI.ArcGISExplorer.Geometry.Point.CreateFromXmlString(serviceIdentifyParams.PointXMLRepresentation); }else{ ESRI.ArcGISExplorer.Geometry.Polygon pp = ESRI.ArcGISExplorer.Geometry.Polygon.CreateFromXmlString(serviceIdentifyParams.PolyXMLRepresentation); geo = (ESRI.ArcGISExplorer.Geometry.Geometry)pp; }
Les membres connectés peuvent publier, suivre les mises à jour, et plus encore. Nouveau ici ? Inscrivez-vous gratuitement.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.