<?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 Re: Documentation in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/documentation/m-p/345065#M8222</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There was a case Dasa before the latest release fixed the clearing lod issue where I could have probably worked around it by overriding the map_extentChangeHandler() of Map to check the given extent before doing a super.map_extentChangeHandler(). As far as I can tell, it's a private function.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Jan 2011 15:29:58 GMT</pubDate>
    <dc:creator>ReneRubalcava</dc:creator>
    <dc:date>2011-01-13T15:29:58Z</dc:date>
    <item>
      <title>Documentation</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/documentation/m-p/345063#M8220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hey there.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've been working with the API for a month now and the thing i am currently missing the most is the description of protected fields.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Could you guys and gals try to think about this either in the current 2.2 release or at least in a future release?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;BTW, the API isn't that extensible... try upgrading some private methods to protected. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hugo.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jan 2011 07:45:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/documentation/m-p/345063#M8220</guid>
      <dc:creator>HugoDurana</dc:creator>
      <dc:date>2011-01-13T07:45:12Z</dc:date>
    </item>
    <item>
      <title>Re: Documentation</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/documentation/m-p/345064#M8221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Can you explain what your use case is? Which class would you like to extend?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jan 2011 15:12:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/documentation/m-p/345064#M8221</guid>
      <dc:creator>DasaPaddock</dc:creator>
      <dc:date>2011-01-13T15:12:24Z</dc:date>
    </item>
    <item>
      <title>Re: Documentation</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/documentation/m-p/345065#M8222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There was a case Dasa before the latest release fixed the clearing lod issue where I could have probably worked around it by overriding the map_extentChangeHandler() of Map to check the given extent before doing a super.map_extentChangeHandler(). As far as I can tell, it's a private function.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jan 2011 15:29:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/documentation/m-p/345065#M8222</guid>
      <dc:creator>ReneRubalcava</dc:creator>
      <dc:date>2011-01-13T15:29:58Z</dc:date>
    </item>
    <item>
      <title>Re: Documentation</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/documentation/m-p/345066#M8223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Map doesn't have a map_extentChangeHandler() function, but if you were to extend map, you could override the setter:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;override public function set extent(value:Extent):void&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jan 2011 15:48:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/documentation/m-p/345066#M8223</guid>
      <dc:creator>DasaPaddock</dc:creator>
      <dc:date>2011-01-13T15:48:16Z</dc:date>
    </item>
    <item>
      <title>Re: Documentation</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/documentation/m-p/345067#M8224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Can you explain what your use case is? Which class would you like to extend?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi there Dasa.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The matter of fact is that i don't really have a use case. I wrote the post in order to get you guys at Esri to provide somewhat better documentation regarding the API. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It is my opinion that the documentation could have more information.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regarding your second question, i answer: Everything. I should be able, as a developer, to extend from any of your classes and do whatever i please. But after extending, i get that same question everytime: What are the protected methods?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Putting it simple: I am bitchin' about the lack of documentation regarding protected and private methods.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jan 2011 19:52:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/documentation/m-p/345067#M8224</guid>
      <dc:creator>HugoDurana</dc:creator>
      <dc:date>2011-01-13T19:52:47Z</dc:date>
    </item>
    <item>
      <title>Re: Documentation</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/documentation/m-p/345068#M8225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hey there.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When are you guys going to update the documentation?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jan 2011 15:33:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/documentation/m-p/345068#M8225</guid>
      <dc:creator>HugoDurana</dc:creator>
      <dc:date>2011-01-27T15:33:41Z</dc:date>
    </item>
    <item>
      <title>Re: Documentation</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/documentation/m-p/345069#M8226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hugo, thanks for your feedback on the documentation.&amp;nbsp; We only make major changes to the documentation when we release a new version.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We don't have plans (nor resources) to document every protected method.&amp;nbsp; However, we do try to document classes and methods as needed to enable users to extend the API for specific use cases.&amp;nbsp; For example, symbols, renderers, layers and tasks.&amp;nbsp; If there are specific additional use cases, we can help explain here on the forum as well as update the documentation if it seems to be a common use case.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Again, big thanks to everyone who gives us feedback on our documentation and API &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>Fri, 28 Jan 2011 17:15:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/documentation/m-p/345069#M8226</guid>
      <dc:creator>BjornSvensson</dc:creator>
      <dc:date>2011-01-28T17:15:16Z</dc:date>
    </item>
  </channel>
</rss>

