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);
Membros conectados podem postar, seguir atualizações e mais. Novo aqui? Registre uma conta gratuita.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.