<?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 Simbology Drawing Feature Service in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/simbology-drawing-feature-service/m-p/67346#M1513</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you very much Bjorn. I had already read the link of REST API but it was your explanation who made me understand how the simbology works. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks a lot,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;José Sousa&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Feb 2010 23:05:16 GMT</pubDate>
    <dc:creator>JoseSousa</dc:creator>
    <dc:date>2010-02-16T23:05:16Z</dc:date>
    <item>
      <title>Simbology Drawing Feature Service</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/simbology-drawing-feature-service/m-p/67342#M1509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello all,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can anyone explain me a little bit the drawing of the simbology in ArcGIS API for Flex 2.0? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I change a graphic element on the map, the applyEdits method on the FeatureService is called and the graphic get's updated. My question is ... is the image of the new simbology (for the changed geometry) generated in the FeatureService and returned to the client or in opposite the FeatureService only returns its specification (type and other properties) and the simbology is rendered on the client browser. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks advanced,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;José Sousa&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ESRI Portugal&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Feb 2010 20:21:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/simbology-drawing-feature-service/m-p/67342#M1509</guid>
      <dc:creator>JoseSousa</dc:creator>
      <dc:date>2010-02-15T20:21:12Z</dc:date>
    </item>
    <item>
      <title>Simbology Drawing Feature Service</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/simbology-drawing-feature-service/m-p/67343#M1510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The feature layer is a client-side layer, and thus the symbols are drawn client-side.&amp;nbsp; The symbol information is setup in the Feature Service (so created in ArcMap) and is part of the metadata for the layer (see for example the services directory for a feature service).&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://servicesbeta.esri.com/ArcGIS/rest/services/HomelandSecurity/operations/FeatureServer/2" rel="nofollow noopener noreferrer" target="_blank"&gt;http://servicesbeta.esri.com/ArcGIS/rest/services/HomelandSecurity/operations/FeatureServer/2&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;One way to figure out the details about what is happening here, and how, is to look at the actual http traffic.&amp;nbsp; This is a general good advice for debugging applications using the underlying REST API for ArcGIS Server &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I use Firefox and the HttpFox extension but you can use whatever tool you prefer - Charles, Firebug, ...&amp;nbsp; Note that editing is done with POST (not GET), so here you need a tool that can support POST.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For example, start with &lt;/SPAN&gt;&lt;A href="http://help.esri.com/en/webapi/flex/samples/index.html?sample=EditorBasic" rel="nofollow noopener noreferrer" target="_blank"&gt;http://help.esri.com/en/webapi/flex/samples/index.html?sample=EditorBasic&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;Click on a feature.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Change the "FType"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Look at the POSTed request to the feature service ("POST Data" tab if you're using HttpFox)&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;f&amp;nbsp;&amp;nbsp; json
updates [{"attributes":{"OBJECTID":2826,"FType":"10101"}}]&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;and response (the "Content" tab if you're using HttpFox):&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;{"addResults":[],
"updateResults":[{"objectId":2826,"globalId" : null,"success":true}],
"deleteResults":[]}&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;Note that the service only returns success or failure.&amp;nbsp; The client already has the symbol information to render the feature correctly.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Dec 2021 22:35:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/simbology-drawing-feature-service/m-p/67343#M1510</guid>
      <dc:creator>BjornSvensson</dc:creator>
      <dc:date>2021-12-10T22:35:28Z</dc:date>
    </item>
    <item>
      <title>Simbology Drawing Feature Service</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/simbology-drawing-feature-service/m-p/67344#M1511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks a lot for the explanation Bjorn. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I was using Fiddler for monitoring the requests but I was unsure&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;about the drawing process. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;By your explanation it means that you must have in ArcGIS API for Flex some library that knows how to read the properties of the Feature Service and render the simbology of a feature according to its specification (Type, color, image, etc.). I was unsure if the API asked for some image to the Feature Service since I can create custom symbols in ArcMap.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Considering I understood correctly your explanation (forgive me if I not) what happens if I create a custom symbol in ArcMap with a new image. When I create the Feature Template Gallery it is interpreted/generated and when I publish the map service the FeatureService it provides all the properties Flex needs to render it on the map? How does it recognizes the new image?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your patience &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;José Sousa&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Feb 2010 18:57:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/simbology-drawing-feature-service/m-p/67344#M1511</guid>
      <dc:creator>JoseSousa</dc:creator>
      <dc:date>2010-02-16T18:57:48Z</dc:date>
    </item>
    <item>
      <title>Simbology Drawing Feature Service</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/simbology-drawing-feature-service/m-p/67345#M1512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;For FeatureLayer (as for ArcGISDynamicMapServiceLayer and ArcGISTiledMapServiceLayer), the API first makes a request for the metadata (also known as the service directory). &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For example, &lt;/SPAN&gt;&lt;A href="http://servicesbeta.esri.com/ArcGIS/rest/services/Fire/Sheep/FeatureServer/0"&gt;http://servicesbeta.esri.com/ArcGIS/rest/services/Fire/Sheep/FeatureServer/0&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;(We actually ask for the json, not html, but it is the same content).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you change the image in ArcMap, you'll need to re-publish your service as well as making sure the REST cache is refreshed.&amp;nbsp; If not, Flex will still get the "old" metadata/images.&amp;nbsp; This is not specific to the symbols, but is true for any changes in a Map or Feature Service.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As for what symbols are supported, take a look at this post from the REST beta forum:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://forumsbeta.esri.com/showthread.php?t=1269&amp;amp;referrerid=213"&gt;http://forumsbeta.esri.com/showthread.php?t=1269&amp;amp;referrerid=213&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Feb 2010 22:23:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/simbology-drawing-feature-service/m-p/67345#M1512</guid>
      <dc:creator>BjornSvensson</dc:creator>
      <dc:date>2010-02-16T22:23:11Z</dc:date>
    </item>
    <item>
      <title>Simbology Drawing Feature Service</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/simbology-drawing-feature-service/m-p/67346#M1513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you very much Bjorn. I had already read the link of REST API but it was your explanation who made me understand how the simbology works. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks a lot,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;José Sousa&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Feb 2010 23:05:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/simbology-drawing-feature-service/m-p/67346#M1513</guid>
      <dc:creator>JoseSousa</dc:creator>
      <dc:date>2010-02-16T23:05:16Z</dc:date>
    </item>
    <item>
      <title>Re: Simbology Drawing Feature Service</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/simbology-drawing-feature-service/m-p/67347#M1514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm currently testing the flex API 2.0 and feature service.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;My mxd file used to create the feature service contains rotated symbol (based on a field value).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In ArcMap rendering is fine. In the mapservice, rendering is fine as well. But in the feature service, the symbols are not rotated anymore.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Are rotated symbol supported in feature services?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If not, is it planned to support it?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;or maybe there is another way to handle that like custom renderer ??? how to achieve that? any sample to help me?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;By the way, I didn't find the list of supported symbology on the forum. using the link mentionned above.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;olivier&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 May 2010 13:36:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/simbology-drawing-feature-service/m-p/67347#M1514</guid>
      <dc:creator>OlivierROSSINI</dc:creator>
      <dc:date>2010-05-06T13:36:43Z</dc:date>
    </item>
    <item>
      <title>Re: Simbology Drawing Feature Service</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/simbology-drawing-feature-service/m-p/67348#M1515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The forum post link changed with the new forums, try &lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/threads/1269-Feature-Service-Support-only-simple-symbology"&gt;http://forums.arcgis.com/threads/1269-Feature-Service-Support-only-simple-symbology&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The more up-to-date (maybe same) online help doc is at &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisserver/10.0/help/arcgis_server_dotnet_help/index.html#/Authoring_feature_services/009300000021000000/"&gt;http://help.arcgis.com/en/arcgisserver/10.0/help/arcgis_server_dotnet_help/index.html#/Authoring_feature_services/009300000021000000/&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Rotated symbols are supported.&amp;nbsp; For simple markers the angle set in ArcMap is listed in the Service Directory.&amp;nbsp; For character markers or picture markers, the server creates a rotated image, and thus the Service Directory will list an angle of 0.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What kind of markers are you using?&amp;nbsp; And what does the information in the Service Directory say?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 May 2010 18:54:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/simbology-drawing-feature-service/m-p/67348#M1515</guid>
      <dc:creator>BjornSvensson</dc:creator>
      <dc:date>2010-05-06T18:54:59Z</dc:date>
    </item>
    <item>
      <title>Re: Simbology Drawing Feature Service</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/simbology-drawing-feature-service/m-p/67349#M1516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;thanks for your reply.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm using character marker symbol and the service directory says: angle = 0. but the image created by the server is not rotated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;olivier&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 May 2010 11:12:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/simbology-drawing-feature-service/m-p/67349#M1516</guid>
      <dc:creator>OlivierROSSINI</dc:creator>
      <dc:date>2010-05-11T11:12:14Z</dc:date>
    </item>
  </channel>
</rss>

