<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Edit graphic properities at runtime? in ArcGIS Runtime SDK for Android Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/edit-graphic-properities-at-runtime/m-p/566645#M3869</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;How can I edit the properties of a graphic at runtime , for example ,to change the attributes and geometry. I went through the api reference and there are no set methods for any property of a graphic.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Tom&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 May 2013 12:23:33 GMT</pubDate>
    <dc:creator>ThomasBinu</dc:creator>
    <dc:date>2013-05-08T12:23:33Z</dc:date>
    <item>
      <title>Edit graphic properities at runtime?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/edit-graphic-properities-at-runtime/m-p/566645#M3869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;How can I edit the properties of a graphic at runtime , for example ,to change the attributes and geometry. I went through the api reference and there are no set methods for any property of a graphic.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Tom&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 May 2013 12:23:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/edit-graphic-properities-at-runtime/m-p/566645#M3869</guid>
      <dc:creator>ThomasBinu</dc:creator>
      <dc:date>2013-05-08T12:23:33Z</dc:date>
    </item>
    <item>
      <title>Re: Edit graphic properities at runtime?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/edit-graphic-properities-at-runtime/m-p/566646#M3870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Here's how the API defines a Graphic:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="color: #333333; font-family: arial;"&gt;Graphic objects are immutable, which means its state cannot change after construction. When a Graphic object is added to a GraphicsLayer via the GraphicsLayer#addGraphic(Graphic) method, this method returns a unique ID (UID) which you can then use to reference the added graphic for subsequent operations. Graphic objects are stateless so there is no guarantee that a feature in the GraphicsLayer exists after the request for the Graphic object is completed.&lt;BR /&gt;&lt;BR /&gt;So, from that - I would say, no you cannot change attributes or geometry at runtime.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 May 2013 15:36:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/edit-graphic-properities-at-runtime/m-p/566646#M3870</guid>
      <dc:creator>deleted-user-ATjHIWsdQYmT</dc:creator>
      <dc:date>2013-05-09T15:36:18Z</dc:date>
    </item>
    <item>
      <title>Re: Edit graphic properities at runtime?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/edit-graphic-properities-at-runtime/m-p/566647#M3871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Here's how the API defines a Graphic:&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="color: #333333; font-family: arial;"&gt;Graphic objects are immutable, which means its state cannot change after construction. When a Graphic object is added to a GraphicsLayer via the GraphicsLayer#addGraphic(Graphic) method, this method returns a unique ID (UID) which you can then use to reference the added graphic for subsequent operations. Graphic objects are stateless so there is no guarantee that a feature in the GraphicsLayer exists after the request for the Graphic object is completed.&lt;BR /&gt;&lt;BR /&gt;So, from that - I would say, no you cannot change attributes or geometry at runtime.&lt;/SPAN&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for the info andrew. However, I think the iOS version allows editing properties at runtime. Isn't the arcgis API structure designed the same way across both the platforms?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 May 2013 06:20:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/edit-graphic-properities-at-runtime/m-p/566647#M3871</guid>
      <dc:creator>ThomasBinu</dc:creator>
      <dc:date>2013-05-12T06:20:53Z</dc:date>
    </item>
    <item>
      <title>Re: Edit graphic properities at runtime?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/edit-graphic-properities-at-runtime/m-p/566648#M3872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I stand somewhat corrected... While you cannot update a graphic directly, it looks like you can update it's attribute(s) by referencing the graphics ID from the GraphicsLayer.&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Check out GraphicsLayer.&lt;/SPAN&gt;&lt;SPAN style="font-family:arial;"&gt;updateGraphic&lt;/SPAN&gt;&lt;SPAN style="font-family:arial;"&gt;(int id, &lt;A href="http://download.oracle.com/javase/6/docs/api/index.html?java/util/Map.html"&gt;Map&lt;/A&gt;&amp;lt;&lt;A href="http://download.oracle.com/javase/6/docs/api/index.html?java/lang/String.html"&gt;String&lt;/A&gt;, &lt;A href="http://download.oracle.com/javase/6/docs/api/index.html?java/lang/Object.html"&gt;Object&lt;/A&gt;&amp;gt; attributes) in the API reference.&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #333333; font-family: arial;"&gt;Updates the attributes of a graphic specified by id with an attribute map.&lt;/SPAN&gt;&lt;SPAN style="font-family:arial;"&gt;&lt;BR /&gt;&lt;SPAN style="color:#333333;"&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 May 2013 12:26:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/edit-graphic-properities-at-runtime/m-p/566648#M3872</guid>
      <dc:creator>deleted-user-ATjHIWsdQYmT</dc:creator>
      <dc:date>2013-05-13T12:26:20Z</dc:date>
    </item>
  </channel>
</rss>

