MapPoint mp = new MapPoint(xLoc, yLoc, new SpatialReference(4326)); Graphic gPt = new Graphic(); gPt.Geometry = mp; gPt.Attributes.Add("Storm", ptVals[6]); gPt.Attributes.Add("Model", ptVals[0]); gPt.Attributes.Add("Time", ptVals[1]); gPt.Attributes.Add("Lat", ptVals[2]); gPt.Attributes.Add("Lon", ptVals[3]); gPt.Attributes.Add("Wind", ptVals[4]); gPt.Attributes.Add("Pressure", ptVals[5]); gPt.Symbol = gSym; gl.Graphics.Add(gPt);
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.